@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,700,700italic&amp;subset=latin,latin-ext,cyrillic);
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.roboto {
  font-family: 'Montserrat', sans-serif;
}

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'PTSansB';
  src: url("../fonts/pt-sans-bold.eot");
  src: url("../fonts/pt-sans-boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-bold.html") format("woff2"), url("../fonts/pt-sans-bold.woff") format("woff"), url("../fonts/pt-sans-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:focus {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.es2 .es2_red {
  color: #ff3333;
}

.es2 .es2_block {
  margin: 0 auto;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.es2 .es2_block .es2_but {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A7E9B), to(#015A76));
  background: linear-gradient(180deg, #1A7E9B 0%, #015A76 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 192px;
  height: 55px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -20px;
  position: absolute;
}

.es2 .es2_block .es2_oknatseny {
  width: 314px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny__zag {
  height: 60px;
  margin-top: -10px;
  position: relative;
  z-index: 10;
  background: #ffc93c;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  border-radius: 5px 5px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena {
  height: 50px;
  background: #f3f3f3;
  position: relative;
  z-index: 5;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_left {
  line-height: 1.24;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_right {
  text-align: center;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_right span {
  font-size: 30px;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row {
  height: 50px;
  border: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row:last-child {
  padding-bottom: 35px;
  height: 82px;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-right: 3px;
  color: #000000;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left table {
  height: 57px;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left table td {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right {
  font-family: "Montserrat", sans-serif;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right.es2_red {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: right;
  white-space: nowrap;
  color: #DD0053;
}

.es2 .es2_block .es2_okna {
  width: 240px;
  float: left;
}

.es2 .es2_block .es2_okna .es2_okna__zag {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C819E), to(#015A76));
  background: linear-gradient(180deg, #1C819E 0%, #015A76 100%);
  background-color: #1C819E;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.es2 .es2_block .es2_okna .es2_okna_tsena {
  height: 50px;
  position: relative;
  z-index: 5;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.es2 .es2_block .es2_okna .es2_okna_tsena .es2_okna_right {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  color: #000000;
}

.es2 .es2_block .es2_okna .es2_okna_row {
  height: 50px;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.es2 .es2_block .es2_okna .es2_okna_row:last-child {
  border-bottom: 0 solid #E8E8E8;
}

.es2 .es2_block .es2_okna .es2_okna_row .es2_okna_row_right {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.es2 .es2_block .es2_okna .es2_okna_row .es2_okna_row_right.es2_red {
  font-size: 36px;
  font-weight: bold;
}

.es2 .es2_block .es2_okna .es2_okna_row .es2_okna_row_right img {
  margin-top: -10px;
}

.es2 .es2_block .es2_bgtransper {
  position: absolute;
  width: 105px;
  height: 340px;
  background: url(../img/es2_bgtransper.png) repeat-y;
  right: 0;
  z-index: 10;
}

.es2 .es2_block .iosslider_2 {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 805px;
  height: 350px !important;
}

.es2 .es2_block .iosslider_2 .slider {
  width: 100%;
  height: 100%;
}

.es2 .es2_block .iosslider_2 .slider .slide {
  float: left;
  width: 224px !important;
  height: 340px;
}

.es2 .es2_block .scrollbarBlock5 {
  background: #edecec;
  border-radius: 5px;
}

.es2 .es2_block .scrollbar5 {
  border: 0px !important;
}

@media only screen and (max-width: 1200px) {
  .es2 .es2_block {
    width: 970px;
  }
  .es2 .es2_block .iosslider_2 {
    width: 605px;
  }
}

@media only screen and (max-width: 992px) {
  .es2 .es2_block {
    width: 740px;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_left {
    font-size: 20px;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left table td {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 300;
  }
  .es2 .es2_block .iosslider_2 {
    width: 390px;
  }
}

@media only screen and (max-width: 768px) {
.okna-derevo .item img {
    width: 100%;
}	
  .es2 .es2_block .es2_bgtransper {
    display: none;
  }
  .es2 .es2_block .iosslider_2 {
    display: none;
  }
  .es2 .es2_block {
    width: 100%;
    margin: 0 auto;
    height: 350px;
    position: relative;
  }
  .es2 .es2_block .es2_oknatseny {
    float: none;
    margin: 0 auto;
  }
  .es2 .es2_block .iosslider_2 {
    width: 605px;
  }
}

@media only screen and (max-width: 480px) {
  .es2 .es2_block {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .es2 .es2_block .es2_oknatseny {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny__zag {
    width: 100%;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_left {
    font-size: 18px;
    width: 170px;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_right {
    font-size: 33px;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_right {
    width: 125px;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left {
    font-size: 18px;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right {
    width: 130px;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right img {
    width: 25px;
  }
  .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right_stars {
    width: 170px !important;
  }
  .es2 .es2_block .es2_okna {
    width: 240px;
    background: #f4f4f4;
    float: left;
    margin-top: 8px;
  }
  .es2 .es2_block .iosslider_2 {
    width: 605px;
  }
}

.b_windownow_bg {
  margin: 0 auto;
  position: relative;
}

.es13_bg .es13_bg__text {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: uppercase;
  max-width: 866px;
  margin-right: auto;
  margin-left: auto;
}

.es13_bg .es13_bg__text span {
  color: #FBC035;
}

.es13_bg .es13_bg__text2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #FFC93C;
  margin-bottom: 30px;
}

.es13_bg #es13_COUNTDOWN {
  text-align: center;
  margin-bottom: 40px;
}

.es13_bg #es13_COUNTDOWN .label {
  display: block;
  margin-top: 10px;
}

.es13_bg #es13_COUNTDOWN_sm {
  text-align: center;
  margin-bottom: 40px;
}

.es13_bg #es13_COUNTDOWN_sm .label {
  display: block;
  margin-top: 10px;
}

.es13_bg .col-md-6 {
  text-align: center;
}

.es13_bg .es13_but {
  display: block;
  width: 428px;
  height: 53px;
  background: url(../img/es13_but.png);
  margin: 0 0 0 20px;
  font-size: 0px;
}

.es13_bg .es13_but_div {
  text-align: left;
}

.es13_bg .es13_but_div input {
  margin-left: 20px;
}

.es13_bg_aktsii {
  height: 495px;
  background: url(../img/es13_bg.png) no-repeat center bottom;
  margin: 0px auto 0px auto;
}

.es13_14 {
  padding: 40px 0px 45px;
}

.es13_14 .es13_14__zag {
  color: #0d0d0d;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.es13_14__desc {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 992px) {
  .es13_bg_aktsii .es13_bg__text {
    font-size: 49px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 44px;
    line-height: 1;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .es13_bg_aktsii .es13_bg__text {
    font-size: 49px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 44px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .es13_14 .es13_14__zag {
    color: #0d0d0d;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
  }
  .es13_14 .es13_14__desc {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 480px) {
  .es13_bg_aktsii .es13_bg__text {
    font-size: 49px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 44px;
    line-height: 1;
    margin-bottom: 15px;
  }
}

.es7 h4.media-heading {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}

.es7 .media-body div {
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .es7 .media-left img {
    width: 180px;
  }
  .es7 h4.media-heading {
    font-size: 26px;
    color: #0e0e0e;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
  }
  .es7 .media-body div {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 992px) {
  .es7 .col-md-6:first-child {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .es7 .media-left img {
    width: 100px;
  }
  .es7 h4.media-heading {
    font-size: 20px;
    color: #0e0e0e;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
  }
  .es7 .media-body div {
    font-size: 16px;
    line-height: 1.2;
  }
  .es7 .media-left, .es7 .media > .pull-left {
    padding-right: 20px;
  }
}

.es8_bg {
  height: 562px;
  background: url(../img/es8_bg.jpg?1) no-repeat center top;
}

.es8_bg .es8__text_1 {
  font-size: 49px;
  font-family: 'Montserrat', sans-serif;
  color: #0d0d0d;
  margin-left: 100px;
  margin-top: 30px;
  position: absolute;
  z-index: 10;
}

.es8_bg .es8__text_2 {
  font-size: 49px;
  font-family: 'Montserrat', sans-serif;
  color: #0d0d0d;
  margin-left: 340px;
  margin-top: 95px;
  position: absolute;
  z-index: 10;
}

.es8_bg .es8_form {
  background: url(../img/es8_form_bg.png);
  width: 469px;
  height: 459px;
  position: relative;
  float: right;
  z-index: 5;
  margin-top: 80px;
}

.es8_bg .es8_form .es8_form_zag {
  font-size: 34px;
  color: #0d0d0d;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px;
}

.es8_bg .es8_form .es8_inp_name {
  width: 349px;
  height: 55px;
  margin: 0 auto 20px auto;
  background: url(../img/es8_inp_name.png) no-repeat center center;
}

.es8_bg .es8_form .es8_inp_name input {
  margin: 8px 0px 0px 45px;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  height: 35px;
  width: 290px;
  border: 0px;
}

.es8_bg .es8_form .es8_inp_email {
  width: 349px;
  height: 55px;
  margin: 0 auto 20px auto;
  background: url(../img/es8_inp_email.png) no-repeat center center;
}

.es8_bg .es8_form .es8_inp_email input {
  margin: 8px 0px 0px 45px;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  height: 35px;
  width: 290px;
  border: 0px;
}

.es8_bg .es8_form .es8_inp_tel {
  width: 349px;
  height: 55px;
  margin: 0 auto 20px auto;
  background: url(../img/es8_inp_tel.png) no-repeat center center;
}

.es8_bg .es8_form .es8_inp_tel input {
  margin: 8px 0px 0px 45px;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  height: 35px;
  width: 290px;
  border: 0px;
}

.es8_bg .es8_form .es8_but {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .es8_bg .es8__text_1 {
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
    color: #0d0d0d;
    margin-left: 70px;
    margin-top: 30px;
    position: absolute;
    z-index: 10;
  }
  .es8_bg .es8__text_2 {
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
    color: #0d0d0d;
    right: 410px;
    margin-top: 100px;
    position: absolute;
    z-index: 10;
  }
  .es8_bg .es8_form {
    background: url(../img/es8_form_bg.png);
    width: 469px;
    height: 459px;
    position: relative;
    float: right;
    z-index: 5;
    margin-top: 80px;
  }
  .es8_bg .es8_form .es8_form_zag {
    font-size: 34px;
    color: #0d0d0d;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .es8_bg .es8_form .es8_inp_name {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_name.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_name input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_inp_email {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_email.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_email input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_inp_tel {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_tel.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_tel input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_but {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .es8_bg {
    height: 650px;
    background: none;
    border-top: 3px dotted #ccc;
  }
  .es8_bg .es8__text_1 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #0d0d0d;
    margin-left: 0px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .es8_bg .es8__text_2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #0d0d0d;
    margin-left: 00px;
    margin-top: 0px;
    position: relative;
    text-align: center;
    z-index: 10;
    margin-bottom: 20px;
    right: inherit;
  }
  .es8_bg .es8_form {
    background: none;
    width: 469px;
    height: 459px;
    position: relative;
    float: none;
    z-index: 5;
    margin: 0px auto 0px;
    border: 2px dotted #ccc;
  }
  .es8_bg .es8_form .es8_form_zag {
    font-size: 34px;
    color: #0d0d0d;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 10px;
    padding-top: 30px;
    margin-bottom: 35px;
  }
  .es8_bg .es8_form .es8_inp_name {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_name.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_name input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_inp_email {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_email.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_email input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_inp_tel {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_tel.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_tel input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_but {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .es8_bg {
    height: 680px;
    background: none;
    border-top: 3px dotted #ccc;
  }
  .es8_bg .es8__text_1 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #0d0d0d;
    margin-left: 0px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .es8_bg .es8__text_2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #0d0d0d;
    margin-left: 00px;
    margin-top: 0px;
    position: relative;
    text-align: center;
    z-index: 10;
    margin-bottom: 20px;
  }
  .es8_bg .es8_form {
    background: none;
    width: 420px;
    height: 420px;
    position: relative;
    float: none;
    z-index: 5;
    margin: 0px auto 0px;
    border: 2px dotted #ccc;
  }
  .es8_bg .es8_form .es8_form_zag {
    font-size: 34px;
    color: #0d0d0d;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .es8_bg .es8_form .es8_inp_name {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_name.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_name input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_inp_email {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_email.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_email input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_inp_tel {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(../img/es8_inp_tel.png) no-repeat center center;
  }
  .es8_bg .es8_form .es8_inp_tel input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_but {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .es8_bg {
    height: 620px;
    background: none;
    border-top: 3px dotted #ccc;
  }
  .es8_bg .es8__text_1 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #0d0d0d;
    margin-left: 0px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .es8_bg .es8__text_2 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #0d0d0d;
    margin-left: 00px;
    margin-top: 0px;
    position: relative;
    text-align: center;
    z-index: 10;
    margin-bottom: 20px;
  }
  .es8_bg .es8__text_2 img {
    width: 200px;
  }
  .es8_bg .es8_form {
    background: none;
    width: 284px;
    height: 390px;
    position: relative;
    float: none;
    z-index: 5;
    margin: 0px auto;
    border: 2px dotted #ccc;
  }
  .es8_bg .es8_form .es8_form_zag {
    font-size: 28px;
    color: #0d0d0d;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .es8_bg .es8_form .es8_inp_name {
    width: 270px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: none;
    border: 1px solid #e1d5c4;
    border-radius: 5px;
  }
  .es8_bg .es8_form .es8_inp_name input {
    margin: 8px 0px 0px 10px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 250px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_inp_email {
    width: 270px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: none;
    border: 1px solid #e1d5c4;
    border-radius: 5px;
  }
  .es8_bg .es8_form .es8_inp_email input {
    margin: 8px 0px 0px 10px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 250px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_inp_tel {
    width: 270px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: none;
    border: 1px solid #e1d5c4;
    border-radius: 5px;
  }
  .es8_bg .es8_form .es8_inp_tel input {
    margin: 8px 0px 0px 10px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 250px;
    border: 0px;
  }
  .es8_bg .es8_form .es8_but {
    text-align: center;
  }
}

.es9 {
  margin: 0px auto 50px auto;
}

.es9 img {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .es9 {
    display: none;
  }
}

.es10_bg {
  margin: 0px auto 50px auto;
}

.es10_bg .container {
  background: url(../img/es10_bg.png);
  padding: 15px 35px 35px 35px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 480px) {
  .es10_bg {
    margin: 0px auto 50px auto;
  }
}

.es10__text_cont {
  font-size: 30px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.es10__zag_cont {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.es10__zag_red {
  color: #ff0000;
}

.b-sms_bg {
  margin: 0px auto -42px;
}

.b-sms_bg .b-sms__text {
  text-align: left;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-top: 30px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

.b-sms_bg .b-sms__undertext {
  font-size: 20px;
  color: #0d0d0d;
  text-align: left;
  margin-bottom: 38px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
}

.b-sms_bg .b-sms_input {
  width: 264px;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 30px;
  padding-top: 12px;
  text-align: left;
}

.b-sms_bg .b-sms_input input {
  width: 200px;
  margin-left: 40px;
  font-family: 'Montserrat', sans-serif;
  border: 0px;
  background: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #D0D0D0;
  color: #757575;
}

.b-sms_bg .b-sms_input_tel {
  background: #FAFAFA url(../img/b_sms_input.png) no-repeat;
}

.b-sms_bg .b-sms_but {
  display: inline-block;
}

.b-sms_bg .b-sms_phone {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.b-sms_bg .b-sms_phone img {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 992px) {
  .b-sms_bg {
    margin-bottom: 25px;
    margin-top: 0px;
  }
  .b-sms_bg .b-sms_phone {
    display: none;
  }
  .b-sms-form {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .b-sms_bg .b-sms__text {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .b-sms_bg .b-sms__undertext {
    text-align: center;
    font-weight: 300;
  }
  .b-sms_bg .row {
    text-align: center;
  }
  .b-sms_bg .b-sms_phone {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .b-sms_bg .b-sms__undertext {
    font-size: 16px;
  }
  .b-sms_bg .b-sms_input {
    padding-top: 12px;
  }
  .b-sms_bg .b-sms_but {
    width: 230px;
    vertical-align: top;
    display: inline-block;
  }
}

@media only screen and (max-width: 608px) {
  .b-sms_bg .b-sms_input {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .b-sms_input {
    width: 230px;
    height: 57px;
    display: block;
    margin: 0px auto 20px auto;
    text-align: left;
  }
  .b-sms_but {
    width: 230px;
    vertical-align: top;
    display: block;
    margin: 0 auto;
  }
}

.es14_bg .es14_zag {
  font-size: 49px;
  color: #171616;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 30px 20px 150px;
  line-height: 1;
}

.es14_bg .container {
  position: relative;
  width: 900px;
  margin: 0 auto;
  overflow: visible;
}

.es14_bg .iosSlider4 .slider {
  width: 100%;
  height: 100%;
}

.es14_bg .iosSlider4 .slider .item {
  float: left;
  width: 900px;
  text-align: center;
}

.es14_bg .iosSlider4 .slider .item .es11_img {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  position: relative;
  border: 5px #ffe600 solid;
  overflow: hidden;
  margin: 0 auto;
}

.es14_bg .iosSlider4 .slider .item .es11_img img {
  width: 100%;
  position: relative;
}

.es14_bg .iosSlider4 .slider .item .es14_name {
  width: 602px;
  height: 111px;
  margin: -8px auto 30px auto;
  position: relative;
  z-index: 11;
  padding-top: 15px;
}

.es14_bg .iosSlider4 .slider .item .es14_name .es14_imya {
  font-size: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  font-weight: 500;
}

.es14_bg .iosSlider4 .slider .item .es14_name .es14_city {
  text-align: center;
  font-size: 25px;
  color: #323131;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.es14_bg .iosSlider4 .slider .item .es14_otz {
  display: inline-block;
  width: 780px;
  height: 169px;
  overflow: hidden;
  margin-bottom: 20px;
}

.es14_bg .iosSlider4 .slider .item .es15_left {
  display: inline-block;
  width: 40px;
  height: 170px;
  background: url(../img/es15_left.png) no-repeat center top;
}

.es14_bg .iosSlider4 .slider .item .es15_right {
  display: inline-block;
  width: 40px;
  height: 170px;
  background: url(../img/es15_right.png) no-repeat center bottom;
}

.es14_bg .iosSlider4 .slider .item .es14_otz_zag {
  color: #464646;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}

.es14_bg .iosSlider4 .slider .item .es14_otz_text {
  color: #7d7d7d;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  font-weight: 300;
  font-size: 26px;
}

.es14_bg .container .prev4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  left: -30px;
  width: 44px;
  height: 44px;
  background: #000;
  z-index: 10;
  background: url(../img/es14_left.png) no-repeat center center;
  -webkit-transition: all 0.1s ease 0.01s;
  transition: all 0.1s ease 0.01s;
}

.es14_bg .container .prev4:hover {
  background: url(../img/es14_left_act.png) no-repeat center center;
}

.es14_bg .container .next4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  right: -30px;
  width: 44px;
  height: 44px;
  background: #000;
  z-index: 10;
  background: url(../img/es14_right.png) no-repeat center center;
  -webkit-transition: all 0.1s ease 0.01s;
  transition: all 0.1s ease 0.01s;
}

.es14_bg .container .next4:hover {
  background: url(../img/es14_right_act.png) no-repeat center center;
}

.es14_bg .container .unselectable {
  opacity: 0.6;
  cursor: default !important;
}

.es14_bg .container .prev4.unselectable {
  background: url(../img/es14_left.png) no-repeat center center;
}

.es14_bg .container .next4.unselectable {
  background: url(../img/es14_right.png) no-repeat center center;
}

@media only screen and (max-width: 992px) {
  .es14_bg .container {
    position: relative;
    width: 700px;
  }
  .es14_bg .iosSlider4 .slider .item {
    width: 700px;
  }
  .es14_bg .iosSlider4 .slider .item .es14_otz {
    width: 580px;
    height: 175px;
    overflow: hidden;
  }
  .es14_bg .iosSlider4 .slider .item .es14_otz_text {
    font-size: 18px;
  }
  .es14_bg .container .prev4 {
    left: 0;
  }
  .es14_bg .container .next4 {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .es14_bg .es14_zag {
    font-size: 42px;
    color: #171616;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 30px 20px 30px;
    line-height: 1;
  }
  .es14_bg .container {
    position: relative;
    width: 440px;
    margin: 0 auto;
    overflow: visible;
  }
  .es14_bg .iosSlider4 {
    width: 100%;
    height: 550px;
  }
  .es14_bg .es14_name_bg {
    display: none;
  }
  .es14_bg .iosSlider4 .slider .item {
    float: left;
    width: 440px;
    text-align: center;
  }
  .es14_bg .iosSlider4 .slider .item .es14_img {
    width: 300px;
    height: 216px;
    position: relative;
    margin: 0 auto;
  }
  .es14_bg .iosSlider4 .slider .item .es14_img img {
    width: 100%;
    position: relative;
  }
  .es14_bg .iosSlider4 .slider .item .es14_name {
    width: 440px;
    height: 111px;
    margin: 10px auto 0px auto;
    position: relative;
    z-index: 11;
    padding-top: 15px;
  }
  .es14_bg .iosSlider4 .slider .item .es14_name .es14_imya {
    font-size: 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    font-weight: 500;
  }
  .es14_bg .iosSlider4 .slider .item .es14_name .es14_city {
    text-align: center;
    font-size: 25px;
    color: #323131;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }
  .es14_bg .iosSlider4 .slider .item .es14_otz {
    display: block;
    width: 400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .es14_bg .iosSlider4 .slider .item .es15_left {
    display: none;
    width: 40px;
    height: 170px;
    background: url(../img/es15_left.png) no-repeat center top;
  }
  .es14_bg .iosSlider4 .slider .item .es15_right {
    display: none;
    width: 40px;
    height: 170px;
    background: url(../img/es15_right.png) no-repeat center bottom;
  }
  .es14_bg .iosSlider4 .slider .item .es14_otz_zag {
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .es14_bg .iosSlider4 .slider .item .es14_otz_text {
    color: #7d7d7d;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-weight: 300;
    font-size: 18px;
  }
  .es14_bg .container .prev4 {
    position: absolute;
    top: 257px;
    left: 0px;
    width: 44px;
    height: 44px;
    background: #000;
    z-index: 10;
    background: url(../img/es14_left.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
  }
  .es14_bg .container .prev4:hover {
    background: url(../img/es14_left_act.png) no-repeat center center;
  }
  .es14_bg .container .next4 {
    position: absolute;
    top: 257px;
    right: 2px;
    width: 44px;
    height: 44px;
    background: #000;
    z-index: 10;
    background: url(../img/es14_right.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
  }
  .es14_bg .container .next4:hover {
    background: url(../img/es14_right_act.png) no-repeat center center;
  }
  .es14_bg .container .unselectable {
    opacity: 0.6;
    cursor: default !important;
  }
  .es14_bg .container .prev4.unselectable {
    background: url(../img/es14_left.png) no-repeat center center;
  }
  .es14_bg .container .next4.unselectable {
    background: url(../img/es14_right.png) no-repeat center center;
  }
}

@media only screen and (max-width: 480px) {
  .es14_bg .es14_zag {
    font-size: 42px;
    color: #171616;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 30px 20px 30px;
    line-height: 1;
  }
  .es14_bg .container {
    position: relative;
    width: 300px;
    padding-bottom: 30px;
    margin: 0 auto;
    overflow: visible;
  }
  .es14_bg .iosSlider4 {
    width: 100%;
    height: 550px;
  }
  .es14_bg .iosSlider4 .slider {
    width: 100%;
    height: 100%;
  }
  .es14_bg .iosSlider4 .slider .item {
    float: left;
    width: 300px;
    text-align: center;
  }
  .es14_bg .iosSlider4 .slider .item .es14_img {
    width: 300px;
    height: 216px;
    position: relative;
    margin: 0 auto;
  }
  .es14_bg .iosSlider4 .slider .item .es14_img img {
    width: 100%;
    position: relative;
  }
  .es14_bg .iosSlider4 .slider .item .es14_name {
    width: 280px;
    height: 91px;
    margin: 10px auto 0px auto;
    position: relative;
    z-index: 11;
    padding-top: 15px;
  }
  .es14_bg .iosSlider4 .slider .item .es14_name .es14_imya {
    font-size: 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    font-weight: 500;
  }
  .es14_bg .iosSlider4 .slider .item .es14_name .es14_city {
    text-align: center;
    font-size: 18px;
    color: #323131;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }
  .es14_bg .iosSlider4 .slider .item .es14_otz {
    display: block;
    width: 270px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .es14_bg .iosSlider4 .slider .item .es14_otz_zag {
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .es14_bg .iosSlider4 .slider .item .es14_otz_text {
    color: #7d7d7d;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-weight: 300;
    font-size: 16px;
  }
  .es14_bg .container .prev4 {
    position: absolute;
    display: none;
    top: 277px;
    left: 0px;
    width: 44px;
    height: 44px;
    background: #000;
    z-index: 10;
    background: url(../img/es14_left.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
  }
  .es14_bg .container .prev4:hover {
    background: url(../img/es14_left_act.png) no-repeat center center;
  }
  .es14_bg .container .next4 {
    position: absolute;
    display: none;
    top: 277px;
    right: 2px;
    width: 44px;
    height: 44px;
    background: #000;
    z-index: 10;
    background: url(../img/es14_right.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
  }
  .es14_bg .container .next4:hover {
    background: url(../img/es14_right_act.png) no-repeat center center;
  }
  .es14_bg .container .unselectable {
    opacity: 0.6;
    cursor: default !important;
  }
  .es14_bg .container .prev4.unselectable {
    background: url(../img/es14_left.png) no-repeat center center;
  }
  .es14_bg .container .next4.unselectable {
    background: url(../img/es14_right.png) no-repeat center center;
  }
}

.es16_bg .onmobile {
  display: none;
}

.es16_bg .zoom-gallery-info-text {
  padding: 0px !important;
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  width: 951px;
  text-align: center;
  left: 0 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 27px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px !important;
  text-align: center;
  color: #000000;
  top: auto !important;
  bottom: -60px !important;
  bottom: -70px !important;
}

.es16_bg .zoom-gallery-info-text span span {
  color: #DD0053;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .es16_bg .zoom-gallery-info-text span span {
    color: #ff0000;
    white-space: nowrap;
  }
  .es16_bg #thanky-left-button, .es16_bg #thanky-right-button {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .es16_bg .zoom-gallery-info-text {
    display: none !important;
  }
  .es16_bg .zoom-gallery, .es16_bg .thanky {
    width: 700px !important;
  }
  .es16_bg .zoom-gallery ul {
    display: none !important;
  }
  .es16_bg #thanky-left-button, .es16_bg #thanky-right-button {
    display: none;
  }
  .es16_bg #noscript {
    display: block !important;
  }
  .es16_bg .thanky {
    display: none;
  }
  .es16_bg .onmobile {
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 470px;
    width: 100%;
    margin: auto;
  }
  .es16_bg .onmobile img {
    width: 100%;
  }
  .es16_bg .onmobile .onmobile-info-text {
    position: relative;
    font-size: 18px !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    padding: 0 20px;
  }
  .es16_bg .onmobile .onmobile-info-text span {
    color: #ff0000;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 480px) {
  .es16_bg .onmobile img {
    width: 90%;
  }
}

.es17_bg {
  background-color: #EDEDED;
  position: relative;
  z-index: 1;
}

.es17_bg .es17__bcons {
  font-size: 40px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-top: 40px;
  margin-left: 180px;
  background: #4f504f;
  background: rgba(8, 8, 8, 0.67);
  display: inline-block;
  padding: 8px 25px 12px 25px;
  line-height: 1;
}

.es17_bg .es17__rasp {
  font-size: 27px;
  color: #05d1e7;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0px;
  margin-left: 180px;
  background: #4f504f;
  background: rgba(8, 8, 8, 0.67);
  display: inline-block;
  padding: 4px 25px 12px 25px;
  line-height: 1;
}

.es17_bg .es17__tel {
  font-size: 50px;
  color: #030303;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-top: 32px;
  margin-left: 180px;
  line-height: 1;
}

.es17_bg .es17_blockbg {
  width: 635px;
  min-height: 251px;
  margin-top: 40px;
  margin-bottom: 39px;
}

.es17_bg .es17_input {
  height: 55px;
  background: url(../img/es17_input.png) no-repeat center center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.es17_bg .es17_input input {
  margin: 11px 0px 0px 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  width: 280px;
  height: 31px;
  background: none;
  border: 0px;
}

.es17_bg .es17_girl {
  width: 460px;
  height: 463px;
  background: url(../img/es17_girl.png) no-repeat center center;
  position: absolute;
  margin: 0  0px 0px 600px;
}

@media only screen and (max-width: 1200px) {
  .es17_bg {
    position: relative;
    z-index: 1;
  }
  .es17_bg .es17__bcons {
    font-size: 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 132px;
    margin-left: 80px;
    background: #4f504f;
    background: rgba(8, 8, 8, 0.67);
    display: inline-block;
    padding: 8px 25px 12px 25px;
    line-height: 1;
  }
  .es17_bg .es17__rasp {
    font-size: 27px;
    color: #05d1e7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-left: 80px;
    background: #4f504f;
    background: rgba(8, 8, 8, 0.67);
    display: inline-block;
    padding: 4px 25px 12px 25px;
    line-height: 1;
  }
  .es17_bg .es17__tel {
    font-size: 50px;
    color: #030303;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-top: 32px;
    margin-left: 80px;
    line-height: 1;
  }
  .es17_bg .es17_blockbg {
    margin-top: 34px;
    margin-left: 110px;
  }
  .es17_bg .es17_input {
    height: 55px;
    background: url(../img/es17_input.png) no-repeat center center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .es17_bg .es17_input input {
    margin: 11px 0px 0px 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 22px;
    width: 280px;
    height: 31px;
    background: none;
    border: 0px;
  }
  .es17_bg .es17_girl {
    width: 348px;
    height: 449px;
    background: url(../img/es17_girl.png) no-repeat center center;
    margin: 0 0px 0px 500px;
  }
}

@media only screen and (max-width: 992px) {
  .es17_bg {
    position: relative;
    z-index: 1;
  }
  .es17_bg .es17__bcons {
    font-size: 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 132px;
    margin-left: 80px;
    background: #4f504f;
    background: rgba(8, 8, 8, 0.67);
    display: inline-block;
    padding: 8px 25px 12px 25px;
    line-height: 1;
  }
  .es17_bg .es17__rasp {
    font-size: 27px;
    color: #05d1e7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-left: 80px;
    background: #4f504f;
    background: rgba(8, 8, 8, 0.67);
    display: inline-block;
    padding: 4px 25px 12px 25px;
    line-height: 1;
  }
  .es17_bg .es17__tel {
    font-size: 50px;
    color: #030303;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-top: 32px;
    margin-left: 80px;
    line-height: 1;
  }
  .es17_bg .es17_blockbg {
    height: auto;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .es17_bg .es17_input {
    height: 55px;
    background: url(../img/es17_input.png) no-repeat center center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .es17_bg .es17_input input {
    margin: 11px 0px 0px 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 22px;
    width: 280px;
    height: 31px;
    background: none;
    border: 0px;
  }
  .es17_bg .es17_girl {
    width: 348px;
    height: 551px;
    background: url(../img/es17_girl.png) no-repeat center center;
    position: absolute;
    margin: 93px 0px 0px 560px;
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .es17_bg .es17_blockbg {
    width: 100%;
  }
}

.es18_bg .es18_logo {
  margin-top: 45px;
  display: inline-block;
  margin-right: 45px;
  width: 232px;
}

.es18_bg .es18_logo img {
  width: 100%;
}

.es18_bg .es18_link {
  text-align: right;
  line-height: 136px;
  display: inline-block;
}

.es18_bg .es18_link .btn {
  font-size: 20px;
  padding: 6px 0px 4px 50px;
  margin-right: 50px;
  margin-top: 20px;
  outline: none;
}

.es18_bg .es18_link a {
  display: inline-block;
  line-height: 25px;
  color: #171616;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ALSSchlangesans-Black';
}

.es18_bg .es18_link a:hover {
  text-decoration: none;
}

.es18_bg .es18_link .btn-link:hover {
  text-decoration: none;
}

.es18_bg .es18_link .es18_ico1 {
  background: url(../img/es18_ico1.png) no-repeat left center;
}

.es18_bg .es18_link .es18_ico2 {
  background: url(../img/es18_ico2.png) no-repeat left center;
}

.es18_bg .es18_link .es18_ico3 {
  background: url(../img/es18_ico3.png) no-repeat left center;
}

@media only screen and (max-width: 1200px) {
  .es18_bg .es18_logo img {
    width: 100%;
  }
  .es18_bg .es18_logo {
    width: 200px;
  }
  .es18_bg .es18_link {
    text-align: right;
    line-height: 136px;
  }
  .es18_bg .es18_link .btn {
    font-size: 16px;
    padding: 6px 0px 6px 50px;
    margin-right: 15px;
    margin-top: 20px;
  }
  .es18_bg .es18_link a {
    display: inline-block;
    line-height: 25px;
    color: #171616;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
  }
}

.es6_bg {
  height: 485px;
  margin-top: -30px;
  background: url(../img/es6_bg.png) no-repeat center top;
}

.es6_bg .es6__text {
  font-size: 49px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-top: 64px;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  margin-left: 15px;
  margin-right: 15px;
}

.es6_bg .container {
  position: relative;
  width: 1080px;
  height: 340px;
  margin: 0 auto;
  overflow: visible;
}

.es6_bg .iosSlider2 {
  width: 100%;
  height: 340px;
}

.es6_bg .iosSlider2 .slider {
  width: 100%;
  height: 100%;
}

.es6_bg .iosSlider2 .slider .item {
  float: left;
  width: 350px;
  text-align: center;
}

.es6_bg .iosSlider2 .slider .item div.blueblock {
  font-size: 20px;
  padding: 10px 30px 8px 30px;
  background: #fde800;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbd502), to(#fde800));
  background: linear-gradient(to top, #fbd502, #fde800);
  border-radius: 4px;
  margin: -20px auto 5px;
  position: relative;
  display: inline-block;
  color: #040404;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.es6_bg .iosSlider2 .slider .item div.es6_cost {
  font-size: 35px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
  height: 50px;
  text-align: center;
}

.es6_bg .iosSlider2 .slider .item img {
  width: 330px;
  height: auto;
  border-radius: 8px;
  position: relative;
}

.es6_bg .container .prev2 {
  position: absolute;
  top: 95px;
  left: -50px;
  width: 62px;
  height: 63px;
  background: #000;
  z-index: 10;
  background: url(../img/es6_strleft.png) no-repeat center center;
  -webkit-transition: all 0.1s ease 0.01s;
  transition: all 0.1s ease 0.01s;
}

.es6_bg .container .prev2:hover {
  background: url(../img/es6_strleft_act.png) no-repeat center center;
}

.es6_bg .container .next2 {
  position: absolute;
  top: 95px;
  right: -50px;
  width: 62px;
  height: 63px;
  background: #000;
  z-index: 10;
  background: url(../img/es6_strright.png) no-repeat center center;
  -webkit-transition: all 0.1s ease 0.01s;
  transition: all 0.1s ease 0.01s;
}

.es6_bg .container .next2:hover {
  background: url(../img/es6_strright_act.png) no-repeat center center;
}

.es6_bg .container .unselectable {
  opacity: 0.6;
  cursor: default !important;
}

.es6_bg__balkon {
  margin-top: -105px !important;
}

@media only screen and (max-width: 1200px) {
  .es6_bg {
    height: 480px;
    background: url(../img/es6_bg.png) no-repeat center top;
    background-size: cover;
  }
  .es6_bg .es6__text {
    font-size: 49px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 64px;
    line-height: 1;
    margin-bottom: 30px;
    text-shadow: 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  }
  .es6_bg .container {
    position: relative;
    width: 900px;
    height: 300px;
    margin: 0 auto;
    overflow: visible;
  }
  .es6_bg .iosSlider2 {
    width: 100%;
    height: 300px;
  }
  .es6_bg .iosSlider2 .slider {
    width: 100%;
    height: 100%;
  }
  .es6_bg .iosSlider2 .slider .item {
    float: left;
    width: 290px;
    text-align: center;
  }
  .es6_bg .iosSlider2 .slider .item div.blueblock {
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    padding: 8px 30px 6px 30px;
    background: #fde800;
    background: -webkit-gradient(linear, left bottom, left top, from(#fbd502), to(#fde800));
    background: linear-gradient(to top, #fbd502, #fde800);
    border-radius: 4px;
    margin: -20px auto 3px;
    position: relative;
    display: inline-block;
    color: #040404;
    text-transform: uppercase;
  }
  .es6_bg .iosSlider2 .slider .item div.es6_cost {
    font-size: 33px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 50px;
    height: 50px;
    text-align: center;
  }
  .es6_bg .iosSlider2 .slider .item img {
    width: 270px;
    height: auto;
    border-radius: 8px;
    position: relative;
  }
  .es6_bg .container .prev2 {
    position: absolute;
    top: 65px;
    left: -40px;
    width: 62px;
    height: 63px;
    background: #000;
    z-index: 10;
    background: url(../img/es6_strleft.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .es6_bg .container .prev2:hover {
    background: url(../img/es6_strleft_act.png) no-repeat center center;
  }
  .es6_bg .container .next2 {
    position: absolute;
    top: 65px;
    right: -40px;
    width: 62px;
    height: 63px;
    background: #000;
    z-index: 10;
    background: url(../img/es6_strright.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .es6_bg .container .next2:hover {
    background: url(../img/es6_strright_act.png) no-repeat center center;
  }
  .es6_bg .container .unselectable {
    opacity: 0.6;
    cursor: default !important;
  }
}

@media only screen and (max-width: 992px) {
  .es6_bg {
    height: 364px;
    background: url(../img/es6_bg.png) no-repeat center top;
  }
  .es6_bg .es6__text {
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 64px;
    line-height: 1;
    margin-bottom: 40px;
    text-shadow: 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  }
  .es6_bg .container {
    position: relative;
    width: 600px;
    height: 300px;
    margin: 0 auto;
    overflow: visible;
  }
  .es6_bg .iosSlider2 {
    width: 100%;
    height: 300px;
  }
  .es6_bg .iosSlider2 .slider {
    width: 100%;
    height: 100%;
  }
  .es6_bg .iosSlider2 .slider .item {
    float: left;
    width: 190px;
    text-align: center;
  }
  .es6_bg .iosSlider2 .slider .item div.blueblock {
    font-size: 16px;
    padding: 6px 15px 4px 15px;
    background: #fde800;
    background: -webkit-gradient(linear, left bottom, left top, from(#fbd502), to(#fde800));
    background: linear-gradient(to top, #fbd502, #fde800);
    border-radius: 4px;
    margin: -20px auto 0px;
    position: relative;
    display: inline-block;
    color: #040404;
    text-transform: uppercase;
  }
  .es6_bg .iosSlider2 .slider .item div.es6_cost {
    font-size: 23px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
    height: 40px;
    text-align: center;
  }
  .es6_bg .iosSlider2 .slider .item img {
    width: 170px;
    height: auto;
    border-radius: 8px;
    position: relative;
  }
  .es6_bg .container .prev2 {
    position: absolute;
    top: 30px;
    left: -40px;
    width: 62px;
    height: 63px;
    background: #000;
    z-index: 10;
    background: url(../img/es6_strleft.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .es6_bg .container .prev2:hover {
    background: url(../img/es6_strleft_act.png) no-repeat center center;
  }
  .es6_bg .container .next2 {
    position: absolute;
    top: 30px;
    right: -40px;
    width: 62px;
    height: 63px;
    background: #000;
    z-index: 10;
    background: url(../img/es6_strright.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .es6_bg .container .next2:hover {
    background: url(../img/es6_strright_act.png) no-repeat center center;
  }
  .es6_bg .container .unselectable {
    opacity: 0.6;
    cursor: default !important;
  }
}

@media only screen and (max-width: 768px) {
  .es6_bg {
    height: 384px;
    background: url(../img/es6_bg.png) no-repeat center top;
  }
  .es6_bg .es6__text {
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 64px;
    line-height: 1;
    margin-bottom: 30px;
    text-shadow: 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  }
  .es6_bg .container {
    position: relative;
    width: 430px;
    height: 300px;
    margin: 0 auto;
    overflow: visible;
  }
  .es6_bg .iosSlider2 {
    width: 100%;
    height: 300px;
  }
  .es6_bg .iosSlider2 .slider {
    width: 100%;
    height: 100%;
  }
  .es6_bg .iosSlider2 .slider .item {
    float: left;
    width: 200px;
    text-align: center;
  }
  .es6_bg .iosSlider2 .slider .item div.blueblock {
    font-size: 16px;
    padding: 6px 15px 4px 15px;
    background: #fde800;
    background: -webkit-gradient(linear, left bottom, left top, from(#fbd502), to(#fde800));
    background: linear-gradient(to top, #fbd502, #fde800);
    border-radius: 4px;
    margin: -20px auto 0px;
    position: relative;
    display: inline-block;
    color: #040404;
    text-transform: uppercase;
  }
  .es6_bg .iosSlider2 .slider .item img {
    width: 190px;
    height: auto;
    border-radius: 8px;
    position: relative;
  }
  .es6_bg .container .prev2 {
    position: absolute;
    top: 48px;
    left: -23px;
    width: 35px;
    height: 35px;
    z-index: 10;
    background: url(../img/es6_strleft.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
  }
  .es6_bg .container .prev2:hover {
    background: url(../img/es6_strleft_act.png) no-repeat center center;
    background-size: cover;
  }
  .es6_bg .container .next2 {
    position: absolute;
    top: 48px;
    right: -22px;
    width: 35px;
    height: 35px;
    z-index: 10;
    background: url(../img/es6_strright.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
  }
  .es6_bg .container .next2:hover {
    background: url(../img/es6_strright_act.png) no-repeat center center;
    background-size: cover;
  }
  .es6_bg .container .unselectable {
    opacity: 0.6;
    cursor: default !important;
  }
}

@media only screen and (max-width: 480px) {
  .es6_bg {
    height: 425px;
    background: url(../img/es6_bg.png) no-repeat center top;
  }
  .es6_bg .es6__text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 64px;
    line-height: 1;
    margin-bottom: 40px;
    text-shadow: 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  }
  .es6_bg .container {
    position: relative;
    width: 220px;
    height: 300px;
    margin: 0 auto;
    overflow: visible;
  }
  .es6_bg .iosSlider2 {
    width: 100%;
    height: 300px;
  }
  .es6_bg .iosSlider2 .slider {
    width: 100%;
    height: 100%;
  }
  .es6_bg .iosSlider2 .slider .item {
    float: left;
    width: 220px;
    text-align: center;
  }
  .es6_bg .iosSlider2 .slider .item div.blueblock {
    font-size: 16px;
    padding: 6px 15px 4px 15px;
    background: #fde800;
    background: -webkit-gradient(linear, left bottom, left top, from(#fbd502), to(#fde800));
    background: linear-gradient(to top, #fbd502, #fde800);
    border-radius: 4px;
    margin: -20px auto 5px;
    position: relative;
    display: inline-block;
    color: #040404;
    text-transform: uppercase;
  }
  .es6_bg .iosSlider2 .slider .item img {
    width: 190px;
    height: auto;
    border-radius: 8px;
    position: relative;
  }
  .es6_bg .container .prev2 {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: url(../img/es6_strleft.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .es6_bg .container .prev2:hover {
    background: url(../img/es6_strleft_act.png) no-repeat center center;
    background-size: cover;
  }
  .es6_bg .container .next2 {
    position: absolute;
    top: 40px;
    right: -40px;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: url(../img/es6_strright.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .es6_bg .container .next2:hover {
    background: url(../img/es6_strright_act.png) no-repeat center center;
    background-size: cover;
  }
  .es6_bg .container .unselectable {
    opacity: 0.6;
    cursor: default !important;
  }
}

.calc_potolok_bg {
  margin: 0px auto;
}

.calc_potolok_bg .calc_potolok_bg__text {
  font-size: 48px;
  color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-top: 45px;
  line-height: 1;
  margin-bottom: 40px;
}

.calc_potolok_bg .calc_potolok_rasch_bg {
  height: 276px;
  width: 1074px;
  background: url(../img/calc_potolok/bg.png) center center;
  margin: 0px auto;
  text-align: center;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
  text-align: center;
  font-size: 28px;
  color: #000;
  padding-top: 30px;
  margin-bottom: 20px;
  font-family: 'ALSSchlangesans-bold';
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 15px;
}

.calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
  margin: 0 auto;
  width: 197px;
  height: 52px;
  background: url(../img/calc_potolok/but_zakazat.png) center center;
  cursor: pointer;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 200px;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
  width: 257px;
  height: 57px;
  line-height: 62px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset -1px 3px 8px 0px #ccc;
  box-shadow: inset -1px 3px 8px 0px #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  margin-top: -20px;
  text-align: center;
  font-size: 44px;
  font-family: 'ALSSchlangesans-Black';
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
  font-size: .6em;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
  width: 29px;
  height: 29px;
  float: left;
  margin-left: 13px;
  margin-top: 15px;
  cursor: pointer;
  background: url(../img/calc_potolok/but_minus.png) center center;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
  width: 30px;
  height: 29px;
  float: right;
  margin-right: 13px;
  margin-top: 15px;
  cursor: pointer;
  background: url(../img/calc_potolok/but_plus.png) center center;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
  font-size: 44px;
  font-family: "Montserrat", sans-serif;
  width: 35px;
  display: inline-block;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  width: 175px;
  display: inline-block;
  text-decoration: line-through;
  color: #ff0000;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
  color: #000;
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
  font-size: 44px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.calc_potolok_calc {
  margin: 0 auto;
  height: 470px;
  width: 1074px;
}

.calc_potolok_calc .calc_potolok_calc_left {
  float: left;
  width: 250px;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: -1px 3px 10px -3px #666;
  box-shadow: -1px 3px 10px -3px #666;
  margin-bottom: 30px;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
  padding: 12px 20px 10px 20px;
  cursor: pointer;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
  background-color: #1ebcfb;
  border-radius: 8px;
  color: #fff;
  -webkit-box-shadow: inset -1px 3px 10px -3px #666;
  box-shadow: inset -1px 3px 10px -3px #666;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
  font-size: 28px;
  font-family: 'ALSSchlangesans-bold';
  margin-left: 18px;
  margin-bottom: 15px;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
  margin-left: 15px;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
  width: 47px;
  height: 47px;
  float: left;
  margin: 0px 10px 10px 0px;
  border-radius: 6px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
  width: 16px;
  height: 16px;
  background: url(../img/calc_potolok/check.png);
  display: block;
  margin: 26px 0px 0px 26px;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color1 {
  background-color: #f5ef41;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color2 {
  background-color: #d72827;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color3 {
  background-color: #ffffff;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color4 {
  background-color: #b4f8f6;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color5 {
  background-color: #f2d5f9;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color6 {
  background-color: #aea2a2;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color7 {
  background-color: #f6eac0;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color8 {
  background-color: #d2c8a8;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color9 {
  background-color: #c6f5a0;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color10 {
  background-color: #89c3d8;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
  margin-left: 15px;
  display: none;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
  width: 47px;
  height: 47px;
  float: left;
  margin: 0px 10px 10px 0px;
  border-radius: 6px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
  width: 16px;
  height: 16px;
  background: url(../img/calc_potolok/check.png);
  display: block;
  margin: 26px 0px 0px 26px;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo1 {
  background: url(../img/calc_potolok/photo1_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo2 {
  background: url(../img/calc_potolok/photo2_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo3 {
  background: url(../img/calc_potolok/photo3_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo4 {
  background: url(../img/calc_potolok/photo4_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo5 {
  background: url(../img/calc_potolok/photo5_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo6 {
  background: url(../img/calc_potolok/photo6_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo7 {
  background: url(../img/calc_potolok/photo7_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo8 {
  background: url(../img/calc_potolok/photo8_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo9 {
  background: url(../img/calc_potolok/photo9_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo10 {
  background: url(../img/calc_potolok/photo10_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo11 {
  background: url(../img/calc_potolok/photo11_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo12 {
  background: url(../img/calc_potolok/photo12_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
  border: 1px solid #ccc;
  padding: 15px 0px 0px 20px;
  border-radius: 6px;
  -webkit-box-shadow: -1px 3px 10px -3px #666;
  box-shadow: -1px 3px 10px -3px #666;
  display: block;
  margin-left: 15px;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
  width: 92px;
  height: 80px;
  float: left;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
  width: 92px;
  height: 80px;
  border: 3px solid #ff0000;
  display: block;
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo1 {
  background: url(../img/calc_potolok/nebo1_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo2 {
  background: url(../img/calc_potolok/nebo2_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo3 {
  background: url(../img/calc_potolok/nebo3_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo4 {
  background: url(../img/calc_potolok/nebo4_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo5 {
  background: url(../img/calc_potolok/nebo5_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo6 {
  background: url(../img/calc_potolok/nebo6_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo7 {
  background: url(../img/calc_potolok/nebo7_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo8 {
  background: url(../img/calc_potolok/nebo8_.jpg);
}

.calc_potolok_calc .calc_potolok_calc_right {
  float: right;
  width: 774px;
  height: 442px;
}

.calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
  width: 137px;
  height: 137px;
  background: url(../img/calc_potolok/b_marketlist_item_shok.png) center center;
  background-size: cover;
  position: absolute;
  margin-top: -10px;
  right: -20px;
  z-index: 10;
}

.calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
  background: url(../img/calc_potolok/calc_osnova.png) center center;
  background-size: cover;
  width: 774px;
  height: 442px;
  position: relative;
}

.calc_potolok_calc .calc_potolok_calc_right .calc_color {
  background: url(../img/calc_potolok/color1.png) center center;
  background-size: cover;
  width: 774px;
  height: 442px;
}

.calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
  background: url(../img/calc_potolok/photo1.jpg) center center;
  background-size: cover;
  width: 774px;
  height: 442px;
  display: none;
}

.calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
  background: url(../img/calc_potolok/nebo1.jpg) center center;
  background-size: cover;
  width: 774px;
  height: 442px;
}

.calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
  background: url(../img/calc_potolok/calc_glyanets.png) center center;
  background-size: cover;
  width: 774px;
  height: 442px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .calc_potolok_bg {
    margin: 0px auto;
  }
  .calc_potolok_bg .calc_potolok_bg__text {
    font-size: 48px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 45px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg {
    height: 276px;
    width: 720px;
    background: url(../img/calc_potolok/bg.png) center top;
    margin: 0px auto;
    text-align: center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
    text-align: center;
    font-size: 22px;
    color: #000;
    padding-top: 30px;
    margin-bottom: 20px;
    font-family: 'ALSSchlangesans-bold';
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
    margin: 0 auto;
    width: 197px;
    height: 52px;
    background: url(../img/calc_potolok/but_zakazat.png) center center;
    cursor: pointer;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
    width: 257px;
    height: 57px;
    line-height: 62px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset -1px 3px 8px 0px #ccc;
    box-shadow: inset -1px 3px 8px 0px #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    margin-top: -20px;
    text-align: center;
    font-size: 44px;
    font-family: 'ALSSchlangesans-Black';
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
    font-size: .6em;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
    width: 29px;
    height: 29px;
    float: left;
    margin-left: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../img/calc_potolok/but_minus.png) center center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
    width: 30px;
    height: 29px;
    float: right;
    margin-right: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../img/calc_potolok/but_plus.png) center center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    width: 35px;
    display: inline-block;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    width: 175px;
    display: inline-block;
    text-decoration: line-through;
    color: #ff0000;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
    color: #000;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
    font-size: 44px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
  }
  .calc_potolok_calc {
    margin: 0 auto;
    height: auto;
    width: 900px;
  }
  .calc_potolok_calc .calc_potolok_calc_left {
    float: none;
    width: 774px;
    height: auto;
    margin: 0 auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -webkit-box-shadow: -1px 3px 10px -3px #666;
    box-shadow: -1px 3px 10px -3px #666;
    margin-bottom: 30px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
    padding: 12px 20px 10px 20px;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
    background-color: #1ebcfb;
    border-radius: 8px;
    color: #fff;
    -webkit-box-shadow: inset -1px 3px 10px -3px #666;
    box-shadow: inset -1px 3px 10px -3px #666;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
    font-size: 28px;
    font-family: 'ALSSchlangesans-bold';
    margin-left: 18px;
    margin-bottom: 15px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
    width: 16px;
    height: 16px;
    background: url(../img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color1 {
    background-color: #f5ef41;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color2 {
    background-color: #d72827;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color3 {
    background-color: #ffffff;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color4 {
    background-color: #b4f8f6;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color5 {
    background-color: #f2d5f9;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color6 {
    background-color: #aea2a2;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color7 {
    background-color: #f6eac0;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color8 {
    background-color: #d2c8a8;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color9 {
    background-color: #c6f5a0;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color10 {
    background-color: #89c3d8;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
    margin-left: 15px;
    margin-bottom: 15px;
    display: none;
    overflow: auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
    width: 16px;
    height: 16px;
    background: url(../img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo1 {
    background: url(../img/calc_potolok/photo1_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo2 {
    background: url(../img/calc_potolok/photo2_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo3 {
    background: url(../img/calc_potolok/photo3_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo4 {
    background: url(../img/calc_potolok/photo4_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo5 {
    background: url(../img/calc_potolok/photo5_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo6 {
    background: url(../img/calc_potolok/photo6_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo7 {
    background: url(../img/calc_potolok/photo7_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo8 {
    background: url(../img/calc_potolok/photo8_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo9 {
    background: url(../img/calc_potolok/photo9_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo10 {
    background: url(../img/calc_potolok/photo10_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo11 {
    background: url(../img/calc_potolok/photo11_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo12 {
    background: url(../img/calc_potolok/photo12_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
    border: 1px solid #ccc;
    padding: 15px 0px 0px 20px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 10px -3px #666;
    box-shadow: -1px 3px 10px -3px #666;
    display: block;
    margin-left: 15px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    display: block;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
    width: 92px;
    height: 80px;
    float: left;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
    width: 92px;
    height: 80px;
    border: 3px solid #ff0000;
    display: block;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo1 {
    background: url(../img/calc_potolok/nebo1_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo2 {
    background: url(../img/calc_potolok/nebo2_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo3 {
    background: url(../img/calc_potolok/nebo3_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo4 {
    background: url(../img/calc_potolok/nebo4_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo5 {
    background: url(../img/calc_potolok/nebo5_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo6 {
    background: url(../img/calc_potolok/nebo6_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo7 {
    background: url(../img/calc_potolok/nebo7_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo8 {
    background: url(../img/calc_potolok/nebo8_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_right {
    float: none;
    width: 774px;
    height: 442px;
    margin: 0 auto 20px auto;
  }
  .calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
    width: 137px;
    height: 137px;
    background: url(../img/calc_potolok/b_marketlist_item_shok.png) center center;
    background-size: cover;
    position: absolute;
    margin-top: -10px;
    right: -20px;
    z-index: 10;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
    background: url(../img/calc_potolok/calc_osnova.png) center center;
    background-size: cover;
    width: 774px;
    height: 442px;
    position: relative;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color {
    background: url(../img/calc_potolok/color1.png) center center;
    background-size: cover;
    width: 774px;
    height: 442px;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
    background: url(../img/calc_potolok/photo1.jpg) center center;
    background-size: cover;
    width: 774px;
    height: 442px;
    display: none;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
    background: url(../img/calc_potolok/nebo1.jpg) center center;
    background-size: cover;
    width: 774px;
    height: 442px;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
    background: url(../img/calc_potolok/calc_glyanets.png) center center;
    background-size: cover;
    width: 774px;
    height: 442px;
    position: relative;
  }
}

@media only screen and (max-width: 992px) {
  .calc_potolok_bg {
    margin: 0px auto;
  }
  .calc_potolok_bg .calc_potolok_bg__text {
    font-size: 48px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 45px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg {
    height: 276px;
    width: 720px;
    background: url(../img/calc_potolok/bg.png) center top;
    margin: 0px auto;
    text-align: center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
    text-align: center;
    font-size: 22px;
    color: #000;
    padding-top: 30px;
    margin-bottom: 20px;
    font-family: 'ALSSchlangesans-bold';
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
    margin: 0 auto;
    width: 197px;
    height: 52px;
    background: url(../img/calc_potolok/but_zakazat.png) center center;
    cursor: pointer;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
    width: 257px;
    height: 57px;
    line-height: 62px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset -1px 3px 8px 0px #ccc;
    box-shadow: inset -1px 3px 8px 0px #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    margin-top: -20px;
    text-align: center;
    font-size: 44px;
    font-family: 'ALSSchlangesans-Black';
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
    font-size: .6em;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
    width: 29px;
    height: 29px;
    float: left;
    margin-left: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../img/calc_potolok/but_minus.png) center center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
    width: 30px;
    height: 29px;
    float: right;
    margin-right: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../img/calc_potolok/but_plus.png) center center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    width: 35px;
    display: inline-block;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    width: 175px;
    display: inline-block;
    text-decoration: line-through;
    color: #ff0000;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
    color: #000;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
    font-size: 44px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
  }
  .calc_potolok_calc {
    margin: 0 auto;
    height: auto;
    width: 720px;
  }
  .calc_potolok_calc .calc_potolok_calc_left {
    float: none;
    width: 720px;
    height: auto;
    margin: 0 auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -webkit-box-shadow: -1px 3px 10px -3px #666;
    box-shadow: -1px 3px 10px -3px #666;
    margin-bottom: 30px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
    padding: 12px 20px 10px 20px;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
    background-color: #1ebcfb;
    border-radius: 8px;
    color: #fff;
    -webkit-box-shadow: inset -1px 3px 10px -3px #666;
    box-shadow: inset -1px 3px 10px -3px #666;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
    font-size: 28px;
    font-family: 'ALSSchlangesans-bold';
    margin-left: 18px;
    margin-bottom: 15px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
    width: 16px;
    height: 16px;
    background: url(../img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
    margin-left: 15px;
    margin-bottom: 15px;
    display: none;
    overflow: auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
    width: 16px;
    height: 16px;
    background: url(../img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
    border: 1px solid #ccc;
    padding: 15px 0px 0px 20px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 10px -3px #666;
    box-shadow: -1px 3px 10px -3px #666;
    display: block;
    margin-left: 15px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    display: block;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
    width: 92px;
    height: 80px;
    float: left;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
    width: 92px;
    height: 80px;
    border: 3px solid #ff0000;
    display: block;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo1 {
    background: url(../img/calc_potolok/nebo1_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo2 {
    background: url(../img/calc_potolok/nebo2_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo3 {
    background: url(../img/calc_potolok/nebo3_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo4 {
    background: url(../img/calc_potolok/nebo4_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo5 {
    background: url(../img/calc_potolok/nebo5_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo6 {
    background: url(../img/calc_potolok/nebo6_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo7 {
    background: url(../img/calc_potolok/nebo7_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo8 {
    background: url(../img/calc_potolok/nebo8_.jpg);
  }
  .calc_potolok_calc .calc_potolok_calc_right {
    float: none;
    width: 720px;
    height: 442px;
    margin: 0 auto 20px auto;
  }
  .calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
    width: 137px;
    height: 137px;
    background: url(../img/calc_potolok/b_marketlist_item_shok.png) center center;
    background-size: cover;
    position: absolute;
    margin-top: -10px;
    right: 20px;
    z-index: 10;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
    background: url(../img/calc_potolok/calc_osnova.png) center center;
    background-size: cover;
    width: 720px;
    height: 442px;
    position: relative;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color {
    background: url(../img/calc_potolok/color1.png) center center;
    background-size: cover;
    width: 720px;
    height: 442px;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
    background: url(../img/calc_potolok/photo1.jpg) center center;
    background-size: cover;
    width: 720px;
    height: 442px;
    display: none;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
    background: url(../img/calc_potolok/nebo1.jpg) center center;
    background-size: cover;
    width: 720px;
    height: 442px;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
    background: url(../img/calc_potolok/calc_glyanets.png) center center;
    background-size: cover;
    width: 720px;
    height: 442px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .calc_potolok_bg {
    margin: 0px auto;
  }
  .calc_potolok_bg .calc_potolok_bg__text {
    font-size: 48px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 45px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg {
    height: 276px;
    width: 440px;
    background: url(../img/calc_potolok/bg.png) center top;
    margin: 0px auto;
    text-align: center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding-top: 20px;
    margin-bottom: 35px;
    line-height: 1.2;
    font-family: 'ALSSchlangesans-bold';
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
    display: none;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
    margin: 0 auto;
    width: 197px;
    height: 52px;
    background: url(../img/calc_potolok/but_zakazat.png) center center;
    cursor: pointer;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
    margin-bottom: 0px;
    text-align: center;
    margin-left: 0px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
    width: 257px;
    height: 57px;
    line-height: 62px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset -1px 3px 8px 0px #ccc;
    box-shadow: inset -1px 3px 8px 0px #ccc;
    display: block;
    vertical-align: middle;
    margin: -20px auto 10px auto;
    text-align: center;
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
    font-size: .6em;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
    width: 29px;
    height: 29px;
    float: left;
    margin-left: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../img/calc_potolok/but_minus.png) center center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
    width: 30px;
    height: 29px;
    float: right;
    margin-right: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../img/calc_potolok/but_plus.png) center center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    width: 35px;
    display: none;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    width: 175px;
    display: inline-block;
    text-decoration: line-through;
    color: #ff0000;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
    color: #000;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
    font-size: 44px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
  }
  .calc_potolok_calc {
    margin: 0 auto;
    height: auto;
    width: 440px;
  }
  .calc_potolok_calc .calc_potolok_calc_left {
    float: none;
    width: 440px;
    height: auto;
    margin: 0 auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -webkit-box-shadow: -1px 3px 10px -3px #666;
    box-shadow: -1px 3px 10px -3px #666;
    margin-bottom: 30px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
    padding: 12px 20px 10px 20px;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
    background-color: #1ebcfb;
    border-radius: 8px;
    color: #fff;
    -webkit-box-shadow: inset -1px 3px 10px -3px #666;
    box-shadow: inset -1px 3px 10px -3px #666;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
    font-size: 28px;
    font-family: 'ALSSchlangesans-bold';
    margin-left: 18px;
    margin-bottom: 15px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
    width: 16px;
    height: 16px;
    background: url(../img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
    margin-left: 15px;
    margin-bottom: 15px;
    display: none;
    overflow: auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
    width: 16px;
    height: 16px;
    background: url(../img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
    border: 1px solid #ccc;
    padding: 15px 0px 0px 20px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 10px -3px #666;
    box-shadow: -1px 3px 10px -3px #666;
    display: block;
    margin-left: 15px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    display: block;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
    width: 92px;
    height: 80px;
    float: left;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
    width: 92px;
    height: 80px;
    border: 3px solid #ff0000;
    display: block;
  }
  .calc_potolok_calc .calc_potolok_calc_right {
    float: none;
    width: 440px;
    height: 442px;
    margin: 0 auto 20px auto;
  }
  .calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
    width: 100px;
    height: 100px;
    background: url(../img/calc_potolok/b_marketlist_item_shok.png) center center;
    background-size: cover;
    position: absolute;
    margin-top: -10px;
    right: 20px;
    z-index: 10;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
    background: url(../img/calc_potolok/calc_osnova.png) center center;
    background-size: cover;
    width: 440px;
    height: 442px;
    position: relative;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color {
    background: url(../img/calc_potolok/color1.png) center center;
    background-size: cover;
    width: 440px;
    height: 442px;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
    background: url(../img/calc_potolok/photo1.jpg) center center;
    background-size: cover;
    width: 440px;
    height: 442px;
    display: none;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
    background: url(../img/calc_potolok/nebo1.jpg) center center;
    background-size: cover;
    width: 440px;
    height: 442px;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
    background: url(../img/calc_potolok/calc_glyanets.png) center center;
    background-size: cover;
    width: 440px;
    height: 442px;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  .calc_potolok_bg {
    margin: 0px auto;
  }
  .calc_potolok_bg .calc_potolok_bg__text {
    font-size: 48px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-top: 45px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg {
    height: 300px;
    width: 270px;
    background: url(../img/calc_potolok/bg.png) center top;
    background-size: cover;
    margin: 0px auto;
    text-align: center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    margin-bottom: 35px;
    line-height: 1.2;
    font-family: 'ALSSchlangesans-bold';
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
    display: none;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
    margin: 0 auto;
    width: 197px;
    height: 52px;
    background: url(../img/calc_potolok/but_zakazat.png) center center;
    cursor: pointer;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
    margin-bottom: 0px;
    text-align: center;
    margin-left: 0px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
    width: 244px;
    height: 57px;
    line-height: 62px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset -1px 3px 8px 0px #ccc;
    box-shadow: inset -1px 3px 8px 0px #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: -20px;
    text-align: center;
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
    font-size: .6em;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
    width: 29px;
    height: 29px;
    float: left;
    margin-left: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../img/calc_potolok/but_minus.png) center center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
    width: 30px;
    height: 29px;
    float: right;
    margin-right: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../img/calc_potolok/but_plus.png) center center;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    width: 35px;
    display: none;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
    display: none;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
    color: #000;
  }
  .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
    font-size: 44px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
  }
  .calc_potolok_calc {
    margin: 0 auto;
    height: auto;
    width: 270px;
  }
  .calc_potolok_calc .calc_potolok_calc_left {
    float: none;
    width: 270px;
    height: auto;
    margin: 0 auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -webkit-box-shadow: -1px 3px 10px -3px #666;
    box-shadow: -1px 3px 10px -3px #666;
    margin-bottom: 30px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
    padding: 12px 20px 10px 20px;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
    background-color: #1ebcfb;
    border-radius: 8px;
    color: #fff;
    -webkit-box-shadow: inset -1px 3px 10px -3px #666;
    box-shadow: inset -1px 3px 10px -3px #666;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
    font-size: 28px;
    font-family: 'ALSSchlangesans-bold';
    margin-left: 18px;
    margin-bottom: 15px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
    width: 16px;
    height: 16px;
    background: url(../img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
    margin-left: 15px;
    margin-bottom: 15px;
    display: none;
    overflow: auto;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
    width: 16px;
    height: 16px;
    background: url(../img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
    border: 1px solid #ccc;
    padding: 15px 0px 0px 20px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 10px -3px #666;
    box-shadow: -1px 3px 10px -3px #666;
    display: block;
    margin-left: 15px;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    display: block;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
    width: 92px;
    height: 80px;
    float: left;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
  }
  .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
    width: 92px;
    height: 80px;
    border: 3px solid #ff0000;
    display: block;
  }
  .calc_potolok_calc .calc_potolok_calc_right {
    float: none;
    width: 270px;
    height: 272px;
    margin: 0 auto 20px auto;
  }
  .calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
    width: 100px;
    height: 100px;
    background: url(../img/calc_potolok/b_marketlist_item_shok.png) center center;
    background-size: cover;
    position: absolute;
    margin-top: -10px;
    right: 20px;
    z-index: 10;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
    background: url(../img/calc_potolok/calc_osnova.png) center center;
    background-size: cover;
    width: 270px;
    height: 272px;
    position: relative;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color {
    background: url(../img/calc_potolok/color1.png) center center;
    background-size: cover;
    width: 270px;
    height: 272px;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
    background: url(../img/calc_potolok/photo1.jpg) center center;
    background-size: cover;
    width: 270px;
    height: 272px;
    display: none;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
    background: url(../img/calc_potolok/nebo1.jpg) center center;
    background-size: cover;
    width: 270px;
    height: 272px;
  }
  .calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
    background: url(../img/calc_potolok/calc_glyanets.png) center center;
    background-size: cover;
    width: 270px;
    height: 272px;
    position: relative;
  }
}

.es5 {
  text-align: center;
  background: url(../img/es3_bg.png) repeat-x 50% 60px;
}

.es5 .es3__podtext {
  font-size: 40px;
  color: #0d0d0d;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 20px 0 20px;
}

.es5 .es3__podtext img {
  margin-left: 20px;
  cursor: pointer;
}

.es5 .container {
  position: relative;
  margin: 0 auto;
}

.es5 .container .es3_ok1 {
  width: 310px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 20px 0px;
  height: 500px;
  text-align: center;
}

.es5 .container .es3_ok1 img {
  margin: 0px auto;
}

.es5 .container .es3_ok1 .es3_blue {
  width: 260px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background: #01d2e9;
  padding: 5px;
}

.es5 .container .es3_ok2 {
  width: 395px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 20px 20px 0px;
  height: 500px;
  text-align: center;
}

.es5 .container .es3_ok2 img {
  margin: -13px auto 0 auto;
}

.es5 .container .es3_ok2 .es3_blue {
  width: 365px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background: #01d2e9;
  padding: 5px;
}

.es5 .container .es3_ok3 {
  width: 383px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 15px 0px 0px;
  height: 500px;
  text-align: center;
}

.es5 .container .es3_ok3 img {
  margin: 0 auto;
}

.es5 .container .es3_ok3 .es3_blue {
  width: 370px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background: #01d2e9;
  padding: 5px;
}

.es5 .container .es3_strzag {
  height: 8px;
  background: url(../img/es3_strzag.png) no-repeat center center;
  margin-bottom: 6px;
}

.es5 .container .es3_bageout {
  width: 169px;
  margin: 30px auto 0px auto;
}

.es5 .container .es3_bage {
  width: 169px;
  height: 64px;
  background: url(../img/es3_bage.png) no-repeat center center;
  margin-left: 80px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  padding-top: 7px;
  padding-left: 10px;
  line-height: 1.2;
}

.es5 .container .es3_bage .es3_vashek {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.es5 .container .es3_bage .es3_econom {
  font-size: 29px;
  font-family: 'ALSSchlangesans-Black';
}

.es5 .container .es3_bage .es3_econom span {
  font-size: 23px;
  font-family: 'ALSSchlangesans-bold';
}

.es5 .container .es3_tsena {
  color: #ff0000;
  font-size: 50px;
  font-family: 'ALSSchlangesans-Black';
}

.es5 .container .es3_tsena span {
  font-size: 23px;
  font-family: 'ALSSchlangesans-bold';
}

@media only screen and (max-width: 992px) {
  .es5 {
    background: none;
  }
  .es5 .es3__podtext {
    font-size: 26px;
    color: #0d0d0d;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 20px 0 20px;
    line-height: 1;
  }
  .es5 .es3__podtext img {
    margin-left: 0px;
    margin-top: -20px;
    max-width: 96%;
  }
  .es5 .container {
    position: relative;
    margin: 0 auto;
  }
  .es5 .container .es3_ok1 {
    width: 300px;
    display: block;
    margin: 0px auto 30px auto;
    height: 485px;
    text-align: center;
  }
  .es5 .container .es3_ok1 img {
    margin: 0px auto;
    max-width: 96%;
  }
  .es5 .container .es3_ok1 .es3_blue {
    width: 300px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    background: #01d2e9;
    padding: 5px;
  }
  .es5 .container .es3_ok2 {
    width: 300px;
    float: none;
    display: block;
    margin: 0px auto 30px auto;
    height: 420px;
    text-align: center;
  }
  .es5 .container .es3_ok2 img {
    margin: -13px auto 0 auto;
    max-width: 96%;
  }
  .es5 .container .es3_ok2 .es3_blue {
    width: 300px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    background: #01d2e9;
    padding: 5px;
  }
  .es5 .container .es3_ok3 {
    width: 300px;
    float: none;
    display: block;
    margin: 0px auto 0px auto;
    height: 420px;
    text-align: center;
  }
  .es5 .container .es3_ok3 img {
    margin: 0 auto;
    max-width: 96%;
  }
  .es5 .container .es3_ok3 .es3_blue {
    width: 300px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    background: #01d2e9;
    padding: 5px;
  }
  .es5 .container .es3_strzag {
    height: 8px;
    background: url(../img/es3_strzag.png) no-repeat center center;
    margin-bottom: 6px;
  }
  .es5 .container .es3_bageout {
    width: 169px;
    margin: 30px auto 0px auto;
  }
  .es5 .container .es3_bage {
    width: 169px;
    height: 64px;
    background: url(../img/es3_bage.png) no-repeat center center;
    margin-left: 60px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    padding-top: 7px;
    padding-left: 10px;
    line-height: 1.2;
  }
  .es5 .container .es3_bage .es3_vashek {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
  }
  .es5 .container .es3_bage .es3_econom {
    font-size: 29px;
    font-family: 'ALSSchlangesans-Black';
  }
  .es5 .container .es3_bage .es3_econom span {
    font-size: 23px;
    font-family: 'ALSSchlangesans-bold';
  }
  .es5 .container .es3_tsena {
    color: #ff0000;
    font-size: 50px;
    font-family: 'ALSSchlangesans-Black';
  }
  .es5 .container .es3_tsena span {
    font-size: 23px;
    font-family: 'ALSSchlangesans-bold';
    margin-top: 20px;
  }
}

.b-aktsii {
  margin: 70px auto 0px auto;
}

.b-aktsii .b-aktsii__zag {
  font-size: 50px;
  color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}

.b-aktsii .b-aktsii__zag2 {
  font-size: 26px;
  color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
}

.b-aktsii .b-sms__undertext {
  font-size: 20px;
  color: #0d0d0d;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
}

.b-aktsii .b-aktsii__center {
  text-align: center;
  vertical-align: top;
  margin: 50px 0px;
}

.b-aktsii .b-aktsii__ico {
  width: 461px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.b-aktsii .b-aktsii__iconumber {
  width: 160px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.b-aktsii .b-aktsii__iconumber img {
  margin-top: 30px;
}

.b-aktsii .b-aktsii__icotext {
  width: 475px;
  display: inline-block;
  vertical-align: top;
}

.b-aktsii .b-aktsii__icotext.b-aktsii__icotext_left {
  text-align: right;
}

.b-aktsii .b-aktsii__icotext.b-aktsii__icotext_right {
  text-align: left;
}

.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
  font-size: 55px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 25px;
}

.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag .red {
  color: #ff0103;
}

.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .b-aktsii {
    margin: 70px auto 0px auto;
  }
  .b-aktsii .b-aktsii__zag {
    font-size: 48px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-bottom: 15px;
  }
  .b-aktsii .b-aktsii__zag2 {
    font-size: 26px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .b-aktsii .b-sms__undertext {
    font-size: 20px;
    color: #0d0d0d;
    text-align: center;
  }
  .b-aktsii .b-aktsii__center {
    text-align: center;
    vertical-align: top;
    margin: 50px auto;
    width: 900px;
  }
  .b-aktsii .b-aktsii__ico {
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: top;
  }
  .b-aktsii .b-aktsii__iconumber {
    width: 160px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .b-aktsii .b-aktsii__iconumber img {
    margin-top: 30px;
  }
  .b-aktsii .b-aktsii__icotext {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_left {
    text-align: right;
  }
  .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_right {
    text-align: left;
  }
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px;
  }
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag .red {
    color: #ff0103;
  }
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 992px) {
  .b-aktsii {
    margin: 70px auto 0px auto;
  }
  .b-aktsii .b-aktsii__zag {
    font-size: 38px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-bottom: 15px;
  }
  .b-aktsii .b-aktsii__zag2 {
    font-size: 24px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .b-aktsii .b-sms__undertext {
    font-size: 18px;
    color: #0d0d0d;
    text-align: center;
  }
  .b-aktsii .b-aktsii__center {
    text-align: center;
    vertical-align: top;
    margin: 20px auto;
    width: 100%;
  }
  .b-aktsii .b-aktsii__ico {
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: top;
  }
  .b-aktsii .b-aktsii__ico img {
    max-width: 90%;
  }
  .b-aktsii .b-aktsii__iconumber {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .b-aktsii .b-aktsii__iconumber img {
    margin-top: 30px;
  }
  .b-aktsii .b-aktsii__icotext {
    width: 85%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_right {
    text-align: center !important;
  }
  .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_left {
    text-align: center !important;
  }
  .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_right {
    text-align: left;
  }
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
    font-size: 45px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px;
    text-align: center;
  }
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag .red {
    color: #ff0103;
  }
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.3;
  }
}

.b-allforms {
  margin: 70px auto 50px auto;
}

.b-allforms .b-allforms__zag {
  font-size: 50px;
  color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}

.b-allforms .b-allforms__row {
  text-align: center;
  margin: 30px 0px;
}

.b-allforms .b-allforms__row img {
  margin-bottom: 15px;
}

.b-allforms .b-allforms__row div {
  font-size: 28px;
  font-family: 'ALSSchlangesans-bold';
  color: #ff0000;
}

.b-allforms .b-allforms__row div span {
  font-size: 12px;
  font-family: 'ALSSchlangesans-Black';
}

@media only screen and (max-width: 992px) {
  .b-allforms {
    margin: 70px auto 50px auto;
  }
  .b-allforms .b-allforms__zag {
    font-size: 50px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-bottom: 15px;
  }
  .b-allforms .b-allforms__row {
    text-align: center;
    margin: 30px 0px;
  }
  .b-allforms .b-allforms__row img {
    margin-bottom: 15px;
  }
  .b-allforms .b-allforms__row div {
    font-size: 24px;
    font-family: 'ALSSchlangesans-bold';
    color: #ff0000;
  }
  .b-allforms .b-allforms__row div span {
    font-size: 12px;
    font-family: 'ALSSchlangesans-Black';
  }
}

.b-calc-bg {
  background: url(../img/es1_bg.jpg) center top no-repeat;
  margin-bottom: 80px;
}

.b-calc {
  width: 1190px;
  margin: 0 auto;
  padding-top: 45px;
}

.b-calc__zag {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 49px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-top: 30px;
}

.b-calc__left {
  width: 660px;
  float: left;
}

.b-calc__left .b-calc__ul_onoff {
  position: absolute;
  margin-left: 190px;
}

.b-calc__left .b-calc__ul_onoff li {
  list-style: none;
  display: inline;
  line-height: 52px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #01d2e9;
  margin-right: 35px;
  white-space: nowrap;
}

.b-calc__left .b-calc__ul_onoff li img {
  margin-top: 5px;
}

.b-calc__left .b-calc__ul_onoff li a {
  color: #000;
  text-decoration: none;
}

.b-calc__left .oknofull {
  width: 380px;
  height: 331px;
  position: absolute;
  margin: 210px 0px 0px 240px;
}

.b-calc__left .oknofull img {
  width: 100%;
}

.b-calc__left .oknofullbalk {
  margin-top: 235px;
}

.b-calc__left .tabletipokna {
  position: absolute;
  margin: 38px 0px 0px 160px;
}

.b-calc__left .tipokna1, .b-calc__left .tipokna2, .b-calc__left .tipokna3 {
  float: left;
  margin-right: 12px;
  margin-left: 12px;
  width: 150px;
  text-align: center;
}

.b-calc__left .popok1 {
  position: absolute;
  margin-left: -24px;
  margin-top: -16px;
}

.b-calc__left .popok2 {
  position: absolute;
  margin-left: -24px;
  margin-top: -16px;
}

.b-calc__left .popok3 {
  position: absolute;
  margin-left: -24px;
  margin-top: -16px;
}

.b-calc__left .popok4 {
  position: absolute;
  margin-left: -24px;
  margin-top: -16px;
}

.b-calc__left .tipoknapopcenter {
  border: 1px solid #e7e7e8;
  padding: 15px 23px 15px 23px;
  position: relative;
  z-index: 5;
  border-radius: 7px;
  background: #fff;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
  margin-bottom: 25px;
}

.b-calc__left .ok1_1 {
  background: url(../img/calc/okno/ok1_1.png) top center no-repeat;
  width: 150px;
  height: 58px;
}

.b-calc__left .tipokna1.actok .ok1_1, .b-calc__left .tipokna1:hover .ok1_1 {
  background: url(../img/calc/okno/ok1_1_act.png) top center no-repeat;
}

.b-calc__left .ok2_1 {
  background: url(../img/calc/okno/ok2_1.png) top center no-repeat;
  width: 150px;
  height: 58px;
}

.b-calc__left .tipokna2.actok .ok2_1, .b-calc__left .tipokna2:hover .ok2_1 {
  background: url(../img/calc/okno/ok2_1_act.png) top center no-repeat;
}

.b-calc__left .ok3_1 {
  background: url(../img/calc/okno/ok3_1.png) top center no-repeat;
  width: 150px;
  height: 58px;
}

.b-calc__left .tipokna3.actok .ok3_1, .b-calc__left .tipokna3:hover .ok3_1 {
  background: url(../img/calc/okno/ok3_1_act.png) top center no-repeat;
}

.b-calc__right {
  width: 420px;
  float: right;
  margin-bottom: 50px;
  margin-top: 100px;
}

.b-calc__right .dostavka {
  width: 372px;
  height: 80px;
  background: url(../img/calc/dostavka.png) no-repeat center center;
}

.b-calc__right .underdostavka {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  padding-left: 10px;
  color: #0d0d0d;
  margin-top: 8px;
}

.b-calc__right .proc {
  height: 132px;
  margin-bottom: 15px;
}

.b-calc__right .proc div {
  width: 437px;
  height: 132px;
  background: url(../img/calc/proc.png) no-repeat center center;
  position: absolute;
}

.b-calc__right .basechek {
  width: 380px;
  height: 193px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  background: url(../img/calc/basechek.png) no-repeat center center;
  padding-top: 17px;
}

.b-calc__right .basechek .basechek__zag {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
  margin-left: 30px;
}

.b-calc__right .basechek table {
  width: 200px;
  margin: 0 auto;
}

.b-calc__right .basechek .basechek__line {
  border-bottom: 1px solid #b8c3c9;
  margin: 14px 30px 9px 30px;
}

.b-calc__right .basetsena {
  width: 380px;
  height: 157px;
  margin-top: -14px;
  background: url(../img/calc/basetsena.png) no-repeat center center;
  text-align: center;
  margin-bottom: 16px;
}

.b-calc__right .basetsena .costonsale {
  padding-top: 16px;
  font-size: 29px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.b-calc__right .basetsena .tsena_base_cost {
  margin-bottom: 15px;
  text-align: center;
  margin-top: 2px;
}

.b-calc__right .basetsena .tsena_base_cost span {
  color: #f72727;
  font-size: 98px;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}

.b-calc__right .basetsena .tsena_base_cost img {
  vertical-align: top;
  margin-right: -10px;
  padding-top: 27px;
}

.b-calc__right .basetsena .only15days {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.b-calc__right .calc_but {
  text-align: center;
  margin-bottom: 30px;
}

.b-calc__right .calc_but img {
  cursor: pointer;
}

.b-calc__right .calc_rassr {
  text-align: center;
  font-family: RobotoMedium;
  font-size: 30px;
  line-height: 1.2;
}

.b-calc__right .calc_rassr .credd {
  color: #ff0000;
}

.b-calc__left .stage1 {
  width: 152px;
  height: 49px;
  background: url(../img/calc/stage1.png);
  position: absolute;
  margin: 33px 0px 0px 0px;
}

.b-calc__left .stage2 {
  width: 129px;
  height: 80px;
  background: url(../img/calc/stage2.png);
  position: absolute;
  margin: 102px 0px 0px 0px;
}

.b-calc__left .stage3 {
  width: 166px;
  height: 42px;
  background: url(../img/calc/stage3.png);
  position: absolute;
  margin: 725px 0px 0px 0px;
}

.b-calc__left .block_econom {
  width: 465px;
  text-align: center;
  position: absolute;
  margin: 675px 0px 0px 185px;
}

.b-calc__left .block_econom .block_econom_text {
  font-size: 20px;
  font-family: RobotoMedium;
  margin-bottom: 10px;
}

.b-calc__left .block_econom .block_econom_text span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.b-calc__left .block_econom .block_econom_bg {
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: url(../img/b_market_filtr_bg.png);
  border-radius: 5px;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.b-calc__left .block_econom .block_econom_bg span {
  font-size: 39px;
  color: #000000;
}

.b-calc__left .markver {
  width: 5px;
  background: url(../img/calc/markver.png) no-repeat;
  height: 271px;
  position: absolute;
  margin: 230px 0px 0px 210px;
}

.b-calc__left .markhor {
  width: 391px;
  background: url(../img/calc/markhor.png) no-repeat;
  height: 5px;
  position: absolute;
  margin: 565px 0px 0px 229px;
}

@media only screen and (max-width: 1200px) {
  .b-calc {
    width: 960px;
    margin: 0 auto;
  }
  .b-calc__zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .b-calc__left {
    width: 200px;
    float: left;
  }
  .b-calc__left .b-calc__ul_onoff {
    position: absolute;
    margin-left: 10px;
  }
  .b-calc__left .b-calc__ul_onoff li {
    list-style: none;
    display: inline;
    line-height: 52px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #01d2e9;
    margin-right: 35px;
    white-space: nowrap;
  }
  .b-calc__left .b-calc__ul_onoff li img {
    margin-top: 5px;
  }
  .b-calc__left .b-calc__ul_onoff li a {
    color: #000;
    text-decoration: none;
  }
  .b-calc__left .oknofull img {
    width: 100%;
  }
  .b-calc__left .oknofullbalk {
    margin-top: 235px;
  }
  .b-calc__left .tabletipbalk {
    width: 440px;
  }
  .b-calc__left .popok1 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok2 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok3 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok4 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .tipoknapopcenter {
    border: 1px solid #e7e7e8;
    padding: 15px 23px 15px 23px;
    position: relative;
    z-index: 5;
    border-radius: 7px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
    margin-bottom: 25px;
  }
  .b-calc__right {
    float: right;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .b-calc__right .dostavka {
    width: 372px;
    height: 80px;
    background: url(../img/calc/dostavka.png) no-repeat center center;
  }
  .b-calc__right .proc {
    height: 115px;
    margin-bottom: 15px;
  }
  .b-calc__right .proc div {
    width: 380px;
    height: 115px;
    background: url(../img/calc/proc.png) no-repeat center center;
    background-size: cover;
    position: absolute;
  }
  .b-calc__right .basechek {
    width: 380px;
    height: 193px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    background: url(../img/calc/basechek.png) no-repeat center center;
    padding-top: 17px;
  }
  .b-calc__right .basechek .basechek__zag {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    margin-left: 30px;
  }
  .b-calc__right .basechek table {
    width: 200px;
    margin: 0 auto;
  }
  .b-calc__right .basechek .basechek__line {
    border-bottom: 1px solid #b8c3c9;
    margin: 14px 30px 9px 30px;
  }
  .b-calc__right .basetsena {
    width: 380px;
    height: 157px;
    margin-top: -14px;
    background: url(../img/calc/basetsena.png) no-repeat center center;
    text-align: center;
    margin-bottom: 16px;
  }
  .b-calc__right .basetsena .tsena_base_cost {
    margin-bottom: 15px;
    text-align: center;
  }
  .b-calc__right .basetsena .tsena_base_cost span {
    color: #f72727;
    font-size: 98px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
  }
  .b-calc__right .basetsena .tsena_base_cost img {
    vertical-align: top;
    margin-right: -10px;
  }
  .b-calc__right .basetsena .only15days {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  .b-calc__right .calc_but {
    text-align: center;
    margin-bottom: 30px;
  }
  .b-calc__right .calc_but img {
    cursor: pointer;
  }
  .b-calc__right .calc_rassr .credd {
    color: #ff0000;
  }
  .b-calc__left .stage1 {
    display: none;
  }
  .b-calc__left .stage2 {
    display: none;
  }
  .b-calc__left .stage3 {
    display: none;
  }
  .b-calc__left .block_econom {
    width: 465px;
    text-align: center;
    position: absolute;
    margin: 675px 0px 0px 45px;
  }
  .b-calc__left .markver {
    display: none;
  }
  .b-calc__left .markhor {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .b-calc {
    width: 700px;
    margin: 0 auto;
  }
  .b-calc-bg {
    margin-bottom: 5px;
  }
  .b-calc__zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .b-calc__left {
    width: 550px;
    float: none;
    height: 680px;
    margin: 0 auto;
  }
  .b-calc__left .b-calc__ul_onoff {
    position: absolute;
    margin-left: 70px;
  }
  .b-calc__left .b-calc__ul_onoff li {
    list-style: none;
    display: inline;
    line-height: 52px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #01d2e9;
    margin-right: 35px;
    white-space: nowrap;
  }
  .b-calc__left .b-calc__ul_onoff li img {
    margin-top: 5px;
  }
  .b-calc__left .b-calc__ul_onoff li a {
    color: #000;
    text-decoration: none;
  }
  .b-calc__left .oknofull {
    width: 390px;
    height: 331px;
    position: absolute;
    margin: 210px 0px 0px 40px;
  }
  .b-calc__left .oknofull img {
    width: 100%;
  }
  .b-calc__left .oknofullbalk {
    margin-top: 235px;
  }
  .b-calc__left .tabletipbalk {
    width: 440px;
  }
  .b-calc__left .popok1 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok2 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok3 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok4 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .tipoknapopcenter {
    border: 1px solid #e7e7e8;
    padding: 15px 23px 15px 23px;
    position: relative;
    z-index: 5;
    border-radius: 7px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
    margin-bottom: 25px;
  }
  .b-calc__right {
    float: none;
    margin: 0 auto 50px auto;
  }
  .b-calc__right .dostavka {
    display: none;
  }
  .b-calc__right .underdostavka {
    display: none;
  }
  .b-calc__right .proc {
    display: none;
  }
  .b-calc__right .proc div {
    width: 380px;
    height: 115px;
    background: url(../img/calc/proc.png) no-repeat center center;
    background-size: cover;
    position: absolute;
  }
  .b-calc__right .basechek {
    width: 380px;
    height: 193px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    background: url(../img/calc/basechek.png) no-repeat center center;
    padding-top: 17px;
  }
  .b-calc__right .basechek .basechek__zag {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    margin-left: 30px;
  }
  .b-calc__right .basechek table {
    width: 200px;
    margin: 0 auto;
  }
  .b-calc__right .basechek .basechek__line {
    border-bottom: 1px solid #b8c3c9;
    margin: 14px 30px 9px 30px;
  }
  .b-calc__right .basetsena {
    width: 380px;
    height: 157px;
    margin-top: -14px;
    background: url(../img/calc/basetsena.png) no-repeat center center;
    text-align: center;
    margin-bottom: 16px;
  }
  .b-calc__right .basetsena .tsena_base_cost {
    margin-bottom: 15px;
    text-align: center;
  }
  .b-calc__right .basetsena .tsena_base_cost span {
    color: #f72727;
    font-size: 98px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
  }
  .b-calc__right .basetsena .tsena_base_cost img {
    vertical-align: top;
    margin-right: -10px;
  }
  .b-calc__right .basetsena .only15days {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  .b-calc__right .calc_but {
    text-align: center;
    margin-bottom: 30px;
  }
  .b-calc__right .calc_but img {
    cursor: pointer;
  }
  .b-calc__left .stage2 {
    display: none;
  }
  .b-calc__left .stage3 {
    display: none;
  }
  .b-calc__left .block_econom {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .b-calc {
    width: 100%;
    margin: 0 auto;
  }
  .b-calc__zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .b-calc__left {
    width: 460px;
    float: none;
    height: 610px;
    margin: 0 auto;
  }
  .b-calc__left .b-calc__ul_onoff {
    position: absolute;
    margin-left: 25px;
  }
  .b-calc__left .b-calc__ul_onoff li {
    list-style: none;
    display: inline;
    line-height: 52px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #01d2e9;
    margin-right: 35px;
    white-space: nowrap;
  }
  .b-calc__left .b-calc__ul_onoff li img {
    margin-top: 5px;
  }
  .b-calc__left .b-calc__ul_onoff li a {
    color: #000;
    text-decoration: none;
  }
  .b-calc__left .oknofull {
    width: 310px;
    height: 331px;
    position: absolute;
  }
  .b-calc__left .oknofull img {
    width: 100%;
  }
  .b-calc__left .oknofullbalk {
    margin-top: 235px;
  }
  .b-calc__left .popok1 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok2 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok3 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok4 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .tipoknapopcenter {
    border: 1px solid #e7e7e8;
    padding: 15px 23px 15px 23px;
    position: relative;
    z-index: 5;
    border-radius: 7px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
    margin-bottom: 25px;
  }
  .b-calc__right {
    float: none;
    margin: 0 auto 50px auto;
  }
  .b-calc__right .dostavka {
    display: none;
  }
  .b-calc__right .underdostavka {
    display: none;
  }
  .b-calc__right .proc {
    display: none;
  }
  .b-calc__right .proc div {
    width: 380px;
    height: 115px;
    background: url(../img/calc/proc.png) no-repeat center center;
    background-size: cover;
    position: absolute;
  }
  .b-calc__right .basechek {
    width: 380px;
    height: 193px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    background: url(../img/calc/basechek.png) no-repeat center center;
    padding-top: 17px;
  }
  .b-calc__right .basechek .basechek__zag {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    margin-left: 30px;
  }
  .b-calc__right .basechek table {
    width: 200px;
    margin: 0 auto;
  }
  .b-calc__right .basechek .basechek__line {
    border-bottom: 1px solid #b8c3c9;
    margin: 14px 30px 9px 30px;
  }
  .b-calc__right .basetsena {
    width: 380px;
    height: 157px;
    margin-top: -14px;
    background: url(../img/calc/basetsena.png) no-repeat center center;
    text-align: center;
    margin-bottom: 16px;
  }
  .b-calc__right .basetsena .tsena_base_cost {
    margin-bottom: 15px;
    text-align: center;
  }
  .b-calc__right .basetsena .tsena_base_cost span {
    color: #f72727;
    font-size: 98px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
  }
  .b-calc__right .basetsena .tsena_base_cost img {
    vertical-align: top;
    margin-right: -10px;
  }
  .b-calc__right .basetsena .only15days {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  .b-calc__right .calc_but {
    text-align: center;
    margin-bottom: 30px;
  }
  .b-calc__right .calc_but img {
    cursor: pointer;
  }
  .b-calc__left .stage2 {
    display: none;
  }
  .b-calc__left .stage3 {
    display: none;
  }
  .b-calc__left .block_econom {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .b-calc {
    width: 100%;
    margin: 0 auto;
  }
  .b-calc__zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .b-calc__left {
    width: 280px;
    float: none;
    height: 435px;
    margin: 0 auto;
  }
  .b-calc__left .b-calc__ul_onoff {
    position: absolute;
    margin-left: 10px;
  }
  .b-calc__left .b-calc__ul_onoff li {
    list-style: none;
    display: inline;
    line-height: 52px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #01d2e9;
    margin-right: 10px;
    white-space: nowrap;
  }
  .b-calc__left .b-calc__ul_onoff li img {
    margin-top: 5px;
  }
  .b-calc__left .b-calc__ul_onoff li a {
    color: #000;
    text-decoration: none;
  }
  .b-calc__left .oknofull {
    width: 213px;
    height: 331px;
    position: absolute;
    margin: 300px 0px 0px 60px;
  }
  .b-calc__left .oknofull img {
    width: 100%;
  }
  .b-calc__left .oknofullbalk {
    margin-top: 325px;
  }
  .b-calc__left .tabletipokna {
    position: absolute;
    margin: 38px 0px 0px 0px;
  }
  .b-calc__left .tipokna1, .b-calc__left .tipokna2, .b-calc__left .tipokna3 {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .b-calc__left .tabletipbalk {
    width: 290px;
  }
  .b-calc__left .tipbalk1, .b-calc__left .tipbalk2, .b-calc__left .tipbalk3, .b-calc__left .tipbalk4, .b-calc__left .tipbalk5, .b-calc__left .tipbalk6, .b-calc__left .tipbalk7 {
    margin: 0px 15px 15px 0px !important;
  }
  .b-calc__left .popok1 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok2 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok3 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .popok4 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px;
  }
  .b-calc__left .tipoknapopcenter {
    border: 1px solid #e7e7e8;
    padding: 15px 23px 15px 23px;
    position: relative;
    z-index: 5;
    border-radius: 7px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
    margin-bottom: 25px;
  }
  .b-calc__right {
    width: 100%;
    float: none;
    margin: 0 auto 50px auto;
  }
  .b-calc__right .dostavka {
    display: none;
  }
  .b-calc__right .underdostavka {
    display: none;
  }
  .b-calc__right .proc {
    display: none;
  }
  .b-calc__right .proc div {
    width: 100%;
    height: 115px;
    background: url(../img/calc/proc.png) no-repeat center center;
    background-size: cover;
    position: absolute;
  }
  .b-calc__right .basechek {
    width: 290px;
    margin: 0 auto;
    height: auto;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    background: none;
    padding-top: 17px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .b-calc__right .basechek .basechek__zag {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    margin-left: 30px;
  }
  .b-calc__right .basechek table {
    width: 200px;
    margin: 0 auto;
  }
  .b-calc__right .basechek .basechek__line {
    border-bottom: 1px solid #b8c3c9;
    margin: 14px 30px 9px 30px;
  }
  .b-calc__right .basetsena .costonsale {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  .b-calc__right .basetsena .tsena_base_cost {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 10px;
  }
  .b-calc__right .basetsena .tsena_base_cost span {
    color: #f72727;
    font-size: 60px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
  }
  .b-calc__right .basetsena .tsena_base_cost img {
    vertical-align: top;
    margin-right: -10px;
    width: 63px;
  }
  .b-calc__right .basetsena .only15days {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  .b-calc__right .calc_but {
    text-align: center;
    margin-bottom: 30px;
  }
  .b-calc__right .calc_but img {
    cursor: pointer;
  }
  .b-calc__right .calc_rassr {
    font-size: 22px;
  }
  .b-calc__left .stage2 {
    display: none;
  }
  .b-calc__left .stage3 {
    display: none;
  }
  .b-calc__left .block_econom {
    display: none;
  }
}

.es19_bg .es19_cont .es19_time {
  line-height: 92px;
  width: 120px;
  color: #1b1c1c;
  font-size: 15px;
  float: left;
}

.es19_bg .es19_cont .es19_telemail {
  margin-top: 24px;
  font-size: 25px;
  line-height: 1;
  background: url(../img/es19_clock.png) no-repeat left center;
  float: left;
  padding-left: 50px;
}

.es19_bg .es19_cont .es19_telemail span {
  font-size: 0.7em;
  display: inline-block;
  padding-top: 4px;
}

.es19_bg .es19_cont .es19_telemail span a {
  color: #1b1c1c;
  text-decoration: none;
}

.es19_bg .es19__copyr {
  color: #1b1c1c;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 92px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 25px;
}

.es19_bg .es19__copyr a {
  text-decoration: none;
  border-bottom: 1px solid #337ab7;
}

.es19_bg .es19__copyr a:hover {
  border-bottom: 1px solid transparent;
}

.b-im {
  float: right;
  margin-top: 27px;
  opacity: 0.5;
}

.b-im:hover {
  opacity: 1;
}

.es19_bg .es19__copyr span {
  font-size: 1.2em;
}

.es19_bg .es19_soc {
  vertical-align: top;
  margin-top: 35px;
  text-align: left;
  display: inline-block;
  width: 200px;
}

.b-prav {
  display: inline-block;
  text-align: right;
  float: right;
  vertical-align: top;
  width: 105px;
  margin-top: 27px;
  margin-left: 30px;
}

.b-prav .b-link {
  border-bottom: 1px solid #337ab7;
  color: #337ab7;
  text-decoration: none;
  font-size: 15px;
}

.b-prav .b-link:hover {
  border-bottom: 1px solid transparent;
  color: #23527c;
}

.es19_bg .es19_soc .btn {
  display: inline-block;
  padding: 0px;
  margin-bottom: 0;
  line-height: 1;
  border-radius: 0px;
  margin-right: 5px;
  outline: none;
  font-weight: 500;
}

.es19_bg .es19_soc .btn-link-text {
  color: #1b1c1c;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  cursor: text;
}

.es19_bg .es19_soc .btn-link-text:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .es19_bg .es19_cont .es19_time {
    line-height: 92px;
    width: 120px;
    color: #1b1c1c;
    font-size: 15px;
    float: left;
  }
  .es19_bg .es19_cont .es19_telemail {
    margin-top: 24px;
    font-size: 25px;
    line-height: 1;
    background: url(../img/es19_clock.png) no-repeat left center;
    float: left;
    padding-left: 50px;
  }
  .es19_bg .es19_cont .es19_telemail span {
    font-size: 0.7em;
  }
  .es19_bg .es19_cont .es19_telemail span a {
    color: #1b1c1c;
    text-decoration: none;
  }
  .es19_bg .es19__copyr {
    color: #1b1c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 92px;
  }
  .es19_bg .es19_soc {
    line-height: 92px;
    text-align: left;
  }
  .es19_bg .es19_soc .btn {
    display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    line-height: 1;
    border-radius: 0px;
    margin-right: 5px;
    outline: none;
  }
  .es19_bg .es19_soc .btn-link-text {
    color: #1b1c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    cursor: text;
  }
  .es19_bg .es19_soc .btn-link-text:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 992px) {
  .b-prav {
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
  }
  .es19_bg {
    background: none;
    height: auto;
    padding-bottom: 20px;
    background-color: yellow;
  }
  .es19_bg .es19_cont {
    float: none;
  }
  .es19_bg .container {
    text-align: center;
  }
  .es19_cont {
    float: none;
    display: block;
  }
  .es19_bg .es19_cont .es19_time {
    line-height: 92px;
    width: 120px;
    color: #1b1c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    float: left;
  }
  .es19_bg .es19_cont .es19_telemail {
    margin-top: 26px;
    font-size: 25px;
    line-height: 1;
    background: none;
    float: none;
    padding-left: 0px;
  }
  .es19_bg .es19_cont .es19_telemail span {
    font-size: 0.7em;
    margin-top: 5px;
    display: block;
  }
  .es19_bg .es19_cont .es19_telemail span a {
    color: #1b1c1c;
    text-decoration: none;
  }
  .es19_bg .es19__copyr {
    color: #1b1c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
  }
  .b-im {
    float: none;
    margin-top: 20px;
  }
  .es19_bg .es19_soc {
    line-height: 60px;
    display: block;
    margin: 20px auto 0 auto;
  }
  .es19_bg .es19_soc .btn {
    display: block;
    padding: 0px;
    margin-bottom: 0;
    line-height: 1;
    border-radius: 0px;
    margin-right: 5px;
    outline: none;
    width: 38px;
  }
  .es19_bg .es19_soc .btn img {
    width: 100%;
  }
  .es19_bg .es19_soc .btn-link-text {
    color: #1b1c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    cursor: text;
  }
  .es19_bg .es19_soc .btn-link-text:hover {
    text-decoration: none;
  }
}

.modal-header {
  height: 50px;
  border-bottom: 0px;
}

.modal-header .close {
  opacity: 1;
  margin: -10px -15px -10px -50px;
}

.modal-header .close:hover {
  opacity: .8;
}

.modal-body {
  margin-top: -10px;
  padding: 0px;
}

.modal_zag {
  color: #171616;
  font-size: 49px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

#happy {
  display: none;
}

#happy .modal-dialog {
  background: url(../img/happy_bg_.png) no-repeat center center;
  width: 579px;
  height: 731px;
}

#happy .modal-content {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

#happy .modal-header .close {
  float: none;
  width: 16px;
  height: 17px;
  line-height: 1;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 1;
  margin: 0px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#happy .modal_zag {
  width: 400px;
  height: 56px;
  margin: 0px auto 2px auto;
}

#happy .modal_zag img {
  width: 100%;
}

#happy .madal_t1 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 4px;
}

#happy .madal_t2 {
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 4px;
}

#happy .madal_t3 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}

#happy .happy_but {
  text-align: center;
  position: relative;
}

.topclose5px {
  height: 10px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

#clock_wrapper {
  position: relative;
  margin: 140px auto 0 auto;
  width: 70px;
  overflow: hidden;
}

#clock {
  position: relative;
  z-index: 1;
  width: 300px;
}

#timer {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  width: 68px;
  z-index: 2;
  padding-top: 8px;
  color: #000;
  transition: opacity 350ms linear 0s;
  -webkit-transition: opacity 350ms linear 0s;
}

.clocksec {
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 3;
  width: 68px;
  text-align: center;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.half_opacity {
  opacity: 0.5;
}

#gift {
  display: none;
}

#gift .modal-dialog {
  background: url(../img/bg.png) no-repeat center center #fff;
  width: 520px;
  height: 610px;
  border-radius: 6px;
}

#gift .modal-content {
  background: none;
  border: 0px;
  width: 520px;
  height: 610px;
}

#gift .modal-header .close {
  float: none;
  width: 30px;
  height: 55px;
  line-height: 1;
  text-shadow: none;
  margin: 0px;
  position: absolute;
  top: 13px;
  right: 0px;
}

#gift .madal_t2 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #ff0000;
  text-transform: uppercase;
}

#gift .gift_but {
  text-align: center;
  position: relative;
}

#gift .gift_but .red-burron {
  padding: 10px 35px;
}

@media only screen and (min-width: 992px) {
  .modal-dialog {
    width: 840px;
  }
  #kupitDeshevle .modal-dialog {
    width: 840px;
  }
  .fly_girl
#happy .modal-dialog {
    width: 579px;
    height: 731px;
  }
}

@media only screen and (min-width: 992px) {
  .modal-dialog {
    width: 840px;
  }
  #kupitDeshevle-katalog .modal-dialog {
    width: 840px;
  }
}

.modal_man {
  height: 472px;
  background: url(../img/modal_man.png) no-repeat left bottom;
}

.modal_red {
  color: #ff0000;
}

.modal_hochu_but {
  margin-left: 55px;
}

@media only screen and (max-width: 992px) {
  .modal_man {
    height: 442px;
    background: none;
  }
  .modal_man_form {
    text-align: center;
  }
  .modal_red {
    color: #ff0000;
  }
  .modal_hochu_but {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  #happy .modal-dialog {
    background: #fde800;
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #happy .modal-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    width: 100%;
    height: auto;
  }
  #happy .modal-header .close {
    float: none;
    width: 16px;
    height: 17px;
    line-height: 1;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    margin: 0px;
    position: absolute;
    top: 15px;
    right: 14px;
  }
  #happy .modal_zag {
    width: 260px;
    height: auto;
    margin: 0px auto 2px auto;
  }
  #happy .modal_input_name, #happy .modal_input_tel {
    margin: 0 auto 10px auto;
    font-size: 18px;
  }
  #happy .happy_but {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
  }
  #gift {
    display: none;
  }
  #gift .modal-dialog {
    background: url(../img/bg.png) no-repeat center 40px #fff;
    background-size: 100%;
    width: 300px;
    height: 570px;
    border-radius: 6px;
  }
  #gift .modal-content {
    background: none;
    border: 0px;
    width: 300px;
    height: 570px;
  }
  #gift .modal-header .close {
    float: none;
    width: 30px;
    height: 55px;
    line-height: 1;
    text-shadow: none;
    margin: 0px;
    position: absolute;
    top: 13px;
    right: 0px;
  }
  #gift .modal_zag {
    margin: 0px auto 180px auto;
    color: #171616;
    font-size: 29px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
  }
  #clock_wrapper {
    position: relative;
    margin: -17px auto 0 auto;
    width: 70px;
    overflow: hidden;
  }
  #clock {
    position: relative;
    z-index: 1;
    width: 300px;
  }
  #timer {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    width: 68px;
    z-index: 2;
    padding-top: 8px;
    color: #000;
    transition: opacity 350ms linear 0s;
    -webkit-transition: opacity 350ms linear 0s;
  }
  .clocksec {
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 3;
    width: 68px;
    text-align: center;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
  }
  .half_opacity {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 480px) {
  .modal_zag {
    color: #171616;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
  }
  .modal_man_form {
    font-size: 18px;
    line-height: 1.2;
  }
  .modal_input_name {
    background: url(../img/modal_input_name_sm.png) no-repeat left top;
    width: 260px;
    height: 57px;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
    text-align: left;
  }
  .modal_input_name input {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    height: 38px;
    margin: 9px 0px 0px 45px;
    width: 200px;
    border: 0px;
    background: none;
  }
  .modal_input_tel {
    background: url(../img/modal_input_tel_sm.png) no-repeat left top;
    width: 260px;
    height: 57px;
    margin: 0 auto 32px auto;
    text-align: left;
  }
  .modal_input_tel input {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    height: 38px;
    margin: 9px 0px 0px 45px;
    width: 200px;
    border: 0px;
    background: none;
  }
}

.modal-desc {
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}

.fly_girl {
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 99;
  cursor: pointer;
  color: #ccc;
  width: 200px;
  height: 179px;
  text-align: center;
  z-index: 100;
  background: url(../img/fly_girl_c.png);
  background-size: cover;
  opacity: .6 !important;
}

.fly_girl div {
  font-size: 21px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  margin-top: 46px;
  color: #333;
}

.fly_girl:hover {
  opacity: 1 !important;
}

.boxHidded {
  visibility: hidden;
}

.bounceInRight, .fadeIn {
  visibility: visible !important;
}

@media only screen and (max-width: 768px) {
  .fly_girl {
    display: none;
  }
}

#want_zamer .modal-header img {
  margin: 8px 10px 0px 0px;
}

#want_zamer .modal-dialog {
  width: 650px;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow {
  background: #f4f3f3;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  padding-left: 0px;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_1, #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_3 {
  color: #716f6f;
  border-bottom: 2px dotted #ccc;
  font-size: 20px;
  cursor: pointer;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_1.act, #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_3.act {
  color: #000;
  border-bottom: 0px;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_2 {
  font-size: 35px;
  font-weight: bold;
  margin: 0px 40px;
  color: #716f6f;
  border-bottom: 2px dotted #000;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_2.act {
  color: #000;
  border-bottom: 0px dotted #000;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #010101;
  text-transform: uppercase;
  line-height: 1;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_1, #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_3 {
  margin-bottom: 20px;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_1 span, #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_3 span {
  color: #01d2e9;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  border-bottom: 3px solid #01d2e9;
  padding: 18px 10px 0px 10px;
  margin-bottom: 7px;
  display: block;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_2 {
  margin-bottom: 20px;
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_2 span {
  color: #fff;
  background: #fe0000;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  padding: 0px 25px;
  margin-bottom: 7px;
  display: block;
}

#want_zamer .modal-dialog .butzamer {
  text-align: center;
  margin-bottom: 20px;
}

#want_zamer .modal-dialog .butzamer img {
  cursor: pointer;
  margin: 0px;
  vertical-align: top;
}

#want_zamer .modal-dialog .butzamer .butzamer_inp {
  width: 281px;
  height: 50px;
  background: url(../img/input_bg.png) no-repeat center center;
  display: inline-block;
  margin-right: 25px;
  margin-top: 2px;
  text-align: left;
}

#want_zamer .modal-dialog .butzamer .butzamer_inp input {
  margin: 8px 0px 0px 47px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  height: 32px;
  width: 220px;
  border: 0px;
  background: none;
}

@media only screen and (max-width: 768px) {
  #want_zamer .modal-header img {
    margin: 8px 10px 0px 0px;
  }
  #want_zamer .modal-dialog {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #want_zamer .modal-dialog .modal_zag {
    font-size: 26px;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow {
    background: #f4f3f3;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_1, #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_3 {
    color: #716f6f;
    border-bottom: 2px dotted #ccc;
    font-size: 20px;
    cursor: pointer;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_1.act, #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_3.act {
    color: #000;
    border-bottom: 0px;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_2 {
    font-size: 35px;
    font-weight: bold;
    margin: 0px 40px;
    color: #716f6f;
    border-bottom: 2px dotted #000;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_2.act {
    color: #000;
    border-bottom: 0px dotted #000;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #010101;
    text-transform: uppercase;
    line-height: 1;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_1, #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_3 {
    margin-bottom: 10px;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_1 span, #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_3 span {
    color: #01d2e9;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    border-bottom: 3px solid #01d2e9;
    padding: 18px 10px 0px 10px;
    margin-bottom: 7px;
    display: block;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_2 {
    margin-bottom: 0px;
  }
  #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_2 span {
    color: #fff;
    background: #fe0000;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    padding: 0px 25px;
    margin-bottom: 7px;
    display: block;
  }
  #want_zamer .modal-dialog .butzamer {
    text-align: center;
    margin-bottom: 20px;
  }
  #want_zamer .modal-dialog .butzamer img {
    cursor: pointer;
    margin: 0px;
    vertical-align: top;
  }
  #want_zamer .modal-dialog .butzamer .butzamer_inp {
    width: 260px;
    height: 50px;
    background: url(../img/input260_bg.png) no-repeat center center;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
  }
  #want_zamer .modal-dialog .butzamer .butzamer_inp input {
    margin: 8px 0px 0px 47px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 32px;
    width: 220px;
    border: 0px;
    background: none;
  }
}

.windows_free {
  height: 532px;
  background: url(../img/bg.jpg) no-repeat center top;
  margin: 0 auto 60px auto;
  position: relative;
}

.windows_free .windows_free_man {
  position: absolute;
  width: 508px;
  height: 532px;
}

.windows_free .windows_free_text {
  margin-left: 500px;
  margin-top: 60px;
}

.windows_free .windows_free_text .windows_free_zag {
  font-family: "Montserrat", sans-serif;
  font-size: 93px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.windows_free .windows_free_text .windows_free_t {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.windows_free .windows_free_text img {
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .windows_free {
    height: 532px;
    background: url(../img/bg.jpg) no-repeat center top;
    margin: 0 auto 60px auto;
    position: relative;
  }
  .windows_free .windows_free_man {
    position: absolute;
    width: 508px;
    height: 532px;
  }
  .windows_free .windows_free_text {
    margin-left: 500px;
    margin-top: 60px;
  }
  .windows_free .windows_free_text .windows_free_zag {
    font-family: "Montserrat", sans-serif;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .windows_free .windows_free_text .windows_free_t {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .windows_free .windows_free_text img {
    cursor: pointer;
  }
}

@media only screen and (max-width: 992px) {
  .windows_free {
    height: auto;
    background: url(../img/bg.jpg) no-repeat center top;
    margin: 0 auto 60px auto;
    position: relative;
    padding: 50px 0px;
  }
  .windows_free .windows_free_man {
    display: none;
  }
  .windows_free .windows_free_text {
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
  }
  .windows_free .windows_free_text .windows_free_zag {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .windows_free .windows_free_text .windows_free_t {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .windows_free .windows_free_text img {
    cursor: pointer;
  }
}

.wave_razd {
  height: 8px;
  background: url(../img/wave_razd.png) repeat-x;
}

.toptop {
  bottom: 20px;
  left: 20px;
  position: fixed;
  z-index: 99;
  cursor: pointer;
  color: #ccc;
  width: 110px;
  height: 131px;
  text-align: center;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .toptop {
    display: none;
  }
}

.es4_bg {
  height: 454px;
  background: url(../img/es4-form.png) no-repeat center center;
  margin: -15px auto 0 auto;
}

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

.es4_bg .es4_bg__text {
  font-size: 47px;
  color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-top: 80px;
  line-height: 1;
  margin-bottom: 10px;
}

.es4_bg .es4_bg__text__balkon {
  margin-bottom: 25px;
}

.es4_bg .es4_bg__undertext {
  font-size: 20px;
  color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'ALSSchlangesans-bold';
}

.es4_bg .es4_input {
  width: 230px;
  height: 57px;
  display: inline-block;
  margin-right: 20px;
  padding-top: 13px;
  text-align: left;
}

.es4_bg .es4_input input {
  width: 145px;
  margin-left: 62px;
  height: 30px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  border: 0px;
  background: none;
}

.es4_bg .es4_input_tel {
  background: url(../img/es4_input_tel_sm230.png) no-repeat center center;
  vertical-align: top;
}

.es4_bg .es4_input_name {
  background: url(../img/es4_input_name_sm230.png) no-repeat center center;
  vertical-align: top;
}

.es4_bg div.inpfile {
  width: 134px;
  height: 57px;
  line-height: 57px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: url(../img/es4_eskizy_3.png) no-repeat center center;
}

.es4_bg div.inpfile:hover {
  width: 134px;
  height: 57px;
  line-height: 57px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: url(../img/es4_eskizy_3.png) no-repeat center center;
}

.es4_bg div.inpfilevyb {
  overflow: hidden;
  width: 134px;
  height: 57px;
  line-height: 57px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  background: url(../img/es4_eskizy_act_3.png) no-repeat center center;
}

.es4_bg input.inpfilefile {
  opacity: 0;
  font-size: 199px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  border: none;
  margin-left: -450px;
}

.es4_bg .es4_but {
  vertical-align: top;
  display: inline-block;
}

.es4_bg .es4_bg__desctext {
  text-align: center;
  font-weight: 300;
  color: #070707;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin: 20px auto;
  width: 82%;
  line-height: 1.2;
}

@media only screen and (max-width: 992px) {
  .es4_bg {
    margin: 40px auto 0 auto;
    height: auto;
    background: url(../img/es4-form.png) no-repeat center bottom;
  }
  .es4_bg .container {
    text-align: center;
  }
  .es4_bg .es4_bg__text {
    font-size: 36px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .es4__form_block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .es4_bg .es4_bg__undertext {
    font-size: 20px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'ALSSchlangesans-bold';
  }
  .es4_bg .es4_input {
    width: 230px;
    height: 57px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 13px;
    text-align: left;
  }
  .es4_bg .es4_input input {
    width: 145px;
    margin-left: 62px;
    height: 30px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    border: 0px;
    background: none;
  }
  .es4_bg .es4_input_tel {
    background: url(../img/es4_input_tel_sm230.png) no-repeat center center;
  }
  .es4_bg .es4_input_name {
    background: url(../img/es4_input_name_sm230.png) no-repeat center center;
  }
  .es4_bg .es4_eskizy {
    width: 134px;
    height: 57px;
    line-height: 57px;
    background: url(../img/es4_eskizy_3.png) no-repeat center top;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
  }
  .es4_bg .es4_but {
    vertical-align: top;
    display: block;
    margin-top: 35px;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .es4_bg .es4_bg__desctext {
    text-align: center;
    font-weight: 300;
    color: #070707;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .es4_bg {
    margin: 0 auto 0 auto;
  }
  .es4_bg .container {
    text-align: center;
  }
  .es4_bg .es4_bg__text {
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-bottom: 10px;
  }
  .es4_bg .es4_bg__undertext {
    font-size: 16px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'ALSSchlangesans-bold';
    padding: 0 20px;
  }
  .es4_bg .es4_input {
    width: 230px;
    height: 57px;
    display: inline-block;
    margin: 0px 10px 20px 10px;
    padding-top: 13px;
    text-align: left;
  }
  .es4_bg .es4_input input {
    width: 145px;
    margin-left: 62px;
    height: 30px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    border: 0px;
    background: none;
  }
  .es4_bg .es4_input_tel {
    background: url(../img/es4_input_tel_sm230.png) no-repeat center center;
  }
  .es4_bg .es4_input_name {
    background: url(../img/es4_input_name_sm230.png) no-repeat center center;
  }
  .es4_bg .es4_eskizy {
    width: 134px;
    height: 57px;
    line-height: 57px;
    background: url(../img/es4_eskizy_3.png) no-repeat center top;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }
  .es4_bg .es4_but {
    vertical-align: top;
    margin: 20px auto 0;
  }
  .es4_bg .es4_bg__desctext {
    text-align: center;
    font-weight: 300;
    color: #070707;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    width: 95%;
  }
}

@media only screen and (max-width: 480px) {
  .es4_bg {
    background-size: cover;
  }
  .es4_input {
    width: 230px;
    height: 57px;
    display: block;
    margin: 0px auto 20px auto;
    padding-top: 13px;
    text-align: left;
  }
  .es4_but {
    width: 230px;
    vertical-align: top;
    display: block;
    margin: 0 auto;
  }
  .es4_bg .es4_bg__text {
    font-size: 32px;
    padding-top: 30px;
  }
  .es4__form_block {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

.b-contact .b-contact_underzag {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.b-contact .b-contact__block1 {
  width: 850px;
  margin: 0 auto;
}

.b-contact .b-contact__block2 {
  width: 1010px;
  margin: -76px auto 0 auto;
  background: #fff;
  padding: 40px 80px;
}

.b-contact .b-contact__block_zag {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #030303;
}

.b-contact .b-contact__block_zag2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.b-contact .b-contact__block_underzag {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #666666;
}

.b-contact .b-contact__block_underzag img {
  vertical-align: middle;
  margin-right: 10px;
}

.b-contact .b-contact__block_underzag a {
  text-decoration: none;
  color: #666;
}

.b-contact .b-contact__block_underzag2 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  line-height: 1.2;
}

.b-contact .b-contact__block_underzag2 span {
  font-weight: 300;
}

.b-contact .b-contact__block_ico1 {
  background: url(../img/b_contact_ico1.png) no-repeat left top;
  padding-left: 85px;
  margin-bottom: 30px;
}

.b-contact .b-contact__block_ico2 {
  background: url(../img/b_contact_ico2.png) no-repeat left top;
  padding-left: 85px;
  margin-bottom: 30px;
}

.b-contact .b-contact__block_ico3 {
  background: url(../img/b_contact_ico3.png) no-repeat left top;
  padding-left: 85px;
  margin-bottom: 30px;
}

.b-contact .b-contact__block_ico4 {
  padding-left: 75px;
  margin-bottom: 30px;
}

.b-contact__map {
  background: url(../img/b_contact_map.html) no-repeat center center;
  height: 590px;
  margin: 10px auto;
}

.b-contact__cityform {
  width: 900px;
  margin: 0 auto;
  padding-right: 20px;
}

.b-contact__cityform .b-contact__cityform_text {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 55px;
  padding-right: 15px;
  text-align: right;
}

.b_contact_zhdu_bg {
  background: url(../img/b_contact_zhdu_bg.png) no-repeat center top;
  height: 498px;
  margin-top: -20px;
  margin-bottom: -60px;
  display: none;
}

.b_contact_zhdu_bg .b_contact_zhdu_t1 {
  margin-top: 110px;
  text-align: center;
  color: #ff0000;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}

.b_contact_zhdu_bg .b_contact_zhdu_t2 {
  text-align: center;
  color: #000;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
}

.b_contact_zhdu_bg .b_contact_zhdu_t3 {
  text-align: center;
  color: #000;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}

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

.b_contact_zhdu_bg .b_contact_input_zhdu {
  width: 331px;
  height: 57px;
  margin: 0 auto;
  background: url(../img/b_contact_input_zhdu.png) no-repeat center center;
  margin-bottom: 20px;
}

.b_contact_zhdu_bg .b_contact_input_zhdu input {
  width: 260px;
  height: 45px;
  text-align: center;
  margin: 8px 0px 0px 35px;
  background: none;
  border: 0px;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 24px;
}

.b_contact_zhdu_bg_no {
  padding: 0px;
  display: none;
}

.b_contact_zhdu_bg_no .b_contact_zhdu_t1_no {
  margin-top: 20px;
  text-align: center;
  color: #ff0000;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

.b_contact_ceo_bg .b_contact_ceo_bg_zag {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  padding-top: 30px;
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but {
  text-align: right;
}

@media only screen and (max-width: 992px) {
  .b-contact .b-contact__zag {
    font-family: 'ALSSchlangesans-Black';
    font-size: 49px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .b-contact .b-contact_underzag {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .b-contact .b-contact__block1 {
    width: 700px;
    margin: 0 auto;
  }
  .b-contact .b-contact__block2 {
    width: 700px;
    margin: 20px auto 0 auto;
    background: #fff;
    padding: 0px;
  }
  .b-contact .b-contact__block_zag {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
  }
  .b-contact .b-contact__block_zag2 {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }
  .b-contact .b-contact__block_underzag {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
  }
  .b-contact .b-contact__block_underzag img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .b-contact .b-contact__block_underzag a {
    text-decoration: none;
    color: #666;
  }
  .b-contact .b-contact__block_underzag2 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    line-height: 1.2;
  }
  .b-contact .b-contact__block_underzag2 span {
    font-weight: 300;
  }
  .b-contact .b-contact__block_ico1 {
    background: url(../img/b_contact_ico1.png) no-repeat left top;
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .b-contact .b-contact__block_ico2 {
    background: url(../img/b_contact_ico2.png) no-repeat left top;
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .b-contact .b-contact__block_ico3 {
    background: url(../img/b_contact_ico3.png) no-repeat left top;
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .b-contact .b-contact__block_ico4 {
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .b-contact__map {
    background: url(../img/b_contact_map.html) no-repeat center center;
    height: 590px;
    margin: 10px auto;
  }
  .es10__text_cont {
    font-size: 30px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }
  .es10__zag_cont {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  }
  .es10__zag_red {
    color: #ff0000;
  }
  .b-contact__cityform {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
  .b-contact__cityform .b-contact__cityform_text {
    text-transform: uppercase;
    line-height: 55px;
    text-align: center;
  }
  .b_contact_zhdu_bg {
    background: url(../img/b_contact_zhdu_bg.png) no-repeat center top;
    height: 498px;
    margin-top: -20px;
    margin-bottom: -60px;
    display: none;
  }
  .b_contact_zhdu_bg .b_contact_zhdu_t1 {
    margin-top: 110px;
    text-align: center;
    color: #ff0000;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
  }
  .b_contact_zhdu_bg .b_contact_zhdu_t2 {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
  }
  .b_contact_zhdu_bg .b_contact_zhdu_t3 {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .b_contact_zhdu_bg .b_contact_but_zhdu {
    text-align: center;
  }
  .b_contact_zhdu_bg .b_contact_input_zhdu {
    width: 331px;
    height: 57px;
    margin: 0 auto;
    background: url(../img/b_contact_input_zhdu.png) no-repeat center center;
    margin-bottom: 20px;
  }
  .b_contact_zhdu_bg .b_contact_input_zhdu input {
    width: 260px;
    height: 45px;
    text-align: center;
    margin: 8px 0px 0px 35px;
    background: none;
    border: 0px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 24px;
  }
  .b_contact_ceo_bg {
    height: 540px;
    background-color: #fed800;
    background-image: none;
    margin-top: 50px;
  }
  .b_contact_ceo_bg .b_contact_ceo_bg_zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .b-contact .b-contact__zag {
    font-family: 'ALSSchlangesans-Black';
    font-size: 39px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .b-contact .b-contact_underzag {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .b-contact .b-contact__block1 {
    width: 96%;
    margin: 0 auto;
  }
  .b-contact .b-contact__block2 {
    width: 98%;
    margin: 20px auto 0 auto;
    background: #fff;
    padding: 0px;
  }
  .b-contact .b-contact__block_zag {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
  }
  .b-contact .b-contact__block_zag2 {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }
  .b-contact .b-contact__block_underzag {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
  }
  .b-contact .b-contact__block_underzag img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .b-contact .b-contact__block_underzag a {
    text-decoration: none;
    color: #666;
  }
  .b-contact .b-contact__block_underzag2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    line-height: 1.2;
  }
  .b-contact .b-contact__block_underzag2 span {
    font-weight: 300;
  }
  .b-contact .b-contact__block_ico1 {
    background: url(../img/b_contact_ico1.png) no-repeat left top;
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .b-contact .b-contact__block_ico2 {
    background: url(../img/b_contact_ico2.png) no-repeat left top;
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .b-contact .b-contact__block_ico3 {
    background: url(../img/b_contact_ico3.png) no-repeat left top;
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .b-contact .b-contact__block_ico4 {
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .b-contact__map {
    background: url(../img/b_contact_map_sm.html) no-repeat center;
    height: 430px;
    margin: 10px auto;
  }
  .es10__text_cont {
    font-size: 30px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }
  .es10__zag_cont {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  }
  .es10__zag_red {
    color: #ff0000;
  }
  .b-contact__cityform {
    width: 100%;
    margin: 0 auto;
  }
  .b-contact__cityform .b-contact__cityform_text {
    text-transform: uppercase;
    line-height: 55px;
    text-align: center;
  }
  .b_contact_zhdu_bg {
    background: url(../img/b_contact_zhdu_bg.png) no-repeat center top;
    height: auto;
    margin-top: -20px;
    margin-bottom: -60px;
    display: none;
  }
  .b_contact_zhdu_bg .b_contact_zhdu_t1 {
    margin-top: 110px;
    text-align: center;
    color: #ff0000;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
  }
  .b_contact_zhdu_bg .b_contact_zhdu_t2 {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
  }
  .b_contact_zhdu_bg .b_contact_zhdu_t3 {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .b_contact_zhdu_bg .b_contact_but_zhdu {
    text-align: center;
  }
  .b_contact_zhdu_bg .b_contact_input_zhdu {
    width: 260px;
    height: 57px;
    margin: 0 auto;
    background: url(../img/b_contact_input_zhdu260.png) no-repeat center center;
    margin-bottom: 20px;
  }
  .b_contact_zhdu_bg .b_contact_input_zhdu input {
    width: 190px;
    height: 45px;
    text-align: center;
    margin: 8px 0px 0px 35px;
    background: none;
    border: 0px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 24px;
  }
  .b_contact_ceo_bg {
    height: auto;
    background-color: #fed800;
    background-image: none;
    margin-top: 50px;
  }
  .b_contact_ceo_bg .b_contact_ceo_bg_zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 30px;
  }
}

.b-radar {
  overflow: hidden;
  margin: 40px auto;
}

.b-radar .b-radar_bg {
  width: 888px;
  height: 888px;
  background: url(../img/b_radar_bg.html) no-repeat center center;
  margin: 0 auto;
  padding-top: 3px;
  position: relative;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin: -220px auto;
}

.b-radar .b-radar_bg::before {
  content: "";
  background: url(../img/radar_wrapper.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-radar .b-radar_bg .b-radar_active {
  width: 888px;
  height: 888px;
  background: url(../img/b_radar_active.png) no-repeat center center;
  opacity: .8;
  -webkit-animation: timing 20s infinite linear;
  animation: timing 20s infinite linear;
}

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

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

@media only screen and (max-width: 992px) {
  .b-radar {
    width: 600px;
    height: 600px;
  }
  .b-radar .b-radar_bg {
    width: 100%;
    height: 100%;
    background: url(../img/b_radar_bg.html) no-repeat center center;
    margin: 0 auto;
    padding-top: 5px;
    background-size: 80% !important;
    border-radius: 50%;
  }
  .b-radar .b-radar_bg .b-radar_active {
    width: 100%;
    height: 100%;
    background: url(../img/b_radar_active.png) no-repeat center center;
    opacity: .8;
    -webkit-animation: timing 20s infinite linear;
    animation: timing 20s infinite linear;
    background-size: 78%;
  }
}

@media only screen and (max-width: 768px) {
  .b-radar {
    width: 450px;
    height: 450px;
  }
  .b-radar .b-radar_bg {
    width: 100%;
    height: 100%;
    background: url(../img/b_radar_bg.html) no-repeat center center;
    margin: 0 auto;
    padding-top: 5px;
    background-size: 80%;
  }
  .b-radar .b-radar_bg .b-radar_active {
    width: 100%;
    height: 100%;
    background: url(../img/b_radar_active.png) no-repeat center center;
    opacity: .8;
    -webkit-animation: timing 20s infinite linear;
    animation: timing 20s infinite linear;
    background-size: 78%;
  }
}

@media only screen and (max-width: 480px) {
  .b-radar {
    width: 300px;
    height: 300px;
  }
  .b-radar .b-radar_bg {
    width: 100%;
    height: 100%;
    background: url(../img/b_radar_bg.html) no-repeat center center;
    margin: 0 auto;
    padding-top: 5px;
    background-size: 80%;
  }
  .b-radar .b-radar_bg .b-radar_active {
    width: 100%;
    height: 100%;
    background: url(../img/b_radar_active.png) no-repeat center center;
    opacity: .8;
    -webkit-animation: timing 20s infinite linear;
    animation: timing 20s infinite linear;
    background-size: 78%;
  }
}

.es1_otzivy_zag {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 49px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 30px;
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otzleft {
  float: left;
  background: url(../img/otzivy/otzleft.html) center top no-repeat;
  width: 22px;
  height: 42px;
  margin-top: 60px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right {
  margin: 0px 0px 0px 195px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name {
  width: 264px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name input {
  height: 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin-left: 21px;
  border: 0px;
  background: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city {
  width: 264px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
  margin-left: 30px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city input {
  height: 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin-left: 21px;
  border: 0px;
  background: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text textarea {
  width: 100%;
  height: 96px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  border: 0px;
  background: none;
  resize: none;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 21px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
  float: left;
  width: 450px;
  font-size: 18px;
  color: #333;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star span {
  padding: 0 10px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star img {
  cursor: pointer;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
  text-align: right;
  font-size: 18px;
  color: #333;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek img {
  margin-left: 10px;
  cursor: pointer;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but, .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but_260 {
  float: right;
  cursor: pointer;
  margin-top: 20px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha {
  width: 153px;
  height: 55px;
  background: url(../img/form_capcha.html) no-repeat center center;
  margin-top: 20px;
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha input {
  width: 135px;
  height: 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin-left: 8px;
  margin-top: 6px;
  border: 0px;
  background: none;
}

@media only screen and (max-width: 1200px) {
  .es1_otzivy_zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 30px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_photo {
    width: 310px;
    height: 227px;
    cursor: pointer;
    background: url(../img/form_photo.png) no-repeat center center;
    float: none;
    margin: 0px auto 20px auto;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text textarea {
    height: 120px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
    float: left;
    width: 450px;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star span {
    padding: 0 10px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star img {
    cursor: pointer;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek img {
    margin-left: 10px;
    cursor: pointer;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but, .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but_260 {
    float: right;
    margin-top: 20px;
    cursor: pointer;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha {
    width: 153px;
    height: 55px;
    background: url(../img/form_capcha.html) no-repeat center center;
    margin-top: 20px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha input {
    width: 135px;
    height: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-left: 8px;
    margin-top: 6px;
    border: 0px;
    background: none;
  }
}

@media only screen and (max-width: 992px) {
  .es1_otzivy_zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 30px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_photo {
    width: 310px;
    height: 227px;
    cursor: pointer;
    background: url(../img/form_photo.png) no-repeat center center;
    float: none;
    margin: 0px auto 20px auto;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right {
    width: 100%;
    margin: 0px auto 0px auto;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name {
    width: 434px;
    float: none;
    margin: 0 auto 20px auto;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city {
    width: 434px;
    float: none;
    margin: 0 auto 20px auto;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text textarea {
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 434px;
    display: block;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
    float: none;
    text-align: center;
    width: 96%;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star span {
    padding: 0 10px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star img {
    cursor: pointer;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
    text-align: center;
    width: 96%;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek img {
    margin-left: 10px;
    cursor: pointer;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but, .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but_260 {
    float: none;
    margin: 40px auto 0px auto;
    cursor: pointer;
    display: block;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha {
    width: 153px;
    height: 55px;
    background: url(../img/form_capcha.html) no-repeat center center;
    margin: 20px auto 0px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha input {
    width: 135px;
    height: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-left: 8px;
    margin-top: 6px;
    border: 0px;
    background: none;
  }
}

@media only screen and (max-width: 768px) {
  .es1_otzivy_zag {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 30px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_photo {
    width: 260px;
    height: 190px;
    cursor: pointer;
    background: url(../img/form_photo.png) no-repeat center center;
    background-size: cover;
    float: none;
    margin: 0px auto 20px auto;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name input {
    width: 100%;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city input {
    width: 100%;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
    float: none;
    text-align: center;
    width: 98%;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star nobr {
    display: block;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star span {
    padding: 0 5px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star img {
    cursor: pointer;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
    text-align: center;
    width: 98%;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek img {
    margin-left: 10px;
    cursor: pointer;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but, .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but_260 {
    float: none;
    margin: 40px auto 0px auto;
    cursor: pointer;
    display: block;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha {
    width: 153px;
    height: 55px;
    background: url(../img/form_capcha.html) no-repeat center center;
    margin: 20px auto 0px;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha input {
    width: 135px;
    height: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-left: 8px;
    margin-top: 6px;
    border: 0px;
    background: none;
  }
}

@media only screen and (max-width: 520px) {
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name {
    width: 100%;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city {
    width: 100%;
  }
  .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text textarea {
    width: 100%;
  }
}

.es1_rassr_bg {
  background: url(../img/es1_bg.jpg) center top no-repeat;
  margin-bottom: 50px;
}

.es1_rassr_bg .es1_rassr__left_col {
  margin-left: 10px;
  margin-top: 100px;
  position: relative;
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
  font-size: 100px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
  font-size: 57px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
  font-size: 47px;
  color: #fa2323;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
  margin-bottom: 70px;
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
  width: 345px;
  margin: 0px 0px 0px 380px;
  z-index: 1;
  position: absolute;
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach img {
  width: 100%;
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 18px;
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
  margin-right: 10px;
}

.es1_rassr_bg .es1_rassr__girl {
  width: 839px;
  height: 559px;
  background: url(../img/girl2.png);
  position: absolute;
  margin-left: 370px;
}

.es1_rassr_bg .es1_rassr__bankleft {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.es1_rassr_bg .es1_rassr__bankleft span {
  font-weight: 400;
  text-transform: uppercase;
}

.es1_rassr_bg .es1_rassr__bankright img {
  vertical-align: middle;
  margin: 20px 10px 0px 10px;
}

.b-rassr .b-rassr__zag {
  text-align: center;
  font-size: 49px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.b-rassr .b-rassr__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-align: center;
}

.b-rassr .b-rassr__row {
  margin-bottom: 45px;
}

.b-rassr .b-rassr__ico {
  text-align: right;
}

.b-rassr .b-rassr__b1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px dashed #ff0103;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.b-rassr .b-rassr__b2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 1200px) {
  .es1_rassr_bg {
    background: url(../img/es1_bg.jpg) center top no-repeat;
  }
  .es1_rassr_bg .es1_rassr__left_col {
    margin-left: 10px;
    margin-top: 70px;
    position: relative;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
    font-size: 100px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
    font-size: 57px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
    font-size: 47px;
    color: #fa2323;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
    width: 245px;
    margin: 40px 0px 0px 380px;
    z-index: 1;
    position: absolute;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach img {
    width: 100%;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 12px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
    margin-right: 10px;
  }
  .es1_rassr_bg .es1_rassr__girl {
    width: 600px;
    height: 400px;
    background: url(../img/girl2.png);
    background-size: cover;
    position: absolute;
    margin-left: 370px;
    margin-top: 40px;
  }
  .es1_rassr_bg .es1_rassr__bankleft {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.4;
  }
  .es1_rassr_bg .es1_rassr__bankleft span {
    font-weight: 400;
    text-transform: uppercase;
  }
  .es1_rassr_bg .es1_rassr__bankright img {
    vertical-align: middle;
    margin: 20px 10px 0px 10px;
  }
}

@media only screen and (max-width: 992px) {
  .es1_rassr_bg {
    height: auto;
    background: url(../img/es1_bg.jpg) center top no-repeat;
  }
  .es1_rassr_bg .es1_rassr__left_col {
    margin-left: 10px;
    margin-top: 40px;
    position: relative;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
    font-size: 100px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
    font-size: 57px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
    font-size: 47px;
    color: #fa2323;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
    width: 150px;
    margin: 40px 0px 0px 380px;
    z-index: 1;
    position: absolute;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach img {
    width: 100%;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 12px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
    margin-right: 10px;
  }
  .es1_rassr_bg .es1_rassr__girl {
    width: 400px;
    height: 267px;
    background: url(../img/girl2.png);
    background-size: cover;
    position: absolute;
    margin-left: 350px;
    margin-top: 20px;
  }
  .es1_rassr_bg .es1_rassr__bankleft {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.4;
  }
  .es1_rassr_bg .es1_rassr__bankleft span {
    font-weight: 400;
    text-transform: uppercase;
  }
  .es1_rassr_bg .es1_rassr__bankright img {
    vertical-align: middle;
    margin: 20px 10px 0px 10px;
  }
  .b-rassr .b-rassr__ico {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .es1_rassr_bg {
    height: auto;
    background: url(../img/es1_bg.jpg) center top no-repeat;
  }
  .es1_rassr_bg .es1_rassr__left_col {
    margin-left: 10px;
    margin-top: 40px;
    position: relative;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
    font-size: 100px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
    font-size: 57px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
    font-size: 47px;
    color: #fa2323;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
    display: none;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 12px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
    margin-right: 10px;
  }
  .es1_rassr_bg .es1_rassr__girl {
    display: none;
  }
  .es1_rassr_bg .es1_rassr__bankleft {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.4;
  }
  .es1_rassr_bg .es1_rassr__bankleft span {
    font-weight: 400;
    text-transform: uppercase;
  }
  .es1_rassr_bg .es1_rassr__bankright img {
    vertical-align: middle;
    margin: 20px 10px 0px 10px;
  }
}

@media only screen and (max-width: 480px) {
  .es1_rassr_bg {
    height: auto;
    background: url(../img/es1_bg.jpg) center top no-repeat;
  }
  .es1_rassr_bg .es1_rassr__left_col {
    margin-left: 0px;
    margin-top: 40px;
    position: relative;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
    font-size: 60px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
    font-size: 37px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
    font-size: 37px;
    color: #fa2323;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
    display: none;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1;
  }
  .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
    margin-right: 5px;
    vertical-align: middle;
    width: 40px;
  }
  .es1_rassr_bg .es1_rassr__girl {
    display: none;
  }
  .es1_rassr_bg .es1_rassr__bankleft {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.4;
  }
  .es1_rassr_bg .es1_rassr__bankleft span {
    font-weight: 400;
    text-transform: uppercase;
  }
  .es1_rassr_bg .es1_rassr__bankright img {
    vertical-align: middle;
    margin: 20px 10px 0px 10px;
  }
  .b-rassr .b-rassr__zag {
    text-align: center;
    font-size: 39px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #01d2e9;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-top-color: #e30613;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffe600;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}

button {
  overflow: visible;
  background: transparent;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.html);
  src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular-2.html) format("woff2"), url(../fonts/glyphicons-halflings-regular-3.html) format("woff"), url(../fonts/glyphicons-halflings-regular-4.html) format("truetype"), url(../fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* font-size:10px; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

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

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1 px\9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4 px\9;
  margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 105px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -27px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a, .pagination ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination ul > li > a:focus, .pagination ul > li > a:hover, .pagination ul > li > span:focus, .pagination ul > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

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

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .nomob {
    display: none;
  }
  body {
    font-size: 46%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
  }
  body {
    font-size: 40%;
  }
}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.jcarousel-skin-tango {
  width: 92%;
}

.mainkaruselbgdv .jcarousel-skin-tango {
  width: 440px;
  margin: 0px auto;
}

.mainkaruselbgdvrazd .jcarousel-skin-tango {
  width: 350px;
  margin: 0px auto;
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango {
  width: 450px;
  margin: 0px auto;
}

.jcarousel-skin-tango .jcarousel-container {
  /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-container-horizontal {
  padding: 12px 0px;
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-container-horizontal {
  /*width: 530px;*/
  padding: 0px 60px;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-clip-horizontal {
  height: 163px;
}

.mainkaruselbgdv .jcarousel-skin-tango .jcarousel-clip-horizontal {
  height: 510px;
}

.mainkaruselbgdvrazd .jcarousel-skin-tango .jcarousel-clip-horizontal {
  height: 510px;
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango .jcarousel-clip-horizontal {
  height: 510px;
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-clip-horizontal {
  /*height: 150px;*/
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-item {
  width: 207px;
  height: 163px;
}

.mainkaruselbgdv .jcarousel-skin-tango .jcarousel-item {
  width: 240px;
  height: 510px;
  margin-right: -20px;
}

.mainkaruselbgdvrazd .jcarousel-skin-tango .jcarousel-item {
  width: 350px;
  height: 510px;
  margin-right: 0px;
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango .jcarousel-item {
  width: 450px;
  height: 510px;
  margin-right: 0px;
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-item {
  width: 120px;
  /*height: 150px;*/
  background: none;
  text-align: center;
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 11px;
}

.mainkaruselbgdv .jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  /* margin-right: 11px;*/
}

.mainkaruselbgdvrazd .jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  /* margin-right: 11px;*/
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  /* margin-right: 11px;*/
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0;
}

.mainkaruselbgdv .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0;
}

.mainkaruselbgdvrazd .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0;
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0;
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}

/**
 *  Horizontal Buttons
 */
.mainkaruselbg .jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 78px;
  right: -35px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(next-horizontal_.html) no-repeat 0 0;
}

.mainkaruselbgdv .jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 233px;
  right: -28px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: transparent url(../img/dvstr_right_act.html) no-repeat 0 0;
}

.mainkaruselbgdvrazd .jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 233px;
  right: -28px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: transparent url(../img/dvstr_right_act.html) no-repeat 0 0;
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 233px;
  right: -28px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: transparent url(../img/dvstr_right_act.html) no-repeat 0 0;
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 15px;
  right: 28px;
  width: 24px;
  height: 31px;
  cursor: pointer;
  background: transparent url(strdopoptsright.html) no-repeat 0 0;
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(prev-horizontal.html);
}

.mainkaruselbgdv .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(../img/dvstr_left_act.html);
}

.mainkaruselbgdvrazd .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(../img/dvstr_left_act.html);
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(../img/dvstr_left_act.html);
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(prev-horizontal.html);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
  /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  /* background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-image: url(../img/dvstr_right.html) !important;
  /* background-position: -96px 0;*/
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 78px;
  left: -32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(prev-horizontal_.html) no-repeat 0 0;
}

.mainkaruselbgdv .jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 233px;
  left: -38px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: transparent url(../img/dvstr_left_act.html) no-repeat 0 0;
}

.mainkaruselbgdvrazd .jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 233px;
  left: -38px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: transparent url(../img/dvstr_left_act.html) no-repeat 0 0;
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 233px;
  left: -38px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: transparent url(../img/dvstr_left_act.html) no-repeat 0 0;
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 17px;
  left: 28px;
  width: 24px;
  height: 31px;
  cursor: pointer;
  background: transparent url(strdopoptsleft.html) no-repeat 0 0;
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(next-horizontal.html);
}

.mainkaruselbgdv .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(../img/dvstr_right_act.html);
}

.mainkaruselbgdvrazd .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(../img/dvstr_right_act.html);
}

.mainkaruselbgdvrazdruch .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(../img/dvstr_right_act.html);
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(next-horizontal.html);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
  /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  /* background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-image: url(../img/dvstr_left.html) !important;
  /*background-position: -96px 0;*/
}
/*© ООО Сео-Гранд seo-grand.ru*/
/* include fonts */
@font-face {
  font-family: "ProximaNova-RegularWeb";
  src: url("../fonts/ProximaNova-RegularWeb.html");
  src: url("../fonts/ProximaNova-RegularWebd41d.html?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-RegularWeb-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-LightWeb";
  src: url("../fonts/ProximaNova-LightWeb.html");
  src: url("../fonts/ProximaNova-LightWebd41d.html?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-LightWeb-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-BoldWeb";
  src: url("../fonts/ProximaNova-BoldWeb.html");
  src: url("../fonts/ProximaNova-BoldWebd41d.html?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-BoldWeb-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* include mixins */
/* include common */
/* line 2, ../../sass/_common.sass */
body {
  font-size: 14px;
  min-width: 300px;
}

/* line 5, ../../sass/_common.sass */
.container {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 1180px;
}

@media (min-width: 768px) {
  /* line 15, ../../sass/_common.sass */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 19, ../../sass/_common.sass */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 23, ../../sass/_common.sass */
  .container {
    width: 1180px;
  }
}

/* line 26, ../../sass/_common.sass */
.clear {
  clear: both;
}

/* line 29, ../../sass/_common.sass */
h2 {
  font-size: 49px;
  color: #171616;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

/* line 35, ../../sass/_common.sass */
h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 48px;
}

/* line 41, ../../sass/_common.sass */
h3 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}

/* line 48, ../../sass/_common.sass */
h4 {
  font-size: 49px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-top: 74px;
  line-height: 1;
  margin-bottom: 15px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.18);
}

/* line 60, ../../sass/_common.sass */
h2 span {
  font-size: 72px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}

/* line 69, ../../sass/_common.sass */
h1 span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 77, ../../sass/_common.sass */
h3 span {
  font-size: 56px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
}

/* line 85, ../../sass/_common.sass */
html, body {
  height: 100%;
}

/* line 90, ../../sass/_common.sass */
button {
  border: 0px;
}

/* line 93, ../../sass/_common.sass */
.b-line {
  background: url("../img/line.png") repeat-x;
  height: 8px;
}

/* line 98, ../../sass/_common.sass */
.red-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#DF0054), to(#A4164A));
  background: linear-gradient(180deg, #DF0054 0%, #A4164A 100%);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  padding: 11px 23px 10px;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 110, ../../sass/_common.sass */
.red-button:hover {
  color: #fff;
  text-decoration: none;
}

/* line 115, ../../sass/_common.sass */
.yellow-button {
  border-radius: 5px/5px 5px 5px 5px;
  background-clip: padding-box;
  background-color: #ffe713;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  color: #151515;
  font-size: 24px;
  font-family: "Roboto";
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.28);
  padding: 10px 35px 12px 35px;
  text-transform: uppercase;
  display: inline-block;
}

/* line 127, ../../sass/_common.sass */
.yellow-button:hover {
  color: #151515;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  /* line 133, ../../sass/_common.sass */
  h2 {
    font-size: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 137, ../../sass/_common.sass */
  h2 span {
    font-size: 55px;
  }
  /* line 139, ../../sass/_common.sass */
  h4 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 145, ../../sass/_common.sass */
  h2 {
    font-size: 36px;
  }
  /* line 149, ../../sass/_common.sass */
  h2 span {
    font-size: 45px;
  }
  /* line 151, ../../sass/_common.sass */
  h3 {
    font-size: 36px;
    line-height: 1;
  }
}

@media only screen and (max-width: 480px) {
  /* line 155, ../../sass/_common.sass */
  h2 {
    font-size: 29px;
  }
  /* line 157, ../../sass/_common.sass */
  h3 {
    font-size: 32px;
  }
  /* line 160, ../../sass/_common.sass */
  h2 span {
    font-size: 38px;
  }
  /* line 162, ../../sass/_common.sass */
  h1 span {
    font-size: 56px;
  }
}

/* include lib blocks */
/* line 7, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon {
  color: #f91e1e;
  font-size: 27px;
  font-family: "nautilus_pompiliusregular";
}

/* line 12, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon--2 {
  text-align: right;
  margin-top: 5px;
  margin-right: -15px;
}

/* line 16, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon--1 {
  margin-top: 20px;
}

/* line 18, ../../sass/blocks/top_block/_top_block.sass */
.top_block__tel {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  margin-top: 10px;
}

/* line 25, ../../sass/blocks/top_block/_top_block.sass */
.top_block__vamperez {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  font-weight: 400;
  margin-top: 15px;
}

.top_block__vamperez span {
  position: relative;
}

.top_block__vamperez span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.top_block__vamperez:hover span::before {
  display: none;
}

@media only screen and (max-width: 1200px) {
  /* line 41, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon {
    font-size: 20px;
  }
  /* line 48, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon--1 {
    margin-top: 35px;
  }
}

/* line 54, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon {
  font-size: 16px;
}

/* line 58, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon--1 {
  margin-top: 21px;
}

/* line 76, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon {
  font-size: 19px;
}

/* line 80, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon--2 {
  margin-right: 0;
}

/* line 82, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon--1 {
  margin-top: 10px;
}

/* line 84, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon--2 {
  margin-top: 0px;
}

/* line 1, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu {
  -webkit-box-shadow: 0px 5px 35px 0px rgba(204, 204, 204, 0.6);
  box-shadow: 0px 5px 35px 0px rgba(204, 204, 204, 0.6);
  margin-top: 10px;
}

/* line 6, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu.navbar-default {
  background-color: #FFC93C;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC93C), to(#F2AD27));
  background: linear-gradient(180deg, #FFC93C 0%, #F2AD27 100%);
  border: 0px;
  position: relative;
  z-index: 10;
}

/* line 12, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu.navbar-default .navbar-header {
  cursor: pointer;
}

/* line 17, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu.navbar-default .navbar-nav > li:last-child {
  margin-right: 0px;
}

/* line 19, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  padding: 0 10px 0 10px;
  padding: 0 1.25vw;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

/* line 31, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu.navbar-default .navbar-nav > .active > a, .top_menu.navbar-default .navbar-nav > .active > a:focus, .top_menu.navbar-default .navbar-nav > .active > a:hover, .top_menu.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #1C819E;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A4164A));
  background: linear-gradient(180deg, #DD0053 0%, #A4164A 100%);
}

/* line 36, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu.navbar {
  border-radius: 0;
  margin-bottom: 0px;
}

/* line 41, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .menu_aksii {
  width: 240px;
  margin-top: -22px;
}

/* line 44, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .menu_aksii img {
  width: 100%;
}

/* line 46, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .menu_str {
  background: url(../img/menu_str.png) no-repeat center center;
  height: 8px;
  margin-top: -13px;
  margin-bottom: 10px;
}

/* line 51, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.475);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.475);
}

/* line 58, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .dropdown-menu li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  display: block;
  padding: 3px 10px;
  clear: both;
  color: #333;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 69, ../../sass/blocks/top_menu/_top_menu.sass */
/* line 71, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .dropdown-menu li > a:hover {
  color: #333 !important;
  background-color: transparent;
}

/* line 74, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .dropdown-menu .divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

@media only screen and (max-width: 1200px) {
  /* line 86, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 5px 1vw 3px;
  }
  /* line 89, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu > li > a {
    font-size: 14px;
    display: block;
    padding: 3px 10px;
  }
  /* line 93, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu .divider {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
}

@media only screen and (max-width: 992px) {
  /* line 103, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 5px 6px 3px 6px;
  }
  /* line 107, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu > li > a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 112, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .navbar-collapse {
    background-color: #FFC93C;
    border-top: 1px solid #fff;
  }
  /* line 117, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-toggle {
    background-color: #FFC93C;
    border-color: #030303;
  }
  /* line 120, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #030303;
  }
  /* line 122, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-brand {
    color: #030303;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-top: 3px;
  }
  /* line 127, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li {
    margin-top: 13px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 133, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li:last-child {
    margin-right: auto;
  }
  /* line 135, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 12px 7px 6px 7px;
  }
  /* line 138, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu > li > a {
    font-size: 15px;
    color: #333 !important;
    padding: 10px 0px !important;
    text-align: center;
  }
  /* line 143, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu > li > a {
    border-radius: 15px;
  }
  /* line 145, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu {
    margin-bottom: 30px;
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 155, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-toggle:before {
    display: none;
  }
}

/* ╨г╨▒╨╕╤А╨░╨╡╨╝ ╨║╤А╨╡╤Б╤В╨╕╨║ ╨╕╨╖ ╨╕╨╜╨┐╤Г╤В╨╛╨▓ ╨▓ IE */
/* line 3, ../../sass/blocks/all/_all.sass */
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* ╨б╤В╨╕╨╗╨╕╨╖╤Г╨╡╨╝ ╨┐╨╛╨╗╨╡ ╨▓╤Л╨▒╨╛╤А╨░ ╤В╨╡╨║╤Г╤Й╨╡╨│╨╛ ╨│╨╛╤А╨╛╨┤╨░ */
/* line 11, ../../sass/blocks/all/_all.sass */
#changeCity {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/caret_down_city.png);
  background-position: right;
  background-repeat: no-repeat;
  border-color: #b3cccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-right-color: #869999;
  border-bottom-color: #869999;
  color: black;
  padding: 0px 5px;
  margin-top: -3px;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

@media only screen and (max-width: 992px) {
  /* line 34, ../../sass/blocks/all/_all.sass */
  .b-sms__form {
    text-align: center;
  }
}

/* line 38, ../../sass/blocks/all/_all.sass */
.b-legalinfo__content {
  margin-top: 30px;
  font-size: 14px;
  padding: 5px;
  font-family: Arial;
}

/* line 43, ../../sass/blocks/all/_all.sass */
.b-legalinfo__subheader {
  font-size: 18px;
}

/* line 47, ../../sass/blocks/all/_all.sass */
.red-button._zamer {
  font-size: 20px;
  padding: 10px 20px;
}

/* line 51, ../../sass/blocks/all/_all.sass */
.happy_but .red-button {
  width: 256px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 35px;
}

/* line 57, ../../sass/blocks/all/_all.sass */
.b-gotovie__zakaz_btn .red-button {
  padding: 10px 14px;
}

/* line 60, ../../sass/blocks/all/_all.sass */
.rzdv .b-gotovie__info_ttl {
  margin-right: 60px;
}

/* line 63, ../../sass/blocks/all/_all.sass */
.vhd .b-gotovie__item_pict img {
  height: auto;
  width: 95%;
}

@media only screen and (max-width: 630px) {
  /* line 73, ../../sass/blocks/all/_all.sass */
  .vhd .b-gotovie__item_pict img {
    height: 140px;
    width: auto;
  }
  /* line 76, ../../sass/blocks/all/_all.sass */
  .b-gotovie__zakaz_price {
    text-align: center;
  }
}

/* line 79, ../../sass/blocks/all/_all.sass */
span.swiper-pagination-style {
  display: inline-block;
  text-align: center;
  width: 32%;
  float: none;
  vertical-align: top;
  margin-bottom: 16px;
}

/* line 86, ../../sass/blocks/all/_all.sass */
span.swiper-pagination-style:hover {
  cursor: pointer;
}

/* line 88, ../../sass/blocks/all/_all.sass */
span.swiper-pagination-style.active {
  cursor: default;
}

/* line 90, ../../sass/blocks/all/_all.sass */
.dvra li:hover {
  cursor: pointer;
}

/* line 92, ../../sass/blocks/all/_all.sass */
.dvra li.active:hover {
  cursor: default;
}

/* line 94, ../../sass/blocks/all/_all.sass */
.swiperBtn___next, .swiperBtn___prev {
  top: 225px;
}

/* line 96, ../../sass/blocks/all/_all.sass */
.b_greyblock__block {
  display: table;
  table-layout: auto;
  margin-left: 45px;
}

/* line 100, ../../sass/blocks/all/_all.sass */
.b_greyblock_ico {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 1200px) {
  /* line 109, ../../sass/blocks/all/_all.sass */
  .d-otziv-form input[type="submit"] {
    float: none !important;
    margin: auto;
    display: inherit;
  }
}

@media only screen and (max-width: 992px) {
  /* line 117, ../../sass/blocks/all/_all.sass */
  .b-aktsii__center .b-aktsii__iconumber {
    display: none;
  }
  /* line 119, ../../sass/blocks/all/_all.sass */
  .b_greyblock__block {
    display: block;
    margin-left: 0px;
  }
  /* line 122, ../../sass/blocks/all/_all.sass */
  .b_greyblock_ico {
    display: block;
    width: 300px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  /* line 130, ../../sass/blocks/all/_all.sass */
  .es13_but_div .yellow-button {
    width: 429px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 133, ../../sass/blocks/all/_all.sass */
  .b-contact__block1 {
    text-align: center;
  }
  /* line 135, ../../sass/blocks/all/_all.sass */
  .b-contact__block_ico1 {
    display: inline-block;
  }
  /* line 137, ../../sass/blocks/all/_all.sass */
  .b-contact__block_ico2 {
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  /* line 144, ../../sass/blocks/all/_all.sass */
  .b-contact h2 {
    font-size: 2.7em;
  }
  /* line 146, ../../sass/blocks/all/_all.sass */
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
    font-size: 3em;
  }
  /* line 148, ../../sass/blocks/all/_all.sass */
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
    font-size: 1.8em;
  }
  /* line 150, ../../sass/blocks/all/_all.sass */
  .b-sms_bg .col-md-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 153, ../../sass/blocks/all/_all.sass */
  .b-sms_bg .b-sms__undertext {
    padding: 0px;
    margin-bottom: 15px;
  }
  /* line 157, ../../sass/blocks/all/_all.sass */
  .es13_but_div .yellow-button {
    font-size: 18px;
    width: 290px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 161, ../../sass/blocks/all/_all.sass */
  .es13_bg .es13_but_div {
    width: 290px;
  }
  /* line 163, ../../sass/blocks/all/_all.sass */
  .b-contact .b-contact__block_ico1 {
    background: none;
    padding-left: 20px;
  }
  /* line 166, ../../sass/blocks/all/_all.sass */
  .b-contact .b-contact__block_ico2 {
    background: none;
    padding-left: 20px;
  }
  /* line 169, ../../sass/blocks/all/_all.sass */
  .b-contact .b-contact__block_ico3 {
    background: none;
    padding-left: 20px;
  }
  /* line 172, ../../sass/blocks/all/_all.sass */
  .b-contact .b-contact__block_ico4 {
    padding-left: 20px;
  }
  /* line 174, ../../sass/blocks/all/_all.sass */
  .b-contact__block_zag2 {
    text-align: center;
    line-height: 1.2;
  }
  /* line 177, ../../sass/blocks/all/_all.sass */
  .b-contact__block_underzag2 {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  /* line 181, ../../sass/blocks/all/_all.sass */
  .es10__text_cont {
    font-size: 24px;
  }
  /* line 183, ../../sass/blocks/all/_all.sass */
  .es10__zag_cont, .es10__zag_red {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 189, ../../sass/blocks/all/_all.sass */
  .es10__text_cont {
    font-size: 20px;
  }
  /* line 191, ../../sass/blocks/all/_all.sass */
  .es10__zag_cont, .es10__zag_red {
    font-size: 30px;
  }
}

/* line 194, ../../sass/blocks/all/_all.sass */
.inpfilephoto input.inputfile {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

/* line 201, ../../sass/blocks/all/_all.sass */
input.ERROR::-webkit-input-placeholder {
  color: #f55 !important;
}

/* line 203, ../../sass/blocks/all/_all.sass */
input.ERROR:-moz-placeholder {
  color: #f55 !important;
}

/* line 205, ../../sass/blocks/all/_all.sass */
input.ERROR::-moz-placeholder {
  color: #f55 !important;
}

/* line 207, ../../sass/blocks/all/_all.sass */
input.ERROR:-ms-input-placeholder {
  color: #f55 !important;
}

/* line 210, ../../sass/blocks/all/_all.sass */
textarea.ERROR::-webkit-input-placeholder {
  color: #f55 !important;
}

/* line 212, ../../sass/blocks/all/_all.sass */
textarea.ERROR:-moz-placeholder {
  color: #f55 !important;
}

/* line 214, ../../sass/blocks/all/_all.sass */
textarea.ERROR::-moz-placeholder {
  color: #f55 !important;
}

/* line 216, ../../sass/blocks/all/_all.sass */
textarea.ERROR:-ms-input-placeholder {
  color: #f55 !important;
}

/* line 219, ../../sass/blocks/all/_all.sass */
#legal-info .modal-dialog {
  width: 900px;
}

/* line 221, ../../sass/blocks/all/_all.sass */
#legal-info .modal-dialog p {
  padding: 0;
  margin: 0;
}

/* line 224, ../../sass/blocks/all/_all.sass */
#legal-info .modal-dialog .b-legalinfo__subheader {
  padding-top: 20px;
}

@media (max-width: 992px) {
  /* line 228, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  /* line 232, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
}

@media (max-width: 550px) {
  /* line 237, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog {
    width: 400px;
    margin: 30px auto;
  }
  /* line 240, ../../sass/blocks/all/_all.sass */
  #legal-info .modal_zag {
    font-size: 3.9em;
  }
}

@media (max-width: 480px) {
  /* line 244, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog {
    width: 300px;
    margin: 30px auto;
  }
  /* line 247, ../../sass/blocks/all/_all.sass */
  #legal-info .modal_zag {
    font-size: 3.7em;
  }
}

/* line 251, ../../sass/blocks/all/_all.sass */
.b-zamer {
  cursor: pointer;
}

/* line 254, ../../sass/blocks/all/_all.sass */
.countdownHolder {
  font-size: 94px;
}

@media only screen and (max-width: 992px) {
  /* line 257, ../../sass/blocks/all/_all.sass */
  .countdownHolder {
    font-size: 68px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 260, ../../sass/blocks/all/_all.sass */
  .countdownHolder {
    font-size: 48px;
  }
  /* line 262, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b1 {
    font-size: 22px;
  }
  /* line 264, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b2 {
    font-size: 18px;
    line-height: 1.2;
  }
  /* line 267, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__ico {
    width: 150px;
    margin: auto;
  }
  /* line 270, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__ico img {
    width: 75%;
  }
  /* line 272, ../../sass/blocks/all/_all.sass */
  .windows_free .windows_free_text .windows_free_zag {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 275, ../../sass/blocks/all/_all.sass */
  .countdownHolder {
    font-size: 38px;
  }
  /* line 277, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b1 {
    font-size: 20px;
  }
  /* line 279, ../../sass/blocks/all/_all.sass */
  .b_contact_zhdu_bg .b_contact_zhdu_t1 {
    font-size: 24px;
    line-height: 1.2;
  }
  /* line 282, ../../sass/blocks/all/_all.sass */
  .b_contact_zhdu_bg .b_contact_zhdu_t2, .b_contact_zhdu_bg .b_contact_zhdu_t3 {
    font-size: 21px;
    line-height: 1.2;
  }
  /* line 285, ../../sass/blocks/all/_all.sass */
  .windows_free .windows_free_text .windows_free_t {
    font-size: 22px;
    line-height: 1.3;
  }
  /* line 288, ../../sass/blocks/all/_all.sass */
  .windows_free .windows_free_text .windows_free_zag {
    font-size: 32px !important;
  }
  /* line 291, ../../sass/blocks/all/_all.sass */
  .es1_otzivy__form_bg__star nobr {
    display: block;
  }
  /* line 293, ../../sass/blocks/all/_all.sass */
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
    font-size: 30px;
  }
  /* line 295, ../../sass/blocks/all/_all.sass */
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
    font-size: 18px;
  }
  /* line 297, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b1 {
    font-size: 18px;
  }
  /* line 299, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b2 {
    font-size: 16px;
    line-height: 1.2;
  }
  /* line 302, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__ico {
    width: 120px;
    margin: 20px auto 10px;
  }
  /* line 305, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__ico img {
    width: 75%;
  }
}

/* line 312, ../../sass/blocks/all/_all.sass */
.b-rassr__text span {
  white-space: nowrap;
}

/* line 315, ../../sass/blocks/all/_all.sass */
.modal_form_happy {
  text-align: center;
}

/* line 317, ../../sass/blocks/all/_all.sass */
#happy .happy_but {
  display: inline-block;
}

/* line 319, ../../sass/blocks/all/_all.sass */
#happy .modal-header .close {
  z-index: 9;
}

/* line 322, ../../sass/blocks/all/_all.sass */
.es17_bg .red-button {
  padding: 10px 35px;
  margin-left: 6px;
  width: 349px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  /* line 331, ../../sass/blocks/all/_all.sass */
  .es17_bg .red-button {
    width: 258px;
    padding: 10px 10px;
    margin-left: 0;
  }
}

/* line 336, ../../sass/blocks/all/_all.sass */
.b-time {
  display: inline-block;
  padding-left: 50px;
  position: relative;
}

/* line 340, ../../sass/blocks/all/_all.sass */
.b-time:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
}

/* line 350, ../../sass/blocks/all/_all.sass */
.gift_but .red-button {
  padding: 9px 35px;
}

/* line 353, ../../sass/blocks/all/_all.sass */
.inpfile:hover {
  cursor: pointer;
  color: red;
}

/* line 356, ../../sass/blocks/all/_all.sass */
.sale-work {
  color: #25bbec;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

/* line 364, ../../sass/blocks/all/_all.sass */
span.red-button {
  display: inline-block;
}

/* line 1, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
.b-top__zamer {
  width: 361px;
  height: 80px;
  background: #DD0053;
  border-radius: 40px;
  cursor: pointer;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

/* line 11, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
.b-top__zamer_ruler {
  width: 96px;
  height: 78px;
  background: url(../img/es1_ruler.png) no-repeat center center;
  margin-left: -14px;
  margin-top: auto;
}

/* line 18, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
.b-top__zamer_txt {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  font-size: 24px;
  line-height: 29px;
}

.b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 850px) {
  /* line 35, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
  .b-top__zamer {
    float: none;
    margin-left: 40px;
  }
}

/* line 1, ../../sass/blocks/es1/_es1.sass */
.es1 {
  min-height: 560px;
  background: url(../img/es1_bg.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

/* line 6, ../../sass/blocks/es1/_es1.sass */
.es1 .container {
  position: relative;
  /*background: url(/i/1.jpg) top center */
}

/* line 9, ../../sass/blocks/es1/_es1.sass */
.es1_flat__block {
  background: url(../img/es1_bg.jpg) center top no-repeat;
}

/* line 11, ../../sass/blocks/es1/_es1.sass */
.es1_flat__block .container {
  position: relative;
}

/* line 13, ../../sass/blocks/es1/_es1.sass */
.es1_flat__block .es1 {
  background: none;
}

/* line 15, ../../sass/blocks/es1/_es1.sass */
.es1__pict {
  position: absolute;
  top: 50px;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 22, ../../sass/blocks/es1/_es1.sass */
.es1__block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.es1-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 7;
}

/* line 26, ../../sass/blocks/es1/_es1.sass */
.es1__sto {
  position: absolute;
}

/* line 28, ../../sass/blocks/es1/_es1.sass */
.es1_skidka__block {
  display: inline-block;
}

/* line 31, ../../sass/blocks/es1/_es1.sass */
.es1_skidka {
  font-size: 72px;
  color: #0b0b0b;
  font-family: PFDinBI;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.07em 0.07em 0.09em rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
}

/* line 41, ../../sass/blocks/es1/_es1.sass */
.es1_7day {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  line-height: 24px;
}

/* line 48, ../../sass/blocks/es1/_es1.sass */
.es1_7day span {
  color: #ff0000;
  font-size: 51px;
}

/* line 52, ../../sass/blocks/es1/_es1.sass */
.es1_sale {
  font-size: 64px;
  line-height: 78px;
  color: #FBC035;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

/* line 55, ../../sass/blocks/es1/_es1.sass */
.es1_skidka__block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 61, ../../sass/blocks/es1/_es1.sass */
.es1__menu {
  margin-left: 60px;
  margin-top: 35px;
}

/* line 65, ../../sass/blocks/es1/_es1.sass */
.es1__menu_item {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
  position: relative;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  color: #000;
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.es1__menu_item span {
  border-top: 1px solid transparent;
}

/* line 78, ../../sass/blocks/es1/_es1.sass */
.es1__menu_item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -60px;
  display: block;
}

/* line 90, ../../sass/blocks/es1/_es1.sass */
.es1__menu_item:hover {
  text-decoration: none;
}

/* line 93, ../../sass/blocks/es1/_es1.sass */
.es1__menu_item:hover span {
  border-bottom: 1px solid transparent;
}

/* line 96, ../../sass/blocks/es1/_es1.sass */
.es1_menutub {
  position: absolute;
  top: 580px;
  left: 85px;
  border-radius: 34px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.27);
  padding: 16px 8px;
  z-index: 5;
}

/* line 106, ../../sass/blocks/es1/_es1.sass */
.es1_menutub__item {
  font-size: 24px;
  font-family: Roboto;
  font-weight: bold;
  padding: 6px 15px;
  color: #000;
  border-radius: 27px;
  border: 5px solid transparent;
  z-index: 5;
}

/* line 115, ../../sass/blocks/es1/_es1.sass */
.es1_menutub__item span {
  border-bottom: 2px dotted #000;
}

/* line 117, ../../sass/blocks/es1/_es1.sass */
.es1_menutub__item:hover {
  color: #ff0000;
  cursor: pointer;
}

/* line 120, ../../sass/blocks/es1/_es1.sass */
.es1_menutub__item:hover span {
  border-bottom: 2px dotted #ff0000;
}

/* line 122, ../../sass/blocks/es1/_es1.sass */
.es1_menutub__item.actnp {
  border: 5px solid #fff;
  border-radius: 27px;
  background-clip: padding-box;
  background-color: #ffe500;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.13);
  cursor: default;
  color: #000;
}

/* line 130, ../../sass/blocks/es1/_es1.sass */
.es1_menutub__item.actnp span {
  border-bottom: 2px dotted transparent;
}

/* line 140, ../../sass/blocks/es1/_es1.sass */
.es1_price__txt {
  display: inline-block;
  width: 150px;
  font-size: 46px;
  color: #0b0b0b;
  font-family: PFDinBI;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
}

/* line 150, ../../sass/blocks/es1/_es1.sass */
.es1_price__count {
  margin-top: 20px;
  font-size: 111px;
  color: #ffe600;
  display: inline-block;
  font-family: "pfdindisplaypro";
  text-transform: uppercase;
  line-height: 1;
  text-shadow: -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000, 4px 4px 0 #000, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  margin-left: 10px;
}

/* line 160, ../../sass/blocks/es1/_es1.sass */
.es1_price__count span {
  margin-left: 10px;
  color: #030303;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  font-size: 80px;
}

/* line 170, ../../sass/blocks/es1/_es1.sass */
.es1_rasschitat {
  border: 5px solid #fefdfd;
  border-radius: 50px;
  background-clip: padding-box;
  background-color: #fe0d0d;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MGIwYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlMGUwZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c90b0b), to(#fe0e0e));
  background-image: linear-gradient(to top, #c90b0b, #fe0e0e);
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 15px 0px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0.01s;
  transition: all 0.3s ease 0.01s;
  margin-bottom: 30px;
  margin-top: 13px;
  width: 360px;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 192, ../../sass/blocks/es1/_es1.sass */
.es1_rasschitat span {
  font-size: 23px;
  font-family: "ALSSchlangesans-bold";
  display: block;
}

/* line 196, ../../sass/blocks/es1/_es1.sass */
.es1_rasschitat:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlMGUwZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5MGIwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fe0e0e), to(#c90b0b));
  background-image: linear-gradient(to top, #fe0e0e, #c90b0b);
}

/* line 198, ../../sass/blocks/es1/_es1.sass */
.none {
  display: none;
}

/*main */
/* line 214, ../../sass/blocks/es1/_es1.sass */
.es1._main .es1__sto {
  top: 35px;
  left: 41%;
}

/* line 219, ../../sass/blocks/es1/_es1.sass */
.es1._main .es1_skidka__block {
  background-position: center;
  background-position-x: right;
  background-image: url(../img/63p.png);
  background-size: cover;
  color: #fff;
  width: 361px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
  padding-left: 7px;
}

/*flat */
/* line 223, ../../sass/blocks/es1/_es1.sass */
.es1._flat h2 {
  margin: 0;
  text-align: right;
}

/* line 226, ../../sass/blocks/es1/_es1.sass */
.es1._flat h1 {
  margin-right: 125px;
}

/* line 228, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__pict {
  background: url("../img/es1_flat.png") top left no-repeat;
}

/* line 230, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__pict._flatnew {
  background: url("../img/es1_flatnew.png") top left no-repeat;
}

/* line 232, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__pict._ofis {
  background: url("../img/es1_ofis.png") top left no-repeat;
}

/* line 234, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__pict._tip {
  background: url("../img/es1_flattip.png") top left no-repeat;
}

/* line 236, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__pict._material {
  background: url("../img/es1_material.png") top left no-repeat;
}

/* line 238, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__sto {
  top: 50px;
  left: 395px;
}

/* line 241, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__sto._flatnew {
  top: 163px;
  left: 630px;
}

/* line 244, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__block {
  text-align: right;
}

/* line 246, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1_skidka {
  font-size: 56px;
  margin-left: 20px;
}

/* line 249, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1_sale {
  margin-left: 15px;
}

/* line 251, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1_skidka__block {
  margin-bottom: 50px;
  margin-top: 20px;
}

/*ofis */
/* line 258, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_skidka__block {
  margin-top: -56px;
  margin-right: 100px;
}

/* line 262, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_skidka {
  margin-top: 57px;
  font-size: 44px;
}

/* line 265, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_sale {
  text-align: left;
  margin-left: 0px;
}

/* line 268, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_7day {
  margin-left: 30px;
  font-size: 31px;
}

/* line 271, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_7day span {
  font-size: 45px;
}

/* line 273, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1__sto {
  top: 230px;
  left: 605px;
}

/*tip */
/* line 279, ../../sass/blocks/es1/_es1.sass */
.es1._flat._tip .es1_skidka__block {
  margin-bottom: 30px;
}

/* line 281, ../../sass/blocks/es1/_es1.sass */
.es1._flat._tip .es1__sto {
  top: 235px;
  left: 547px;
}

/* line 284, ../../sass/blocks/es1/_es1.sass */
.es1._flat._tip h1 {
  margin-right: 295px;
}

/*materiali */
/* line 289, ../../sass/blocks/es1/_es1.sass */
.es1._flat._mater h1 span {
  font-size: 90px;
}

/* line 291, ../../sass/blocks/es1/_es1.sass */
.es1._flat._mater h2 span {
  font-size: 62px;
}

/* line 293, ../../sass/blocks/es1/_es1.sass */
.es1._flat._mater .es1_skidka__block {
  margin-bottom: 30px;
}

/* line 295, ../../sass/blocks/es1/_es1.sass */
.es1._flat._mater .es1__sto {
  top: 140px;
  left: 475px;
}

/*action */
/* line 299, ../../sass/blocks/es1/_es1.sass */
.es1._action {
  min-height: 745px;
}

/* line 303, ../../sass/blocks/es1/_es1.sass */
.es1._action h1 span {
  font-size: 90px;
  display: block;
}

/* line 306, ../../sass/blocks/es1/_es1.sass */
.es1._action h1 span.blue {
  color: #01d2e9;
}

/* line 308, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1__pict {
  background: url("../img/es1_action.png") top left no-repeat;
}

/* line 310, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1_7day {
  font-size: 50px;
  text-transform: uppercase;
  margin-right: 260px;
  margin-top: 105px;
}

/* line 316, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1_7day span {
  font-size: 70px;
}

/* line 318, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1__action {
  position: absolute;
  top: 25px;
  right: 25px;
}

/* line 322, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1__block {
  text-align: right;
}

/* line 324, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1_ttl {
  text-align: left;
  display: inline-block;
  margin-right: 187px;
  margin-top: 17px;
}

/* line 330, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1_skidka {
  font-size: 54px;
  margin-right: 320px;
  margin-top: 15px;
  position: relative;
  z-index: 3;
}

/* line 336, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1_sale {
  float: right;
}

/* line 338, ../../sass/blocks/es1/_es1.sass */
.es1._action .es1_sale img {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  margin-left: 98px;
}

/*kottedj */
/* line 345, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1__pict {
  background: url("../img/es1_kottedj.png") top right no-repeat;
}

/* line 347, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj h2 {
  text-align: left;
  margin-left: 115px;
}

/* line 350, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_price__txt {
  text-align: right;
}

/* line 352, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_price__block {
  margin-left: 97px;
}

/* line 354, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_rasschitat, .es1._kottedj .b-top__zamer {
  float: none;
  margin-left: 50px;
}

/* line 357, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_skidka__block {
  float: right;
  margin-top: -170px;
  margin-right: 63px;
}

/* line 361, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_skidka__block_item {
  text-align: right;
  vertical-align: bottom;
  margin-bottom: 15px;
  margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
  /* line 372, ../../sass/blocks/es1/_es1.sass */
  .es1__sto {
    width: 100px;
    top: 15px;
  }
  /* line 375, ../../sass/blocks/es1/_es1.sass */
  .es1__sto img {
    width: 100%;
  }
  /* line 377, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub {
    left: 30px;
  }
  /* line 379, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub__item {
    font-size: 22px;
  }
  /* line 381, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__sto._flatnew, .es1._flat .es1__sto, .es1._flat._ofis .es1__sto, .es1._flat._tip .es1__sto, .es1._flat._mater .es1__sto {
    top: 54px;
    left: inherit;
    right: 25px;
  }
  /* line 386, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h2 span {
    display: block;
  }
  /* line 388, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h2 span:first-child {
    margin-right: 75px;
  }
  /* line 390, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h1 {
    margin-right: 130px;
  }
  /* line 393, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_ttl {
    margin-right: 25px;
  }
  /* line 395, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    margin-right: 55px;
  }
  /* line 397, ../../sass/blocks/es1/_es1.sass */
  .es1__action {
    width: 100px;
  }
  /* line 399, ../../sass/blocks/es1/_es1.sass */
  .es1__action img {
    width: 100%;
  }
  /* line 402, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_rasschitat, .es1._kottedj .b-top__zamer {
    margin-left: 25px;
  }
  /* line 404, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block {
    margin-right: 15px;
  }
  /* line 406, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block_item {
    margin-right: 10px;
  }
  /* line 408, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_7day {
    font-size: 34px;
  }
  /* line 410, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_7day span {
    font-size: 48px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 419, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 {
    margin-right: 88px;
  }
  /* line 421, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 span {
    font-size: 76px;
  }
  /* line 423, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h2 span {
    font-size: 48px;
  }
  /* line 426, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block {
    float: none;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  /* line 430, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj h2 {
    margin-left: 25px;
  }
  /* line 432, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_price__block {
    margin-left: 20px;
  }
  /* line 435, ../../sass/blocks/es1/_es1.sass */
  .es1__action {
    display: none;
  }
  /* line 438, ../../sass/blocks/es1/_es1.sass */
  .es1._action h1 span {
    font-size: 66px;
  }
  /* line 440, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    margin-top: 0px;
    font-size: 40px;
  }
  /* line 443, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day span {
    font-size: 60px;
  }
  /* line 445, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_skidka {
    font-size: 44px;
    margin-right: 0;
  }
  /* line 449, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_sale img {
    width: 66%;
    margin-right: -137px;
    margin-top: -23px;
  }
  .es1 {
    background-position-x: left;
  }
  /* line 455, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._flatnew {
    background-size: 450px;
  }
  /* line 457, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict {
    background-size: 450px;
  }
  /* line 459, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._ofis {
    background-size: 660px;
  }
  /* line 461, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._tip {
    background-size: 585px;
  }
  /* line 463, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._material {
    background-size: 585px;
  }
  /* line 465, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1__pict {
    background-size: 615px;
  }
  /* line 467, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .container {
    width: 790px;
  }
  /* line 469, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .es1 {
    min-height: auto;
    margin-bottom: 20px;
  }
  /* line 472, ../../sass/blocks/es1/_es1.sass */
  .es1._action {
    min-height: 540px;
  }
  /* line 474, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1__pict {
    background-size: 810px;
  }
  /* line 476, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1_skidka__block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 479, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater .es1_skidka__block {
    text-align: right;
  }
  /* line 481, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__sto._flatnew {
    width: 75px;
  }
  /* line 483, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__sto {
    width: 75px;
  }
  /* line 485, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_7day.open {
    display: none;
  }
  /* line 487, ../../sass/blocks/es1/_es1.sass */
  .none {
    display: block;
  }
  /* line 490, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_7day {
    margin-left: 0px;
  }
  /* line 492, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka {
    margin-top: 0px;
  }
  /* line 494, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka__block {
    margin: 0 auto 30px auto;
  }
  /* line 496, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka__block_item {
    text-align: right;
  }
  /* line 498, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_sale {
    margin-left: 15px;
  }
  /* line 500, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub {
    top: 280px;
    left: -8px;
  }
  /* line 503, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub__item {
    font-size: 18px;
  }
  /* line 505, ../../sass/blocks/es1/_es1.sass */
  .es1_skidka__block {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 509, ../../sass/blocks/es1/_es1.sass */
  .b-top__zamer {
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 840px) {
  /* line 513, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub {
    display: none;
  }
  /* line 515, ../../sass/blocks/es1/_es1.sass */
  .es1_price__txt {
    text-align: right;
  }
  /* line 517, ../../sass/blocks/es1/_es1.sass */
  .es1_rasschitat {
    float: none;
    margin: 20px auto;
  }
  /* line 520, ../../sass/blocks/es1/_es1.sass */
  .es1__action {
    display: none;
  }
  /* line 522, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._flatnew {
    background: url("../img/es1_flatnew.png") top center no-repeat;
    background-size: 310px;
  }
  /* line 525, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict {
    background: url("../img/es1_flat.png") top center no-repeat;
    background-size: 310px;
  }
  /* line 528, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._ofis {
    background: url("../img/es1_ofis.png") top center no-repeat;
    background-size: 310px;
  }
  /* line 531, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._tip {
    background: url("../img/es1_flattip.png") top center no-repeat;
    background-size: 310px;
  }
  /* line 534, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._material {
    background: url("../img/es1_material.png") top center no-repeat;
    background-size: 310px;
  }
  /* line 537, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1__pict {
    background: url("../img/es1_action.png") top center no-repeat;
    background-size: 310px;
  }
  /* line 540, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1__pict {
    background: url("../img/es1_kottedj.png") top center no-repeat;
    background-size: 310px;
  }
  /* line 544, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h1 {
    margin-right: 0px;
  }
  /* line 546, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h2 span:first-child {
    margin-right: 0px;
  }
  /* line 549, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 {
    margin-right: 0px;
  }
  /* line 551, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater .es1_skidka__block {
    text-align: center;
  }
  /* line 554, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_sale {
    margin: auto;
    text-align: center;
  }
  /* line 557, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka {
    width: 100%;
    text-align: center;
  }
  /* line 560, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka__block {
    margin: 30px auto 30px auto;
  }
  /* line 562, ../../sass/blocks/es1/_es1.sass */
  .es1._flat {
    height: auto;
  }
  /* line 564, ../../sass/blocks/es1/_es1.sass */
  .es1._flat h1 {
    margin-right: 0px;
  }
  /* line 566, ../../sass/blocks/es1/_es1.sass */
  .es1._flat h2 {
    text-align: center;
  }
  /* line 568, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__block {
    margin-top: 225px;
    text-align: center;
  }
  /* line 571, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1_skidka__block {
    margin-top: 30px;
  }
  /* line 573, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1_sale {
    display: block;
    margin: auto;
  }
  /* line 576, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1_skidka {
    margin-left: 0px;
  }
  /* line 578, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1_price__count {
    width: 200px;
  }
  /* line 580, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__sto._flatnew, .es1._flat .es1__sto {
    display: none;
  }
  /* line 582, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .container {
    width: 750px;
  }
  /* line 585, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1__block {
    margin-top: 200px;
    text-align: center;
  }
  /* line 588, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_ttl {
    margin-right: 0px;
    text-align: center;
  }
  /* line 591, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    margin-right: 0;
  }
  /* line 593, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_sale {
    margin-top: 20px;
    float: none;
    width: 100%;
    text-align: center;
  }
  /* line 598, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_sale img {
    width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 10px;
  }
  /* line 603, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_skidka {
    width: 100%;
    text-align: center;
  }
  /* line 607, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1__block {
    margin-top: 225px;
    text-align: center;
  }
  /* line 610, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj h2 {
    text-align: center;
  }
  /* line 612, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_rasschitat {
    margin: auto;
  }
}

@media only screen and (max-width: 800px) {
  /* line 615, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .container {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 619, ../../sass/blocks/es1/_es1.sass */
  .es1._main h1 span {
    font-size: 35px;
  }
  /* line 621, ../../sass/blocks/es1/_es1.sass */
  .es1._main h2 span {
    font-size: 61px;
  }
  /* line 624, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 span {
    font-size: 56px;
  }
  /* line 626, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h2 span {
    font-size: 40px;
  }
  /* line 628, ../../sass/blocks/es1/_es1.sass */
  .es1._action h1 span {
    font-size: 66px;
  }
  /* line 630, ../../sass/blocks/es1/_es1.sass */
  .es1 {
    height: auto;
  }
  /* line 632, ../../sass/blocks/es1/_es1.sass */
  .es1 h1, .es1 h2 {
    text-align: center;
  }
  /* line 634, ../../sass/blocks/es1/_es1.sass */
  .es1_skidka {
    font-size: 55px;
  }
  .es1_sale {
    font-size: 42px;
  }
  /* line 638, ../../sass/blocks/es1/_es1.sass */
  .es1_7day span {
    font-size: 36px;
  }
  /* line 640, ../../sass/blocks/es1/_es1.sass */
  .es1__sto {
    display: none;
  }
  .es1-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .b-top__zamer {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 0;
  }
  /* line 644, ../../sass/blocks/es1/_es1.sass */
  .es1__menu {
    width: 215px;
    margin: 30px auto;
    padding-left: 40px;
  }
  /* line 648, ../../sass/blocks/es1/_es1.sass */
  .es1__menu_item {
    font-size: 14px;
  }
  /* line 650, ../../sass/blocks/es1/_es1.sass */
  .es1__menu_item:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: -2px;
    left: -50px;
  }
  /* line 658, ../../sass/blocks/es1/_es1.sass */
  .es1_sale img {
    width: 100%;
  }
  /* line 660, ../../sass/blocks/es1/_es1.sass */
  .es1_price__txt {
    font-size: 36px;
  }
  /* line 662, ../../sass/blocks/es1/_es1.sass */
  .es1_price__count {
    font-size: 84px;
  }
  /* line 664, ../../sass/blocks/es1/_es1.sass */
  .es1_price__count span {
    font-size: 64px;
  }
  /* line 667, ../../sass/blocks/es1/_es1.sass */
  .es1._main .es1__pict {
    background: url("../img/es1_main.png") top center no-repeat;
    background-size: 310px;
    display: none;
  }
  /* line 670, ../../sass/blocks/es1/_es1.sass */
  .es1._main h2 {
    text-align: center;
  }
  /* line 672, ../../sass/blocks/es1/_es1.sass */
  /* line 675, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_rasschitat {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 678, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block_item {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  /* line 682, ../../sass/blocks/es1/_es1.sass */
  .es1._main h2 span {
    font-size: 45px;
  }
  /* line 684, ../../sass/blocks/es1/_es1.sass */
  .es1._main h1 span {
    font-size: 33px;
  }
  /* line 687, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 span {
    font-size: 46px;
  }
  /* line 689, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h2 span {
    font-size: 32px;
  }
  /* line 691, ../../sass/blocks/es1/_es1.sass */
  .es1_price__txt {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 26px;
    margin-top: 25px;
  }
  /* line 697, ../../sass/blocks/es1/_es1.sass */
  .es1_price__count {
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
  }
  /* line 701, ../../sass/blocks/es1/_es1.sass */
  .es1_rasschitat {
    width: 90%;
    float: none;
    margin: 20px auto;
    font-size: 32px;
  }
  /* line 706, ../../sass/blocks/es1/_es1.sass */
  .es1_rasschitat span {
    font-size: 16px;
  }
  /* line 709, ../../sass/blocks/es1/_es1.sass */
  .es1._action h1 span {
    font-size: 56px;
  }
  /* line 711, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    font-size: 30px;
  }
  /* line 714, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_price__txt {
    text-align: center;
  }
  /* line 716, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj h2 {
    margin: 0;
  }
  /* line 718, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_7day {
    font-size: 28px;
  }
  /* line 720, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_7day span {
    font-size: 36px;
  }
  /* line 722, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block {
    margin-top: 30px;
  }
}

/* line 1, ../../sass/blocks/es2/_es2.sass */
.es2 {
  margin-bottom: 50px;
}

/* line 3, ../../sass/blocks/es2/_es2.sass */
.es2 h2 {
  margin-top: 25px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  color: #015A76;
}

/* line 7, ../../sass/blocks/es2/_es2.sass */
.b-day_item.count {
  font-size: 25px;
  font-family: Raleway, sans-serif;
  text-align: center;
}

/* line 11, ../../sass/blocks/es2/_es2.sass */
.b-day_item.count span {
  font-size: 32px;
  font-weight: bold;
}

/* line 1, ../../sass/blocks/es3/_es3.sass */
.es3 {
  background-color: #EDEDED;
}

.es3 .container {
  background: url("../img/es3_container.png") top right no-repeat;
  background-position-y: 30px;
  background-position-x: 90%;
}

/* line 5, ../../sass/blocks/es3/_es3.sass */
.es3__block {
  margin-top: 40px;
}

/* line 9, ../../sass/blocks/es3/_es3.sass */
.es3__ttl {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  margin-bottom: 35px;
  color: #E21F69;
}

/* line 12, ../../sass/blocks/es3/_es3.sass */
.es3__ttl_2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
}

/* line 19, ../../sass/blocks/es3/_es3.sass */
.es3__ttl_block {
  display: inline-block;
}

/* line 21, ../../sass/blocks/es3/_es3.sass */
.es3__ttl_3 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
}

/* line 24, ../../sass/blocks/es3/_es3.sass */
.es3__info {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  max-width: 500px;
  color: #000000;
  margin-bottom: 54px;
}

/* line 29, ../../sass/blocks/es3/_es3.sass */
.es3__phone_block {
  margin-top: 20px;
}

/* line 31, ../../sass/blocks/es3/_es3.sass */
.es3__phone_ttx {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  margin-bottom: 8px;
  color: #000000;
}

/* line 40, ../../sass/blocks/es3/_es3.sass */
.es3__phone_number {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height */
  font-family: Montserrat;
  color: #000000;
  margin-bottom: 50px;
}

/* line 49, ../../sass/blocks/es3/_es3.sass */
.es3__phone_number:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
}

@media only screen and (max-width: 1200px) {
  /* line 58, ../../sass/blocks/es3/_es3.sass */
  .es3 .container {
    background: none;
  }
  /* line 61, ../../sass/blocks/es3/_es3.sass */
  .es3 .es3__block {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}

/* line 23, ../../sass/blocks/es4/_es4.sass */
.es4_bg {
  position: relative;
  z-index: 2;
}

/* line 27, ../../sass/blocks/es4/_es4.sass */
.red-button._garantiya {
  position: relative;
  margin-left: 120px;
  padding: 10px 35px;
}

/* line 31, ../../sass/blocks/es4/_es4.sass */
.red-button._garantiya:before {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: -93px;
}

/* line 40, ../../sass/blocks/es4/_es4.sass */
.es4__form {
  display: table;
  table-layout: auto;
  margin-top: 30px;
  margin-bottom: 35px;
}

/* line 45, ../../sass/blocks/es4/_es4.sass */
.es4__form_item {
  display: table-cell;
}

/* line 47, ../../sass/blocks/es4/_es4.sass */
.es4__form_item._txt {
  font-size: 24px;
  font-family: RobotoMedium;
  text-align: left;
  width: 690px;
  vertical-align: top;
  line-height: 1.2;
  padding-top: 10px;
}

/* line 55, ../../sass/blocks/es4/_es4.sass */
.es4__form_item._phone {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  padding-left: 70px;
  vertical-align: middle;
  height: 84px;
}

/* line 63, ../../sass/blocks/es4/_es4.sass */
.es4__form_item._phone:before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  /* line 73, ../../sass/blocks/es4/_es4.sass */
  .es4__form {
    display: block;
    margin-top: 20px;
  }
  /* line 76, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item {
    display: block;
  }
  /* line 78, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._txt {
    width: 69%;
    text-align: center;
    margin: auto;
  }
  /* line 82, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._phone {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  /* line 86, ../../sass/blocks/es4/_es4.sass */
  .es4_bg {
    background: none;
    background-color: #ffe100;
  }
  /* line 89, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._txt {
    font-size: 22px;
    width: 100%;
  }
  /* line 92, ../../sass/blocks/es4/_es4.sass */
  .es4__form_block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 95, ../../sass/blocks/es4/_es4.sass */
  .es4_bg .es4_bg__desctext {
    width: 100%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 99, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._txt {
    font-size: 20px;
    width: 90%;
  }
  /* line 102, ../../sass/blocks/es4/_es4.sass */
  .es4_bg .es4_bg__desctext {
    width: 90%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 107, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._txt {
    font-size: 18px;
    padding-top: 0;
  }
  /* line 110, ../../sass/blocks/es4/_es4.sass */
  .red-button._garantiya:before {
    display: none;
  }
  /* line 112, ../../sass/blocks/es4/_es4.sass */
  .red-button._garantiya {
    margin-left: 0;
  }
  /* line 114, ../../sass/blocks/es4/_es4.sass */
  .es4__form_block {
    margin-bottom: 0px;
  }
  /* line 116, ../../sass/blocks/es4/_es4.sass */
  .es4_bg .es4_bg__desctext {
    margin: 0 auto 20px auto;
  }
  /* line 118, ../../sass/blocks/es4/_es4.sass */
  .es4_bg .es4_but {
    padding-bottom: 0;
    margin: 0 auto;
  }
}

/* line 1, ../../sass/blocks/es7/_es7.sass */
.es7 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #F7C858;
}

/* line 4, ../../sass/blocks/es7/_es7.sass */
.es7 h4 {
  padding-top: 0px;
  text-align: left;
  text-shadow: none;
}

/* line 2, ../../sass/blocks/es8/_es8.sass */
.es8_but .red-button {
  width: 75%;
}

@media only screen and (max-width: 1200px) {
  /* line 6, ../../sass/blocks/es8/_es8.sass */
  .es8_bg .container {
    position: relative;
  }
  /* line 8, ../../sass/blocks/es8/_es8.sass */
  .es8_bg .es8__text_2 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 12, ../../sass/blocks/es8/_es8.sass */
  .es8_bg .es8__text_2 {
    right: inherit;
  }
}

@media only screen and (max-width: 767px) {
  /* line 17, ../../sass/blocks/es8/_es8.sass */
  .es8_but .red-button {
    width: 83%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 21, ../../sass/blocks/es8/_es8.sass */
  .es8_but .red-button {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2, ../../sass/blocks/es10/_es10.sass */
  .es10_bg .container .es10__text {
    font-size: 20px;
    line-height: 27px;
  }
}

/* line 9, ../../sass/blocks/es12/_es12.sass */
.es12__block {
  text-align: center;
}

/* line 12, ../../sass/blocks/es12/_es12.sass */
.es12_item {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  text-align: center;
}

/* line 18, ../../sass/blocks/es12/_es12.sass */
.es12_ico {
  margin: 0 auto 17px;
}

/* line 30, ../../sass/blocks/es12/_es12.sass */
.es12_ico__lenta {
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015A76));
  background: linear-gradient(180deg, #1B809D 0%, #015A76 100%);
  border-radius: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  padding: 3px 10px;
  color: #FFFFFF;
  margin-top: -17px;
}

.es12_ico__lenta span {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  margin-top: 2px;
}

/* line 50, ../../sass/blocks/es12/_es12.sass */
.es12_ico__lenta div span {
  font-size: 27px;
  font-weight: 500;
  text-shadow: 1px 1px 0px #666;
}

/* line 56, ../../sass/blocks/es12/_es12.sass */
.es12_ico_name {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  /* line 67, ../../sass/blocks/es12/_es12.sass */
  .es12_item {
    width: 40%;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 75, ../../sass/blocks/es12/_es12.sass */
  .es12_item {
    width: 100%;
    margin-bottom: 35px;
  }
}

/* line 4, ../../sass/blocks/es13_bg/_es13_bg.sass */
.es13_block {
  text-align: center;
}

/* line 7, ../../sass/blocks/es13_bg/_es13_bg.sass */
.es13_bg {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  /* line 14, ../../sass/blocks/es13_bg/_es13_bg.sass */
  .es13_bg .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 1, ../../sass/blocks/es13_14/es13_14.sass */
.es13_14 {
  padding: 0px 0px 45px;
}

/* line 3, ../../sass/blocks/es13_14/es13_14.sass */
.es13_14__desc {
  font-size: 30px;
  font-family: RobotoMedium;
  text-align: center;
  line-height: 1.3;
  width: 80%;
  margin: auto;
}

@media only screen and (max-width: 992px) {
  /* line 13, ../../sass/blocks/es13_14/es13_14.sass */
  .es13_14__desc {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18, ../../sass/blocks/es13_14/es13_14.sass */
  .es13_14__desc {
    font-size: 20px;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 480px) {
  /* line 24, ../../sass/blocks/es13_14/es13_14.sass */
  .es13_14 h3 {
    font-size: 32px;
    line-height: 1;
  }
  /* line 27, ../../sass/blocks/es13_14/es13_14.sass */
  .es13_14__desc {
    width: 100%;
  }
}

/* line 2, ../../sass/blocks/es14_bg/_es14_bg.sass */
@media only screen and (max-width: 767px) {
  /* line 10, ../../sass/blocks/es14_bg/_es14_bg.sass */
  .es14_bg .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 2, ../../sass/blocks/b-pay/_b-pay.sass */
.b-pay {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 5, ../../sass/blocks/b-pay/_b-pay.sass */
.b-pay h2 {
  margin-bottom: 50px;
}

/* line 7, ../../sass/blocks/b-pay/_b-pay.sass */
.payform {
  width: 40%;
  float: left;
  background: #ffe600;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ffdd00;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

/* line 21, ../../sass/blocks/b-pay/_b-pay.sass */
.payform input.paytext {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 5px;
  text-transform: uppercase;
  /* Medium Devices, Desktops */
}

@media only screen and (max-width: 1200px) {
  /* line 38, ../../sass/blocks/b-pay/_b-pay.sass */
  .payform {
    width: 90%;
    float: none;
    margin: 0 auto;
    background: #ffe600;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ffdd00;
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
  }
}

/* line 1, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta {
  background-image: url("../img/b_market_filtr_bg.png");
  background-color: #015B77;
  position: relative;
  padding-bottom: 50px;
}

/* line 4, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta._grey:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url("../img/top-grey.png") repeat-x top;
}

/* line 24, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__block {
  text-align: center;
  margin-bottom: 0;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1201px) {
  .b-vid-remonta__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* line 29, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item {
  width: 254px;
  display: inline-block;
  vertical-align: top;
  background-clip: padding-box;
  background-color: #fff;
  padding: 3px;
  position: relative;
  margin-bottom: 60px;
  margin-left: 1px;
  margin-right: 1px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

/* line 43, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_pict {
  width: 100%;
  height: 164px;
  border-radius: 3px 3px 0px 0px;
}

/* line 47, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_pict img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* line 51, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_ttl {
  height: 58px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}

/* line 56, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_ttl span {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

/* line 63, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_ttl:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  height: 58px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  height: 58px;
  -webkit-transform: scale(1.065, 1);
  transform: scale(1.065, 1);
}

/* line 75, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_spisok {
  border-bottom: 1px solid #d2d2d2;
  padding: 22px 15px 1px 17px;
  text-align: left;
}

/* line 80, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_spisok .check {
  margin: 0px;
  padding: 0px;
  min-height: 116px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 85, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_spisok .check li {
  list-style-type: none;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding-left: 30px;
  padding-top: 3px;
  margin-bottom: 14px;
}

/* line 92, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_spisok .check li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

/* line 100, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__spisok_all {
  margin-top: 10px;
  text-align: center;
}

/* line 103, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__spisok_all .b-link-blue {
  color: #25bbec;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dotted #25bbec;
}

/* line 110, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_price {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding-top: 12px;
  padding-bottom: 30px;
  line-height: 1.2;
}

/* line 116, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__price_old {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

/* line 121, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__price_old:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  border-bottom: 2px solid #DD0053;
  -webkit-transform: translate(0%, -50%) rotate(-166.55deg);
  transform: translate(0%, -50%) rotate(-166.55deg);
  height: 1px;
}

/* line 132, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__price_new {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

/* line 134, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__price_new span {
  font-size: 56px;
}

/* line 137, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_btn {
  border-radius: 40px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  height: 40px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A3003D));
  background: linear-gradient(180deg, #E21F69 0%, #A3003D 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-vid-remonta__item_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#b70146), to(#5a0022));
  background: linear-gradient(180deg, #b70146 0%, #5a0022 100%);
}

/* line 144, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_btn .red-button-radius {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 156, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_btn .red-button-radius:hover {
  color: #fff;
  text-decoration: none;
}

/* line 161, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.nonedisplay {
  display: none;
}

/* line 1, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet {
  padding-bottom: 30px;
  padding-top: 35px;
  z-index: 2;
  position: relative;
}

/* line 10, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__form {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}

/* line 14, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__form .b-form__block {
  display: table;
  table-layout: auto;
}

/* line 17, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__form .b-form__item {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 22, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__form .b-form__item .b-form__field {
  position: relative;
}

/* line 24, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__form .b-form__item .b-form__field:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}

/* line 31, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__form .b-form__item .b-form__field:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
}

/* line 38, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__form .b-form__item .b-form__field input {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  height: 40px;
  width: 80px;
  padding-right: 26px;
  text-align: right;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}

/* line 51, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-form_lbl {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
}

/* line 55, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-form_ravno {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
}

/* line 59, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-form_oldprice {
  font-size: 41px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

/* line 65, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-form_oldprice:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 28px;
  height: 2px;
  width: 120%;
  background-color: #ff0000;
}

/* line 81, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__ttl1 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 40px;
}

/* line 87, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__ttl2 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  /* line 96, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__block {
    display: block;
    text-align: center;
    margin: auto;
  }
  /* line 100, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 109, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_lbl {
    text-align: center;
    padding-right: 0;
  }
}

@media only screen and (max-width: 700px) {
  /* line 113, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_oldprice {
    display: none;
  }
  /* line 115, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_newprice {
    padding-left: 0px;
  }
  /* line 117, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__item {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 120, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_ravno {
    display: none;
  }
  /* line 124, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__item:nth-child(3) {
    display: block;
  }
  /* line 126, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_newprice {
    padding-right: 0px;
  }
  /* line 128, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__ttl1 {
    font-size: 20px;
  }
  /* line 130, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__ttl2 {
    font-size: 30px;
  }
}

/* line 42, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.b-kosmet-remont__item {
  margin-bottom: 30px;
  padding-left: 90px;
  min-height: 68px;
}

/* line 52, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.b-kosmet-remont__item.ico1 {
  background: url("../img/ico1.png") left center no-repeat;
}

/* line 54, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.b-kosmet-remont__item.ico2 {
  background: url("../img/ico2.png") left center no-repeat;
}

/* line 56, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.b-kosmet-remont__item.ico3 {
  width: 265px;
  background: url("../img/ico3.png") left center no-repeat;
}

/* line 59, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.b-kosmet-remont__item.ico4 {
  width: 265px;
  background: url("../img/ico4.png") left center no-repeat;
}

@media only screen and (max-width: 1200px) {
  /* line 66, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont .container {
    background: none;
  }
  /* line 68, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont h2 {
    text-align: center;
    line-height: 1.2;
  }
  /* line 71, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont .garant {
    left: 50px;
  }
  /* line 73, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__block {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  /* line 77, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont {
    height: auto;
    padding-bottom: 15px;
  }
  /* line 80, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont .container {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  /* line 96, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont {
    margin-bottom: 0;
  }
  /* line 98, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont h2 {
    line-height: 38px;
  }
  /* line 107, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item {
    width: 270px;
    padding-left: 75px;
    line-height: 22px;
    font-size: 20px;
    padding-top: 0;
    margin-bottom: 22px;
  }
  /* line 114, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico1 {
    background-size: 60px;
  }
  /* line 116, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico2 {
    background-size: 60px;
  }
  /* line 118, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico3 {
    width: 270px;
    background-size: 60px;
    padding-top: 13px;
  }
  /* line 122, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico4 {
    width: 270px;
    background-size: 60px;
  }
}

/* line 1, ../../sass/blocks/b-way/_b-way.sass */
.b-way {
  text-align: center;
  padding-bottom: 60px;
  margin-top: 40px;
}

/* line 6, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 50px 10px 0 10px;
}

/* line 11, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item .b-way__item_info span {
  white-space: nowrap;
}

/* line 15, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item_pict {
  width: 100%;
  height: 165px;
  text-align: center;
}

/* line 19, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item_ttl {
  margin-top: 35px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 34px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}

/* line 26, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item_info {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

/* line 29, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item_info strong {
  color: #ff0000;
}

@media only screen and (max-width: 1200px) {
  /* line 32, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item {
    width: 270px;
    margin: 50px 20px 0 20px;
  }
  /* line 35, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_pict {
    height: 120px;
  }
  /* line 37, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_pict img {
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  /* line 45, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item {
    width: 50%;
  }
}

@media only screen and (max-width: 650px) {
  /* line 48, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item {
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 51, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item {
    width: 90%;
    margin: 40px 20px 0 20px;
  }
  /* line 54, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_pict {
    height: 90px;
  }
  /* line 56, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_ttl {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 59, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_info {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
  }
}

/* line 2, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.b-middle-menu__block {
  background: url("../img/fon-middle-menu.png") center no-repeat;
  max-width: 1100px;
  width: 100%;
  height: 150px;
  margin: 55px auto 35px auto;
  border-radius: 10px;
}

/* line 10, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.b-middle-menu__items {
  display: table;
  table-layout: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 24px;
}

/* line 15, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.b-middle-menu__item {
  display: table-cell;
  padding-left: 75px;
  position: relative;
}

/* line 20, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.b-middle-menu__item .b-link {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1.2;
}

/* line 28, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.b-middle-menu__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 34, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.b-middle-menu__item.mdl1 {
  padding-right: 50px;
}

@media only screen and (max-width: 1200px) {
  /* line 44, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item .b-link {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 47, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__block {
    height: auto;
  }
  /* line 50, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__items {
    display: block;
    padding: 55px 24px 25px 24px;
  }
  /* line 53, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item {
    display: block;
    width: 375px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    height: 75px;
    margin-bottom: 20px;
  }
  /* line 60, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl1 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 63, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item {
    width: 270px;
    padding-left: 65px;
    height: 55px;
  }
  /* line 67, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item .b-link {
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
  }
  /* line 72, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl1:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  /* line 74, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl2:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  /* line 76, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl3:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 480px) {
  /* line 80, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__items {
    padding: 35px 15px 20px 0px;
  }
  /* line 83, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item .b-link {
    font-size: 20px;
  }
  /* line 85, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl1:before {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  /* line 87, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl2:before {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  /* line 89, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl3:before {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

/* line 1, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent {
  height: 458px;
  background: url("../img/b_windownow_bg.png") no-repeat center top;
  position: relative;
  margin-top: -30px;
}

/* line 7, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent.door .b-prezent-fon {
  background: url("../img/b-prezent-fon.png") no-repeat center top;
  height: 458px;
}

/* line 10, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent.door h4 {
  font-size: 69px;
}

/* line 13, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent.ceiling .b-prezent-fon {
  background: url("../img/b-prezent-fon2.png") no-repeat center top;
  height: 458px;
}

/* line 16, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent.ceiling h4 {
  font-size: 64px;
}

/* line 19, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent.ceiling2 .b-prezent-fon {
  background: url("../img/b-prezent-fon3.png") no-repeat center top;
  height: 458px;
}

/* line 22, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent.ceiling2 h4 {
  font-size: 64px;
}

/* line 24, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent h4 {
  text-align: left;
  margin-bottom: 45px;
  line-height: 1.2;
  width: 700px;
}

/* line 29, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent h4 span {
  color: #000000;
  text-shadow: none;
}

/* line 34, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__block {
  width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

/* line 42, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__item .yellow-button {
  display: inline-block;
  text-align: center;
  width: 245px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  float: right;
}

/* line 49, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__item .yellow-button:hover {
  cursor: pointer;
}

/* line 51, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  padding-left: 100px;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}

/* line 58, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  /* line 67, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4, .b-prezent.ceiling h4, .b-prezent.ceiling2 h4 {
    font-size: 54px;
  }
  /* line 69, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent h4 {
    width: 635px;
  }
  /* line 71, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.ceiling .b-prezent-fon {
    height: 415px;
    background-size: cover;
  }
  /* line 74, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door .b-prezent-fon {
    height: 415px;
    background-size: cover;
  }
  /* line 78, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item .yellow-button {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 82, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.ceiling .b-prezent-fon, .b-prezent.door .b-prezent-fon, .b-prezent.ceiling2 .b-prezent-fon {
    background: none;
  }
  /* line 85, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent {
    text-align: center;
    height: 400px;
  }
  /* line 88, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent h4 {
    text-align: center;
    width: 100%;
  }
  /* line 91, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent h4 span {
    display: block;
  }
  /* line 93, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent .b-prezent__item .yellow-button {
    margin-right: 0;
  }
  /* line 95, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4, .b-prezent.ceiling h4, .b-prezent.ceiling2 h4 {
    font-size: 49px;
  }
  /* line 97, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__block {
    margin: auto;
  }
  /* line 99, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  /* line 104, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4, .b-prezent.ceiling h4, .b-prezent.ceiling2 h4 {
    font-size: 39px;
  }
  /* line 108, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent h4 {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 55px;
  }
  /* line 112, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__block {
    width: 100%;
  }
  /* line 114, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item {
    display: block;
    width: 335px;
    margin: auto;
    text-align: center;
  }
  /* line 119, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__ttl {
    font-size: 28px;
    text-align: left;
    padding-left: 88px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  /* line 125, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item .yellow-button {
    margin-right: 0px;
    float: none;
    font-size: 22px;
  }
}

@media only screen and (max-width: 525px) {
  /* line 132, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4, .b-prezent.ceiling h4, .b-prezent.ceiling2 h4 {
    font-size: 32px;
  }
  /* line 134, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__ttl {
    font-size: 22px;
    padding-left: 74px;
    padding-top: 14px;
  }
  /* line 138, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__ttl:before {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  /* line 140, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item {
    width: 268px;
  }
  /* line 142, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item .yellow-button {
    font-size: 20px;
  }
}

/* line 1, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: -15px;
}

/* line 6, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter h2 {
  font-size: 60px;
}

/* line 8, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__info {
  height: 80px;
  display: table;
  table-layout: auto;
  margin-top: 10px;
  width: 100%;
}

/* line 15, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__info_item {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

/* line 22, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__info_item:first-child {
  padding-top: 3px;
  padding-right: 28px;
}

/* line 26, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__info_item .yellow {
  background-color: #fff200;
  font-size: 44px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 33, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__info_item .red {
  color: #ff0000;
  font-size: 46px;
}

/* line 36, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__info_item .rub {
  text-transform: none;
  font-size: 36px;
}

/* line 39, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__block {
  text-align: center;
  margin-top: 40px;
}

/* line 42, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__item {
  width: 47%;
  display: inline-block;
}

/* line 45, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__item:last-child {
  margin-left: 60px;
}

/* line 55, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__item_slider img {
  width: 100%;
  border-radius: 21px;
}

@media only screen and (max-width: 1200px) {
  /* line 60, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__item {
    display: block;
    margin: auto;
    width: 550px;
  }
  /* line 68, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter h2 {
    font-size: 49px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 72, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter h2 {
    font-size: 36px;
  }
  /* line 74, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__item {
    width: 420px;
  }
  /* line 76, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item {
    font-size: 20px;
  }
  /* line 78, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item .yellow {
    font-size: 32px;
  }
  /* line 80, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item .red {
    font-size: 36px;
  }
  /* line 82, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info {
    height: 55px;
  }
  /* line 84, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item:first-child {
    padding-left: 0;
    padding-right: 20px;
  }
  /* line 87, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .twentytwenty-handle {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 480px) {
  /* line 91, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__block {
    margin-top: 30px;
  }
  /* line 94, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter h2 {
    font-size: 29px;
  }
  /* line 96, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__item {
    width: 280px;
    margin-bottom: 60px;
  }
  /* line 99, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item {
    display: block;
  }
  /* line 101, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info {
    text-align: center;
  }
  /* line 103, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item:first-child {
    padding-right: 0px;
  }
  /* line 105, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info {
    display: block;
  }
  /* line 107, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item {
    font-size: 18px;
  }
  /* line 109, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item .yellow {
    font-size: 30px;
  }
  /* line 111, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item .red {
    font-size: 32px;
  }
}

/* line 1, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days {
  height: auto;
  background: url("../img/b-15-days.png") bottom center no-repeat;
  margin-top: -100px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__ttl {
  padding-top: 125px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}

/* line 14, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__ttl span {
  color: #ff0000;
}

/* line 16, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__desc {
  font-size: 26px;
  font-family: Roboto;
  text-align: center;
  line-height: 1.2;
  width: 75%;
  margin: auto;
}

/* line 25, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item {
  width: 370px;
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #6b6b6b;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  display: inline-block;
}

/* line 32, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item._before {
  background-color: #6b6b6b;
}

/* line 34, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item._before .b-15-days__item_ttl span:after {
  top: 6px;
}

/* line 37, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item._after {
  background-color: #17d124;
  float: right;
}

/* line 40, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item._after .b-15-days__item_ttl span:after {
  top: -4px;
}

/* line 45, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__block {
  margin: 30px auto;
  height: 330px;
  background: url("../img/b-15-fon.png") center no-repeat;
  width: 1175px;
}

/* line 52, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item_ttl {
  height: 65px;
  line-height: 65px;
  text-align: center;
}

/* line 56, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item_ttl span {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  padding-right: 45px;
}

/* line 63, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item_ttl span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}

/* line 70, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item_pict {
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #fff;
  height: 250px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}

/* line 78, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item_pict img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* line 83, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-day__btn {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px;
}

/* line 87, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-day__btn .red-button {
  padding: 12px 20px;
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  /* line 91, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__block {
    background: none;
    width: 800px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 95, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__block {
    width: 670px;
    height: 307px;
    margin: 60px auto;
  }
  /* line 99, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item {
    width: 300px;
  }
  /* line 101, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item_pict {
    height: 215px;
  }
  /* line 103, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__desc {
    font-size: 24px;
  }
}

@media only screen and (max-width: 820px) {
  /* line 106, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days {
    background: url("../img/pattern-line.jpg");
    border-bottom: 2px solid #d7d7d7;
  }
}

@media only screen and (max-width: 767px) {
  /* line 110, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item {
    display: block;
    margin: auto;
  }
  /* line 113, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item._after {
    float: none;
    margin-top: 30px;
  }
  /* line 117, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__block {
    width: 90%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  /* line 122, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__desc {
    font-size: 20px;
  }
  /* line 124, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__ttl {
    font-size: 22px;
    line-height: 1.2;
  }
  /* line 127, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__block {
    margin: 40px auto;
  }
  /* line 129, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item {
    width: 270px;
  }
  /* line 131, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item_pict {
    height: 190px;
  }
  /* line 133, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-day__btn {
    width: 80%;
    margin: auto;
  }
}

/* line 1, ../../sass/blocks/b-project/_b-project.sass */
.b-project {
  background: url("../img/b-project-fon.png") center top no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
}

/* line 5, ../../sass/blocks/b-project/_b-project.sass */
.b-project .container {
  background: url("../img/project.png") top left no-repeat;
  height: 555px;
  padding-left: 595px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../../sass/blocks/b-project/_b-project.sass */
.b-project h2 {
  font-size: 55px;
  text-align: left;
  line-height: 1.2;
}

/* line 14, ../../sass/blocks/b-project/_b-project.sass */
.b-project__ttl {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

/* line 18, ../../sass/blocks/b-project/_b-project.sass */
.b-project__block {
  display: table;
  table-layout: auto;
  text-align: center;
  margin-top: 10px;
}

/* line 23, ../../sass/blocks/b-project/_b-project.sass */
.b-project__item {
  display: table-cell;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

/* line 28, ../../sass/blocks/b-project/_b-project.sass */
.b-project__item img {
  padding-bottom: 5px;
  display: block;
  margin: auto;
}

/* line 32, ../../sass/blocks/b-project/_b-project.sass */
.b-project__item:nth-child(2) {
  width: 240px;
}

/* line 35, ../../sass/blocks/b-project/_b-project.sass */
.b-project__form {
  margin-top: 25px;
  padding-bottom: 40px;
}

/* line 38, ../../sass/blocks/b-project/_b-project.sass */
.b-project_input {
  width: 295px;
  height: 55px;
  display: inline-block;
  margin-right: 10px;
  padding-top: 13px;
  text-align: left;
}

/* line 45, ../../sass/blocks/b-project/_b-project.sass */
.b-project_input input {
  width: 200px;
  margin-left: 62px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  border: 0px;
  background: none;
}

/* line 53, ../../sass/blocks/b-project/_b-project.sass */
.b-project_input_tel {
  background: url("../img/proj_inp_tel.png") center center;
}

/* line 55, ../../sass/blocks/b-project/_b-project.sass */
.b-project__btn {
  display: inline-block;
  vertical-align: top;
}

/* line 58, ../../sass/blocks/b-project/_b-project.sass */
.b-project__btn .red-button {
  padding: 10px 16px;
}

@media only screen and (max-width: 1200px) {
  /* line 63, ../../sass/blocks/b-project/_b-project.sass */
  .b-project .container {
    background: none;
    padding-left: 15px;
    text-align: center;
    height: auto;
  }
  /* line 68, ../../sass/blocks/b-project/_b-project.sass */
  .b-project h2 {
    text-align: center;
    font-size: 49px;
  }
  /* line 71, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__block {
    width: 580px;
    margin: 30px auto;
  }
}

@media only screen and (max-width: 992px) {
  /* line 76, ../../sass/blocks/b-project/_b-project.sass */
  .b-project h2 {
    font-size: 36px;
  }
  /* line 78, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__ttl {
    font-size: 24px;
  }
  /* line 80, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item {
    font-size: 18px;
  }
  /* line 82, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__block {
    margin: 15px auto 30px auto;
  }
}

@media only screen and (max-width: 767px) {
  /* line 85, ../../sass/blocks/b-project/_b-project.sass */
  .b-project_input_tel {
    background: url(../img/es4_input_tel_sm230.png) no-repeat center center;
    margin-bottom: 20px;
  }
  /* line 88, ../../sass/blocks/b-project/_b-project.sass */
  .b-project_input {
    width: 230px;
    height: 57px;
    display: inline-block;
    margin: 0px 10px 20px 10px;
    padding-top: 15px;
    text-align: left;
  }
  /* line 95, ../../sass/blocks/b-project/_b-project.sass */
  .b-project_input input {
    width: 145px;
    margin-left: 62px;
    font-size: 18px;
  }
  /* line 99, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__btn {
    vertical-align: top;
  }
  /* line 101, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__block {
    width: 450px;
  }
  /* line 104, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item img {
    width: 75px;
  }
  /* line 106, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item:nth-child(2) {
    width: auto;
  }
  /* line 109, ../../sass/blocks/b-project/_b-project.sass */
  .b-project h2 {
    font-size: 30px;
  }
  /* line 111, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item {
    font-size: 16px;
  }
  /* line 113, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__ttl {
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 117, ../../sass/blocks/b-project/_b-project.sass */
  .b-project {
    background-size: cover;
  }
  /* line 119, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__block {
    width: 100%;
    display: block;
  }
  /* line 122, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item {
    display: block;
    height: 65px;
    margin: auto;
  }
  /* line 126, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item img {
    display: inline-block;
    width: 50px;
    vertical-align: top;
  }
  /* line 130, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item span {
    text-align: left;
    display: inline-block;
    height: 65px;
    width: 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 10px;
  }
}

/* line 1, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu {
  background-color: rgba(0, 0, 11, 0.5);
  padding: 10px 0 10px 0;
}

/* line 4, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu_block {
  display: inline-block;
  vertical-align: top;
}

/* line 7, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu_block .white-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-right: 15px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}

/* line 17, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu_block .white-link:hover {
  border-bottom: 1px solid transparent;
}

/* line 19, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu_slogan {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 80px;
}

/* line 27, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu_slogan:after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: -6px;
}

/* line 34, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu_slogan:before {
  content: "";
  display: none;
  position: absolute;
  bottom: 3px;
  right: 50%;
  margin-right: -21px;
}

@media only screen and (max-width: 1200px) {
  /* line 43, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu {
    padding: 12px 0 12px 0;
  }
  /* line 45, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_slogan {
    padding-left: 0px;
    padding-right: 60px;
    font-size: 18px;
  }
  /* line 49, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_slogan:after {
    right: 10px;
    top: -9px;
  }
  /* line 52, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_block .white-link {
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 58, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu {
    padding: 10px 0px 12px 0px;
  }
  /* line 60, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_block {
    display: block;
    text-align: center;
  }
  /* line 63, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_block .b-footer-menu_slogan {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 22px;
  }
  /* line 67, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_block .b-footer-menu_slogan:after {
    display: none;
  }
  /* line 69, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_block .b-footer-menu_slogan:before {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  /* line 74, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu {
    margin-top: 20px;
  }
}

/* line 3, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__item {
  padding-bottom: 50px;
}

/* line 5, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__item .container {
  border-bottom: 1px solid #a1a1a1;
}

/* line 7, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__item:last-child {
  padding-bottom: 10px;
}

/* line 9, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__item:last-child .container {
  border-bottom: 0px;
}

/* line 12, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__block {
  margin-bottom: 50px;
  height: 210px;
  background: url("../img/tip-fon.jpg") left center no-repeat;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  margin-top: 30px;
  background-size: 62% 100%;
}

/* line 21, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

/* line 25, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_item {
  font-size: 25px;
  max-width: 545px;
  width: 100%;
}

/* line 29, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_item .b-link {
  color: #000000;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  padding: 5px 15px 3px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_item .b-link span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 38, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_item .b-link:hover {
  color: #ff0000;
}

/* line 40, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_item .b-link:hover span {
  border-bottom: 1px solid rgba(255, 0, 0, 0.5);
}

/* line 42, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_item .b-link.active {
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #009cd6;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.37);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.37);
}

/* line 49, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_item .b-link.active span {
  border-bottom: 1px solid transparent;
}

/* line 51, ../../sass/blocks/b-tipov/_b-tipov.sass */
.link-item {
  display: inline-block;
  vertical-align: top;
  width: 103px;
}

/* line 55, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__vid {
  display: inline-block;
  vertical-align: top;
  margin-left: 100px;
}

/* line 60, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_pict {
  float: right;
  display: inline-block;
  width: 295px;
  height: 210px;
  vertical-align: top;
  margin-top: -20px;
  overflow: hidden;
  border: 2px solid #fbcd01;
  border-radius: 2px;
}

/* line 70, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_pict img {
  width: 100%;
}

/* line 74, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__imgblock {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}

/* line 79, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__img {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px 25px 17px;
}

/* line 84, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_size {
  margin-top: 7px;
  width: 100%;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  background-color: #fde500;
}

/* line 90, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_size span {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 94, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__priceblock {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}

/* line 98, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_old {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px;
}

/* line 105, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_old:before {
  content: "";
  display: block;
  position: absolute;
  top: 42px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: #000000;
}

/* line 114, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_old span {
  font-size: 21px;
}

/* line 116, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_new {
  display: inline-block;
  vertical-align: top;
  font-size: 50px;
  color: #fc1010;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
  margin-left: 20px;
}

/* line 124, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_new span {
  font-size: 38px;
}

/* line 127, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_btn {
  display: inline-block;
  vertical-align: top;
}

/* line 130, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_btn .red-button {
  padding: 10px 20px;
}

/* line 134, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others {
  max-width: 960px;
  width: 100%;
  padding: 40px;
  background: url("../img/pattern-line.jpg");
  background-color: #f6f5f5;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 40px auto 50px auto;
}

/* line 144, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others h3 {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
}

/* line 149, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others_block {
  margin-top: 20px;
  text-align: center;
}

/* line 152, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others_block .b-link {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-decoration: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
  display: inline-block;
}

/* line 161, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others_block .b-link span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 163, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others_block .b-link:hover {
  color: #ff0000;
}

/* line 165, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others_block .b-link:hover span {
  border-bottom: 1px solid rgba(255, 0, 0, 0.5);
}

/* line 167, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-home {
  margin-bottom: 70px;
}

/* line 169, ../../sass/blocks/b-tipov/_b-tipov.sass */
.tip_block {
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  /* line 173, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__imgblock {
    width: 75%;
    margin: 50px auto 20px auto;
  }
  /* line 176, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__vid {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 179, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_ttl {
    font-size: 28px;
    text-align: center;
  }
  /* line 182, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item {
    font-size: 22px;
  }
  /* line 184, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .link-item {
    text-align: left;
  }
  /* line 186, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__vid {
    width: 47%;
    text-align: center;
  }
  /* line 189, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__block {
    height: auto;
    padding-bottom: 20px;
    background-size: 53% 100%;
  }
  /* line 193, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__imgblock {
    width: 100%;
  }
  /* line 195, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others h3 {
    font-size: 28px;
  }
  /* line 197, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others_block .b-link {
    font-size: 22px;
  }
  /* line 200, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others {
    width: 525px;
  }
  /* line 203, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others_block .b-link {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 760px) {
  /* line 207, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__block {
    margin-bottom: 0px;
  }
  /* line 209, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__block .container {
    text-align: center;
  }
  /* line 211, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_pict {
    float: none;
    display: block;
    margin: auto;
  }
  /* line 215, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__block {
    background: none;
  }
  /* line 217, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__vid {
    margin: 20px auto;
    padding: 20px 25px;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmYwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZTcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbbf01), to(#fde700));
    background-image: linear-gradient(to top, #fbbf01 0%, #fde700 100%);
    width: 400px;
  }
}

@media only screen and (max-width: 580px) {
  /* line 227, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others {
    width: 390px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 230, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_ttl, .b-tipov__others h3 {
    font-size: 22px;
  }
  /* line 232, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item, .b-tipov__others_block .b-link {
    font-size: 16px;
  }
  /* line 234, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__imgblock {
    margin: 40px auto 0 auto;
  }
  /* line 236, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others {
    padding: 15px;
    width: 275px;
  }
  /* line 240, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__vid {
    width: 275px;
    padding: 20px 15px;
  }
  /* line 244, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item {
    width: 100%;
  }
  /* line 246, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .link-item.w50 {
    width: 75px;
  }
  /* line 248, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_pict {
    width: 275px;
  }
  /* line 250, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item .b-link {
    padding: 5px 10px 3px 10px;
  }
  /* line 252, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others_block {
    margin-left: 10px;
  }
  /* line 254, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .link-item {
    width: 75px;
  }
}

/* line 257, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-zamer {
  display: inline-block;
  border-radius: 25px;
  background-clip: padding-box;
  background-color: #fde700;
  color: #000000;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 8px 20px 7px 65px;
  position: relative;
  margin-top: 15px;
  margin-left: 8px;
  line-height: 1;
  width: 240px;
}

/* line 271, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-zamer span {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
}

/* line 275, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-zamer:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
}

/* line 283, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat {
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #8f8f8f;
}

/* line 287, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat:last-child {
  border-bottom: 0px;
}

/* line 289, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_pict {
  padding-top: 12px;
  width: 550px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

/* line 295, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_info {
  width: 590px;
  display: inline-block;
  vertical-align: top;
}

/* line 299, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_info-ttl {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* line 303, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_info-tt2 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  margin-top: -6px;
}

/* line 307, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item {
  display: inline-block;
  vertical-align: top;
}

/* line 310, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item._rght {
  float: right;
  width: 240px;
}

/* line 313, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item._rght .b-tipov__flat_item-ttl {
  text-align: center;
}

/* line 315, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

/* line 318, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-S {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
}

/* line 324, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-S span {
  font-size: 36px;
}

/* line 326, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-S:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
}

/* line 334, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_block {
  margin-top: 22px;
}

/* line 336, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-S {
  margin-top: 12px;
}

@media only screen and (max-width: 992px) {
  /* line 339, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat {
    text-align: center;
  }
  /* line 341, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info {
    margin-top: 20px;
  }
  /* line 343, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item._rght {
    display: none;
  }
  /* line 345, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info-ttl {
    font-size: 36px;
  }
  /* line 347, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info-tt2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 350, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info {
    width: auto;
  }
  /* line 352, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .katalog__price_block {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  /* line 356, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info-ttl {
    font-size: 29px;
    line-height: 1.2;
  }
  /* line 359, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info-tt2 {
    font-size: 20px;
  }
  /* line 361, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item-ttl {
    font-size: 20px;
  }
  /* line 363, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item-S {
    font-size: 28px;
  }
  /* line 365, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item-S span {
    font-size: 32px;
  }
}

/* line 367, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-S:before {
  top: -5px;
}

/* line 1, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price {
  margin-top: 40px;
  text-align: left;
}

/* line 5, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_block {
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #fde700;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmYwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZTcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fbbf01), to(#fde700));
  background-image: linear-gradient(to top, #fbbf01 0%, #fde700 100%);
  padding: 17px 18px 7px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  table-layout: auto;
}

/* line 14, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_item {
  display: table-cell;
  vertical-align: top;
  line-height: 1.2;
}

/* line 18, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_item:nth-child(2) {
  padding-left: 25px;
}

/* line 21, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_item .red-button {
  padding: 10px 15px;
  font-size: 22px;
}

/* line 24, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_old {
  font-size: 20px;
  font-family: "Roboto";
}

/* line 27, ../../sass/blocks/katalog/_katalog.sass */
._old {
  position: relative;
  display: inline-block;
  font-size: 34px;
  white-space: nowrap;
  font-family: PTSansB;
}

/* line 33, ../../sass/blocks/katalog/_katalog.sass */
._old span {
  font-size: 27px;
  display: inline-block;
}

/* line 37, ../../sass/blocks/katalog/_katalog.sass */
._old:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ff0000;
}

/* line 46, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_new {
  font-size: 20px;
  font-family: "Roboto";
  padding-left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

/* line 52, ../../sass/blocks/katalog/_katalog.sass */
.price_old {
  margin-bottom: 10px;
  white-space: nowrap;
}

/* line 55, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_newprice {
  display: inline-block;
  /*padding-left: 13px */
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
}

/* line 60, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_newprice span {
  font-size: 33px;
}

@media only screen and (max-width: 1200px) {
  /* line 66, ../../sass/blocks/katalog/_katalog.sass */
  .b-tipov__flat_pict {
    width: 295px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
  }
  /* line 70, ../../sass/blocks/katalog/_katalog.sass */
  .b-tipov__flat_pict img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  /* line 73, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price {
    float: none;
  }
}

@media only screen and (max-width: 600px) {
  /* line 77, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_block {
    text-align: center;
  }
  /* line 79, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_item:first-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 85, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    float: none;
  }
  /* line 90, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_block {
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  /* line 95, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_new {
    display: none;
  }
  /* line 97, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_item {
    display: block;
  }
  /* line 99, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_old {
    display: inline-block;
  }
}

/* line 1, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 4, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka h2 {
  width: 70%;
  padding: 0;
  margin: 0;
  margin: 5px auto;
  line-height: 1.2;
}

/* line 12, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka_ttl {
  line-height: 1;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  color: #ff0000;
  text-align: center;
}

/* line 18, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__items {
  padding-top: 25px;
  padding-bottom: 70px;
  background: url("../img/line.png") bottom center repeat-x;
}

/* line 23, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__items_block {
  margin-top: 25px;
  margin-bottom: 50px;
}

/* line 26, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

/* line 31, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item._right {
  margin-left: 20px;
}

/* line 33, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item._right .b-ustanovka__item_gost {
  margin-left: 75px;
}

/* line 35, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_pict {
  text-align: center;
  position: relative;
}

/* line 38, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_sale {
  position: absolute;
  bottom: -10px;
  right: -10px;
}

/* line 42, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_gost {
  margin-top: 30px;
  line-height: 1.3;
  position: relative;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(25, 63, 87, 0.24);
  box-shadow: 0 5px 5px rgba(25, 63, 87, 0.24);
  border: 1px solid #acacac;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  height: 145px;
  width: 440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 25px 0 25px;
}

/* line 57, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_gost strong {
  font-weight: bold;
}

/* line 59, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_gost p {
  margin: 0 0 20px;
}

/* line 61, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_gost .gost {
  position: absolute;
  right: 5px;
  bottom: -15px;
}

/* line 68, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_price {
  margin-top: 40px;
  width: 518px;
  min-height: 219px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

/* line 75, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_price._price-left {
  background: url("../img/price-left.png") no-repeat;
  padding: 20px 30px 0 100px;
}

/* line 78, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_price._price-right {
  background: url("../img/price-right.png") no-repeat;
  padding: 20px 100px 0 50px;
}

/* line 81, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price_ttl {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
}

/* line 86, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price_block {
  display: table;
  table-layout: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 91, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price {
  line-height: 1.2;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  display: table-cell;
  height: 90px;
  vertical-align: bottom;
}

/* line 98, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price._old2 {
  font-size: 20px;
  padding-right: 30px;
  position: relative;
  padding-bottom: 5px;
}

/* line 103, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price._old2:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 8px;
  width: 1px;
  height: 72px;
  background-color: #000000;
}

/* line 112, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price._old2 .old-price {
  font-size: 39px;
  position: relative;
}

/* line 115, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price._old2 .old-price .rub {
  font-size: 29px;
}

/* line 117, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price._old2 .old-price:before {
  content: "";
  position: absolute;
  display: block;
  top: 22px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff0000;
}

/* line 126, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price._new {
  padding-left: 30px;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

/* line 131, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price._new .new-price {
  font-size: 44px;
  position: relative;
}

/* line 134, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price._new .new-price .rub {
  font-size: 33px;
}

/* line 138, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__btn .red-button {
  font-size: 20px;
  padding: 10px 35px;
}

/* line 143, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__items_info {
  font-size: 30px;
  text-align: center;
  font-family: RobotoMedium;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  /* line 151, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item {
    width: 100%;
  }
  /* line 153, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_gost, .b-ustanovka__item._right .b-ustanovka__item_gost {
    margin-left: 0;
    margin: 30px auto;
  }
  /* line 156, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_price._price-left, .b-ustanovka__item_price._price-right {
    background: none;
    width: 440px;
    min-height: 213px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2QwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffcd00), to(#fffd00));
    background-image: linear-gradient(to top, #ffcd00 0%, #fffd00 100%);
    margin: auto;
  }
  /* line 167, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items:nth-child(2) .b-ustanovka__item_pict {
    margin-top: 40px;
  }
  /* line 169, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items:nth-child(2) .b-ustanovka__item_gost {
    margin: 0 auto 30px;
  }
  /* line 171, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_sale {
    position: relative;
    margin-top: -100px;
  }
  /* line 174, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item._right {
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  /* line 178, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items_info {
    font-size: 28px;
    line-height: 1.2;
  }
  /* line 181, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka_ttl {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 185, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items_info {
    font-size: 20px;
    width: 80%;
    margin: auto;
  }
  /* line 190, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item._right {
    margin-left: 0px;
  }
  /* line 192, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka h2 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 195, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items_info {
    font-size: 18px;
  }
  /* line 197, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_pict {
    max-width: 441px;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 201, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_pict img {
    width: 80%;
  }
  /* line 203, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_gost {
    max-width: 440px;
    width: 100%;
    height: auto;
    padding: 30px 25px 20px 25px;
  }
  /* line 208, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_gost .gost img {
    width: 135px;
  }
  /* line 210, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_price._price-left, .b-ustanovka__item_price._price-right {
    max-width: 440px;
    width: 100%;
  }
  /* line 213, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price_block, .b-ustanovka__price {
    display: block;
  }
  /* line 215, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2:before {
    display: none;
  }
  /* line 217, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2 {
    padding-right: 0;
  }
  /* line 219, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price {
    text-align: center;
  }
  /* line 221, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2 .old-price:before {
    top: 24px;
  }
  /* line 223, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2 .old-price {
    display: inline-block;
  }
  /* line 225, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._new {
    padding-left: 0;
  }
  /* line 227, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka_ttl {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

/* line 1, ../../sass/blocks/b-calc/_b-calc.sass */
.calc_tub {
  color: #03b2de;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px dotted rgba(3, 178, 222, 0.5);
  font-size: 22px;
  margin-top: 7px;
}

/* line 11, ../../sass/blocks/b-calc/_b-calc.sass */
.b-calc__left .tipokna1.actok .calc_tub, .b-calc__left .tipokna2.actok .calc_tub, .b-calc__left .tipokna3.actok .calc_tub {
  color: #000000;
  border-bottom: 1px dotted transparent;
}

/* line 14, ../../sass/blocks/b-calc/_b-calc.sass */
.rub-dark {
  color: #000000;
  display: inline-block;
}

/* line 18, ../../sass/blocks/b-calc/_b-calc.sass */
.tipokna1:hover, .tipokna2:hover, .tipokna3:hover {
  cursor: pointer;
}

/* line 20, ../../sass/blocks/b-calc/_b-calc.sass */
.tipokna1:hover .calc_tub, .tipokna2:hover .calc_tub, .tipokna3:hover .calc_tub {
  color: #ff0000;
  border-bottom: 2px dotted rgba(255, 0, 0, 0.5);
}

/* line 23, ../../sass/blocks/b-calc/_b-calc.sass */
.b-calc__right .basetsena {
  width: 409px;
  height: 184px;
  margin-top: -14px;
  border-radius: 13px;
  background-clip: padding-box;
  background-color: #ffe500;
  border: 2px solid #898989;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 25px;
}

/* line 34, ../../sass/blocks/b-calc/_b-calc.sass */
.calc_rassr .b-link {
  color: #03c1d7;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 40, ../../sass/blocks/b-calc/_b-calc.sass */
.calc_rassr .b-link:hover {
  text-decoration: none;
}

/* line 43, ../../sass/blocks/b-calc/_b-calc.sass */
.v-mes {
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  /* line 47, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .oknofull {
    margin: 205px 0px 0px 80px;
  }
  /* line 49, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .tabletipokna {
    margin: 38px 0px 0px -15px;
  }
  /* line 51, ../../sass/blocks/b-calc/_b-calc.sass */
  .Costver11_block span {
    display: none;
  }
  /* line 53, ../../sass/blocks/b-calc/_b-calc.sass */
  .Costhor11_block span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 57, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .oknofull {
    margin: 205px 0px 0px 110px;
  }
  /* line 59, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .tipokna1, .b-calc__left .tipokna2, .b-calc__left .tipokna3 {
    width: 130px;
  }
  /* line 61, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .ok1_1, .b-calc__left .ok2_1, .b-calc__left .ok3_1 {
    width: 130px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 65, ../../sass/blocks/b-calc/_b-calc.sass */
  .calc_tub {
    font-size: 16px;
  }
  /* line 67, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .tipokna1, .b-calc__left .tipokna2, .b-calc__left .tipokna3 {
    width: 95px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 71, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .ok1_1, .b-calc__left .ok2_1, .b-calc__left .ok3_1 {
    width: 95px;
  }
  /* line 73, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .tabletipokna {
    margin: 38px auto;
  }
  /* line 75, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .oknofull {
    margin: 150px 0px 0px 65px;
  }
  /* line 77, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__right .basetsena {
    width: 280px;
    height: 135px;
    margin: 20px auto;
  }
  /* line 81, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__right .basetsena .tsena_base_cost img {
    padding-top: 3px;
  }
  /* line 83, ../../sass/blocks/b-calc/_b-calc.sass */
  .calc_rassr .b-link {
    font-size: 25px;
  }
}

/* line 2, ../../sass/blocks/b-aktsii/_b-aktsii.sass */
.b-aktsii h2 {
  margin-bottom: 15px;
}

/* line 1, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 40px;
  width: 200px;
  z-index: 50;
}

/* line 11, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__block {
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 208px;
  border-radius: 0 0 14px 14px;
  background-clip: padding-box;
  background-color: #dee6e8;
  -webkit-box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: bordet-box;
  box-sizing: bordet-box;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding: 5px 60px 5px 15px;
}

/* line 27, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__block:hover {
  opacity: 1;
}

/* line 30, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 15px;
  height: 36px;
  width: 62px;
  background: url("../img/gk/gk.png");
}

/* line 44, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__item-main {
  border-radius: 0 0 14px 14px;
  background-clip: padding-box;
  background-color: #dee6e8;
  -webkit-box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: bordet-box;
  box-sizing: bordet-box;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 7px 60px 5px 28px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  color: #000000;
}

/* line 58, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__item-main:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 15px;
  height: 36px;
  width: 62px;
  background: url("../img/gk/gk.png");
}

/* line 67, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__item {
  height: 50px;
  width: 150px;
  text-align: right;
  margin: 13px auto 0 auto;
}

/* line 72, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__item:hover {
  cursor: pointer;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #ebebeb;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
}

/* line 78, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__item.active {
  cursor: default;
  text-align: left;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #ebebeb;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
}

/* line 85, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__item.active a:hover {
  cursor: default;
}

/* line 88, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__blockopen {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transition: all;
  transition: all;
  width: 178px;
  border-radius: 0 0 15px 15px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(175, 175, 175, 0.38);
  box-shadow: 0 5px 5px rgba(175, 175, 175, 0.38);
  padding-bottom: 20px;
}

/* line 99, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__blockopen a {
  text-decoration: none;
  color: #000000;
}

/* lib for sprites */
/* line 208, icon/*.png */
.icon-sprite,
.icon-S,
.b-tipov__flat_item-S:before,
.icon-after,
.b-15-days__item._after .b-15-days__item_ttl span:after,
.icon-before,
.b-15-days__item._before .b-15-days__item_ttl span:after,
.icon-birka, .red-button._garantiya:before,
.icon-check,
.icon-lbl1,
.icon-lbl2,
.icon-lbl3,
.icon-mdl1,
.b-middle-menu__item.mdl1:before,
.icon-mdl2,
.b-middle-menu__item.mdl2:before,
.icon-mdl3,
.b-middle-menu__item.mdl3:before,
.icon-mkv,
.b-raschet__form .b-form__item .b-form__field:after,
.icon-phone,
.es3__phone_number:before,
.icon-prezent,
.b-prezent__ttl:before,
.icon-rash,
.b-raschet__form .b-form__item .b-form__field:before,
.icon-seo,
.icon-str,
.b-footer-menu_slogan:after,
.icon-str2,
.b-footer-menu_slogan:before,
.icon-time,
.b-time:before,
.icon-ugl,
.es4__form_item._phone:before,
.icon-zamer, .b-zamer:before {
  content: "м";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #D0D0D0;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-S, .b-tipov__flat_item-S:before {
  background-position: -28px -170px;
  height: 49px;
  width: 49px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-after, .b-15-days__item._after .b-15-days__item_ttl span:after {
  background-position: 0 0;
  height: 38px;
  width: 32px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-before, .b-15-days__item._before .b-15-days__item_ttl span:after {
  background-position: 0 -170px;
  height: 27px;
  width: 28px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-birka, .red-button._garantiya:before {
  background-position: 0 -484px;
  height: 118px;
  width: 117px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-check, .b-vid-remonta__item_spisok .check li:before {
  background-position: 0 -70px;
  height: 20px;
  width: 20px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-lbl1, .es1__menu_item.lbl1:before {
  background-position: -49px -41px;
  height: 41px;
  width: 42px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-lbl2, .es1__menu_item.lbl2:before {
  background-position: -69px -82px;
  height: 42px;
  width: 42px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-lbl3, .es1__menu_item.lbl3:before {
  background-position: -75px 0;
  height: 41px;
  width: 42px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-mdl1, .b-middle-menu__item.mdl1:before {
  background-position: 0 -356px;
  height: 53px;
  width: 59px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-mdl2, .b-middle-menu__item.mdl2:before {
  background-position: 0 -303px;
  height: 53px;
  width: 59px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-mdl3, .b-middle-menu__item.mdl3:before {
  background-position: 0 -219px;
  height: 53px;
  width: 63px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-phone, .es3__phone_number:before {
  background-position: -41px -124px;
  height: 46px;
  width: 46px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-prezent, .b-prezent__ttl:before {
  background-position: 0 -413px;
  height: 71px;
  width: 71px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-rash, .b-raschet__form .b-form__item .b-form__field:before {
  background-position: -59px -356px;
  height: 57px;
  width: 57px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-seo {
  background-position: -20px -41px;
  height: 30px;
  width: 29px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-str, .b-footer-menu_slogan:after {
  background-position: 0 -124px;
  height: 43px;
  width: 41px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-str2, .b-footer-menu_slogan:before {
  background-position: 0 -41px;
  height: 19px;
  width: 20px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-time, .b-time:before {
  background-position: -32px 0;
  height: 31px;
  width: 43px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-ugl, .es4__form_item._phone:before {
  background-position: -63px -219px;
  height: 84px;
  width: 52px;
}

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-zamer, .b-zamer:before {
  background-position: -59px -303px;
  height: 43px;
  width: 55px;
}

/* line 16, ../../sass/_icon.sass */
*[class^='icon-'] {
  display: inline-block;
}
/*****************************/
/*
*   Обрезка единиц измерений
*   https://css-tricks.com/snippets/sass/strip-unit-function/
*
*   $value: strip-unit(42px); // -> 42
*/
/*
*   Функция по динамичному изменению шрифта на сайте
*   https://m.habr.com/ru/post/310186/
*
*   $value: calcDynamicFontSize(16, 24, 480, 1280, px);
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/*
*   Обрезка единиц измерений
*   https://css-tricks.com/snippets/sass/strip-unit-function/
*
*   $value: strip-unit(42px); // -> 42
*/
/*
*   Функция по динамичному изменению шрифта на сайте
*   https://m.habr.com/ru/post/310186/
*
*   $value: calcDynamicFontSize(16, 24, 480, 1280, px);
*/
/* 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;
  margin-left: auto;
  margin-right: auto;
}

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

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

/* 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.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  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: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots li button:before {
  font-size: 50px;
  color: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #dd0053;
}

.site {
  display: block;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
      grid-template-areas: "header header"
 "title sidebar"
 "main sidebar"
 "footer footer";
}

.mastheader {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
}

.page-title {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title;
}

.main-content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: main;
}

.sidebar {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: sidebar;
}

.footer {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: footer;
}

.before-after-none::after,
.before-after-none::before,
.top_block::after,
.top_block::before {
  display: none;
}

.top_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

/*.top_block__item{
    line-height: 1;    
    margin-bottom: 10px;
}*/
.center-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3vw;
  margin-right: 3vw;
}

.center-img img:first-child {
  margin-right: auto;
}

.center-img img:last-child {
  margin-left: auto;
}

@media (max-width: 992px) {
  .center-img {
    display: none;
  }
}

@media only screen and (max-width: 470px) {
  .top_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_block__item {
    margin-top: 25px;
  }
  .top_block__item > * {
    text-align: center;
  }
}

.top_menu {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.top_menu.navbar-default {
  margin-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC93C), to(#F2AD27));
  background: linear-gradient(180deg, #FFC93C 0%, #F2AD27 100%);
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-brand {
    margin-top: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
  }
}

.top_menu.navbar-default .navbar-toggle {
  margin: 15px 15px 15px 0;
  padding: 0;
  border: 0;
}

.top_menu.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 6px;
}

.top_menu.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.top_menu.navbar-default .main-menu-more {
  display: none;
}

.top_menu.navbar-default .menu-top-menu-container {
  width: 100%;
}

.top_menu.navbar-default .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.top_menu.navbar-default .navbar-nav > li {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li {
    margin-top: 0px;
  }
}

.top_menu.navbar-default .navbar-nav > li > ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li > ul {
    position: static;
  }
}

.top_menu.navbar-default .navbar-nav > li > ul li + li > a {
  border-top: 1px solid #EDEDED;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li > ul li + li > a {
    border-top: 0 solid #EDEDED;
  }
}

.top_menu.navbar-default .navbar-nav > li > ul a {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 10px 11px;
  color: #000000;
  display: block;
  text-transform: uppercase;
}

.top_menu.navbar-default .navbar-nav > li > ul a:hover {
  background-color: #d9d9d9;
}

.top_menu.navbar-default .navbar-nav > li:hover > ul {
  display: block;
}

@media only screen and (min-width: 768px) {
  .top_menu.navbar-default .navbar-nav > li > a {
    min-height: 60px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li > a {
    padding: 19px  15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top_menu.navbar-default .navbar-nav > li.active > a,
.top_menu.navbar-default .navbar-nav > li.current_page_item > a {
  /* identical to box height */
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li.active > a,
  .top_menu.navbar-default .navbar-nav > li.current_page_item > a {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    color: #000;
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}

.top_menu.navbar-default .navbar-nav > li.last,
.top_menu.navbar-default .navbar-nav > li:last-child,
.top_menu.navbar-default .navbar-nav > li.current_page_item:last-child:hover {
  background-image: url(../img/menu_aksii.png);
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li.last,
  .top_menu.navbar-default .navbar-nav > li:last-child,
  .top_menu.navbar-default .navbar-nav > li.current_page_item:last-child:hover {
    background-image: none !important;
  }
}

.top_menu.navbar-default .navbar-nav > li.last a,
.top_menu.navbar-default .navbar-nav > li:last-child a,
.top_menu.navbar-default .navbar-nav > li.current_page_item:last-child:hover a {
  background-color: transparent !important;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li.last a,
  .top_menu.navbar-default .navbar-nav > li:last-child a,
  .top_menu.navbar-default .navbar-nav > li.current_page_item:last-child:hover a {
    color: #000;
    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li.last a:hover,
  .top_menu.navbar-default .navbar-nav > li:last-child a:hover,
  .top_menu.navbar-default .navbar-nav > li.current_page_item:last-child:hover a:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-nav > li.last.active > a,
  .top_menu.navbar-default .navbar-nav > li.last:hover > a,
  .top_menu.navbar-default .navbar-nav > li.current_page_item > a,
  .top_menu.navbar-default .navbar-nav > li:last-child:hover > a {
    background-color: #1C819E !important;
    color: #FFFFFF;
  }
}

.top_menu.navbar-default .navbar-nav > li:last-child:hover {
  background-image: url(../img/menu_aksii_active.png);
}

@media only screen and (min-width: 768px) {
  .top_menu.navbar-default .navbar-nav > li.current_page_item > a {
    background-color: #1C819E !important;
    color: #FFFFFF;
  }
}

.top_menu.navbar-default .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_menu.navbar-default .navbar-header {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top_menu.navbar-default .navbar-collapse {
    background-color: #fff;
    border-top: 0 solid #fff;
  }
  .top_menu.navbar-default .navbar-collapse li:last-child {
    padding-bottom: 20px;
  }
}

.top_menu.navbar-default .navbar-nav {
  /*hack menu wordpress*/
}

.top_menu.navbar-default .navbar-nav .menu-item-has-children {
  position: relative;
}

.top_menu.navbar-default .navbar-nav .menu-item-has-children > a {
  position: absolute;
  left: 0;
  top: 0;
}

.top_menu.navbar-default .navbar-nav .menu-item-has-children > button {
  position: relative;
  width: 100%;
  opacity: 0;
}

.top_menu.navbar-default .navbar-nav .menu-item-has-children .sub-menu {
  width: 100%;
}

.top_menu.navbar-default .navbar-nav .menu-item-has-children .sub-menu li:first-child {
  display: none;
}

.navbar {
  height: auto;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-header {
    display: none;
  }
  .navbar-nav > li {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 20%;
  }
  .navbar-nav > li a {
    text-align: center;
    width: 100%;
  }
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.map-wrapper {
  background-color: #EDEDED;
}

.es3__phone_number::before {
  display: none;
}

.menu-top-men-container {
  width: 100%;
}

.red-pink-button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A3003D));
  background: linear-gradient(180deg, #E21F69 0%, #A3003D 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  margin-left: 15px;
  padding: 9px 15px;
}

.icon-sprite,
.icon-S,
.b-tipov__flat_item-S:before,
.icon-after,
.b-15-days__item._after .b-15-days__item_ttl span:after,
.icon-before,
.b-15-days__item._before .b-15-days__item_ttl span:after,
.icon-birka,
.red-button._garantiya:before,
.icon-check,
.b-vid-remonta__item_spisok .check li:before,
.icon-lbl1,
.es1__menu_item.lbl1:before,
.icon-lbl2,
.es1__menu_item.lbl2:before,
.icon-lbl3,
.es1__menu_item.lbl3:before,
.icon-mdl1,
.b-middle-menu__item.mdl1:before,
.icon-mdl2,
.b-middle-menu__item.mdl2:before,
.icon-mdl3,
.b-middle-menu__item.mdl3:before,
.icon-mkv,
.b-raschet__form .b-form__item .b-form__field:after,
.icon-phone,
.es3__phone_number:before,
.icon-prezent,
.b-prezent__ttl:before,
.icon-rash,
.b-raschet__form .b-form__item .b-form__field:before,
.icon-seo, .icon-str,
.b-footer-menu_slogan:after,
.icon-str2,
.b-footer-menu_slogan:before,
.icon-time,
.b-time:before,
.icon-ugl,
.es4__form_item._phone:before,
.icon-zamer,
s.b-zamer:before {
  background-image: url(../img/icon-s01679a48fb.png);
  background-repeat: no-repeat;
}

.bounceInRight,
.fly_girl,
.toptop {
  display: none;
}

.es1-skidka {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
}

.es16_bg .zoom-gallery-info-text {
  bottom: -40px !important;
}

.es13_bg .countSeconds ~ span {
  display: none !important;
}

.f_spasibo {
  display: block;
  overflow: visible;
  border-radius: 30px;
  width: 350px;
  max-width: 90%;
  padding: 15px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
  padding-top: 50px;
}

.f_modal h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
  color: #005B1F;
}

.f_modal p {
  text-align: center;
  margin: 20px 0;
  line-height: 1.5;
  font-weight: 600;
}

.razmetka2 {
  max-width: 260px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.f_modal .razmetka2 {
  position: relative;
  max-width: 282px;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  bottom: auto;
}

.b_btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#00bd40), to(#008B2F));
  background: linear-gradient(180deg, #00bd40 0%, #008B2F 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 9px 19px;
  width: 281px;
  cursor: pointer;
  color: #fff;
}

.b_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#00ab3a), to(#0a5f27));
  background: linear-gradient(180deg, #00ab3a 0%, #0a5f27 100%);
}

.f_modal .razmetka2 .b_btn {
  margin: auto;
  width: 170px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
}

.closed {
  display: none;
}

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

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

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

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

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

input::placeholder {
  color: #D0D0D0;
}

.es14_bg_custom.temp-slider .slick-slide img {
  width: 241px;
  height: 239px;
}

.es14_bg_custom.temp-slider .slick-arrow {
  z-index: 5;
}

.es14_bg_custom.temp-slider .flex-rewiews .wr-p {
  display: none;
}

.es14_bg_custom.temp-slider .slick-slider .slick-list {
  padding-bottom: 30px;
}

.es1._main {
  overflow: hidden;
  margin-bottom: 28px;
}

body {
  font-family: "Montserrat", sans-serif;
}

.scrollbar2 {
  opacity: 1 !important;
  background-color: #FFC93C !important;
  border-color: #FFC93C !important;
}

.scrollbarBlock2 {
  background-color: #E8E8E8 !important;
  border-radius: 5px;
  margin: 0px 0px 0 !important;
  width: 100% !important;
}

.es2 .es2_block .iosslider_2 {
  width: 915px !important;
  height: 340px !important;
  padding-bottom: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.es2 {
  margin-bottom: 0;
}

.es2 div[class^="scrollbarBlock"] {
  background: #E8E8E8;
  border-radius: 5px 0px 0px 5px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  bottom: 20px  !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.es2 div[class^="scrollbarBlock"] div[class^="scrollbar"] {
  background: #FFC93C !important;
  border-radius: 5px !important;
  opacity: 1 !important;
  border: 0px solid black !important;
}

.es2 p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .es2 p {
    margin-right: auto;
    margin-left: auto;
  }
}

.es2 .h2 {
  margin-top: 24px;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #DD0053;
}

.es2 .custom_h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  color: #000000;
}

.wrap-b-vid-remonta {
  background-color: #015B77;
  padding-top: 40px;
}

.wrap-b-vid-remonta h2, .wrap-b-vid-remonta .h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  color: #FFFFFF;
}

.wrap-b-vid-remonta .b-vid-remonta__item {
  width: 30%;
}

@media only screen and (max-width: 1200px) {
  .wrap-b-vid-remonta .b-vid-remonta__item {
    margin-left: 2vw;
    margin-right: 2vw;
    width: 41%;
  }
}

@media only screen and (max-width: 680px) {
  .wrap-b-vid-remonta .b-vid-remonta__item {
    width: 100%;
    max-width: 370px;
    margin-left: 0;
    margin-right: 0;
  }
}

.wrap-b-vid-remonta .b-vid-remonta__item_pict {
  height: 225px;
}

.wrap-b-vid-remonta .b-vid-remonta__price_new {
  font-size: 32px;
  margin-top: 13px;
  line-height: 39px;
}

.wrap-b-vid-remonta .b-vid-remonta__price_old {
  font-size: 18px;
  line-height: 22px;
}

.wrap-b-vid-remonta .b-vid-remonta__item_ttl {
  height: 80px;
}

.wrap-b-vid-remonta .b-vid-remonta__item_ttl span {
  font-size: 24px;
  line-height: 29px;
}

.wrap-b-vid-remonta .b-vid-remonta__item_ttl:after {
  height: 80px;
}

.wrap-b-vid-remonta p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center;
}

.wrap-b-vid-remonta input::-webkit-input-placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta input:-ms-input-placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta input::-ms-input-placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta input::-webkit-input-placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta input:-ms-input-placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta input::placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta input::-moz-placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta input:-ms-input-placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta input::-webkit-input-placeholder {
  font-weight: 500 !important;
}

.wrap-b-vid-remonta .b-vid-remonta__item_spisok .check li {
  font-size: 18px;
  line-height: 22px;
  padding-top: 3px;
  margin-bottom: 19px;
}

.b-sms_bg {
  /*
    Плагинная вещь - стили
    */
}

.b-sms_bg .b-sms-form {
  max-width: 66%;
}

@media only screen and (max-width: 1200px) {
  .b-sms_bg .b-sms-form {
    max-width: 58%;
  }
}

@media only screen and (max-width: 992px) {
  .b-sms_bg .b-sms-form {
    max-width: 100%;
  }
}

.b-sms_bg .b-sms-form .b-sms__text {
  font-size: 32px;
  line-height: 39px;
}

.b-sms_bg .b-sms-form .b-sms__undertext {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.b-sms_bg .b-sms_input input {
  font-size: 14px;
}

.b-sms_bg .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-sms_bg .flex-container::before,
.b-sms_bg .flex-container::after {
  display: none;
}

.b-sms_bg p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-top: 23px;
  margin-bottom: 25px;
  color: #000000;
}

.b-sms_bg p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}

.b-sms_bg .img-block {
  position: relative;
}

.b-sms_bg .img-block > img {
  -webkit-transform: scale(0.9) translateY(-10px);
          transform: scale(0.9) translateY(-10px);
}

.b-sms_bg .b-beforeAfter__item:last-child {
  margin-left: 0;
}

.b-sms_bg .b-beforeAfter__item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.b-sms_bg .b-beforeAfter__item .b-beforeAfter__item_slider {
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
}

.b-sms_bg .b-beforeAfter__item .b-beforeAfter__item_slider img {
  border-radius: 4px;
}

.b-sms_bg .b-beforeAfter__item .twentytwenty-handle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -15px;
  background: #FBC035 url(../img/s-handle.png) center center no-repeat;
  z-index: 40;
  cursor: pointer;
  width: 26px;
  height: 25px;
  border-radius: 50%;
}

.b-sms_bg .twentytwenty-horizontal .twentytwenty-handle:before,
.b-sms_bg .twentytwenty-horizontal .twentytwenty-handle:after,
.b-sms_bg .twentytwenty-vertical .twentytwenty-handle:before,
.b-sms_bg .twentytwenty-vertical .twentytwenty-handle:after {
  background-color: #FBC035;
  width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.b-sms_bg .twentytwenty-horizontal .twentytwenty-handle:before,
.b-sms_bg .twentytwenty-vertical .twentytwenty-handle:before {
  margin-bottom: 13px;
  margin-left: -1px;
}

.b-sms_bg .twentytwenty-vertical .twentytwenty-handle:after,
.b-sms_bg .twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 13px;
  margin-left: -1px;
}

input::-webkit-input-placeholder {
  color: #D0D0D0 !important;
}

input:-ms-input-placeholder {
  color: #D0D0D0 !important;
}

input::-ms-input-placeholder {
  color: #D0D0D0 !important;
}

input::-webkit-input-placeholder {
  color: #D0D0D0 !important;
}

input:-ms-input-placeholder {
  color: #D0D0D0 !important;
}

input::placeholder {
  color: #D0D0D0 !important;
}

input::-moz-placeholder {
  color: #D0D0D0;
  opacity: 1;
}

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

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

.sms-discount.b-sms_bg .b-sms__undertext {
  margin-bottom: 23px;
}

.sms-discount.b-sms_bg p {
  margin-top: 12px;
}

@media (max-width: 1200px) {
  .sms-discount.b-sms_bg .b-sms__undertext,
  .design-project.b-sms_bg .b-sms__undertext {
    margin-bottom: 18px;
  }
  .sms-discount.b-sms_bg p,
  .design-project.b-sms_bg p {
    margin-top: 6px;
  }
}

.design-project.b-sms_bg {
  margin: 0px auto -30px;
}

.design-project.b-sms_bg .b-sms-form {
  max-width: 612px;
}

.es7 {
  padding-top: 67px;
}

@media (max-width: 993px) {
  .es7 {
    padding-top: 50px;
  }
}

.es7 .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 993px) {
  .es7 .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 700px) {
  .es7 .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.es7 .flex-container::before,
.es7 .flex-container::after {
  display: none;
}

.es7 .item {
  max-width: 47%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 1200px) {
  .es7 .item {
    max-width: 47%;
  }
}

@media (max-width: 993px) {
  .es7 .item {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 533px) {
  .es7 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.es7 .item:last-child {
  margin-bottom: 0;
}

.es7 .item > img {
  margin: 0 auto;
  display: block;
}

.es7 .item .item-text {
  padding-left: 29px;
}

@media (max-width: 533px) {
  .es7 .item .item-text {
    padding-left: 0;
  }
}

.es7 .item .item-text h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
}

@media (max-width: 533px) {
  .es7 .item .item-text h4 {
    text-align: center;
  }
}

.es7 .item .item-text > div {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.waiting_reality7 {
  background-color: #EDEDED;
  padding-bottom: 40px;
}

.waiting_reality7 .flex-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.waiting_reality7 .b-sms__text {
  text-align: center;
}

.waiting_reality7 .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.waiting_reality7 .flex-block .text-block {
  width: 52%;
  padding-top: 17px;
}

.waiting_reality7 .b-sms__undertext {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.waiting_reality7 .b-sms__undertext span {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #000000;
}

.waiting_reality7 .b-vid-remonta__price_old + span + span {
  color: #DD0053;
}

.waiting_reality7 .b-sms__undertext {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.waiting_reality7 .b-vid-remonta__price_old ~ span {
  margin-left: 25px;
}

.waiting_reality7 .b-vid-remonta__price_old::before {
  border: 1px solid #DD0053;
  border-bottom: 2px solid #DD0053;
  -webkit-transform: rotate(-162.41deg);
          transform: rotate(-162.41deg);
}

.waiting_reality7 .b-sms__text {
  margin-bottom: 42px;
}

.waiting_reality7 .red-button {
  width: 196px;
  height: 40px;
  padding: 0;
  margin-bottom: 0;
  margin-left: 5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  color: #000000;
}

.waiting_reality7 p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  .waiting_reality7 {
    margin-bottom: -40px;
  }
  .waiting_reality7 .flex-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .waiting_reality7 .flex-block .img-block {
    display: none;
  }
  .waiting_reality7 .flex-block .text-block {
    text-align: center;
    max-width: 375px;
    width: 100%;
  }
}

.b-free_bg {
  margin-top: 40px;
  margin-bottom: 0;
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #015B77;
  padding-top: 0;
  padding-bottom: 0;
}

.b-free_bg .b-sms-form {
  max-width: 612px;
}

.b-free_bg .b-sms__text {
  color: #fff;
  padding-top: 30px;
}

.b-free_bg .b-sms__text span {
  color: #FBC035;
}

.b-free_bg .b-sms__undertext {
  color: #fff;
}

.b-free_bg p {
  color: #fff;
}

.b-free_bg p a {
  color: #fff;
}

.b-free_bg .b-sms_phone {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media only screen and (max-width: 992px) {
  .b-free_bg {
    padding-bottom: 30px;
  }
}

.b-kosmet-remont {
  margin-bottom: 40px;
  margin-top: 40px;
  /* line 34, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
}

.b-kosmet-remont .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-kosmet-remont .flex-container .text-block {
  max-width: 66%;
}

@media only screen and (max-width: 1200px) {
  .b-kosmet-remont .flex-container .text-block {
    max-width: 62%;
  }
}

@media only screen and (max-width: 992px) {
  .b-kosmet-remont .flex-container .text-block {
    max-width: 100%;
    margin-top: 0;
  }
}

.b-kosmet-remont .flex-container::before,
.b-kosmet-remont .flex-container::after {
  display: none;
}

.b-kosmet-remont h2, .b-kosmet-remont .h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .b-kosmet-remont h2, .b-kosmet-remont .h2 {
    text-align: center;
  }
}

.b-kosmet-remont h2 span, .b-kosmet-remont .h2 span {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #DD0053;
}

.b-kosmet-remont .b-kosmet-remont__item {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 50px;
  color: #000000;
}

.b-kosmet-remont .b-kosmet-remont__block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .b-kosmet-remont .b-kosmet-remont__block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.b-kosmet-remont .b-kosmet-remont__item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background-color: #ececec;
  border-radius: 34px;
}

@media only screen and (max-width: 482px) {
  .b-kosmet-remont .b-kosmet-remont__item {
    width: 90%;
  }
}

.b-kosmet-remont .img-block {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #FFFFFF;
}

.b-kosmet-remont .img-block span {
  position: absolute;
  top: 72px;
  right: 2px;
  width: 67px;
  height: 28px;
}

@media only screen and (max-width: 992px) {
  .b-kosmet-remont .img-block {
    display: none;
  }
}

.quick-calculation {
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #F7C858;
  padding-top: 35px;
}

.quick-calculation h2, .quick-calculation .h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  color: #000000;
  margin-bottom: 37px;
}

.quick-calculation .item {
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  max-width: 352px;
  width: 100%;
  height: 212px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}

@media only screen and (max-width: 1200px) {
  .quick-calculation .item {
    margin-bottom: 60px;
  }
}

.quick-calculation .item div {
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015B77));
  background: linear-gradient(180deg, #1B809D 0%, #015B77 100%);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  padding: 9px 18px;
  color: #FFFFFF;
  margin-bottom: -20px;
  cursor: pointer;
}

.quick-calculation .item-1 {
  background-image: url(../img/item-1.jpg);
}

.quick-calculation .item-2 {
  background-image: url(../img/item-2.jpg);
}

.quick-calculation .item-3 {
  background-image: url(../img/item-3.jpg);
}

.quick-calculation .item-4 {
  background-image: url(../img/s-remont-okom-1.png);
}

.quick-calculation .item-5 {
  background-image: url(../img/s-remont-okom-2.png);
}

.quick-calculation .item-6 {
  background-image: url(../img/s-remont-okom-3.png);
}

.quick-calculation .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .quick-calculation .flex-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 991px) {
  .quick-calculation .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.b-raschet {
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #015B77;
}

.b-raschet h2, .b-raschet .h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 35px;
  color: #FFFFFF;
}

.b-raschet .b-raschet__form .b-form__item .b-form__field:before {
  display: none;
}

.b-raschet .b-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-raschet .b-form__block .b-form__item a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A3003D));
  background: linear-gradient(180deg, #E21F69 0%, #A3003D 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  margin-left: 15px;
  padding: 9px 15px;
}

@media (max-width: 991px) {
  .b-raschet .b-form__block .b-form__item a {
    margin-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  .b-raschet .b-form__item:first-child {
    width: 100%;
  }
}

.b-raschet .b-form__item span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
}

.b-raschet .b-form__item .b-form_newprice {
  margin-left: 15px;
}

.b-raschet .b-form__item .b-form_newprice span {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 1px;
  display: block;
}

.b-way h2, .b-way .h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}

.b-way abbr[title] {
  white-space: nowrap;
  text-decoration: none;
}

.es3 .es3__phone_number {
  margin-bottom: 0;
}

.es3 .es3__phone_number a {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

.es3 .container {
  padding-bottom: 37px;
  background-position-y: bottom;
  background-position-x: 100%;
}

.es3 .interest-ib {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  border-radius: 42px;
  margin: 0 20px;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 64px;
  line-height: 78px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .es3 .interest-ib {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.es3 .es3__ttl {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 21px;
  color: #E21F69;
}

.es3 .es3__ttl_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}

.es3 .es3__ttl_2 i {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.es3 .es3__ttl_2 i:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 991px) {
  .es3 .es3__ttl_2 i:first-child {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.es3 .es3__ttl_2 i:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media only screen and (max-width: 991px) {
  .es3 .es3__ttl_2 i:last-child {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media only screen and (max-width: 1200px) {
  .es3 .es3__ttl_2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .es3 .es3__ttl_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .es3 .es3__ttl_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.es3 .es3__info,
.es3 .es3__phone_ttx {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  max-width: 635px;
}

@media only screen and (max-width: 1200px) {
  .es3 .es3__info, .es3 .es3__phone_ttx {
    margin-left: auto;
    margin-right: auto;
  }
}

.es3 .es3__block {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
  .es3 .es3__block {
    margin-left: auto;
    margin-right: auto;
  }
}

.b_windownow_bg {
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #FBC035;
  padding-top: 22px;
}

@media only screen and (max-width: 1200px) {
  .b_windownow_bg {
    height: auto;
    padding-bottom: 35px;
  }
}

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

@media only screen and (max-width: 1200px) {
  .b_windownow_bg .flex-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.b_windownow_bg .b_windownow_text {
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .b_windownow_bg .b_windownow_text {
    margin-top: 0;
  }
}

.b_windownow_bg .b_windownow_text p {
  font-weight: 500;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .b_windownow_bg .b_windownow_text p {
    text-align: center;
  }
}

.b_windownow_bg .b_windownow_proc,
.b_windownow_bg .b_windownow_man {
  margin-right: 30px;
}

@media only screen and (max-width: 530px) {
  .b_windownow_bg .b_windownow_proc,
  .b_windownow_bg .b_windownow_man {
    margin-bottom: 30px;
  }
}

.b_windownow_bg .b_windownow_man {
  margin-right: 5vw;
}

@media only screen and (max-width: 767px) {
  .b_windownow_bg .b_windownow_proc {
    margin-right: 0;
  }
}

@media only screen and (max-width: 530px) {
  .b_windownow_bg .b_windownow_proc {
    margin-right: 0;
  }
}

.b_windownow_bg h4 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  margin-bottom: 27px;
}

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

@media only screen and (max-width: 767px) {
  .b_windownow_bg .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 530px) {
  .b_windownow_bg .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.b_windownow_bg a.b_windownow__btn {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015A76));
  background: linear-gradient(180deg, #1B809D 0%, #015A76 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  text-transform: uppercase;
  padding: 9px 15px;
  display: inline-block;
}

@media only screen and (max-width: 340px) {
  .b_windownow_bg a.b_windownow__btn {
    font-size: 16px;
    line-height: 23px;
    padding: 8px 7px;
  }
}

@media only screen and (max-width: 1200px) {
  .b_windownow_bg .b_windownow_man {
    display: none;
  }
}

.es12_bg {
  padding-bottom: 50px;
  padding-top: 40px;
}

.es12_bg h2, .es12_bg .h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #000000;
  margin-bottom: 33px;
}

.es12_bg .es12__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .es12_bg .es12__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 992px) {
  .es12_bg {
    padding-bottom: 20px;
  }
}

.es13_bg {
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #015B77;
  padding-top: 40px;
  padding-bottom: 21px;
}

.es13_bg .container {
  max-width: 750px;
}

.es13_bg .digit {
  width: 68px;
  height: 124px;
  background-color: #fff;
  padding: 10px 2px;
  border-radius: 0;
}

.es13_bg .digit.static {
  font-weight: bold;
  font-size: 72px;
  line-height: 104px;
  width: 68px;
  text-align: center;
  color: #000000;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #EDEDED), color-stop(0.5, #FFFFFF));
}

.es13_bg .position {
  height: 124px;
  width: 68px;
}

.es13_bg .position + .position {
  margin-left: 20px;
}

.es13_bg .countdownHolder {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  letter-spacing: -1px;
  margin: 0px auto 70px auto;
}

@media only screen and (max-width: 580px) {
  .es13_bg .countdownHolder {
    margin-bottom: 50px;
  }
}

.es13_bg .countDiv {
  width: 30px;
}

@media only screen and (max-width: 580px) {
  .es13_bg .countDiv {
    height: 20px;
  }
}

.es13_bg .countHours, .es13_bg .countMinutes, .es13_bg .countSeconds {
  background: none;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .es13_bg .countHours, .es13_bg .countMinutes, .es13_bg .countSeconds {
    display: block;
  }
}

.es13_bg .countHours::before, .es13_bg .countMinutes::before, .es13_bg .countSeconds::before {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}

.es13_bg .countHours::before {
  content: "ЧАСОВ";
}

.es13_bg .countMinutes::before {
  content: "МИНУТ";
}

.es13_bg .countSeconds::before {
  content: "СЕКУНД";
}

.es13_bg .es13_input {
  background: #FAFAFA url(../img/b_sms_input.png) no-repeat;
  width: 264px;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 30px;
  padding-top: 12px;
  text-align: left;
}

@media only screen and (max-width: 580px) {
  .es13_bg .es13_input {
    margin-right: 0;
  }
}

.es13_bg .es13_input input {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: 0px;
  background: none;
  margin-left: 40px;
}

.es13_bg .es13_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 580px) {
  .es13_bg .es13_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.es13_bg .es13_block .red-pink-button {
  margin-left: 0;
}

@media only screen and (max-width: 580px) {
  .es13_bg .es13_block .red-pink-button {
    margin-bottom: 20px;
  }
  .es13_bg .es13_block .red-pink-button span {
    display: none;
  }
}

.agreement {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  color: #000000;
}

.agreement a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}

.agreement.white {
  color: #fff;
}

.agreement.white a {
  color: #fff;
}

.giving {
  font-family: "Montserrat", sans-serif;
  padding: 40px 0 35px;
}

.giving h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 17px;
  text-transform: uppercase;
  color: #DF0054;
}

.giving p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

.es14_bg_custom {
  padding-top: 30px;
  padding-bottom: 46px;
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #FBC035;
  font-family: "Montserrat", sans-serif;
}

.es14_bg_custom .slick-track {
  margin: 0 -15px;
}

.es14_bg_custom .slick-track,
.es14_bg_custom .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.es14_bg_custom .slick-slide {
  margin: 0 15px;
  height: auto;
}

.es14_bg_custom .slick-dots {
  bottom: -50px;
}

.es14_bg_custom .h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 37px;
}

.es14_bg_custom .item-rewiews {
  display: block;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.es14_bg_custom .item-rewiews > div {
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
}

.es14_bg_custom .item-rewiews > div h5 {
  margin-bottom: 16px;
  color: #dd0053;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.es14_bg_custom .item-rewiews > div p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.es14_bg_custom .item-rewiews .box1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  z-index: 1;
}

.es14_bg_custom .item-rewiews .box1 img {
  width: 192px;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.es14_bg_custom .item-rewiews .box1, .es14_bg_custom .item-rewiews .box1 img {
  margin: 0 auto;
}

.es14_bg_custom .item-rewiews .box2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 4;
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-right: 21px;
  padding-left: 21px;
}

@supports (display: grid) {
  .es14_bg_custom .item-rewiews {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 96px 96px 1fr;
        grid-template-columns: 96px 96px 1fr;
  }
  .es14_bg_custom .item-rewiews .box2 {
    padding-left: 114px;
  }
}

@media only screen and (max-width: 667px) {
  .es14_bg_custom .item-rewiews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .es14_bg_custom .item-rewiews .box2 {
    padding-left: 21px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 15px;
  }
}

.reviews {
  padding-top: 40px;
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #FBC035;
  font-family: "Montserrat", sans-serif;
}

.reviews h2, .reviews .h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.reviews .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews .reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 40%;
  padding: 0 15px;
}

.reviews .reviews-block img {
  border-radius: 120px;
  display: block;
  margin-bottom: 21px;
  max-height: 200px;
}

.reviews .reviews-block button {
  background: -webkit-gradient(linear, left top, left bottom, from(#1A7E9B), to(#015B77));
  background: linear-gradient(180deg, #1A7E9B 0%, #015B77 100%);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding: 11px 38px;
  display: block;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.reviews .reviews-block p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  max-height: 186px;
  overflow: hidden;
  max-width: 270px;
}

@-moz-document url-prefix() {
  .reviews .reviews-block p {
    max-height: 176px;
  }
}

@media only screen and (max-width: 768px) {
  .reviews .reviews-block {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .reviews .reviews-block + .reviews-block {
    display: none;
  }
}

.es14_bg {
  padding-top: 40px;
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #FBC035;
  font-family: "Montserrat", sans-serif;
}

.es14_bg .iosSlider4 {
  width: 100%;
  height: 470px;
}

@media only screen and (max-width: 992px) {
  .es14_bg .iosSlider4 {
    height: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .es14_bg .iosSlider4 {
    height: 470px;
  }
}

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

.es16_bg {
  padding-top: 40px;
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .es16_bg {
    height: auto;
  }
}

.es16_bg h2, .es16_bg .h2 {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.es16_bg .thanky {
  width: 951px;
}

.es16_bg .thanky zoom-gallery {
  width: 951px;
}

.es16_bg #thanky-left-button {
  left: -10vw;
}

.es16_bg #thanky-right-button {
  right: -10vw;
}

.es16_bg .onmobile {
  padding-bottom: 30px;
}

.es17_bg {
  font-family: "Montserrat", sans-serif;
}

.es17_bg .es17_girl {
  bottom: 0;
  right: 0;
  margin: 0;
}

.es17_bg .container {
  position: relative;
}

.es17_bg .es17_blockbg {
  position: relative;
  margin-bottom: 22px;
}

.es17_bg h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
  margin-bottom: 26px;
}

@media only screen and (max-width: 992px) {
  .es17_bg h3 {
    text-align: center;
  }
}

.es17_bg .phone {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 35px;
  color: #DD0053;
}

.es17_bg span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 23px;
  color: #000000;
  display: block;
}

.es17_bg .div-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.es17_bg .red-pink-button {
  margin-left: 0;
  margin-bottom: 45px;
  padding: 9px 36px;
  padding: 13px 53px;
  border-radius: 30px;
  font-size: 24px;
  line-height: 29px;
  white-space: nowrap;
}

@media only screen and (max-width: 992px) {
  .es17_bg .red-pink-button {
    margin-left: auto;
    margin-right: auto;
  }
}

.es17_bg .agreement {
  padding-top: 0;
  margin-top: 0;
}

.es17_bg .form-group_input {
  width: 361px;
  margin-bottom: 30px;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding-top: 0;
  background-image: url(../img/phone-img.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 14px;
}

@media only screen and (max-width: 992px) {
  .es17_bg .form-group_input {
    margin-right: 0;
  }
}

.es17_bg .form-group_input input {
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 55px;
  width: 100%;
  margin-left: 0;
}

.form-group_input {
  background: #FAFAFA url(../img/b_sms_input.png) no-repeat;
  width: 264px;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 30px;
  padding-top: 12px;
  text-align: left;
}

.form-group_input input {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: 0px;
  background: none;
  margin-left: 40px;
}

.es18_bg {
  background: #FBC035;
  padding: 19px 0;
}

.es18_bg h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-transform: uppercase;
  color: #000000;
}

.es18_bg .angle-angle {
  font-style: normal;
  width: 20px;
  height: 14px;
  background-image: url(../img/angle_angle.png);
  display: inline-block;
}

.es18_bg .flex-container {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .es18_bg .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.es18_bg a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #015B77;
}

.es18_bg a a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media only screen and (max-width: 767px) {
  .es18_bg .angle-angle {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .es18_bg a {
    margin-top: 5px;
  }
  .es18_bg h3 {
    margin-bottom: 5px;
  }
}

.es19_bg {
  padding-bottom: 13px;
  padding-top: 12px;
  background: #015A76;
}

.es19_bg .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 600px) {
  .es19_bg .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.es19_bg .b-left a {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  color: #FFFFFF;
  display: block;
}

@media only screen and (max-width: 600px) {
  .es19_bg .b-left a {
    margin-bottom: 8px;
  }
}

.es19_bg .b-left div {
  margin-top: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  color: #FFFFFF;
}

.es19_bg .b-right > a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: block;
  color: #FBC035;
  text-align: right;
}

.es19_bg .b-right span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  display: block;
  margin-bottom: 7px;
  color: #FFFFFF;
}

.es19_bg .b-right span a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  color: #FFFFFF;
  text-decoration: none;
}

.rassr_bg.es1 {
  font-family: "Montserrat", sans-serif;
  background-image: url(../img/rasr_bg.jpg);
  min-height: 550px;
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .rassr_bg.es1 {
    min-height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .rassr_bg.es1 {
    min-height: auto;
  }
}

.rassr_bg.es1 .es1__pict {
  background: url(../img/rasr_gerl.png) top right no-repeat;
}

@media only screen and (max-width: 992px) {
  .rassr_bg.es1 .es1__pict {
    top: 101px;
  }
}

.rassr_bg.es1 .es1__block {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .rassr_bg.es1 .es1__block {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .rassr_bg.es1 .es1__menu {
    margin-bottom: 0;
  }
}

.rassr_bg.es1 h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .rassr_bg.es1 h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.rassr_bg.es1 h1 span {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #000000;
}

@media only screen and (min-width: 1200px) {
  .rassr_bg.es1 h1 span {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .rassr_bg.es1 h1 span {
    font-size: 40px;
    line-height: 50px;
  }
}

.rassr_bg.es1 .text {
  margin-bottom: 31px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .rassr_bg.es1 .text {
    text-align: center;
    width: 100%;
  }
}

.rassr_bg.es1 .banks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rassr_bg.es1 .banks img + img {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .rassr_bg.es1 .banks img + img {
    margin: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .rassr_bg.es1 .banks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.rassr_bg.es1 .es1__menu_item {
  text-transform: none;
}

.rassr_bg.es1 .es1__menu_item:last-child {
  margin-bottom: 54px;
}

.rassr_bg.es1 .es1__menu_item::before {
  background-position: 0 0;
}

.rassr_bg.es1 .es1__menu_item.lbl1::before {
  background-image: url(../img/ico11.png);
}

.rassr_bg.es1 .es1__menu_item.lbl2::before {
  background-image: url(../img/ico22.png);
}

.rassr_bg.es1 .es1__menu_item.lbl3::before {
  background-image: url(../img/ico33.png);
}

.rast_windownow_bg {
  background-color: #015B77;
  padding-top: 54px;
  height: 366px;
}

@media only screen and (max-width: 768px) {
  .rast_windownow_bg {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.rast_windownow_bg h4 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 32px;
  color: #FBC035;
}

@media only screen and (max-width: 768px) {
  .rast_windownow_bg h4 {
    text-align: center;
  }
}

.rast_windownow_bg p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 43px;
  color: #FFFFFF;
}

.rast_windownow_bg a.b_windownow__btn {
  display: inline-block;
  padding: 9px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A3003D));
  background: linear-gradient(180deg, #E21F69 0%, #A3003D 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.rast_windownow_bg .b_windownow_man {
  margin-top: -42px;
}

@media only screen and (max-width: 1200px) {
  .rast_windownow_bg .b_windownow_man {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .rast_windownow_bg .b_windownow_man {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .rast_windownow_bg .b_windownow_block {
    text-align: center;
  }
}

.b-rassr {
  font-family: "Montserrat", sans-serif;
  padding-top: 32px;
}

.b-rassr h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .b-rassr h2 {
    margin-bottom: 20px;
  }
}

.b-rassr .b-rassr__ico span {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FBC035;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 78px;
  margin-left: auto;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .b-rassr .b-rassr__ico span {
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.b-rassr .b-rassr__b1 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #FBC035;
  padding-bottom: 7px;
  margin-bottom: 7px;
  color: #000000;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .b-rassr .b-rassr__b1 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.b-rassr .b-rassr__b2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .b-rassr .b-rassr__b2 {
    text-align: center;
  }
}

.b-rassr .b-rassr__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
  padding: 10px 5vw 0;
}

@media only screen and (max-width: 768px) {
  .b-rassr .b-rassr__text {
    padding: 0;
  }
}

.b-rassr .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 41px;
}

@media only screen and (max-width: 768px) {
  .b-rassr .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.b-rassr .row > div > div {
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .b-rassr .row > div > div {
    padding-left: 0;
  }
}

.es1_otzivy_bg {
  margin-top: 40px;
}

.es1_otzivy_bg .es1_otzivy_item__right {
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .es1_otzivy_bg .es1_otzivy_item__right {
    padding-left: 0;
  }
}

.es1_otzivy_bg .es1_otzivy_item__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .es1_otzivy_bg .es1_otzivy_item__star {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.es1_otzivy_bg .es1_otzivy_item__star span {
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .es1_otzivy_bg .es1_otzivy_item__star span {
    padding-right: 0;
  }
}

.es1_otzivy_bg .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .es1_otzivy_bg .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.es1_otzivy_bg .es1_otzivy_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
}

@media only screen and (max-width: 768px) {
  .es1_otzivy_bg .es1_otzivy_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.es1_otzivy_bg .es1_otzivy_item__img {
  -ms-flex-preferred-size: 166px;
      flex-basis: 166px;
  min-width: 166px;
  max-width: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.es1_otzivy_bg .es1_otzivy_item__img img {
  display: block;
  border-radius: 50%;
  width: 100%;
  width: 166px;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
}

.es1_otzivy_bg .es1_otzivy_item__otztext {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  border-radius: 5px;
  padding: 20px 24px 25px 20px;
  margin-bottom: 16px;
}

.es1_otzivy_bg .es1_otzivy_item__otztext__name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.es1_otzivy_bg .es1_otzivy_item__rek {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .es1_otzivy_bg .es1_otzivy_item__rek {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.es1_otzivy_bg .es1_otzivy_item__rek img {
  margin-left: 16px;
}

.es1_otzivy_bg .es1_otzivy_item__otztext__city {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
}

.es1_otzivy_bg .es1_otzivy_item__otztext__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.d-otziv-form {
  background-color: #015B77;
  background-image: url(../img/b_market_filtr_bg.png);
  font-family: "Montserrat", sans-serif;
  padding-top: 42px;
  padding-bottom: 37px;
}

.d-otziv-form h2, .d-otziv-form .h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 41px;
}

.d-otziv-form .es1_otzivy__form_bg__form_photo {
  width: 166px;
  height: 166px;
  cursor: pointer;
  background: url(../img/form_photo.png) no-repeat center center;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .d-otziv-form .es1_otzivy__form_bg__form_photo {
    float: none;
  }
}

.d-otziv-form .es1_otzivy__form_bg__form_photo input {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.d-otziv-form .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (max-width: 992px) {
  .d-otziv-form .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.d-otziv-form .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (max-width: 992px) {
  .d-otziv-form .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.d-otziv-form .es1_otzivy__form_bg__form_text {
  margin-bottom: 22px;
}

.d-otziv-form input[type="submit"] {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A3003D));
  background: linear-gradient(180deg, #E21F69 0%, #A3003D 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: none;
  padding: 9px 14px;
  text-transform: uppercase;
  display: block;
  margin: auto;
  margin-top: 40px;
}

.contact-wrap {
  font-family: "Montserrat", sans-serif;
  padding-top: 39px;
  padding-bottom: 40px;
}

.contact-wrap h2, .contact-wrap h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}

.contact-wrap abbr[title] {
  text-decoration: none;
}

.contact-wrap .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media only screen and (max-width: 768px) {
  .contact-wrap .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-wrap .flex-container .block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .contact-wrap .flex-container .block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-wrap .flex-container .block-item .block-img {
  position: relative;
  padding: 5px;
  margin-right: 14px;
}

@media only screen and (max-width: 768px) {
  .contact-wrap .flex-container .block-item .block-img {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.contact-wrap .flex-container .block-item .block-img img {
  position: relative;
}

.contact-wrap .flex-container .block-item .block-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #FBC035;
}

.contact-wrap .flex-container .block-item .item div {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 7px;
}

@media only screen and (max-width: 768px) {
  .contact-wrap .flex-container .block-item .item div {
    text-align: center;
  }
}

.contact-wrap .flex-container .block-item .item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .contact-wrap .flex-container .block-item .item p {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .contact-wrap .flex-container .block-item + .block-item {
    margin-top: 30px;
  }
}

.b-contact {
  font-family: "Montserrat", sans-serif;
  padding-top: 40px;
}

.b-contact h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 27px;
}

.b-contact .b-contact_underzag {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin: 0 auto 40px;
  color: #000000;
}

.b-contact .b_contact_input_city {
  width: 166px;
  height: 40px;
  float: left;
  margin-right: 30px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 492px) {
  .b-contact .b_contact_input_city {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.b-contact .b_contact_input_city input {
  margin-left: 12px;
  font-family: 'Montserrat', sans-serif;
  border: 0px;
  background: none;
  font-weight: 500;
  line-height: 17px;
  color: #D0D0D0;
  color: #757575;
  font-size: 14px;
  padding: 9px 12px;
}

.b-contact .b_contact_but_city {
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A3003D));
  background: linear-gradient(180deg, #E21F69 0%, #A3003D 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  width: 166px;
  height: 40px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.b-contact .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 492px) {
  .b-contact .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.b_contact_ceo_bg {
  background-color: #FBC035;
  background-image: url(../img/b_market_filtr_bg.png);
  padding-bottom: 55px;
  padding-top: 40px;
}

.b_contact_ceo_bg h2, .b_contact_ceo_bg .h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.b_contact_ceo_bg .b_contact_ceo_form {
  margin: 0 auto 0 auto;
  padding-top: 41px;
  width: 754px;
  height: 414px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .b_contact_ceo_bg .b_contact_ceo_form {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form {
    height: 755px;
    padding-top: 61px;
  }
}

@media only screen and (max-width: 418px) {
  .b_contact_ceo_bg .b_contact_ceo_form {
    padding-top: 0;
    height: 670px;
  }
}

.b_contact_ceo_bg .b_contact_ceo_form::before {
  content: "";
  background: url(../img/letter_bg.png) no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form::before {
    background: url(../img/letter_bg2.jpg) no-repeat center top;
  }
}

@media only screen and (max-width: 418px) {
  .b_contact_ceo_bg .b_contact_ceo_form::before {
    background: none;
  }
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form::after {
    content: "";
    background: url(../img/seal.png) no-repeat center top;
    position: absolute;
    bottom: 30px;
    height: 175px;
    width: 278px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.b_contact_ceo_bg .b_contact_ceo_form .div-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form .div-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel,
.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name {
  width: 264px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel,
  .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name {
    margin-bottom: 30px;
  }
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel input,
.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name input {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-left: 11px;
  color: #777;
  border: none;
  background: none;
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel {
    margin-left: 0;
  }
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea {
  width: 100%;
  margin-bottom: 22px;
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea {
    margin-bottom: 32px;
  }
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea textarea {
  width: 557px;
  height: 121px;
  resize: none;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 11px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea textarea {
    width: 264px;
    height: 212px;
  }
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but {
  width: 557px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but {
    width: 264px;
  }
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but .red-button {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but .red-button {
    margin-right: auto;
  }
}

.aktsii-wrap {
  font-family: "Montserrat", sans-serif;
}

.aktsii-wrap h2 {
  margin-top: 29px;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  color: #000000;
}

.aktsii-wrap .action-item {
  padding-top: 15px;
  padding-bottom: 17px;
}

.aktsii-wrap .action-item .flex-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aktsii-wrap .action-item .flex-container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .aktsii-wrap .action-item .flex-container > div {
    max-width: 100%;
  }
}

.aktsii-wrap .action-item .flex-container .item-img {
  -ms-flex-preferred-size: 361px;
      flex-basis: 361px;
  max-width: 361px;
}

.aktsii-wrap .action-item .item-text {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .aktsii-wrap .action-item .item-text {
    margin-bottom: 20px;
  }
}

.aktsii-wrap .action-item .item-text .h4 {
  display: block;
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .aktsii-wrap .action-item .item-text .h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.aktsii-wrap .action-item .item-text .h4 i {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FBC035;
  font-style: normal;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 32px;
}

.aktsii-wrap .action-item .item-text .h4 > span {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: block;
  color: #000000;
}

.aktsii-wrap .action-item .item-text .h4 > span > span {
  color: #DD0053;
}

.aktsii-wrap .action-item .item-text .h4 > span b {
  white-space: nowrap;
}

.aktsii-wrap .action-item .item-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

@media (max-width: 767px) {
  .aktsii-wrap .action-item .item-text p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.aktsii-wrap .action-item .item-img {
  text-align: right;
}

@media (max-width: 767px) {
  .aktsii-wrap .action-item .item-img {
    display: none;
  }
}

.aktsii-wrap .action-item:nth-child(odd) {
  background-color: #EDEDED;
}

.aktsii-wrap .action-item:nth-child(odd) .item-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.aktsii-wrap .action-item:nth-child(odd) .item-text .h4 i {
  background: #015B77;
}

.aktsii-wrap .action-item:nth-child(odd) .item-img {
  text-align: left;
}

.aktsii-wrap .action-item:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .aktsii-wrap .action-item:last-child {
    padding-bottom: 17px;
  }
}

.es1.block-action {
  background: url(../img/accii-bg.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 0;
  height: 560px;
  overflow: hidden;
}

.es1.block-action .container {
  height: 100%;
}

.es1.block-action .es1__pict {
  background: url(../img/accii-men.png) top right no-repeat;
  background-position-x: 90%;
  background-position-y: bottom;
  top: 0;
}

@media only screen and (max-width: 1200px) {
  .es1.block-action .es1__pict {
    background-position-x: 105%;
  }
}

@media only screen and (max-width: 992px) {
  .es1.block-action .es1__pict {
    background-position-x: 125%;
  }
}

.es1.block-action .es1__block {
  padding-top: 62px;
  margin-top: 0;
  height: 100%;
  margin-left: 8.5%;
}

@media only screen and (max-width: 768px) {
  .es1.block-action .es1__block {
    margin-left: 0;
  }
}

.es1.block-action .es1__block h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #000000;
  text-transform: uppercase;
}

@media only screen and (max-width: 478px) {
  .es1.block-action .es1__block h1 {
    font-size: 40px;
  }
}

.es1.block-action .es1__block h1 span {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  display: block;
  color: #015A76;
  text-transform: uppercase;
}

@media only screen and (max-width: 478px) {
  .es1.block-action .es1__block h1 span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .es1.block-action .es1__block .action-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
}

.es1.block-action .es1__block .action-img img {
  -webkit-transform: translate(70px, 0);
          transform: translate(70px, 0);
}

@media only screen and (max-width: 992px) {
  .es1.block-action .es1__block .action-img img {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
}

@media only screen and (max-width: 768px) {
  .es1.block-action .es1__block .action-img img {
    -webkit-transform: none;
            transform: none;
    display: block;
    max-width: 100%;
  }
}

#gift .modal-dialog {
  background: url(../img/bg.png) no-repeat center bottom #fff;
}

@media only screen and (max-width: 768px) {
  #gift .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}

#gift .modal-dialog .modal-header {
  height: 28px;
  padding: 14px;
}

#gift .modal-dialog .modal_zag {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 18px;
}

#gift .modal-dialog .madal_t1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 26px;
  color: #000000;
}

#gift .modal-dialog .modal_input_ema {
  background: #FFF url(../img/b_sms_input.png) no-repeat;
  background: #FFF url(../img/b_sms_input2.png) center left no-repeat;
  background-position-x: 8px;
  width: 281px;
  height: 40px;
  border-radius: 5px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 768px) {
  #gift .modal-dialog .modal_input_ema {
    width: 220px;
  }
}

#gift .modal-dialog .modal_input_ema input {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: none;
  background: none;
  margin-left: 39px;
}

#gift .modal-dialog .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 9px 19px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  #gift .modal-dialog .red-button {
    font-size: 16px;
    line-height: 20px;
  }
}

#happy {
  background: rgba(0, 0, 0, 0.4);
}

#happy .modal-dialog {
  background: #FFFFFF url(../img/happy_bg_.png) no-repeat center bottom;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 458px;
  height: 609px;
}

#happy .modal-dialog .modal-header {
  padding: 10px;
  height: 28px;
}

#happy .modal-dialog #clock_wrapper {
  display: none;
}

#happy .modal-dialog h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #DF0054;
  margin-bottom: 18px;
}

#happy .modal-dialog p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
  color: #000000;
}

#happy .modal-dialog p span {
  font-weight: bold;
  color: #DF0054;
}

#happy .modal-dialog .modal_form_happy {
  margin-top: 21px;
}

#happy .modal-dialog .modal_form_happy .form-group {
  background: #FFF url(../img/b_sms_input2.png) center left no-repeat;
  background-position-x: 8px;
  width: 281px;
  height: 40px;
  border-radius: 5px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  #happy .modal-dialog .modal_form_happy .form-group {
    width: 220px;
  }
}

#happy .modal-dialog .modal_form_happy .form-group input {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: none;
  background: none;
  margin-left: 39px;
}

#happy .modal-dialog .modal_form_happy .form-group + .form-group {
  margin-bottom: 21px;
}

#happy .modal-dialog .modal_form_happy .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 9px 19px;
  margin-left: auto;
  margin-right: auto;
  width: 281px;
}

@media only screen and (max-width: 768px) {
  #happy .modal-dialog .modal_form_happy .red-button {
    font-size: 16px;
    line-height: 20px;
    width: 220px;
  }
}

#kupitDeshevle {
  background: rgba(0, 0, 0, 0.4);
}

#kupitDeshevle .modal-dialog {
  width: 612px;
  height: 354px;
}

@media only screen and (max-width: 768px) {
  #kupitDeshevle .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 628px) {
  #kupitDeshevle .modal-dialog {
    width: 98%;
    height: auto;
  }
}

#kupitDeshevle .modal-dialog .modal-header {
  padding: 10px;
  height: 28px;
}

#kupitDeshevle .modal-dialog .modal-header .close {
  margin: 0;
}

#kupitDeshevle .modal-dialog .modal_man {
  height: 324px;
  background-position-x: 13px;
}

@media only screen and (max-width: 628px) {
  #kupitDeshevle .modal-dialog .modal_man {
    height: auto;
    padding-bottom: 20px;
  }
}

#kupitDeshevle .modal-dialog .modal_man_form {
  padding-left: 21px;
  padding-right: 21px;
}

#kupitDeshevle .modal-dialog .modal_man_form h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  margin-bottom: 26px;
  color: #000000;
}

#kupitDeshevle .modal-dialog .modal_man_form p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 36px;
  color: #000000;
}

#kupitDeshevle .modal-dialog .modal_man_form p span {
  color: #DF0054;
}

#kupitDeshevle .modal-dialog .modal_man_form form {
  padding-left: 5px;
  padding-right: 5px;
}

#kupitDeshevle .modal-dialog .modal_man_form .form-group {
  background: #FFF url(../img/b_sms_input2.png) center left no-repeat;
  background-position-x: 8px;
  width: 281px;
  height: 40px;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 21px;
}

#kupitDeshevle .modal-dialog .modal_man_form .modal_input_name.form-group {
	background-image: url(../img/men-img.png);
}

@media only screen and (max-width: 992px) {
  #kupitDeshevle .modal-dialog .modal_man_form .form-group {
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  #kupitDeshevle .modal-dialog .modal_man_form .form-group {
    width: 220px;
  }
}

#kupitDeshevle .modal-dialog .modal_man_form .form-group input {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: none;
  background: none;
  margin-left: 39px;
}

#kupitDeshevle .modal-dialog .modal_man_form .form-group + .form-group {
  margin-bottom: 24px;
}

#kupitDeshevle .modal-dialog .modal_man_form .modal_hochu_but {
  margin-left: 0;
  text-align: right;
}

@media only screen and (max-width: 992px) {
  #kupitDeshevle .modal-dialog .modal_man_form .modal_hochu_but {
    text-align: center;
  }
}

#kupitDeshevle .modal-dialog .modal_man_form .modal_hochu_but .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 9px 19px;
  margin-left: auto;
  width: 281px;
}

@media only screen and (max-width: 992px) {
  #kupitDeshevle .modal-dialog .modal_man_form .modal_hochu_but .red-button {
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  #kupitDeshevle .modal-dialog .modal_man_form .modal_hochu_but .red-button {
    font-size: 16px;
    line-height: 20px;
    width: 220px;
  }
}

.template {
  font-family: "Montserrat", sans-serif;
}

.template .h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 32px;
}

.template .form-group {
  width: 300px;
  border: 1px solid #D0D0D0;
  height: 50px;
  background-color: #FFFFFF;
  background-image: url(../img/phone-img.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 14px;
  padding-top: 0;
  border-radius: 5px;
  display: inline-block;
  margin-right: 30px;
}

.template .form-group input {
  border: 0px;
  background: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 55px;
  width: 100%;
  margin-left: 0;
}

.template .red-pink-button {
  height: 50px;
}

.none {
  display: none;
}

.es1 .es1-wrapper-decor {
  background: rgba(255, 255, 255, 0.6);
  padding: 26px 29px 22px;
  max-width: 430px;
  margin-bottom: 127px;
}

.es1 p {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.es1 h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #000000;
  text-transform: uppercase;
}

.es1 h1 span {
  display: block;
}

.es1 h2 {
  font-weight: bold;
  font-size: 80px;
  line-height: 98px;
  text-align: left;
  color: #DD0053;
}

.es1 .es1__pict {
  background: url(../img/es1_main.png) top center no-repeat;
  z-index: 6;
  background-position-x: 300px;
}

.es1 .es1-flex-wrap {
  position: relative;
}

.es1 .es1-flex-wrap .name-abs {
  position: absolute;
  top: 30%;
  left: 54%;
}

@media only screen and (max-width: 1200px) {
  .es1 .es1-flex-wrap .name-abs {
    display: none;
  }
}

.es1 .es1-flex-wrap .name-abs span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #000000;
  display: block;
}

.es1 .es1-flex-wrap .name-abs span + span {
  font-weight: 500;
}

.es1 .block-calculate.b-top__zamer {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 41px;
  z-index: 8;
  position: relative;
}

.es1 .block-calculate.b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/calculate.png);
  background-repeat: no-repeat;
  width: 63px;
  height: 75px;
  margin-top: -3px;
  margin-left: 10px;
}

.es1 .block-calculate.b-top__zamer .b-top__zamer_txt {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.es1 .block-calculate.b-top__zamer .b-top__zamer_txt span {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}

.es1._main {
  margin-bottom: 0;
}

.es2_balcons {
  /*.es2_oknatseny{
        .es2_oknatseny_row_right-text{
            color: #DD0053;
            font-weight: bold;
        }
    }
    .es2_oknatseny_row_right_text{
        

        color: #000000;
    }*/
}

@media only screen and (max-width: 767px) {
  .es2_balcons {
    margin-bottom: 40px;
  }
}

.es2_balcons .h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #E21F69;
}

.es2_balcons .h2 i {
  display: block;
  color: #000000;
}

.es2_balcons .es2_oknatseny_row + .es2_oknatseny_row ~ .es2_oknatseny_row .es2_oknatseny_row_right.es2_red {
  font-size: 24px;
  line-height: 29px;
}

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

.es3_balcons {
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #FBC035;
  margin-top: 30px;
}

.es3_balcons .div-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.es4_balcons {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.es4_balcons .h2 {
  margin-bottom: 32px;
}

.es4_balcons .slick-slide {
  height: auto;
  margin: 0 15px;
}

.es4_balcons .slick-slide img {
  margin: 0 auto;
  max-width: 100%;
}

.es4_balcons .slider {
  margin: 0 60px;
}

.es4_balcons .box1 {
  margin-bottom: 30px;
}

.es4_balcons .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.es4_balcons .box2 .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-right: 7px;
  color: #000000;
}

.es4_balcons .box2 .name span {
  display: block;
}

.es4_balcons .box2 .price {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #E21F69;
}

.es4_balcons .box2 .savings {
  background-image: url(../img/savings-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 174px;
  height: 53px;
  margin-left: -19px;
  padding-right: 14px;
  padding-top: 9px;
}

.es4_balcons .box2 .savings span {
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #FFFFFF;
}

.es4_balcons .box2 .savings span + span {
  font-size: 26px;
  line-height: 26px;
}

.es4_balcons .slick-prev, .es4_balcons .slick-next {
  width: 45px;
  height: 45px;
  background: #FBC035;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.es4_balcons .slick-prev::before, .es4_balcons .slick-next::before {
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow-point-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  display: block;
  top: 0;
  left: 0;
}

.es4_balcons .slick-next {
  top: 145px;
  right: -60px;
}

.es4_balcons .slick-next::before {
  left: 2px;
}

.es4_balcons .slick-prev {
  left: -60px;
  top: 145px;
}

.es4_balcons .slick-prev::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -2px;
}

.es4_balcons p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

.es4_balcons .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  color: #000000;
  width: 220px;
  margin-left: 15px;
}

.es5_balcons {
  padding-top: 0;
  height: 415px;
}

.es5_balcons .b_windownow_block {
  padding-top: 40px;
}

.es5_balcons .b_windownow_man {
  margin-top: -20px;
}

.es5_balcons .red-button {
  display: inline-block;
}

.es6_balcons .h2 {
  margin-bottom: 32px;
}

.es7_balcons {
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #FBC035;
  padding-top: 40px;
  padding-bottom: 40px;
}

.es7_balcons .div-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .es7_balcons .div-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 676px) {
  .es7_balcons .div-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.es7_balcons .sketch {
  position: relative;
  width: 158px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  .es7_balcons .sketch {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 676px) {
  .es7_balcons .sketch {
    margin-bottom: 10px;
  }
}

.es7_balcons .sketch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../img/sketch.png);
  background-repeat: no-repeat;
  background-position: center;
}

.es7_balcons .sketch input {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.es7_balcons .sketch .sketch-text {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}

.es7_balcons .sketch .sketch-text span {
  display: block;
}

.es7_balcons .form-group {
  margin-right: 15px;
}

@media only screen and (max-width: 676px) {
  .es7_balcons .form-group {
    margin-right: auto;
    margin-left: auto;
  }
}

.es7_balcons .form-group + .form-group {
  margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .es7_balcons .form-group + .form-group {
    margin-right: 0;
  }
}

@media only screen and (max-width: 676px) {
  .es7_balcons .form-group + .form-group {
    margin-right: auto;
    margin-left: auto;
  }
}

.es7_balcons .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015B77));
  background: linear-gradient(180deg, #1B809D 0%, #015B77 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  width: 264px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .es7_balcons .red-button {
    margin-left: 0;
    margin-right: 0;
  }
}

.es7_balcons .block-sketch-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .es7_balcons .block-sketch-submit {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 676px) {
  .es7_balcons .block-sketch-submit {
    margin-top: 0;
  }
}

.es7_balcons .text {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 34px;
  color: #000000;
}

.es7_balcons p {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.es8_balcons {
  background-color: #015B77;
}

.es8_balcons .h2 {
  color: #fff;
}

.es8_balcons .item div {
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A3003D));
  background: linear-gradient(180deg, #DD0053 0%, #A3003D 100%);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 290px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 9px 9px;
}

.es9_correct_balcony {
  padding-top: 40px;
  padding-bottom: 30px;
}

.es9_correct_balcony p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 34px;
}

.es9_correct_balcony .calc_outside_balkon-filtr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .es9_correct_balcony .calc_outside_balkon-filtr {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.es9_correct_balcony .calc_outside_balkon-filtr .calc_outside_balkon__li {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #E21F69;
  text-transform: uppercase;
}

.es9_correct_balcony .calc_outside_balkon-filtr .calc_outside_balkon__li_noact {
  color: #9A9A9A;
}

.es9_correct_balcony .calc_outside_balkon-filtr .calc_outside_flex {
  margin: 0 32px;
}

.es9_correct_balcony .calc_outside_balkon-filtr .calc_outside_flex div {
  width: 80px;
  height: 30px;
  position: relative;
  background: #FBC035;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.es9_correct_balcony .calc_outside_balkon-filtr .calc_outside_flex div::before {
  content: "";
  position: absolute;
  top: 1px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.es9_correct_balcony .calc_outside_balkon-filtr .calc_outside_img_cold {
  display: none;
}

.es9_correct_balcony .calc_outside_balkon-filtr .calc_outside_img_hot::before {
  left: 1px;
}

.es9_correct_balcony .calc_outside_balkon-filtr .calc_outside_img_cold::before {
  right: 1px;
}

.es9_correct_balcony .calc_outside_balkon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony .calc_outside_balkon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.es9_correct_balcony .calc_outside_balkon .hotcold {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8vw;
}

@media only screen and (max-width: 1200px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold {
    margin-left: 2vw;
  }
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold {
    margin-left: 0;
    height: 588px;
  }
}

@media only screen and (max-width: 500px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold {
    height: 420px;
  }
}

.es9_correct_balcony .calc_outside_balkon .hot_right,
.es9_correct_balcony .calc_outside_balkon .cold_right {
  max-width: 460px;
}

@media only screen and (max-width: 500px) {
  .es9_correct_balcony .calc_outside_balkon .hot_right,
  .es9_correct_balcony .calc_outside_balkon .cold_right {
    width: 100%;
  }
}

.es9_correct_balcony .calc_outside_balkon .redzag {
  position: relative;
  width: 460px;
  height: 60px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A4164A));
  background: linear-gradient(180deg, #E21F69 0%, #A4164A 100%);
  padding-right: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 500px) {
  .es9_correct_balcony .calc_outside_balkon .redzag {
    width: 100%;
  }
}

.es9_correct_balcony .calc_outside_balkon .redzag::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 28px;
  border-color: #fff #fff #fff transparent;
}

.es9_correct_balcony .calc_outside_balkon .textstvorki {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 34px;
  color: #000000;
}

.es9_correct_balcony .calc_outside_balkon .textstvorki span {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #DD0053;
  display: block;
}

.es9_correct_balcony .calc_outside_balkon .textmaxecon {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
}

.es9_correct_balcony .calc_outside_balkon .textmaxecon::before {
  content: "";
  margin-right: 23px;
  width: 46px;
  height: 46px;
  background: #FBC035 url(../img/warning_b.png) center no-repeat;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.es9_correct_balcony .calc_outside_balkon .red-button {
  margin-bottom: 40px;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
}

.es9_correct_balcony .calc_outside_balkon .calc_outside_ico {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 500px) {
  .es9_correct_balcony .calc_outside_balkon .calc_outside_ico {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.es9_correct_balcony .calc_outside_balkon .calc_outside_ico > div {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.es9_correct_balcony .calc_outside_balkon .calc_outside_ico .calc_outside_ico1 {
  background: #E2E0DE;
}

.es9_correct_balcony .calc_outside_balkon .calc_outside_ico .calc_outside_ico2 {
  background: #36A6CF;
}

.es9_correct_balcony .calc_outside_balkon .calc_outside_ico .calc_outside_ico3 {
  background: #F8D5B3;
}

.es9_correct_balcony .calc_outside_balkon .calc_outside_ico .calc_outside_ico4 {
  background: #67993E;
}

.es9_correct_balcony .calc_outside_balkon .calc_outside_ico .calc_outside_ico1_act,
.es9_correct_balcony .calc_outside_balkon .calc_outside_ico .calc_outside_ico2_act,
.es9_correct_balcony .calc_outside_balkon .calc_outside_ico .calc_outside_ico3_act,
.es9_correct_balcony .calc_outside_balkon .calc_outside_ico .calc_outside_ico4_act {
  border: 4px solid #FBC035;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.es9_correct_balcony .calc_outside_balkon .vnotbalzag {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: block;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.es9_correct_balcony .calc_outside_balkon .vnotbalzag:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.es9_correct_balcony .calc_outside_balkon .cold_right {
  display: none;
}

.es9_correct_balcony .calc_outside_balkon .hotcold {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}

.es9_correct_balcony .calc_outside_balkon .hotcold > div {
  height: 100%;
}

.es9_correct_balcony .calc_outside_balkon .hotcold .hot {
  background-image: url(../img/hot_1.jpg);
  background-image: url(../img/popul-vid-ostekl.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1200px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold .hot {
    background-size: cover;
  }
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold .hot {
    background-size: contain;
  }
}

@media only screen and (max-width: 500px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold .hot {
    background-position-y: 0;
  }
}

.es9_correct_balcony .calc_outside_balkon .hotcold .hot div {
  background-image: url(../img/temp_hot.png);
  width: 321px;
  height: 77px;
}

.es9_correct_balcony .calc_outside_balkon .hotcold .cold {
  background-image: url(../img/cold_1.jpg);
  background-image: url(../img/popul-vid-ostekl.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1200px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold .cold {
    background-size: cover;
  }
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold .cold {
    background-size: contain;
  }
}

@media only screen and (max-width: 500px) {
  .es9_correct_balcony .calc_outside_balkon .hotcold .cold {
    background-position-y: 0;
  }
}

.es9_correct_balcony .calc_outside_balkon .hotcold .cold div {
  background-image: url(../img/temp_cold.png);
  width: 321px;
  height: 77px;
}

.es9_correct_balcony .calc_outside_balkon .hotcold .cold_noact, .es9_correct_balcony .calc_outside_balkon .hotcold .hot_noact {
  display: none;
}

.es9_correct_balcony .info {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

.es9_correct_balcony .info span {
  color: #DF0054;
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony .temperatyra {
    margin-right: 8vw;
  }
}

.es10_repairs_balcony {
  background: #FBC035 url(../img/repairs_bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 584px;
  padding: 40px 0;
}

.es10_repairs_balcony .repairs-wrapper {
  background: #FFFFFF;
  opacity: 0.8;
  padding: 20px 20px 14px;
  width: 558px;
  min-height: 504px;
}

@media only screen and (max-width: 992px) {
  .es10_repairs_balcony .repairs-wrapper {
    width: 100%;
  }
}

.es10_repairs_balcony .repairs-wrapper .h2 {
  margin-bottom: 37px;
}

.es10_repairs_balcony .repairs-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 500px) {
  .es10_repairs_balcony .repairs-wrapper .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.es10_repairs_balcony .repairs-wrapper .item::before {
  content: "";
  background: url(../img/accept-circular-button-outline.png) center no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 500px) {
  .es10_repairs_balcony .repairs-wrapper .item::before {
    margin-right: 0;
  }
}

.es10_repairs_balcony .repairs-wrapper .item > div {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.es10_repairs_balcony .repairs-wrapper .item .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.es10_repairs_balcony .repairs-wrapper .item .discount {
  font-weight: bold;
  color: #DD0053;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .es10_repairs_balcony .repairs-wrapper .item .discount {
    min-width: 90px;
    margin-left: 0px;
    text-align: right;
  }
}

.es10_repairs_balcony .repairs-wrapper .item .price {
  margin-left: 10px;
  width: 110px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .es10_repairs_balcony .repairs-wrapper .item .price {
    margin-left: 0;
    min-width: 95px;
  }
}

@media only screen and (max-width: 500px) {
  .es10_repairs_balcony .repairs-wrapper .item .discount, .es10_repairs_balcony .repairs-wrapper .item .price {
    text-align: center;
  }
}

.es10_repairs_balcony .repairs-wrapper p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-top: 30px;
}

.es10_repairs_balcony .repairs-wrapper p span {
  font-size: 32px;
  line-height: 39px;
  font-weight: bold;
  color: #DF0054;
}

.es20_balcony h3 {
  margin-bottom: 11px;
}

.es20_balcony span {
  margin-bottom: 33px;
}

.es20_balcony .time {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 34px;
  color: #000000;
}

.es20_balcony .red-pink-button {
  padding: 11px 24px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.es20_balcony .es17_blockbg {
  margin-bottom: 33px;
}

@media only screen and (max-width: 992px) {
  .es20_balcony .es17_blockbg {
    width: 100%;
    text-align: center;
  }
  .es20_balcony .es17_blockbg .form-group {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

.es20_balcony .es17_girl {
  height: 470px;
  width: 384px;
  right: 3vw;
}

.es20_balcony .div-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.es21_balcony {
  padding: 40px 0;
}

.es21_balcony .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .es21_balcony .flex-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 5%;
  }
}

.es21_balcony .flex-wrapper .item {
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  .es21_balcony .flex-wrapper .item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 250px;
  }
}

.es21_balcony .flex-wrapper .item::before {
  position: relative;
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  z-index: 1;
  margin-right: 13px;
}

.es21_balcony .flex-wrapper .item::after {
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FBC035;
  position: absolute;
  top: 50%;
  left: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.es21_balcony .flex-wrapper .item:nth-child(1):before {
  background-image: url(../img/item1_glass.png);
}

.es21_balcony .flex-wrapper .item:nth-child(2):before {
  background-image: url(../img/item2_customer-support.png);
}

.es21_balcony .flex-wrapper .item:nth-child(3):before {
  background-image: url(../img/item3_antique-balcony.png);
}

.es21_balcony .flex-wrapper .item:nth-child(4):before {
  background-image: url(../img/item4_calculator.png);
}

@media only screen and (max-width: 992px) {
  .es21_balcony .flex-wrapper .item:nth-child(3), .es21_balcony .flex-wrapper .item:nth-child(4) {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 540px) {
  .es21_balcony .flex-wrapper .item:nth-child(3), .es21_balcony .flex-wrapper .item:nth-child(4) {
    margin-top: 0;
  }
}

.finishing_balconies._main {
  background-image: url(../img/accii-bg.jpg);
  margin-bottom: 0;
}

.finishing_balconies._main .es1__pict {
  background-image: url(../img/finishing_balconies_men.png);
  background-position-x: right;
}

.finishing_balconies._main .es1-flex-wrap {
  margin-top: 125px;
}

@media only screen and (max-width: 992px) {
  .finishing_balconies._main .es1-flex-wrap {
    margin-top: 25px;
  }
}

.finishing_balconies._main .es1-flex-wrap .name-abs {
  top: -53%;
  left: 57%;
  text-align: right;
}

.finishing_balconies._main .action-img {
  display: inline-block;
  -webkit-transform: translate(164px, -43px);
          transform: translate(164px, -43px);
}

@media only screen and (max-width: 1200px) {
  .finishing_balconies._main .action-img {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@media only screen and (max-width: 992px) {
  .finishing_balconies._main .action-img img {
    margin-top: 4vh;
  }
}

@media only screen and (max-width: 767px) {
  .finishing_balconies._main .action-img img {
    margin-left: 10vw;
  }
}

.finishing_balconies._main .es1__block {
  margin-top: 33px;
}

.finishing_balconies_calc {
  padding-top: 41px;
  padding-bottom: 88px;
}

.finishing_balconies_calc .h2 {
  margin-bottom: 31px;
}

.finishing_balconies_calc .text {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.finishing_balconies_calc .red-button {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.finishing_balconies_calc .circle.param_no::before {
  background: #EFEFEF url(../img/calc_none.png) no-repeat center center;
}

.finishing_balconies_calc .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
}

.finishing_balconies_calc .flex-wrap > div {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  position: relative;
}

.finishing_balconies_calc .flex-wrap .circle {
  margin-bottom: 40px;
}

.finishing_balconies_calc .flex-wrap-block {
  position: relative;
}

.finishing_balconies_calc .block-right {
  text-align: right;
  top: 0;
  right: 0;
  position: absolute;
  color: #BEBEBE;
}

.finishing_balconies_calc .block-right > div {
  margin-bottom: 20px;
}

.finishing_balconies_calc .block-right div[class*=act] {
  color: #000000;
}

.finishing_balconies_calc .calc_otdelka__left .block-right > * {
  width: 50px;
}

.finishing_balconies_calc .flex-wrap-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 166px;
  margin-bottom: 38px;
}

.finishing_balconies_calc .flex-wrap-mini > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 68px;
  min-width: 68px;
}

.finishing_balconies_calc .flex-wrap-mini .circle {
  margin-bottom: 20px;
}

.finishing_balconies_calc .flex-wrap-mini .circle:before {
  background-position: center;
  background-size: 110px 110px;
}

.finishing_balconies_calc .container-fluid {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.finishing_balconies_calc .container-fluid .circle {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 68px;
  position: relative;
}

.finishing_balconies_calc .container-fluid .circle::before, .finishing_balconies_calc .container-fluid .circle::after {
  content: "";
  width: 68px;
  height: 68px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}

.finishing_balconies_calc .container-fluid .circle::before {
  background-position: center;
  background-repeat: no-repeat;
}

.finishing_balconies_calc .container-fluid .circle span {
  -webkit-transform: translateY(78px);
          transform: translateY(78px);
}

.finishing_balconies_calc .container-fluid .flex-wrap .circle:nth-child(1) {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.finishing_balconies_calc .container-fluid .flex-wrap .circle:nth-child(3) {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.finishing_balconies_calc .container-fluid div[class*=act]::after {
  border: 3px solid #FFC93C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.finishing_balconies_calc .container-fluid .scale::before {
  background-size: 96px 96px;
}

.finishing_balconies_calc .calc_otdelka__right .flex-wrap {
  margin-bottom: 0;
}

.finishing_balconies_calc .tsena_base_bg {
  background: url(/css/../img/calc_otdelka/tsena_base_bg.png) no-repeat center top;
  width: 320px;
  height: 306px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 128px;
  margin: 0 auto;
}

.finishing_balconies_calc .tsena_base_bg > * {
  -webkit-transform: rotate(-9.54deg);
          transform: rotate(-9.54deg);
}

.finishing_balconies_calc .tsena_base_bg .tsena_base_cost {
  font-weight: bold;
  font-size: 68px;
  line-height: 77px;
}

.finishing_balconies_calc .tsena_base_bg .tsena_base_cost::after {
  content: "р";
}

.finishing_balconies_calc .calc_otdelka__center {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.finishing_balconies_calc .calc_otdelka__center > * {
  background-size: cover;
}

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

.finishing_balconies_calc .installment_plan .wrap {
  margin-left: 30px;
}

.finishing_balconies_calc .installment_plan .calc_otdelka__left_2_zag {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 11px;
  color: #000000;
}

.finishing_balconies_calc .installment_plan .calc_otdelka__left_2_text {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__left {
  width: 264px;
  float: left;
}

.finishing_balconies_calc .red-pink-button {
  height: 50px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 29px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin-left: 0;
  width: 100%;
  color: #000;
  white-space: nowrap;
}

.finishing_balconies_calc .form-group {
  width: 100%;
  margin-bottom: 38px;
  margin-right: 0;
}

.finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_1::before {
  background-image: url(../img/calc_otdelka/param_1_1.png);
}

.finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_2::before {
  background-image: url(../img/calc_otdelka/param_1_2.png);
}

.finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_1::before {
  background-image: url(../img/calc_otdelka/param_2_1.png);
}

.finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_2::before {
  background-image: url(../img/calc_otdelka/param_2_2.png);
}

.finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_1::before {
  background-image: url(../img/calc_otdelka/param_3_1.png);
}

.finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_2::before {
  background-image: url(../img/calc_otdelka/param_3_2.png);
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__right {
  width: 264px;
  float: right;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no_a {
  text-align: left;
  padding-left: 30px;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no.param_no_act {
  color: #000;
  border-bottom: 2px dotted #fff;
}

.finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_1::before {
  background-image: url(../img/calc_otdelka/param_4_1_1.png);
}

.finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_2::before {
  background-image: url(../img/calc_otdelka/param_4_1_2.png);
}

.finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_3::before {
  background-image: url(../img/calc_otdelka/param_4_1_3.png);
}

.finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_4::before {
  background-image: url(../img/calc_otdelka/param_4_1_4.png);
}

.finishing_balconies_calc .calc_otdelka .param_4.param_4_2_1::before {
  background-image: url(../img/calc_otdelka/param_4_2_1.png);
}

.finishing_balconies_calc .calc_otdelka .param_4.param_4_2_2::before {
  background-image: url(../img/calc_otdelka/param_4_2_2.png);
}

.finishing_balconies_calc .calc_otdelka .param_4.param_4_2_3::before {
  background-image: url(../img/calc_otdelka/param_4_2_3.png);
}

.finishing_balconies_calc .calc_otdelka .param_4.param_4_2_4::before {
  background-image: url(../img/calc_otdelka/param_4_2_4.png);
}

.finishing_balconies_calc .calc_otdelka .param_4_block_2 {
  display: none;
}

.finishing_balconies_calc .calc_otdelka .param_5.param_5_1::before {
  background-image: url(../img/calc_otdelka/param_5_1.png);
}

.finishing_balconies_calc .calc_otdelka .param_5.param_5_2::before {
  background-image: url(../img/calc_otdelka/param_5_2.png);
}

.finishing_balconies_calc .calc_otdelka .param_5.param_5_3::before {
  background-image: url(../img/calc_otdelka/param_5_3.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_1_1::before {
  background-image: url(../img/calc_otdelka/param_6_1_1.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_1_2::before {
  background-image: url(../img/calc_otdelka/param_6_1_2.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_1_3::before {
  background-image: url(../img/calc_otdelka/param_6_1_3.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_1_4::before {
  background-image: url(../img/calc_otdelka/param_6_1_4.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_2_1::before {
  background-image: url(../img/calc_otdelka/param_6_2_1.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_2_2::before {
  background-image: url(../img/calc_otdelka/param_6_2_2.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_2_3::before {
  background-image: url(../img/calc_otdelka/param_6_2_3.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_2_4::before {
  background-image: url(../img/calc_otdelka/param_6_2_4.png);
}

.finishing_balconies_calc .calc_otdelka .param_6.param_6_3_1::before {
  background-image: url(../img/calc_otdelka/param_6_3_1.png);
}

.finishing_balconies_calc .calc_otdelka .param_6_link.param_6_link_act {
  color: #0d0d0d;
  border-bottom: 2px dotted #fff;
  cursor: text;
}

.finishing_balconies_calc .calc_otdelka .param_6_block_2, .finishing_balconies_calc .calc_otdelka .param_6_block_3 {
  display: none;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__center {
  width: 578px;
  height: 900px;
  margin-left: 280px;
  position: relative;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4_no, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6_no {
  width: 578px;
  height: 683px;
  position: absolute;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova {
  background: url(../img/calc_otdelka/calc_osnova.png);
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1 {
  background: url(../img/calc_otdelka/calc_1_1.png);
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2 {
  background: url(../img/calc_otdelka/calc_2_no.png);
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4 {
  background: url(../img/calc_otdelka/calc_4_1_1.png);
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6 {
  background: url(../img/calc_otdelka/calc_6_1_1.png);
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__center .tsena_base_bg_block {
  padding-top: 661px;
  position: relative;
  margin-left: 83px;
}

.finishing_balconies_calc .calc_otdelka .plash_line_1 {
  width: 48px;
  height: 48px;
  position: absolute;
  background: url(../img/calc_otdelka/plash_line_1.png);
  margin: 28px 0px 0px 270px;
  z-index: 1;
}

.finishing_balconies_calc .calc_otdelka .plash_line_2 {
  width: 95px;
  height: 36px;
  position: absolute;
  background: url(../img/calc_otdelka/plash_line_2.png);
  margin: 0px 0px 0px 270px;
  z-index: 1;
}

.finishing_balconies_calc .calc_otdelka .plash_line_3 {
  width: 74px;
  height: 44px;
  position: absolute;
  background: url(../img/calc_otdelka/plash_line_3.png);
  margin: 27px 0px 0px 270px;
  z-index: 1;
}

.finishing_balconies_calc .calc_otdelka .plash_line_5 {
  width: 217px;
  height: 118px;
  position: absolute;
  background: url(../img/calc_otdelka/plash_line_5.png);
  margin: 27px 0px 0px -235px;
  z-index: 1;
}

.finishing_balconies_calc .calc_otdelka .plash_line_6 {
  width: 185px;
  height: 87px;
  position: absolute;
  background: url(../img/calc_otdelka/plash_line_6.png);
  margin: 27px 0px 0px -200px;
  z-index: 1;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__left_2 {
  width: 390px;
  float: left;
  margin-top: -140px;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 {
  width: 340px;
  float: right;
  margin-top: -140px;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg {
  width: 349px;
  height: 55px;
  background: url(../img/calc_otdelka/input_bg.png) no-repeat center center;
  margin-bottom: 10px;
}

.finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg input {
  width: 295px;
  height: 40px;
  margin: 6px 0px 0px 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.2em;
  background: none;
  border: 0px;
}

@media only screen and (max-width: 1200px) {
  .finishing_balconies_calc .calc_otdelka__zag {
    text-align: center;
    font-size: 4.9em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .finishing_balconies_calc .calc_otdelka__text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    margin-bottom: 60px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__left {
    width: 250px;
    float: left;
  }
  .finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_1::before {
    background-image: url(../img/calc_otdelka/param_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_2::before {
    background-image: url(../img/calc_otdelka/param_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_1::before {
    background-image: url(../img/calc_otdelka/param_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_2::before {
    background-image: url(../img/calc_otdelka/param_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_1::before {
    background-image: url(../img/calc_otdelka/param_3_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_2::before {
    background-image: url(../img/calc_otdelka/param_3_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right {
    width: 250px;
    float: right;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no_a {
    text-align: left;
    padding-left: 30px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no.param_no_act {
    color: #000;
    border-bottom: 2px dotted #fff;
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_1::before {
    background-image: url(../img/calc_otdelka/param_4_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_2::before {
    background-image: url(../img/calc_otdelka/param_4_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_3::before {
    background-image: url(../img/calc_otdelka/param_4_1_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_4::before {
    background-image: url(../img/calc_otdelka/param_4_1_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_1::before {
    background-image: url(../img/calc_otdelka/param_4_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_2::before {
    background-image: url(../img/calc_otdelka/param_4_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_3::before {
    background-image: url(../img/calc_otdelka/param_4_2_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_4::before {
    background-image: url(../img/calc_otdelka/param_4_2_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_4_link.param_4_link_act {
    color: #0d0d0d;
    border-bottom: 0px dotted #fff;
    cursor: text;
  }
  .finishing_balconies_calc .calc_otdelka .param_4_block_2 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_1::before {
    background-image: url(../img/calc_otdelka/param_5_1_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_2::before {
    background-image: url(../img/calc_otdelka/param_5_2_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_3::before {
    background-image: url(../img/calc_otdelka/param_5_3_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_1::before {
    background-image: url(../img/calc_otdelka/param_6_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_2::before {
    background-image: url(../img/calc_otdelka/param_6_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_3::before {
    background-image: url(../img/calc_otdelka/param_6_1_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_4::before {
    background-image: url(../img/calc_otdelka/param_6_1_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_1::before {
    background-image: url(../img/calc_otdelka/param_6_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_2::before {
    background-image: url(../img/calc_otdelka/param_6_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_3::before {
    background-image: url(../img/calc_otdelka/param_6_2_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_4::before {
    background-image: url(../img/calc_otdelka/param_6_2_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_3_1::before {
    background-image: url(../img/calc_otdelka/param_6_3_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_6_link.param_6_link_act {
    color: #0d0d0d;
    border-bottom: 0px dotted #fff;
    cursor: text;
  }
  .finishing_balconies_calc .calc_otdelka .param_6_block_2, .finishing_balconies_calc .calc_otdelka .param_6_block_3 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center {
    width: 460px;
    height: 920px;
    margin-left: 230px;
    position: relative;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4_no, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6_no {
    width: 460px;
    height: 544px;
    position: absolute;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova {
    background: url(../img/calc_otdelka/calc_osnova.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1 {
    background: url(../img/calc_otdelka/calc_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2 {
    background: url(../img/calc_otdelka/calc_2_no.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3 {
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4 {
    background: url(../img/calc_otdelka/calc_4_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5 {
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6 {
    background: url(../img/calc_otdelka/calc_6_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .tsena_base_bg_block {
    padding-top: 544px;
    position: relative;
  }
  .finishing_balconies_calc .calc_otdelka .plash_line_1, .finishing_balconies_calc .calc_otdelka .plash_line_2, .finishing_balconies_calc .calc_otdelka .plash_line_3, .finishing_balconies_calc .calc_otdelka .plash_line_4, .finishing_balconies_calc .calc_otdelka .plash_line_5, .finishing_balconies_calc .calc_otdelka .plash_line_6 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__left_2 {
    width: 390px;
    float: left;
    margin-top: -140px;
    margin-left: 20px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 {
    width: 340px;
    float: right;
    margin-top: -140px;
    margin-right: 20px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg {
    width: 349px;
    height: 55px;
    background: url(../img/calc_otdelka/input_bg.png) no-repeat center center;
    margin-bottom: 10px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg input {
    width: 295px;
    height: 40px;
    margin: 6px 0px 0px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    background: none;
    border: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .finishing_balconies_calc .calc_otdelka__zag {
    text-align: center;
    font-size: 4em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .finishing_balconies_calc .calc_otdelka__text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
    margin-bottom: 60px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__left {
    width: 250px;
    float: left;
    margin-bottom: 30px;
  }
  .finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_1::before {
    background-image: url(../img/calc_otdelka/param_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_2::before {
    background-image: url(../img/calc_otdelka/param_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_1::before {
    background-image: url(../img/calc_otdelka/param_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_2::before {
    background-image: url(../img/calc_otdelka/param_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_1::before {
    background-image: url(../img/calc_otdelka/param_3_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_2::before {
    background-image: url(../img/calc_otdelka/param_3_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right {
    width: 250px;
    float: right;
    margin-bottom: 30px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no_a {
    text-align: left;
    padding-left: 30px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no.param_no_act {
    color: #000;
    border-bottom: 2px dotted #fff;
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_1::before {
    background-image: url(../img/calc_otdelka/param_4_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_2::before {
    background-image: url(../img/calc_otdelka/param_4_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_3::before {
    background-image: url(../img/calc_otdelka/param_4_1_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_4::before {
    background-image: url(../img/calc_otdelka/param_4_1_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_1::before {
    background-image: url(../img/calc_otdelka/param_4_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_2::before {
    background-image: url(../img/calc_otdelka/param_4_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_3::before {
    background-image: url(../img/calc_otdelka/param_4_2_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_4::before {
    background-image: url(../img/calc_otdelka/param_4_2_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4_link.param_4_link_act {
    color: #0d0d0d;
    border-bottom: 0px dotted #fff;
    cursor: text;
  }
  .finishing_balconies_calc .calc_otdelka .param_4_block_2 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_1::before {
    background-image: url(../img/calc_otdelka/param_5_1_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_2::before {
    background-image: url(../img/calc_otdelka/param_5_2_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_3::before {
    background-image: url(../img/calc_otdelka/param_5_3_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_1::before {
    background-image: url(../img/calc_otdelka/param_6_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_2::before {
    background-image: url(../img/calc_otdelka/param_6_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_3::before {
    background-image: url(../img/calc_otdelka/param_6_1_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_4::before {
    background-image: url(../img/calc_otdelka/param_6_1_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_1::before {
    background-image: url(../img/calc_otdelka/param_6_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_2::before {
    background-image: url(../img/calc_otdelka/param_6_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_3::before {
    background-image: url(../img/calc_otdelka/param_6_2_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_4::before {
    background-image: url(../img/calc_otdelka/param_6_2_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_3_1::before {
    background-image: url(../img/calc_otdelka/param_6_3_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6_link.param_6_link_act {
    color: #0d0d0d;
    border-bottom: 0px dotted #fff;
    cursor: text;
  }
  .finishing_balconies_calc .calc_otdelka .param_6_block_2, .finishing_balconies_calc .calc_otdelka .param_6_block_3 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center {
    width: 460px;
    height: auto;
    margin: 0px auto 0 auto;
    position: relative;
    clear: both;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4_no, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6_no {
    width: 460px;
    height: 544px;
    position: absolute;
    margin-left: -40px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova {
    background: url(../img/calc_otdelka/calc_osnova.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1 {
    background: url(../img/calc_otdelka/calc_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2 {
    background: url(../img/calc_otdelka/calc_2_no.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3 {
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4 {
    background: url(../img/calc_otdelka/calc_4_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5 {
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6 {
    background: url(../img/calc_otdelka/calc_6_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .tsena_base_bg_block {
    padding-top: 544px;
    position: relative;
  }
  .finishing_balconies_calc .calc_otdelka .plash_line_1, .finishing_balconies_calc .calc_otdelka .plash_line_2, .finishing_balconies_calc .calc_otdelka .plash_line_3, .finishing_balconies_calc .calc_otdelka .plash_line_4, .finishing_balconies_calc .calc_otdelka .plash_line_5, .finishing_balconies_calc .calc_otdelka .plash_line_6 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__left_2 {
    width: 80%;
    float: none;
    margin-top: 0px;
    margin-left: 0px;
    clear: both;
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 {
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-right: 0px;
    text-align: center;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg {
    width: 340px;
    height: 55px;
    background: url(../img/calc_otdelka/input_bg.png) no-repeat center center;
    margin: 0px auto 10px auto;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg input {
    width: 295px;
    height: 40px;
    margin: 6px 0px 0px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    background: none;
    border: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .finishing_balconies_calc .calc_otdelka__zag {
    text-align: center;
    font-size: 3.6em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .finishing_balconies_calc .calc_otdelka__text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
    margin-bottom: 60px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__left {
    width: 250px;
    float: none;
    margin: 0 auto 0px auto;
  }
  .finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_1::before {
    background-image: url(../img/calc_otdelka/param_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_2::before {
    background-image: url(../img/calc_otdelka/param_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_1::before {
    background-image: url(../img/calc_otdelka/param_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_2::before {
    background-image: url(../img/calc_otdelka/param_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_1::before {
    background-image: url(../img/calc_otdelka/param_3_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_2::before {
    background-image: url(../img/calc_otdelka/param_3_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right {
    width: 250px;
    float: none;
    margin: 0 auto 0px auto;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no_a {
    text-align: left;
    padding-left: 30px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no.param_no_act {
    color: #000;
    border-bottom: 2px dotted #fff;
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_1::before {
    background-image: url(../img/calc_otdelka/param_4_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_2::before {
    background-image: url(../img/calc_otdelka/param_4_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_3::before {
    background-image: url(../img/calc_otdelka/param_4_1_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_4::before {
    background-image: url(../img/calc_otdelka/param_4_1_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_1::before {
    background-image: url(../img/calc_otdelka/param_4_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_2::before {
    background-image: url(../img/calc_otdelka/param_4_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_3::before {
    background-image: url(../img/calc_otdelka/param_4_2_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_4::before {
    background-image: url(../img/calc_otdelka/param_4_2_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4_link.param_4_link_act {
    color: #0d0d0d;
    border-bottom: 0px dotted #fff;
    cursor: text;
  }
  .finishing_balconies_calc .calc_otdelka .param_4_block_2 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_1::before {
    background-image: url(../img/calc_otdelka/param_5_1_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_2::before {
    background-image: url(../img/calc_otdelka/param_5_2_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_3::before {
    background-image: url(../img/calc_otdelka/param_5_3_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_1::before {
    background-image: url(../img/calc_otdelka/param_6_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_2::before {
    background-image: url(../img/calc_otdelka/param_6_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_3::before {
    background-image: url(../img/calc_otdelka/param_6_1_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_4::before {
    background-image: url(../img/calc_otdelka/param_6_1_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_1::before {
    background-image: url(../img/calc_otdelka/param_6_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_2::before {
    background-image: url(../img/calc_otdelka/param_6_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_3::before {
    background-image: url(../img/calc_otdelka/param_6_2_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_4::before {
    background-image: url(../img/calc_otdelka/param_6_2_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_3_1::before {
    background-image: url(../img/calc_otdelka/param_6_3_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6_link.param_6_link_act {
    color: #0d0d0d;
    border-bottom: 0px dotted #fff;
    cursor: text;
  }
  .finishing_balconies_calc .calc_otdelka .param_6_block_2, .finishing_balconies_calc .calc_otdelka .param_6_block_3 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center {
    width: 460px;
    height: auto;
    margin: 0px auto 0 auto;
    position: relative;
    clear: both;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4_no, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6_no {
    width: 460px;
    height: 544px;
    position: absolute;
    margin-left: -40px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova {
    background: url(../img/calc_otdelka/calc_osnova.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1 {
    background: url(../img/calc_otdelka/calc_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2 {
    background: url(../img/calc_otdelka/calc_2_no.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3 {
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4 {
    background: url(../img/calc_otdelka/calc_4_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5 {
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6 {
    background: url(../img/calc_otdelka/calc_6_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .tsena_base_bg_block {
    padding-top: 544px;
    position: relative;
  }
  .finishing_balconies_calc .calc_otdelka .plash_line_1, .finishing_balconies_calc .calc_otdelka .plash_line_2, .finishing_balconies_calc .calc_otdelka .plash_line_3, .finishing_balconies_calc .calc_otdelka .plash_line_4, .finishing_balconies_calc .calc_otdelka .plash_line_5, .finishing_balconies_calc .calc_otdelka .plash_line_6 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__left_2 {
    width: 80%;
    float: none;
    margin-top: 0px;
    margin-left: 0px;
    clear: both;
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 {
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-right: 0px;
    text-align: center;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg {
    width: 260px;
    height: 55px;
    background: url(../img/calc_otdelka/input_bg_260.png) no-repeat center center;
    margin: 0px auto 10px auto;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg input {
    width: 190px;
    height: 40px;
    margin: 6px 0px 0px 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    background: none;
    border: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .finishing_balconies_calc .calc_otdelka__zag {
    text-align: center;
    font-size: 3.6em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .finishing_balconies_calc .calc_otdelka__text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
    margin-bottom: 60px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__left {
    width: 250px;
    float: none;
    margin: 0 auto 0px auto;
  }
  .finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_1::before {
    background-image: url(../img/calc_otdelka/param_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .balcony_roof .param_1.param_1_2::before {
    background-image: url(../img/calc_otdelka/param_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_1::before {
    background-image: url(../img/calc_otdelka/param_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .glazing_type .param_2.param_2_2::before {
    background-image: url(../img/calc_otdelka/param_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_1::before {
    background-image: url(../img/calc_otdelka/param_3_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .exterior_finish .param_3.param_3_2::before {
    background-image: url(../img/calc_otdelka/param_3_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right {
    width: 250px;
    float: none;
    margin: 0 auto 0px auto;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no_a {
    text-align: left;
    padding-left: 30px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_no.param_no_act {
    color: #000;
    border-bottom: 2px dotted #fff;
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_1::before {
    background-image: url(../img/calc_otdelka/param_4_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_2::before {
    background-image: url(../img/calc_otdelka/param_4_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_3::before {
    background-image: url(../img/calc_otdelka/param_4_1_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .wall_decoration .param_4.param_4_1_4::before {
    background-image: url(../img/calc_otdelka/param_4_1_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_1::before {
    background-image: url(../img/calc_otdelka/param_4_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_2::before {
    background-image: url(../img/calc_otdelka/param_4_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_3::before {
    background-image: url(../img/calc_otdelka/param_4_2_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_4.param_4_2_4::before {
    background-image: url(../img/calc_otdelka/param_4_2_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_4_link.param_4_link_act {
    color: #0d0d0d;
    border-bottom: 0px dotted #fff;
    cursor: text;
  }
  .finishing_balconies_calc .calc_otdelka .param_4_block_2 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_1::before {
    background-image: url(../img/calc_otdelka/param_5_1_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_2::before {
    background-image: url(../img/calc_otdelka/param_5_2_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_5.param_5_3::before {
    background-image: url(../img/calc_otdelka/param_5_3_.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_1::before {
    background-image: url(../img/calc_otdelka/param_6_1_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_2::before {
    background-image: url(../img/calc_otdelka/param_6_1_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_3::before {
    background-image: url(../img/calc_otdelka/param_6_1_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_1_4::before {
    background-image: url(../img/calc_otdelka/param_6_1_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_1::before {
    background-image: url(../img/calc_otdelka/param_6_2_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_2::before {
    background-image: url(../img/calc_otdelka/param_6_2_2.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_3::before {
    background-image: url(../img/calc_otdelka/param_6_2_3.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_2_4::before {
    background-image: url(../img/calc_otdelka/param_6_2_4.png);
  }
  .finishing_balconies_calc .calc_otdelka .param_6.param_6_3_1::before {
    background-image: url(../img/calc_otdelka/param_6_3_1.png);
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right .param_6_link.param_6_link_act {
    color: #0d0d0d;
    border-bottom: 0px dotted #fff;
    cursor: text;
  }
  .finishing_balconies_calc .calc_otdelka .param_6_block_2, .finishing_balconies_calc .calc_otdelka .param_6_block_3 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center {
    width: 280px;
    height: auto;
    margin: 0px auto 0 auto;
    position: relative;
    clear: both;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4_no, .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6_no {
    width: 280px;
    height: 331px;
    position: absolute;
    margin-left: -20px;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_osnova {
    background: url(../img/calc_otdelka/calc_osnova.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_1 {
    background: url(../img/calc_otdelka/calc_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_2 {
    background: url(../img/calc_otdelka/calc_2_no.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_3 {
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_4 {
    background: url(../img/calc_otdelka/calc_4_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_5 {
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .calc_6 {
    background: url(../img/calc_otdelka/calc_6_1_1.png);
    background-size: cover;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__center .tsena_base_bg_block {
    padding-top: 331px;
    position: relative;
  }
  .finishing_balconies_calc .calc_otdelka .plash_line_1, .finishing_balconies_calc .calc_otdelka .plash_line_2, .finishing_balconies_calc .calc_otdelka .plash_line_3, .finishing_balconies_calc .calc_otdelka .plash_line_4, .finishing_balconies_calc .calc_otdelka .plash_line_5, .finishing_balconies_calc .calc_otdelka .plash_line_6 {
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__left_2 {
    width: 80%;
    float: none;
    margin-top: 0px;
    margin-left: 0px;
    clear: both;
    display: none;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 {
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-right: 0px;
    text-align: center;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg {
    width: 260px;
    height: 55px;
    background: url(../img/calc_otdelka/input_bg_260.png) no-repeat center center;
    margin: 0px auto 10px auto;
  }
  .finishing_balconies_calc .calc_otdelka .calc_otdelka__right_2 .input_bg input {
    width: 190px;
    height: 40px;
    margin: 6px 0px 0px 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    background: none;
    border: 0px;
  }
}

.tab-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-block .wrap-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}

.tab-block .wrap-tabs .tabs .tab {
  font-size: 24px;
  line-height: 29px;
  width: 200px;
  height: 40px;
  color: #000000;
  background: #EDEDED;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-block .wrap-tabs .tabs .tab.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
}

.tab-block .wrap-tabs .content .tab-content {
  display: none;
}

.tab-block .wrap-tabs .content .tab-content.active {
  display: block;
}

.tab-block .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.tab-block .img-right {
  display: inline-block;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 10px;
}

.tab-block .text {
  max-width: 359px;
  font-size: 24px;
  line-height: 29px;
  margin-right: 42px;
  color: #000000;
}

.tab-block .price {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 420px;
  height: 205px;
  background-image: url(../img/price_bg.png);
  background-image: url(../img/price_bg2.png);
}

.tab-block .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  width: 334px;
  color: #000;
  margin-left: 20px;
  margin-top: 135px;
}

.price_2018 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.calc_block h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
}

.calc_block .b-calc2 {
  padding-top: 40px;
}

.calc_block .b-calc-bg {
  background: none;
  margin: auto;
}

.calc_block .b-calc__wrapper .b-calc__ul_onoff li {
  margin-right: 21px;
}

.calc_block .b-calc__ul_onoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1201px) {
  .calc_block .b-calc__ul_onoff {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.calc_block .b-calc__ul_onoff li {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  /* identical to box height */
  text-align: center;
  color: #DD0053;
}

.calc_block .b-calc__ul_onoff li a {
  color: #9A9A9A;
}

.calc_block .b-calc__ul_onoff .perekluchatel {
  width: 80px;
  height: 30px;
  position: relative;
  background: #FBC035;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: block;
}

.calc_block .b-calc__ul_onoff .perekluchatel::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.calc_block .b-calc__wrapper .actii_calc {
  width: 619px;
  height: 80px;
}

@media only screen and (max-width: 1201px) {
  .calc_block .b-calc__wrapper .actii_calc {
    margin-left: auto;
    margin-right: auto;
    max-width: 619px;
    width: 100%;
    height: auto;
  }
}

.calc_block .actii_calc {
  float: right;
}

@media only screen and (max-width: 1201px) {
  .calc_block .actii_calc {
    float: none;
    margin-bottom: 20px;
  }
}

.calc_block p.flex {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

.calc_block p.flex span {
  width: 40px;
  height: 40px;
  background: #DD0053;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  margin-right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calc_block .tabletipokna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.calc_block .tabletipokna .tip-baase {
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2vw;
}

.calc_block .tipbalk1 {
  background-image: url(../img/calc/balk/b1.png);
  width: 47px;
  height: 74px;
}

.calc_block .tipbalk1.okact, .calc_block .tipbalk1:hover {
  background-image: url(../img/calc/balk/b1_act.png);
}

.calc_block .tipbalk2 {
  background-image: url(../img/calc/balk/b2.png);
  width: 47px;
  height: 74px;
}

.calc_block .tipbalk2.okact, .calc_block .tipbalk2:hover {
  background-image: url(../img/calc/balk/b2_act.png);
}

.calc_block .tipbalk3 {
  background-image: url(../img/calc/balk/b3.png);
  width: 47px;
  height: 74px;
}

.calc_block .tipbalk3.okact, .calc_block .tipbalk3:hover {
  background-image: url(../img/calc/balk/b3_act.png);
}

.calc_block .tipbalk4 {
  background-image: url(../img/calc/balk/b4.png);
  width: 84px;
  height: 74px;
}

.calc_block .tipbalk4.okact, .calc_block .tipbalk4:hover {
  background-image: url(../img/calc/balk/b4_act.png);
}

.calc_block .tipbalk5 {
  background-image: url(../img/calc/balk/b5.png);
  width: 84px;
  height: 74px;
}

.calc_block .tipbalk5.okact, .calc_block .tipbalk5:hover {
  background-image: url(../img/calc/balk/b5_act.png);
}

.calc_block .tipbalk6 {
  background-image: url(../img/calc/balk/b6.png);
  width: 84px;
  height: 74px;
}

.calc_block .tipbalk6.okact, .calc_block .tipbalk6:hover {
  background-image: url(../img/calc/balk/b6_act.png);
}

.calc_block .tipbalk7 {
  background-image: url(../img/calc/balk/b7.png);
  width: 84px;
  height: 74px;
}

.calc_block .tipbalk7.okact, .calc_block .tipbalk7:hover {
  background-image: url(../img/calc/balk/b7_act.png);
}

.calc_block .Costhor11_block,
.calc_block .Costver11_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.calc_block .Costhor11_block input,
.calc_block .Costver11_block input {
  width: 106px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 24px;
  line-height: 29px;
  padding-left: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.calc_block .Costhor11_block::before,
.calc_block .Costver11_block::before {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  min-width: 110px;
  color: #000000;
}

.calc_block .Costhor11_block::after,
.calc_block .Costver11_block::after {
  content: "см";
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.calc_block .Costhor11_block::before {
  content: "Ширина";
}

.calc_block .Costver11_block::before {
  content: "Высота";
}

.calc_block .ui-slider-range {
  display: none;
}

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

.calc_block .wrapper_oknofull > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.calc_block .basechek {
  background: #EDEDED;
  border-radius: 5px;
  padding: 39px 45px;
  max-width: 558px;
}

.calc_block .flex-wrapper-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 55px;
}

.calc_block .flex-wrapper-line .basechek__zag {
  font-weight: bold;
  min-width: 261px;
  margin-right: 8px;
}

.calc_block .flex-wrapper-line .yes {
  margin-right: 30px;
}

.calc_block .flex-wrapper-line:last-child {
  margin-bottom: 0;
}

.calc_block .tipoknachek,
.calc_block .tipoknachekact {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}

.calc_block .tipoknachekact::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #FBC035;
  border-radius: 20px;
}

.calc_block .block_econom_text {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 14px;
}

.calc_block .block_econom_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#FBC035), to(#F2AD27));
  background: linear-gradient(180deg, #FBC035 0%, #F2AD27 100%);
  border-radius: 5px;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 8px 10px;
  display: inline-block;
}

.calc_block .block_econom_bg > span {
  color: #000;
}

.calc_block .basetsena {
  width: 525px;
  height: 173px;
  background-image: url(../img/calc_accii_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: right;
  padding-top: 19px;
  padding-right: 20px;
  -webkit-transform: translate(6px, 10px);
          transform: translate(6px, 10px);
}

.calc_block .basetsena::before {
  content: "";
  position: absolute;
  top: -88px;
  left: -180px;
  width: 226px;
  height: 188.58px;
  -webkit-transform: rotate(-6.27deg);
          transform: rotate(-6.27deg);
  background-image: url(../img/verevocka.png);
}

@media only screen and (max-width: 1200px) {
  .calc_block .basetsena::before {
    display: none;
  }
}

.calc_block .basetsena .tsena_base_cost {
  font-size: 96px;
  line-height: 97px;
}

.calc_block .basetsena .costonsale {
  margin-right: 10px;
}

.calc_block .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.calc_block .calc_rassr {
  background: #EDEDED;
  border-radius: 5px;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  min-height: 78px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.calc_block .calc_rassr .credd {
  margin-right: 20px;
}

.calc_block .calc_rassr .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015B77));
  background: linear-gradient(180deg, #1B809D 0%, #015B77 100%);
}

.es7_new_temp {
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #015B77;
  color: #fff;
}

.es7_new_temp .sketch .sketch-text,
.es7_new_temp .text, .es7_new_temp p {
  color: #fff;
}

.es7_new_temp .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  color: #000;
}

.contact-wrap-balcon .flex-container .block-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 12px;
}

.contact-wrap-balcon .flex-container .block-item .item .head {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
}

.contact-wrap-balcon .flex-container .block-item .item-main div {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
}

.contact-wrap-balcon .flex-container .block-item .item-main .tel {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #DD0053;
}

.contact-wrap-balcon .flex-container .block-item .item-main .email {
  font-size: 24px;
  line-height: 29px;
  color: #AAAAAA;
}

.accii_temp.finishing_balconies {
  background-color: #fff;
  background-image: url(../img/accii-bg2.jpg);
}

.aktsii-wrap .h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
}

.aktsii-wrap .h3 span {
  white-space: nowrap;
}

.aktsii-wrap .h3 + p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-bottom: 77px;
}

.aktsii-wrap .action-item .item-text .h4 > span {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}

.rassr_balcons.rassr_bg.es1 {
  background-image: url(../img/rassr_balcons.jpg);
}

.rassr_balcons.rassr_bg.es1 .decor_0 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 500px) {
  .rassr_balcons.rassr_bg.es1 .decor_0 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rassr_balcons.rassr_bg.es1 .decor_0::after {
  content: "0%";
  font-weight: bold;
  font-size: 96px;
  line-height: 90px;
  text-transform: uppercase;
  color: #DD0053;
  padding-left: 15px;
}

.rassr_balcons.rassr_bg.es1 .text {
  max-width: 445px;
}

.rassr_balcons.rassr_bg.es1 .es1__block {
  padding-bottom: 26px;
}

.rassr_balcons.rassr_bg.es1 .es1__block {
  background: -webkit-gradient(linear, left top, right top, color-stop(68.11%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 68.11%, rgba(255, 255, 255, 0) 100%);
  max-width: 559px;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 20px;
}

.rast_windownow_bg.rast_windownow_bg_gerl .b_windownow__btn {
  min-width: 320px;
}

.b_windownow_bg_temp2 {
  background-color: #015A76;
  color: #fff;
}

.b_windownow_bg_temp2 h4,
.b_windownow_bg_temp2 .b_windownow_text p {
  color: #fff;
}

.b_windownow_bg_temp2 a.b_windownow__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  color: #000;
  height: 50px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  height: auto;
}

.b_windownow_bg_temp2 .flex-container {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.es1_doors.es1 {
  position: relative;
  background-image: none;
  background-size: auto;
  background-position-x: right;
  min-height: auto;
  padding-bottom: 27px;
}

.es1_doors.es1::before {
  content: "";
  /*background: linear-gradient(90deg, #FFFFFF 80.7%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 40vw;
        z-index: 1;*/
}

.es1_doors.es1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/es1_bg_dveri.jpg);
  background-position-x: right;
  height: 100%;
  width: 67vw;
  background-size: cover;
}

.es1_doors.es1 h1 {
  font-weight: bold;
  font-size: 72px;
  line-height: 88px;
  color: #000000;
  margin-top: 32px;
}

.es1_doors.es1 h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #000000;
  margin-bottom: 50px;
}

.es1_doors.es1 .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  margin-bottom: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #fff;
}

.es1_doors.es1 .flex-item img {
  margin-right: 12px;
}

.es1_doors.es1 .es1-menu-wrapper {
  margin-bottom: 33px;
}

.es1_doors.es1 .garantii100 {
  width: 110px;
  height: 110px;
  background-image: url(../img/garantii100.png);
  background-size: cover;
  -webkit-transform: translateX(-28px);
          transform: translateX(-28px);
  margin-right: -17px;
}

.es1_doors.es1 .es1_skidka__block {
  width: auto;
  margin-left: 20px;
}

.es1_doors.es1 .es1_skidka__block_item {
  padding-right: 7px;
}

.es2.es2_doors .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left {
  max-width: 103px;
}

.es2.es2_doors .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right.rab-day {
  font-size: 32px;
  line-height: 39px;
  white-space: normal;
}

.es2.es2_doors .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right.rab-day::after {
  content: "рабочих   дней";
  font-size: 12px;
  line-height: 15px;
  max-width: 60px;
  color: #DD0053;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}

.es2.es2_doors .es2_block .es2_okna .es2_okna_row .es2_okna_row_right.rab-day {
  font-size: 32px;
  line-height: 39px;
}

.es2.es2_doors .es2_block .es2_okna .es2_okna_row .es2_okna_row_right.rab-day::after {
  content: "рабочих   дней";
  font-size: 12px;
  line-height: 15px;
  max-width: 60px;
  color: #000000;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}

.es2.es2_doors .es2_block .iosslider_2 {
  height: 340px !important;
}

.es6_doors {
  color: #fff;
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #015B77;
  margin-bottom: 40px;
}

.es6_doors p {
  color: #fff;
}

.block-doors {
  padding-bottom: 40px;
}

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

@media only screen and (max-width: 1200px) {
  .block-doors .flex-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-doors p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

.block-doors p .red-button {
  min-width: 220px;
  margin-left: 25px;
}

.block-doors .flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.block-doors .flex-item .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), color-stop(76.19%, #F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 76.19%);
  max-width: 362px;
  width: 100%;
  height: 44px;
  color: #000000;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 14px;
}

.block-doors .flex-item .red-button::before {
  content: "";
  left: 50%;
  top: 100%;
  display: block;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 0 11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-color: #F3AE29 transparent transparent transparent;
}

.block-doors .block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.block-doors .block-price .price {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height */
  text-align: center;
  color: #E21F69;
}

.block-doors .block-price .savings {
  background-image: url(../img/savings-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  width: 174px;
  height: 53px;
  margin-left: -19px;
  padding-right: 14px;
  padding-top: 9px;
}

.block-doors .block-price .savings span {
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #FFFFFF;
}

.block-doors .block-price .savings span + span {
  font-size: 26px;
  line-height: 26px;
}

.center-menu-wrapper {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 48px;
}

.center-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #EDEDED;
  border-radius: 5px;
}

.center-menu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 7px;
}

.center-menu .item p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}

.center-menu .item img {
  margin-right: 20px;
}

.form-group-wrapper {
  background-image: url(../img/bg-1.jpg);
  padding-top: 39px;
  padding-bottom: 40px;
}

.form-group-wrapper .form-group-men {
  background-image: url(../img/men-img.png);
}

.form-group-wrapper .form-group-email {
  background-image: url(../img/email-img.png);
}

.form-group-wrapper .form-group-phone {
  background-image: url(../img/phonemini-img.png);
}

.form-group-wrapper .h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000;
}

.form-group-wrapper .div-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 20px 20px;
  background-color: #fff;
  min-width: 402px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .form-group-wrapper .div-form {
    min-width: 100%;
  }
}

.form-group-wrapper .red-button {
  width: 274px;
}

.form-group-wrapper .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .form-group-wrapper .h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form-group-wrapper .h2 span {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015A76));
  background: linear-gradient(180deg, #1B809D 0%, #015A76 100%);
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  padding: 11px 23px 10px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 216px;
  margin-left: 17px;
}

.form-group-wrapper .form-group {
  margin-right: 0;
  width: 100%;
  margin-bottom: 40px;
}

.form-group-wrapper .form-group:last-child {
  margin-bottom: 33px;
}

.slider_doors_wrapper {
  padding: 40px 0;
}

.slider_doors_wrapper .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  color: #000;
}

.slider_doors_wrapper .box1 .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#DF0054), to(#A3003D));
  background: linear-gradient(180deg, #DF0054 0%, #A3003D 100%);
  border-radius: 22px 22px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding-bottom: 3px;
  padding-top: 4px;
}

.slider_doors_wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_doors_wrapper .slick-list {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.slider_doors_wrapper .slider_doors_js {
  height: 409px;
  margin-bottom: 40px;
}

.slider_doors_wrapper .slick-arrow {
  width: 45px;
  height: 45px;
  background: #FBC035;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.slider_doors_wrapper .slick-arrow::before {
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow-point-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  display: block;
  top: 0;
  left: 0;
}

.slider_doors_wrapper .slick-arrow:first-child::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -2px;
}

.slider_doors_wrapper .slick-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slider_doors_wrapper .slick-active {
  -webkit-transform: scale(0.8) translateX(25px);
          transform: scale(0.8) translateX(25px);
}

.slider_doors_wrapper .slick-active + .slick-active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slider_doors_wrapper .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slider_doors_wrapper .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slider_doors_wrapper .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(0.8) translateX(-30px);
          transform: scale(0.8) translateX(-30px);
}

.slider_doors_wrapper .roundabout-holder {
  height: 400px;
}

.slider_doors_wrapper .roundabout-holder li a {
  display: block;
}

.slider_doors_wrapper .roundabout-holder li img {
  height: auto;
  max-width: 85%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider_doors_wrapper .door_104 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.slider_doors_wrapper .door_104 > div {
  width: 100%;
}

.slider_doors_wrapper .door_101 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_doors_wrapper .door_101 a {
  width: 45px;
  height: 45px;
  background: #FBC035;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: relative;
}

.slider_doors_wrapper .door_101 a::before {
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow-point-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  display: block;
  top: 0;
  left: 0;
}

.slider_doors_wrapper .door_101 a:first-child::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -2px;
}

.slider_doors_wrapper .container1 .door_0,
.slider_doors_wrapper .container2 .door_0,
.slider_doors_wrapper .container3 .door_0 {
  width: 180px;
}

.slider_doors_wrapper2 .slider_doors_js2 {
  height: 305px;
  margin-bottom: 110px;
  padding: 0 30px;
}

.slider_doors_wrapper2 .slick-prev, .slider_doors_wrapper2 .slick-next {
  top: 70%;
}

.slider_doors_wrapper2 .slick-list {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.slider_doors_wrapper2 .slick-slide {
  opacity: 0;
}

.slider_doors_wrapper2 .slick-active {
  opacity: 1;
  position: relative;
}

.slider_doors_wrapper2 .slick-slide img {
  width: 100%;
  -webkit-transform: scale(1.55);
          transform: scale(1.55);
}

.slider_doors_wrapper2 .slick-track {
  padding-top: 70px;
}

.slider_doors_wrapper2 .slick-active + .slick-active,
.slider_doors_wrapper2 .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slider_doors_wrapper2 .slick-active + .slick-active + .slick-active + .slick-active + .slick-active,
.slider_doors_wrapper2 .slick-current.slick-active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slider_doors_wrapper2 .slick-current.slick-active img {
  -webkit-transform: scale(1.55) translateX(21px);
          transform: scale(1.55) translateX(21px);
}

.slider_doors_wrapper2 .slick-active + .slick-active + .slick-active + .slick-active + .slick-active img {
  -webkit-transform: scale(1.55) translateX(-21px);
          transform: scale(1.55) translateX(-21px);
}

.slider_doors_wrapper2 .slick-current.slick-active + .slick-active + .slick-active {
  z-index: 2;
}

.slider_doors_wrapper2 .slick-current.slick-active + .slick-active + .slick-active + .slick-active {
  z-index: 1;
}

.slider_doors_wrapper2 .box1 .red-button {
  left: 40px;
  z-index: 3;
}

.es16_bg_big .zoom-gallery li {
  background-color: transparent !important;
}

.es16_bg_big .h2 {
  font-size: 32px;
  line-height: 39px;
}

.es16_bg_big #thanky-right-button, .es16_bg_big #thanky-left-button {
  background: #fbc035;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.es16_bg_big #thanky-right-button::before, .es16_bg_big #thanky-left-button::before {
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow-point-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  display: block;
  top: 0;
  left: 0;
}

.es16_bg_big #thanky-left-button::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.vhodie-dveri .ykazite-stoimost {
  background: #EDEDED;
  border-radius: 5px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 8px;
  text-align: center;
  margin-bottom: 40px;
}

.vhodie-dveri .ykazite-stoimost .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015A76));
  background: linear-gradient(180deg, #1B809D 0%, #015A76 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin-left: 25px;
}

.vhodie-dveri .ykazite-stoimost input {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  width: 100px;
}

.vhodie-dveri .h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 40px;
}

.vhodie-dveri .dver-wrap-card + .dver-wrap-card {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 3px solid #EDEDED;
}

.vhodie-dveri .grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 278px auto;
  row-gap: 23px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.vhodie-dveri .grid-block .block-img {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.vhodie-dveri .grid-block .block-img img {
  display: block;
  width: 100%;
}

.vhodie-dveri .grid-block .block-color,
.vhodie-dveri .grid-block .block-size {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.vhodie-dveri .grid-block .block-cena {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vhodie-dveri .grid-block .block-cena .new-cena {
  background-size: cover;
  background-repeat: no-repeat;
  width: 303px;
  height: 100px;
  background-image: url(../img/fin/cena_new.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 25px;
  padding-top: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
}

.vhodie-dveri .grid-block .block-cena .new-cena span {
  font-size: 48px;
  line-height: 59px;
}

.vhodie-dveri .grid-block .block-cena .old-cena {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.vhodie-dveri .grid-block .block-cena .block-podarok {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 14px 14px 11px;
}

.vhodie-dveri .grid-block .block-cena .block-podarok .h4 {
  margin: 0 0 9px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.vhodie-dveri .grid-block .block-cena .block-podarok .h4 span {
  color: #DD0053;
}

.vhodie-dveri .grid-block .block-cena .block-podarok p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.vhodie-dveri .grid-block .head {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
}

.vhodie-dveri .grid-block .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}

.vhodie-dveri .grid-block .cont .radio__img, .vhodie-dveri .grid-block .cont input {
  width: 68px;
  height: 68px;
}

.vhodie-dveri .grid-block .cont .radio__img {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}

.vhodie-dveri .grid-block .cont .radio__img img {
  width: 100%;
}

.vhodie-dveri .grid-block .cont .radio-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  width: 33.333333%;
}

.vhodie-dveri .grid-block .cont .radio-item input:checked + .radio__img,
.vhodie-dveri .grid-block .cont .radio-item input:focus + .radio__img {
  border: 3px solid #FFC93C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vhodie-dveri .grid-block .cont .radio__size {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 5px 9px;
  cursor: pointer;
}

.vhodie-dveri .grid-block .cont .radio-item input:checked + .radio__size,
.vhodie-dveri .grid-block .cont .radio-item input:focus + .radio__size {
  border: 3px solid #FFC93C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vhodie-dveri .grid-block .block-size .radio-item {
  margin-bottom: 10px;
}

.vhodie-dveri .grid-block .block-size .b-top__zamer {
  width: 312px;
  height: 72px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015A76));
  background: linear-gradient(180deg, #1B809D 0%, #015A76 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  float: none;
  margin: 5px auto 0;
}

.vhodie-dveri .grid-block .block-size .b-top__zamer .b-top__zamer_txt {
  font-size: 18px;
  line-height: 22px;
}

.vhodie-dveri .grid-block .block-size .b-top__zamer .b-top__zamer_txt span {
  font-size: 24px;
  line-height: 29px;
}

.vhodie-dveri .grid-block .block-size .b-top__zamer .b-top__zamer_ruler {
  width: 141px;
  height: 68px;
  background-size: cover;
}

.vhodie-dveri .radio-item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.vhodie-dveri .radio__text {
  position: relative;
  cursor: pointer;
}

.vhodie-dveri .radio__img {
  background-size: cover;
  background-repeat: no-repeat;
}

.vhodie-dveri .radio__img.i_1__1 {
  background-image: url(../img/fin/1__1.png);
}

.vhodie-dveri .radio__img.i_1__2 {
  background-image: url(../img/fin/1__2.png);
}

.vhodie-dveri .radio__img.i_1__3 {
  background-image: url(../img/fin/1__3.png);
}

.vhodie-dveri .radio__img.i_1__4 {
  background-image: url(../img/fin/1__4.png);
}

.vhodie-dveri .radio__img.i_1__5 {
  background-image: url(../img/fin/1__5.png);
}

.vhodie-dveri .radio__img.i_1__6 {
  background-image: url(../img/fin/1__6.png);
}

.es1.es1_vhodnie_dveri {
  background-image: url(../img/es1_vhodnie_dveri.jpg);
}

.es1.es1_vhodnie_dveri .es1__pict {
  display: none;
}

.es1.es1_vhodnie_dveri .es1-wrapper-decor {
  max-width: 340px;
}

.es1.es1_vhodnie_dveri .es1-wrapper-decor h1 {
  padding-left: 5px;
}

.es1.razdviznie-okna {
  background-image: url(../img/razdviznie-okna.jpg);
}

.rassr_dveri.rassr_bg.es1 {
  background-image: url(../img/rassr_dveri.jpg);
}

.finishing_dveri.es1.block-action {
  background-image: url(../img/finishing_dveri.jpg);
}

.finishing_dveri.es1.block-action .es1__pict {
  display: none;
}

@media only screen and (max-width: 600px) {
  .finishing_dveri.es1.block-action .es1__block .action-img img {
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

/* main.scss */
.top_block__logo {
  z-index: 1;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-width: 255px;
}

.top_block__logo span {
  margin-left: 4px;
}

.shar-t1.wrap-geo {
  position: relative;
  overflow: visible;
}

.shar-t1.wrap-geo .geo-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: url(../img/shar-t1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 992px) {
  .shar-t1.wrap-geo .geo-cont {
    width: 99%;
  }
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .geo-cont {
    background: #11728e;
  }
}

.shar-t1.wrap-geo .geo-cont .geo-cont-wrap {
  padding-top: 282px;
  width: 220px;
  margin-right: 2vw;
}

@media only screen and (max-width: 1800px) {
  .shar-t1.wrap-geo .geo-cont .geo-cont-wrap {
    margin-right: 1vw;
  }
}

@media only screen and (max-width: 1500px) {
  .shar-t1.wrap-geo .geo-cont .geo-cont-wrap {
    margin-right: -1vw;
  }
}

@media only screen and (max-width: 992px) {
  .shar-t1.wrap-geo .geo-cont .geo-cont-wrap {
    padding-top: 148px;
    margin-right: 9vw;
  }
}

.shar-t1.wrap-geo .geo-cont .geo-item1 {
  background-image: url(../img/shar-1kryg.png);
  width: 110px;
  height: 110px;
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .geo-cont .geo-item1 {
    display: none;
  }
}

.shar-t1.wrap-geo .geo-cont .geo-item2 {
  background-image: url(../img/shar-2kryg.png);
  width: 165px;
  height: 165px;
  margin-top: 33px;
  margin-left: auto;
}

@media only screen and (max-width: 992px) {
  .shar-t1.wrap-geo .geo-cont .geo-item2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .geo-cont .geo-item2 {
    display: none;
  }
}

.shar-t1.wrap-geo .es1_doors {
  overflow: visible;
}

.shar-t1.wrap-geo .b-top__zamer {
  position: absolute;
  bottom: -63px;
  right: -5px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .shar-t1.wrap-geo .b-top__zamer {
    bottom: 163px;
    right: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .b-top__zamer {
    position: static;
    margin-bottom: 0px;
    margin: 21px auto 0;
  }
}

.shar-t1.wrap-geo .b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/kalcylator.png);
  width: 63px;
  height: 75px;
  margin-left: 9px;
  margin-top: -4px;
}

.shar-t1.wrap-geo .b-top__zamer .b-top__zamer_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.shar-t1.wrap-geo .b-top__zamer .b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .b-top__zamer .b-top__zamer_txt span {
    font-size: 25px;
    line-height: 26px;
  }
}

.shar-t1.wrap-geo .skidka-7day-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shar-t1.wrap-geo .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #000000;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper .skidka-7day {
    width: 230px;
  }
}

@media only screen and (max-width: 500px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper .skidka-7day {
    width: auto;
    background: none;
    color: #fabf35;
    height: auto;
  }
}

.shar-t1.wrap-geo .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper .skidka-7day div {
    font-size: 32px;
    line-height: 41px;
  }
}

@media only screen and (max-width: 500px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper .skidka-7day div {
    text-align: center;
  }
}

.shar-t1.wrap-geo .skidka-7day-wrapper .skidka-7day p {
  font-size: 18.5px;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper .skidka-7day p {
    display: none;
  }
}

.shar-t1.wrap-geo .skidka-7day-wrapper > p {
  color: #fff;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 767px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper > p {
    font-size: 100px;
    -webkit-transform: translateX(-41px);
            transform: translateX(-41px);
  }
}

@media only screen and (max-width: 500px) {
  .shar-t1.wrap-geo .skidka-7day-wrapper > p {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
  }
}

.wrap-geo.shar-t1 h1 {
  font-size: 50px;
  line-height: 61px;
  color: #fff;
  margin-top: 19px;
  margin-bottom: 38px;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t1 h1 {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t1 .es1-menu-wrapper {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t1 .flex-item {
    width: 280px;
    margin: 5px auto;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t1 .b-top__zamer {
    width: 342px;
    height: 70px;
  }
}

.wrap-geo {
  overflow: hidden;
  position: relative;
}

.win-inst {
  margin-bottom: 40px;
}

.win-inst .container {
  background-image: url(../img/bg-i.png);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-size: contain;
}

@media only screen and (max-width: 750px) {
  .win-inst .container {
    background-size: cover;
    background-position-x: 30%;
  }
}

@media only screen and (max-width: 400px) {
  .win-inst .container {
    background-image: none;
  }
}

.win-inst .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30%;
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .win-inst .wrap-flex {
    padding-right: 0;
  }
}

.win-inst .h2 {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 400px) {
  .win-inst .h2 {
    text-align: center;
  }
}

.win-inst .h2 span {
  color: #DD0053;
}

.win-inst .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ECECEC;
  border-radius: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 362px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-right: 20px;
  margin-right: 30px;
}

@media only screen and (max-width: 992px) {
  .win-inst .item {
    margin-right: 15px;
    max-width: 332px;
  }
}

@media only screen and (max-width: 750px) {
  .win-inst .item {
    max-width: 370px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
  }
}

@media only screen and (max-width: 400px) {
  .win-inst .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
    background-color: #fff;
  }
}

.win-inst .item > div {
  background-color: #FBC035;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
}

@media only screen and (max-width: 400px) {
  .win-inst .item > div {
    margin-right: 0;
  }
}

.win-inst .item > div img {
  height: 60px;
  width: 60px;
}

.win-inst .item p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

@media only screen and (max-width: 400px) {
  .win-inst .item p {
    text-align: center;
  }
}

.bg-temp-1 {
  background-image: url(../img/i-bg-temp-1.png);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-color: #c9edfd;
}

.bg-temp-1 .container {
  background-image: none;
}

.win-profil {
  background: #EDEDED;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 5px;
}

.win-profil .h3 {
  background-image: url("../img/kyp-prof-bg.png");
  min-width: 166px;
  height: 53px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 0;
}

.win-profil .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.win-profil .flex-wrap .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 363px;
          flex: 0 0 363px;
  max-width: 363px;
  margin: 0 20px 40px;
  text-align: center;
}

.win-profil .flex-wrap .item p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-top: 12px;
  color: #000000;
}

.win-profil .flex-wrap .item p span {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #E21F69;
}

.win-profil .flex-wrap .item .star {
  margin-top: 15px;
}

.old-chena {
  /*.h3{
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 13px;
        height: 40px;
        border-radius: 20px;
        background: linear-gradient(180deg, #FFD054 0%, #F2AD27 76.19%);
        position: relative;
        &::before{
            content: "";
            position: absolute;
            bottom: -12px;
            left: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 11px 0 11px;
            border-color: #F2AD27 transparent transparent transparent;
        }
    }*/
}

.old-chena .flex-item {
  display: -ms-grid;
  display: grid;
  grid-gap: 13px;
  -ms-grid-rows: 40px 263px auto;
      grid-template-rows: 40px 263px auto;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.old-chena .block-price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.old-chena .flex-block {
  margin-bottom: 40px;
}

.center-menu {
  background-color: #fff;
}

.center-menu .flex-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  background: #EDEDED;
  border-radius: 5px;
}

@media only screen and (max-width: 540px) {
  .center-menu .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.center-menu .flex-wrapper .item {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media only screen and (max-width: 540px) {
  .center-menu .flex-wrapper .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.center-menu .flex-wrapper .item:before {
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
}

.center-menu .flex-wrapper .item:nth-child(1):before {
  background-image: url(../img/center-menu-1.png);
}

.center-menu .flex-wrapper .item:nth-child(2):before {
  background-image: url(../img/center-menu-2.png);
}

.center-menu .flex-wrapper .item:nth-child(3):before {
  background-image: url(../img/center-menu-3.png);
}

.center-menu .flex-wrapper .item:nth-child(4):before {
  background-image: url(../img/center-menu-4.png);
}

.wrap-geo.shar-t2 {
  overflow: visible;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t2 {
    background: #07627f;
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 {
  background: url(../img/bg-temp-2.png) center top no-repeat;
  background-size: cover;
  overflow: visible;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t2 .es1_doors.es1 {
    background: #07627f;
    height: auto;
  }
}

.wrap-geo.shar-t2 .es1_doors.es1::after {
  display: none;
}

.wrap-geo.shar-t2 .es1_doors.es1 h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #FFFFFF;
  padding-bottom: 30px;
}

@media only screen and (max-width: 450px) {
  .wrap-geo.shar-t2 .es1_doors.es1 h1 {
    font-size: 37px;
    line-height: 49px;
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 h1 span {
  font-size: 72px;
  line-height: 78px;
  color: #FBC035;
}

.wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #000000;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: 230px;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: auto;
    background: none;
    padding-left: 0;
    height: auto;
    color: #f4b12d;
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
    font-size: 32px;
    line-height: 41px;
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
  font-size: 18.5px;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
    display: none;
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper > p {
  color: #000;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 100px;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .skidka-7day-wrapper > p {
    color: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer {
  position: absolute;
  bottom: -63px;
  right: -5px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer {
    bottom: 263px;
    right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer {
    position: static;
    margin-bottom: 0px;
    margin: 21px auto 0;
    bottom: 163px;
    right: 49px;
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/kalcylator.png);
  width: 63px;
  height: 75px;
  margin-left: 9px;
  margin-top: -4px;
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
    font-size: 25px;
    line-height: 26px;
  }
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer.block-calculate {
  position: static;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A4164A));
  background: linear-gradient(180deg, #DD0053 0%, #A4164A 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 70px;
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer.block-calculate .b-top__zamer_txt {
  color: #fff;
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer.block-ruletki {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_ruler {
  width: 96px;
  height: 78px;
  background: url(../img/es1_ruler.png) no-repeat center center;
  margin-left: -14px;
  margin-top: auto;
}

.wrap-geo.shar-t2 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_txt {
  color: #000;
}

.wrap-geo.shar-t2 .geo-cont {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 712px;
  min-height: 551px;
  width: 51%;
  height: 69%;
  background-image: url(../img/shar-t2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  background-position-x: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t2 .geo-cont {
    background: #07627f;
    display: none;
  }
}

.b-raschet-okna {
  background-color: #FBC035;
  margin-bottom: 40px;
}

.b-raschet-okna .h2,
.b-raschet-okna .b-form_lbl,
.b-raschet-okna .b-form_ravno {
  color: #000;
  font-weight: 500;
}

.b-raschet-okna .h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}

.b-raschet-okna .b-raschet__ttl1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

.b-raschet-okna .b-raschet__ttl1 strong {
  font-weight: bold;
}

.b-raschet-okna .b-form__item span {
  color: #000;
  font-weight: 500;
}

.b-raschet-okna .b-form__item .b-form__field::after {
  line-height: 29px;
  font-size: 24px;
  top: 9px;
  content: "м²";
}

.b-raschet-okna .b-form__item .b-form__field input {
  height: 50px;
  width: 166px;
  padding-right: 43px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.b-raschet-okna .b-form__block .b-form__item span {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.b-raschet-okna .b-form__block .b-form__item a {
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015B77));
  background: linear-gradient(180deg, #1B809D 0%, #015B77 100%);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.b-raschet-okna .b-form__item .b-form_newprice span {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #DD0053;
  display: inline;
}

.okna-temp .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
  .okna-temp .wrap-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.okna-temp .wrap-flex .item {
  margin-bottom: 40px;
}

.okna-temp .wrap-flex p {
  max-width: 176px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#A3003D), color-stop(76.19%, #E21F69));
  background: linear-gradient(180deg, #A3003D 0%, #E21F69 76.19%);
  border-radius: 20px;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  margin: 10px auto 0;
  color: #FFFFFF;
  position: relative;
}

.okna-temp .wrap-flex p::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 13px 5px;
  border-color: transparent transparent #A3003D transparent;
}

.es7_balcons-t1 {
  font-weight: 500;
}

.es7_balcons-t1 .h2 {
  margin-bottom: 18px;
}

.es7_balcons-t1 .h2 + p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 40px;
}

.okna-derevo {
  padding-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  padding-bottom: 60px;
}

.okna-derevo .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .okna-derevo .wrap-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 992px) {
  .okna-derevo .item {
    width: 30%;
    margin-bottom: 20px;
  }
}

.okna-derevo .item img {
  display: block;
  margin: 0 auto;
}

.okna-derevo .item div {
  margin-bottom: 19px;
}

.okna-derevo p > a {
  color: #DD0053;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.okna-derevo p > a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.okna-derevo p + p {
  margin-top: 10px;
}

.template-white {
  background-color: #fff;
  padding-top: 40px;
}

.template-okna {
  padding-bottom: 20px;
}

.template-okna .flex-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .template-okna .flex-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.template-okna .flex-item {
  max-width: 362px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .template-okna .flex-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.template-okna .flex-item .red-button {
  max-width: auto;
  width: 100%;
}

.template-okna .flex-item p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 40px;
}

.temp-slider {
  background-color: #015A76;
  color: #fff;
  padding-bottom: 20px;
}

.temp-slider .h2 {
  color: #fff;
}

.temp-slider .flex-rewiews {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.temp-slider .flex-rewiews > div {
  position: relative;
}

.temp-slider .flex-rewiews .wr-p {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.temp-slider .flex-rewiews p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}

.temp-slider .flex-rewiews p span {
  color: #DD0053;
  font-weight: bold;
}

@media only screen and (min-width: 1200px) {
  .temp-slider .justify-content-start-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .temp-slider .justify-content-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.temp-slider .wr-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 4px solid #fff;
  width: 100%;
}

.temp-slider .slick-track {
  margin: 0 auto;
}

.temp-slider .slick-prev {
  left: 0;
}

.temp-slider .slick-next {
  right: 0;
}

.temp-slider .slick-prev, .temp-slider .slick-next {
  top: 125px;
}

.temp-slider .slick-slider .slick-list {
  padding-bottom: 70px;
}

.temp-slider .slick-arrow {
  width: 45px;
  height: 45px;
  background: #FBC035;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.temp-slider .slick-arrow::before {
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow-point-to-right.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  display: block;
  top: 0;
  left: 0;
}

.temp-slider .slick-arrow:first-child::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -2px;
}

.est2-okna.b-sms_bg .b-sms-form {
  max-width: 57%;
  padding-top: 36px;
}

@media only screen and (max-width: 992px) {
  .est2-okna.b-sms_bg .b-sms-form {
    margin-left: auto;
    margin-right: auto;
  }
}

.est2-okna.b-sms_bg .b-sms-form .b-sms__text {
  font-size: 24px;
  line-height: 29px;
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.est2-okna.b-sms_bg .b-sms-form .form-group {
  max-width: 465px;
  width: 100%;
  margin-right: 0;
}

.est2-okna.b-sms_bg .b-sms-form .b-sms_input_tel {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}

.est2-okna.b-sms_bg .b-sms-form .b-sms_input input {
  font-size: 18px;
  line-height: 22px;
}

.est2-okna.b-sms_bg .b-sms-form .b-sms_but {
  margin-bottom: 35px;
}

.est2-okna.b-sms_bg .b-sms__undertext {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.wrap-geo.shar-t3 .top_block__logo {
  color: #000000;
}

.wrap-geo.shar-t3 .top_block__tel, .wrap-geo.shar-t3 .top_block__vamperez {
  color: #fff;
}

.wrap-geo.shar-t3 .top_block__tel span::before, .wrap-geo.shar-t3 .top_block__vamperez span::before {
  background-color: #fff;
}

.wrap-geo.shar-t3 .es1_doors.es1 {
  background: url(../img/bg-temp-3.png) center top no-repeat;
  background-size: cover;
  overflow: visible;
  height: 560px;
  background-position-y: 100%;
}

@media only screen and (min-width: 1600px) {
  .wrap-geo.shar-t3 .es1_doors.es1 {
    height: 615px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 {
    background-position-x: 41%;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t3 .es1_doors.es1 {
    background: #07627f;
    height: auto;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1::after {
  display: none;
}

.wrap-geo.shar-t3 .es1_doors.es1 h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #000;
  padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t3 .es1_doors.es1 h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 h1 {
    text-align: center;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 h1 span {
  font-size: 72px;
  line-height: 78px;
  color: #FBC035;
}

.wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateX(58px);
            transform: translateX(58px);
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #000000;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: 230px;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: auto;
    background: none;
    padding-left: 0;
    height: auto;
    color: #f4b12d;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
    font-size: 32px;
    line-height: 41px;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
  font-size: 18.5px;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
    display: none;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper > p {
  color: #000;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 100px;
    -webkit-transform: translateX(-41px);
            transform: translateX(-41px);
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .skidka-7day-wrapper > p {
    color: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer {
  position: absolute;
  bottom: -63px;
  right: -5px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer {
    bottom: 163px;
    right: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer {
    position: static;
    margin-bottom: 0px;
    margin: 21px auto 0;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/kalcylator.png);
  width: 63px;
  height: 75px;
  margin-left: 9px;
  margin-top: -4px;
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
    font-size: 25px;
    line-height: 26px;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer.block-calculate {
  position: static;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer.block-calculate .b-top__zamer_txt {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-right: 0;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer.block-ruletki {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_ruler {
  width: 96px;
  height: 78px;
  background: url(../img/es1_ruler.png) no-repeat center center;
  margin-left: -14px;
  margin-top: auto;
}

.wrap-geo.shar-t3 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_txt {
  color: #000;
}

.wrap-geo.shar-t3 .es1_doors.es1 .wr-text-r {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 32px;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .wr-text-r {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .wr-text-r p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  width: 420px;
  margin-bottom: 41px;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .wr-text-r p {
    margin-left: auto;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t3 .es1_doors.es1 .wr-text-r p {
    width: 100%;
  }
}

.wrap-geo.shar-t3 .es1_doors.es1 .wr-text-r b {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.wrap-geo.shar-t3 .geo-cont {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 624px;
  min-height: 448px;
  width: 51%;
  height: 53%;
  background-image: url(../img/shar-t3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t3 .geo-cont {
    background: #07627f;
  }
}

.gotov-okna {
  padding-top: 40px;
  overflow: hidden;
}

.gotov-okna .h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gotov-okna .h3 + p {
  margin-bottom: 22px;
}

.gotov-okna p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.gotov-okna .flex-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -webkit-column-gap: 29px;
          column-gap: 29px;
}

@media only screen and (max-width: 992px) {
  .gotov-okna .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gotov-okna .flex-item {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.gotov-okna .flex-item .red-button {
  margin-bottom: 0;
  width: 264px;
}

.gotov-okna .flex-item .red-button::before {
  display: none;
}

.gotov-okna .flex-item .zakaz-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 540px) {
  .gotov-okna .flex-item .zakaz-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gotov-okna .flex-item .zakaz-block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (max-width: 540px) {
  .gotov-okna .flex-item .zakaz-block p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 540px) {
  .gotov-okna .flex-item img {
    width: 100%;
  }
}

.gotov-okna .block-price {
  margin-bottom: 25px;
}

@media only screen and (max-width: 540px) {
  .gotov-okna .block-price {
    margin-bottom: 5px;
  }
}

.gotov-okna .block-price .price {
  font-size: 64px;
  line-height: 78px;
}

.gotov-okna .block-price .savings {
  width: 270px;
  height: 80px;
  background-image: url(../img/savings-bg-2.png);
  margin-left: -39px;
  padding-left: 80px;
  padding-right: 7px;
  padding-top: 11px;
}

@media only screen and (max-width: 540px) {
  .gotov-okna .block-price .savings {
    display: none;
  }
}

.gotov-okna .block-price .savings span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.gotov-okna .block-price .savings span + span {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

.gotov-okna .b-calc__ul_onoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gotov-okna .b-calc__ul_onoff li + li {
  margin-left: 21px;
}

@media only screen and (max-width: 540px) {
  .gotov-okna .b-calc__ul_onoff li + li {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1201px) {
  .gotov-okna .b-calc__ul_onoff {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 540px) {
  .gotov-okna .b-calc__ul_onoff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gotov-okna .b-calc__ul_onoff li {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  /* identical to box height */
  text-align: center;
  color: #DD0053;
}

.gotov-okna .b-calc__ul_onoff li a {
  color: #9A9A9A;
}

.gotov-okna .b-calc__ul_onoff .perekluchatel {
  width: 80px;
  height: 30px;
  position: relative;
  background: #FBC035;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: block;
}

.gotov-okna .b-calc__ul_onoff .perekluchatel::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.wrap-geo.shar-t4 .top_block__logo {
  color: #000000;
}

@media only screen and (max-width: 705px) {
  .wrap-geo.shar-t4 .top_block__logo span {
    color: #fff;
  }
}

.wrap-geo.shar-t4 .top_block__tel, .wrap-geo.shar-t4 .top_block__vamperez {
  color: #fff;
}

.wrap-geo.shar-t4 .top_block__tel span::before, .wrap-geo.shar-t4 .top_block__vamperez span::before {
  background-color: #fff;
}

.wrap-geo.shar-t4 .es1_doors.es1 {
  background-size: cover;
  overflow: visible;
  height: 46vw;
  min-height: 548px;
  background-position-y: 100%;
}

@media only screen and (min-width: 1600px) {
  .wrap-geo.shar-t4 .es1_doors.es1 {
    height: 670px;
  }
  .wrap-geo.shar-t4 .es1_doors.es1::after {
    background-position-y: center;
  }
}

@media only screen and (max-width: 1200px) {
  .wrap-geo.shar-t4 .es1_doors.es1 {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t4 .es1_doors.es1 {
    background-position-x: 41%;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/es4_bg_dve.png);
  background-position-x: right;
  height: 100%;
  width: 67vw;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  .wrap-geo.shar-t4 .es1_doors.es1::after {
    width: 75vw;
  }
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t4 .es1_doors.es1::after {
    width: 85vw;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 78px;
  color: #fff;
  padding-bottom: 30px;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .wrap-geo.shar-t4 .es1_doors.es1 h1 {
    font-size: 50px;
    line-height: 49px;
  }
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t4 .es1_doors.es1 h1 {
    text-align: right;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t4 .es1_doors.es1 h1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 h1 span {
  font-size: 72px;
  line-height: 78px;
  color: #FBC035;
}

.wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateX(73px);
          transform: translateX(73px);
  margin-bottom: 7%;
}

@media only screen and (max-width: 1200px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper {
    margin-bottom: 4%;
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #fff;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: 230px;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC93C), to(#F2AD27));
    background: linear-gradient(180deg, #FFC93C 0%, #F2AD27 100%);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
    font-size: 32px;
    line-height: 41px;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
  font-size: 18.5px;
  line-height: 1;
}

.wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper > p {
  color: #fff;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 1200px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 97px;
    -webkit-transform: translateX(-42px);
            transform: translateX(-42px);
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 100px;
    -webkit-transform: translateX(-41px);
            transform: translateX(-41px);
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 43px;
    color: #000;
    position: absolute;
    top: 42px;
    right: 21px;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer {
  margin-left: auto;
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/kalcylator.png);
  width: 63px;
  height: 75px;
  margin-left: 9px;
  margin-top: -4px;
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
    font-size: 25px;
    line-height: 26px;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer.block-calculate {
  position: static;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer.block-calculate .b-top__zamer_txt {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-right: 0;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer.block-ruletki {
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A3003D));
  background: linear-gradient(180deg, #E21F69 0%, #A3003D 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_ruler {
  width: 96px;
  height: 78px;
  background: url(../img/es1_ruler.png) no-repeat center center;
  margin-left: -14px;
  margin-top: auto;
}

.wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_txt {
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .b-top__zamer.block-ruletki {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .wr-text-r {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 32px;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .wr-text-r {
    position: static;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .wr-text-r p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  width: 420px;
  margin-bottom: 41px;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t4 .es1_doors.es1 .wr-text-r p {
    margin-left: auto;
  }
}

.wrap-geo.shar-t4 .es1_doors.es1 .wr-text-r b {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.wrap-geo.shar-t4 .geo-cont {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 624px;
  min-height: 478px;
  width: 58%;
  height: 90%;
  background-image: url(../img/shar-t3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.template2-okna2 {
  padding-bottom: 20px;
}

.template2-okna2 .flex-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .template2-okna2 .flex-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.template2-okna2 .flex-item {
  max-width: 362px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .template2-okna2 .flex-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.template2-okna2 .flex-item .red-button {
  max-width: auto;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: -webkit-gradient(linear, left top, left bottom, from(#015A76), color-stop(76.19%, #1B809D));
  background: linear-gradient(180deg, #015A76 0%, #1B809D 76.19%);
  max-width: 294px;
  margin: 14px auto 0;
  height: 50px;
}

.template2-okna2 .flex-item .red-button b {
  color: #FFC93C;
  font-size: 32px;
  line-height: 39px;
}

.template2-okna2 .flex-item .red-button::before {
  border-color: #015A76 transparent transparent transparent;
  top: -13px;
  border-width: 18px 12px 0 12px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

.template2-okna2 .flex-item .red-button span {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  position: relative;
  margin-left: 33px;
}

.template2-okna2 .flex-item .red-button span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  border-bottom: 2px solid #DD0053;
  -webkit-transform: translate(0%, -50%) rotate(9.65deg);
  transform: translate(0%, -50%) rotate(9.65deg);
  height: 1px;
}

.template2-okna2 .flex-item .red-button span::before {
  content: "от";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: -33px;
  text-transform: initial;
}

.template2-okna2 .flex-item p {
  height: 80px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  border-radius: 40px 40px 0px 0px;
}

.sdelaem-remont {
  background-image: url(../img/b_market_filtr_bg.png);
  background-color: #FBC035;
  padding-top: 40px;
}

.sdelaem-remont .container > p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 34px;
}

.sdelaem-remont .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .sdelaem-remont .flex-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sdelaem-remont .h2 {
  margin-bottom: 7px;
}

.sdelaem-remont .h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  margin-top: 0;
  text-align: center;
}

.sdelaem-remont .item {
  background: #FFFFFF;
  border: 5px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  max-width: 362px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .sdelaem-remont .item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.sdelaem-remont .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 260px;
  margin-bottom: 10px;
}

.sdelaem-remont .item p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 5px;
  min-height: 58px;
}

.sdelaem-remont .item div {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  /* identical to box height */
  text-align: right;
  color: #E21F69;
}

.rabotaem-s-ur-licami {
  background: #FBC035 url(../img/rabotaem-s-ur-licami.png) no-repeat;
  background-position-x: left;
  background-color: #fff;
  background-size: contain;
  padding: 40px 0 20px;
  position: relative;
}

@media only screen and (max-width: 1500px) {
  .rabotaem-s-ur-licami {
    background-position-x: -5vw;
  }
}

@media only screen and (max-width: 1200px) {
  .rabotaem-s-ur-licami {
    background-size: cover;
    background-position-x: left;
    padding: 40px 0;
  }
}

.rabotaem-s-ur-licami .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rabotaem-s-ur-licami .repairs-wrapper {
  padding: 20px 20px 14px;
  width: 100%;
  max-width: 41vw;
  margin-left: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+36,1+66 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(36%, white), color-stop(66%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 36%, white 66%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

@media only screen and (max-width: 1500px) {
  .rabotaem-s-ur-licami .repairs-wrapper {
    max-width: 47vw;
  }
}

@media only screen and (max-width: 1200px) {
  .rabotaem-s-ur-licami .repairs-wrapper {
    max-width: 100%;
    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (max-width: 992px) {
  .rabotaem-s-ur-licami .repairs-wrapper {
    width: 100%;
  }
}

.rabotaem-s-ur-licami .repairs-wrapper .h2 {
  margin-bottom: 37px;
  text-align: left;
}

.rabotaem-s-ur-licami .repairs-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 500px) {
  .rabotaem-s-ur-licami .repairs-wrapper .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rabotaem-s-ur-licami .repairs-wrapper .item::before {
  content: "";
  background: url(../img/rabotaem-s-ur-licami-plus.png) center no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

@media only screen and (max-width: 500px) {
  .rabotaem-s-ur-licami .repairs-wrapper .item::before {
    margin-right: 0;
  }
}

.rabotaem-s-ur-licami .repairs-wrapper .item > div {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #000000;
}

.rabotaem-s-ur-licami .repairs-wrapper .item .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rabotaem-s-ur-licami .repairs-wrapper .item .discount {
  font-weight: bold;
  color: #DD0053;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .rabotaem-s-ur-licami .repairs-wrapper .item .discount {
    min-width: 90px;
    margin-left: 0px;
    text-align: right;
  }
}

.rabotaem-s-ur-licami .repairs-wrapper .item .price {
  margin-left: 10px;
  width: 110px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .rabotaem-s-ur-licami .repairs-wrapper .item .price {
    margin-left: 0;
    min-width: 95px;
  }
}

@media only screen and (max-width: 500px) {
  .rabotaem-s-ur-licami .repairs-wrapper .item .discount, .rabotaem-s-ur-licami .repairs-wrapper .item .price {
    text-align: center;
  }
}

.rabotaem-s-ur-licami .repairs-wrapper p {
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  color: #000000;
  margin-top: 30px;
  font-weight: 500;
}

.rabotaem-s-ur-licami .repairs-wrapper p span {
  font-size: 32px;
  line-height: 39px;
  font-weight: bold;
  color: #DF0054;
}

.rabotaem-s-ur-licami .repairs-wrapper > p {
  margin-bottom: 40px;
}

.rabotaem-s-ur-licami .repairs-wrapper > a {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  display: inline-block;
  padding: 10px 25px;
}

.ne-beda {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #EDEDED;
}

.ne-beda .block-img {
  width: 460px;
}

.ne-beda .block-img img {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .ne-beda .block-img {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .ne-beda .block-img {
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 992px) {
  .ne-beda .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ne-beda .b-sms-form {
  max-width: 57%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 992px) {
  .ne-beda .b-sms-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.ne-beda .b-sms-form .h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}

.ne-beda .b-sms-form .h3-big {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #E21F69;
}

.ne-beda .b-sms-form p {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 40px;
  color: #000000;
}

.ne-beda .b-sms-form p span {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  display: block;
  color: #DF0054;
}

.ne-beda .b-sms-form .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#1B809D), to(#015A76));
  background: linear-gradient(180deg, #1B809D 0%, #015A76 100%);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.ne-beda .b-sms-form .b-sms__text {
  font-size: 24px;
  line-height: 29px;
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.ne-beda .b-sms-form .form-group {
  max-width: 465px;
  width: 100%;
  margin-right: 0;
}

.ne-beda .b-sms-form .b-sms_input_tel {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}

.ne-beda .b-sms-form .b-sms_input input {
  font-size: 18px;
  line-height: 22px;
}

.ne-beda .b-sms-form .b-sms_but {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .ne-beda .b-sms-form .b-sms_but {
    width: auto;
    margin-bottom: 5px;
  }
}

.ne-beda .b-sms__undertext {
  margin-bottom: 40px;
  padding-bottom: 0;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t5 {
    background: #07627f;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 {
  background: url(../img/shar-t5-bg.png) center top no-repeat;
  background-size: cover;
  overflow: visible;
  /*.b-top__zamer.block-ruletki{
            background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
            .b-top__zamer_ruler{
                width: 96px;
                height: 78px;
                background: url(../img/es1_ruler.png) no-repeat center center;
                margin-left: -14px;
                margin-top: auto;
            }
            .b-top__zamer_txt{
                color: #000;
            }
        }*/
}

@media only screen and (min-width: 1300px) {
  .wrap-geo.shar-t5 .es1_doors.es1 {
    background-position-y: center;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t5 .es1_doors.es1 {
    background: #07627f;
    height: auto;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1::after {
  display: none;
}

.wrap-geo.shar-t5 .es1_doors.es1 h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #FFFFFF;
  padding-bottom: 30px;
}

.wrap-geo.shar-t5 .es1_doors.es1 h1 span {
  font-size: 72px;
  line-height: 78px;
  color: #FBC035;
}

.wrap-geo.shar-t5 .es1_doors.es1 .h2-mini {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 360px;
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .h2-mini {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .h2-mini span {
  display: block;
}

.wrap-geo.shar-t5 .es1_doors.es1 .h2-mini span + span {
  color: #FFC93C;
  margin-left: auto;
}

.wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #000000;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: 230px;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: auto;
    background: none;
    padding-left: 0;
    height: auto;
    color: #f4b12d;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
    font-size: 32px;
    line-height: 41px;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
  font-size: 18.5px;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
    display: none;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper > p {
  color: #000;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 100px;
    -webkit-transform: translateX(-41px);
            transform: translateX(-41px);
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .skidka-7day-wrapper > p {
    color: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer {
  opacity: 0;
  position: absolute;
  bottom: -63px;
  right: -5px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer {
    bottom: 163px;
    right: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer {
    position: static;
    margin-bottom: 0px;
    margin: 21px auto 0;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/kalcylator.png);
  width: 63px;
  height: 75px;
  margin-left: 9px;
  margin-top: -4px;
}

.wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
    font-size: 25px;
    line-height: 26px;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer.block-calculate {
  position: static;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A4164A));
  background: linear-gradient(180deg, #DD0053 0%, #A4164A 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 70px;
  opacity: 1;
}

@media only screen and (min-width: 1300px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-bottom: 101px;
    /* background-position-y: center;*/
  }
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-left: auto;
  }
}

.wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer.block-calculate .b-top__zamer_txt {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t5 .es1_doors.es1 .b-top__zamer.block-ruletki {
    display: none;
  }
}

.wrap-geo.shar-t5 .geo-cont {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 712px;
  min-height: 551px;
  width: 51%;
  height: 66%;
  background-image: url(../img/shar-t5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  background-position-x: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t5 .geo-cont {
    background: #07627f;
    display: none;
  }
}

.shkafi-na-balcone {
  margin-top: 40px;
  margin-bottom: 30px;
}

.shkafi-na-balcone .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .shkafi-na-balcone .wrap-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shkafi-na-balcone .wrap-flex .zaglyshka-peredelat {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 500px) {
  .shkafi-na-balcone .wrap-flex .zaglyshka-peredelat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.shkafi-na-balcone .wrap-flex .text {
  max-width: 360px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-right: 33px;
}

@media only screen and (max-width: 991px) {
  .shkafi-na-balcone .wrap-flex .text {
    max-width: 1000px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.shkafi-na-balcone .wrap-flex .block-img img {
  width: 100%;
}

.shkafi-na-balcone .b_windownow__btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 334px;
  height: 50px;
  color: #000000;
}

@media only screen and (max-width: 500px) {
  .shkafi-na-balcone .b_windownow__btn {
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 98%;
    font-size: 20px;
    line-height: 1.1;
  }
}

.shkafi-na-balcone .tabs {
  position: relative;
  /* Относительное позиционирование */
}

.shkafi-na-balcone .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.shkafi-na-balcone .tab-title {
  display: inline-block;
  /* Выстраиваем по горизонтали */
  cursor: pointer;
}

.shkafi-na-balcone .tab input[type="radio"] {
  display: none;
}

.shkafi-na-balcone .tab-title {
  background: #ccc;
  /* Цвет фона */
  padding: 5px 10px;
  /* Поля вокруг текста */
  font-size: 24px;
  line-height: 29px;
  background: #EDEDED;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  margin-bottom: 20px;
}

.shkafi-na-balcone .tab-content {
  padding: 10px;
  /* Поля вокруг текста */
  width: 100%;
  /* Ширина содержимого */
  display: none;
  /* Прячем вкладку */
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.shkafi-na-balcone .tab :checked + .tab-title {
  position: relative;
  /* Относительное позиционирование */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  z-index: 1;
  /* Отображаем поверх содержимого */
}

.shkafi-na-balcone .tab :checked + .tab-title + .tab-content {
  display: block;
  /* Показываем активную вкладку */
}

.shkafi-na-balcone .wrap-flex .block-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 734px;
  height: 452px;
}

@media only screen and (max-width: 600px) {
  .shkafi-na-balcone .wrap-flex .block-img img {
    width: 100%;
  }
}

.zaglyshka-peredelat {
  width: 426px;
  height: 211px;
  background-image: url(../img/zaglyshka-peredelat1.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 500px) {
  .zaglyshka-peredelat {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A3003D));
    background: linear-gradient(180deg, #DD0053 0%, #A3003D 100%);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  }
}

.item1-old, .item2-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 26px;
  margin: 21px 0;
}

.item1-old {
  position: relative;
  padding-right: 22px;
  width: 169px;
}

.item1-old::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 2px;
  background-color: #fff;
}

.zaglyshka-peredelat + .zaglyshka-peredelat {
  opacity: 0.15;
}

.item1-old p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
  color: #FFFFFF;
}

.item1-old div {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  position: relative;
  color: #FFFFFF;
}

.item1-old div::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0px;
  width: 101%;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(8.5deg);
  transform: rotate(8.5deg);
}

.item2-new p {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.item2-new div {
  font-weight: bold;
  font-size: 37px;
  line-height: 45px;
  color: #FBC035;
}

.wrap-geo.shar-t6 {
  overflow: visible;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t6 {
    background: #07627f;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 {
  background: url(../img/shar-t6-bg.png) center top no-repeat;
  background-size: cover;
  overflow: visible;
}

@media only screen and (min-width: 1300px) {
  .wrap-geo.shar-t6 .es1_doors.es1 {
    background-position-y: center;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t6 .es1_doors.es1 {
    background: #07627f;
    height: auto;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1::after {
  display: none;
}

.wrap-geo.shar-t6 .es1_doors.es1 h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  padding-bottom: 30px;
}

.wrap-geo.shar-t6 .es1_doors.es1 h1 span {
  font-size: 72px;
  line-height: 78px;
  color: #FBC035;
  display: inline;
}

.wrap-geo.shar-t6 .es1_doors.es1 .h2-mini {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 360px;
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .h2-mini {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .h2-mini span {
  display: block;
}

.wrap-geo.shar-t6 .es1_doors.es1 .h2-mini span + span {
  color: #FFC93C;
  margin-left: auto;
}

.wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #000000;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: 230px;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: auto;
    background: none;
    padding-left: 0;
    height: auto;
    color: #f4b12d;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
    font-size: 32px;
    line-height: 41px;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
  font-size: 18.5px;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
    display: none;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper > p {
  color: #000;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 100px;
    -webkit-transform: translateX(-41px);
            transform: translateX(-41px);
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .skidka-7day-wrapper > p {
    color: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer {
  position: absolute;
  bottom: -63px;
  right: -5px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer {
    bottom: 163px;
    right: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer {
    position: static;
    margin-bottom: 0px;
    margin: 21px auto 0;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/kalcylator.png);
  width: 63px;
  height: 75px;
  margin-left: 9px;
  margin-top: -4px;
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
    font-size: 25px;
    line-height: 26px;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-calculate {
  position: static;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A4164A));
  background: linear-gradient(180deg, #DD0053 0%, #A4164A 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 70px;
  opacity: 1;
}

@media only screen and (min-width: 1300px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-bottom: 101px;
    /* background-position-y: center;*/
  }
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-left: auto;
  }
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-calculate .b-top__zamer_txt {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-ruletki {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_ruler {
  width: 96px;
  height: 78px;
  background: url(../img/es1_ruler.png) no-repeat center center;
  margin-left: -14px;
  margin-top: auto;
}

.wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_txt {
  color: #000;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t6 .es1_doors.es1 .b-top__zamer.block-ruletki {
    display: none;
  }
}

.wrap-geo.shar-t6 .geo-cont {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 712px;
  min-height: 551px;
  width: 51%;
  height: 66%;
  background-image: url(../img/shar-t5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  background-position-x: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t6 .geo-cont {
    background: #07627f;
    display: none;
  }
}

.shkafi-na-balcone-dop .tabs > p {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

.shkafi-na-balcone-dop strong {
  font-weight: bold;
}

.shkafi-na-balcone-dop .block-img {
  position: relative;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 9px;
}

@media only screen and (max-width: 500px) {
  .shkafi-na-balcone-dop .block-img {
    padding-bottom: 0;
  }
}

.shkafi-na-balcone-dop .block-img .skidka-7day-wrapper {
  position: absolute;
  bottom: 15px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(52px);
          transform: translateX(52px);
}

@media only screen and (max-width: 992px) {
  .shkafi-na-balcone-dop .block-img .skidka-7day-wrapper {
    top: 15px;
    left: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .shkafi-na-balcone-dop .block-img .skidka-7day-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

.shkafi-na-balcone-dop .block-img .skidka-7day-wrapper > p {
  color: #fff;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 992px) {
  .shkafi-na-balcone-dop .block-img .skidka-7day-wrapper > p {
    color: #000000;
    -webkit-transform: translateX(-44px);
            transform: translateX(-44px);
    font-size: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .shkafi-na-balcone-dop .block-img .skidka-7day-wrapper > p {
    -webkit-transform: none;
            transform: none;
    margin-top: 12px;
    color: #fff;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 4px 4px 0 white, 5px 5px 0 white, 6px 6px 0 white;
    letter-spacing: 0.1em;
  }
}

.shkafi-na-balcone-dop .block-img .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #000000;
  padding-left: 21px;
}

@media only screen and (max-width: 500px) {
  .shkafi-na-balcone-dop .block-img .skidka-7day-wrapper .skidka-7day {
    padding-left: 25px;
    text-align: left;
  }
}

.shkafi-na-balcone-dop .block-img .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony-v1 .calc_outside_balkon-filtr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.es9_correct_balcony-v1 .textmaxecon-v2 {
  margin-bottom: 40px;
}

.es9_correct_balcony-v1 .textmaxecon-v2 > span {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.es9_correct_balcony-v1 .textmaxecon-v2 > div {
  content: "";
  margin-right: 23px;
  width: 68px;
  height: 68px;
  background: #FBC035 url(../img/maxtemp_tepla.png) center no-repeat;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.es9_correct_balcony-v1 .vaz-param {
  background: #ECECEC;
  height: 68px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  border-radius: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.es9_correct_balcony-v1 .vaz-param div {
  width: 68px;
  height: 68px;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.es9_correct_balcony-v1 .vaz-param-temper div {
  background: url(../img/vaz-param-temper.png) center no-repeat;
}

.es9_correct_balcony-v1 .vaz-param-order div {
  background: url(../img/vaz-param-order.png) center no-repeat;
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony-v1 .calc_outside_balkon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony-v1 .calc_outside_balkon .hot_right, .es9_correct_balcony-v1 .calc_outside_balkon .cold_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 992px) {
  .es9_correct_balcony-v1 .calc_outside_balkon .hotcold {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.es9_correct_balcony-v1 .calc_outside_balkon .hotcold .hot {
  background-image: url(../img/popul-vid-der-2.jpg);
  background-size: contain;
}

.es9_correct_balcony-v1 .calc_outside_balkon .hotcold .cold {
  background-image: url(../img/popul-vid-der-3.jpg);
  background-size: contain;
}

.es9_correct_balcony-v1 .form-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  border-radius: 5px;
  padding: 23px 15px 0;
  text-align: center;
}

.es9_correct_balcony-v1 .form-bg p {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 33px;
}

.es9_correct_balcony-v1 .form-bg .form-group {
  width: 100%;
  max-width: 362px;
  margin-right: 0;
  margin-bottom: 40px;
}

.es9_correct_balcony-v1 .form-bg .form-group input {
  font-size: 18px;
  line-height: 22px;
}

.es9_correct_balcony-v1 .form-bg .red-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A4164A));
  background: linear-gradient(180deg, #DD0053 0%, #A4164A 100%);
  border-radius: 25px;
  color: #fff;
  max-width: 362px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 29px;
}

.template-okna-t3 {
  background: #015A76;
  background-image: url(../img/b_market_filtr_bg.png);
  padding-top: 40px;
}

.template-okna-t3 .h2 {
  color: #fff;
}

.template-okna-t3 .flex-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1vw;
  margin-left: 1vw;
}

.template-okna-t3 .flex-item img {
  border-radius: 50%;
  border: 5px solid #fff;
}

.template-okna-t3 .flex-item .red-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
  height: 66px;
  margin-bottom: 0;
  margin-top: 14px;
}

.template-okna-t3 .flex-item .red-button::before {
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
  top: -12px;
  border-top-color: #fece51;
}

.wrap-geo.shar-t7 {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 {
    background: #07627f;
  }
}

.wrap-geo.shar-t7 .container, .wrap-geo.shar-t7 .es1__block {
  height: 100%;
}

.wrap-geo.shar-t7 .top_block__logo {
  color: #000000;
}

.wrap-geo.shar-t7 .top_block__tel, .wrap-geo.shar-t7 .top_block__vamperez {
  color: #fff;
}

.wrap-geo.shar-t7 .top_block__tel span::before, .wrap-geo.shar-t7 .top_block__vamperez span::before {
  background-color: #fff;
}

.wrap-geo.shar-t7 .es1_doors.es1 {
  background: url(../img/img-got-okna.png) center top no-repeat;
  background-size: cover;
  overflow: visible;
  height: 560px;
  background-position-y: 100%;
}

@media only screen and (min-width: 1600px) {
  .wrap-geo.shar-t7 .es1_doors.es1 {
    height: 700px;
  }
}

@media only screen and (max-width: 1200px) {
  .wrap-geo.shar-t7 .es1_doors.es1 {
    height: 615px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 {
    background-position-x: 41%;
    background: #07627f;
    height: auto;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1::after {
  display: none;
}

.wrap-geo.shar-t7 .es1_doors.es1 h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #000;
  padding-bottom: 30px;
  margin-top: 0;
  text-align: right;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t7 .es1_doors.es1 h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 h1 {
    text-align: center;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 h1 span {
  font-size: 72px;
  line-height: 78px;
  color: #FBC035;
}

.wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateX(58px);
            transform: translateX(58px);
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #000000;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: auto;
    background: none;
    padding-left: 0;
    height: auto;
    color: #f4b12d;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
    font-size: 32px;
    line-height: 41px;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
  font-size: 18.5px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
    display: none;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper > p {
  color: #000;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 100px;
    color: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer {
  position: absolute;
  bottom: -63px;
  right: -5px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer {
    bottom: 124px;
    right: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer {
    position: static;
    margin-bottom: 0px;
    margin: 21px auto 0;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/kalcylator.png);
  width: 63px;
  height: 75px;
  margin-left: 9px;
  margin-top: -4px;
}

.wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
    font-size: 25px;
    line-height: 26px;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer.block-calculate {
  position: static;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer.block-calculate .b-top__zamer_txt {
  color: #000;
}

.wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer.block-ruletki {
  /*.b-top__zamer_txt{
                color: #000;
            }*/
}

.wrap-geo.shar-t7 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_ruler {
  width: 96px;
  height: 78px;
  background: url(../img/es1_ruler.png) no-repeat center center;
  margin-left: -14px;
  margin-top: auto;
}

.wrap-geo.shar-t7 .es1_doors.es1 .wr-text-r {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 32px;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .wr-text-r {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .wr-text-r p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  width: 420px;
  margin-bottom: 41px;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t7 .es1_doors.es1 .wr-text-r p {
    margin-left: auto;
  }
}

.wrap-geo.shar-t7 .es1_doors.es1 .wr-text-r b {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.wrap-geo.shar-t7 .geo-cont {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 624px;
  min-height: 492px;
  width: 51%;
  height: 53%;
  background-image: url(../img/shar-t3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 1200px) {
  .wrap-geo.shar-t7 .geo-cont {
    min-height: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t7 .geo-cont {
    background: #07627f;
  }
}

.wrap-geo.shar-t8 {
  overflow: visible;
}

.wrap-geo.shar-t8 .es1_doors.es1 {
  background: url(../img/shar-t8-bg.png) center top no-repeat;
  background-size: cover;
  overflow: visible;
}

@media only screen and (min-width: 1300px) {
  .wrap-geo.shar-t8 .es1_doors.es1 {
    background-position-y: center;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1::after {
  display: none;
}

.wrap-geo.shar-t8 .es1_doors.es1 h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #FFFFFF;
  padding-bottom: 30px;
  position: relative;
}

.wrap-geo.shar-t8 .es1_doors.es1 h1 span {
  color: #FFFFFF;
}

.wrap-geo.shar-t8 .es1_doors.es1 h1 span + span {
  font-weight: bold;
  font-size: 64px;
  line-height: 65px;
}

.wrap-geo.shar-t8 .es1_doors.es1 h1 b {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FBC035;
  position: absolute;
  bottom: 37px;
  left: 212px;
}

@media (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 h1 b {
    position: static;
    display: block;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .h2-mini {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 360px;
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .h2-mini {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .h2-mini span {
  display: block;
}

.wrap-geo.shar-t8 .es1_doors.es1 .h2-mini span + span {
  color: #FFC93C;
  margin-left: auto;
}

.wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
  background-repeat: no-repeat;
  background-image: url(../img/skidka-7day-bg.png);
  width: 246px;
  height: 65px;
  font-weight: bold;
  color: #000000;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    width: 230px;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day {
    background-image: none;
    color: #fff;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
  font-size: 36px;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day div {
    font-size: 32px;
    line-height: 41px;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
  font-size: 18.5px;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper .skidka-7day p {
    color: #fff;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper > p {
  color: #000;
  font-weight: bold;
  font-size: 144px;
  line-height: 0.71;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper > p {
    font-size: 100px;
    -webkit-transform: translateX(-41px);
            transform: translateX(-41px);
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .skidka-7day-wrapper > p {
    color: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer {
  position: absolute;
  bottom: -63px;
  right: -5px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer {
    bottom: 163px;
    right: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer {
    position: static;
    margin-bottom: 0px;
    margin: 21px auto 0;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer .b-top__zamer_ruler {
  background-image: url(../img/kalcylator.png);
  width: 63px;
  height: 75px;
  margin-left: 9px;
  margin-top: -4px;
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer .b-top__zamer_txt span {
    font-size: 25px;
    line-height: 26px;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-calculate {
  position: static;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A4164A));
  background: linear-gradient(180deg, #DD0053 0%, #A4164A 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 70px;
  opacity: 1;
}

@media only screen and (min-width: 1300px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-bottom: 101px;
    /* background-position-y: center;*/
  }
}

@media only screen and (max-width: 992px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-calculate {
    margin-left: auto;
  }
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-calculate .b-top__zamer_txt {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-ruletki {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD054), to(#F2AD27));
  background: linear-gradient(180deg, #FFD054 0%, #F2AD27 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_ruler {
  width: 96px;
  height: 78px;
  background: url(../img/es1_ruler.png) no-repeat center center;
  margin-left: -14px;
  margin-top: auto;
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-ruletki .b-top__zamer_txt {
  color: #000;
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-ruletki-red {
  background: -webkit-gradient(linear, left top, left bottom, from(#E21F69), to(#A3003D));
  background: linear-gradient(180deg, #E21F69 0%, #A3003D 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: static;
  margin-top: 15px;
  margin-bottom: 30px;
}

.wrap-geo.shar-t8 .es1_doors.es1 .b-top__zamer.block-ruletki-red .b-top__zamer_txt {
  color: #fff;
}

.wrap-geo.shar-t8 .item-wrapper {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .item-wrapper {
    left: 20vw;
    position: relative;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-geo.shar-t8 .item-wrapper {
    left: 10px;
  }
}

.wrap-geo.shar-t8 .item-wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.wrap-geo.shar-t8 .item-wrapper div img {
  margin-right: 15px;
}

.wrap-geo.shar-t8 .geo-cont {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 712px;
  min-height: 640px;
  width: 51%;
  height: 66%;
  background-image: url(../img/shar-t8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  background-position-x: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .wrap-geo.shar-t8 .geo-cont {
    min-width: 100%;
    min-height: 640px;
    width: 100%;
    height: 100%;
    background-position-x: 50%;
  }
}

.b-derevo_calc-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 50px;
}

.b-derevo_calc-wrapper h2 {
  margin-bottom: 40px;
}

.b-derevo_calc-wrapper .container {
  position: relative;
}

.b-derevo_calc-wrapper .container-abs {
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(calc((-50%) + 190px));
          transform: translateX(calc((-50%) + 190px));
}

.b-derevo_calc-wrapper .b-derevo_calc {
  background: url(/css/../img/derevo/podbor/bg_1.jpg) no-repeat center center;
  height: 720px;
  width: 100%;
  position: absolute;
}

.b-derevo_calc-wrapper .b-derevo_calc .b-derevo_calc__ruch {
  width: 100%;
}

.b-derevo_calc-wrapper .b-derevo_calc,
.b-derevo_calc-wrapper .b-derevo_calc__ruch {
  background-size: cover !important;
  height: auto !important;
  min-height: 488px !important;
}

.b-derevo_calc-wrapper .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-derevo_calc-wrapper .flex-row > div {
  text-align: center;
}

.b-derevo_calc-wrapper .tsvet_ramy {
  width: 558px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .b-derevo_calc-wrapper .tsvet_ramy {
    width: 100%;
  }
}

.b-derevo_calc-wrapper .tsvet_ruch {
  width: 558px;
}

@media only screen and (max-width: 600px) {
  .b-derevo_calc-wrapper .tsvet_ruch {
    width: 100%;
  }
}

.b-derevo_calc-wrapper .tsvet_ramy + .tsvet_ruch {
  margin-bottom: 20px;
}

.b-derevo_calc-wrapper .color-img {
  height: 68px;
  width: 68px;
  position: relative;
  margin: 0 auto 5px;
}

.b-derevo_calc-wrapper .color-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.b-derevo_calc-wrapper .color-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #FFC93C;
  border-radius: 50%;
}

.b-derevo_calc-wrapper .color-img + span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.b-derevo_calc-wrapper .color-img-act::before {
  content: "";
}

.b-derevo_calc-wrapper .head-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A3003D));
  background: linear-gradient(180deg, #DD0053 0%, #A3003D 100%);
  border-radius: 20px;
  height: 40px;
  width: 264px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .b-derevo_calc-wrapper .head-top {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}

.b-derevo_calc-wrapper .head-top::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  width: 100px;
  background-color: #DD0053;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.b-derevo_calc-wrapper .head-top span {
  background: rgba(221, 0, 83, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.b-derevo_calc-wrapper .head-top span::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #DD0053;
  border-radius: 50%;
}

.b-derevo_calc-wrapper .tsvet_ramy .head-top::before {
  width: 645px;
}

.b-derevo_calc-wrapper .tsvet_ramy .head-top span {
  right: -645px;
}

.b-derevo_calc-wrapper .tsvet_ruch .head-top::before {
  width: 585px;
}

.b-derevo_calc-wrapper .tsvet_ruch .head-top span {
  right: -585px;
}

@media only screen and (max-width: 1200px) {
  .b-derevo_calc-wrapper .tsvet_ramy .head-top::before {
    width: 645px;
    width: 545px;
  }
  .b-derevo_calc-wrapper .tsvet_ramy .head-top span {
    right: -645px;
    right: -545px;
  }
  .b-derevo_calc-wrapper .tsvet_ruch .head-top::before {
    width: 585px;
    width: 485px;
  }
  .b-derevo_calc-wrapper .tsvet_ruch .head-top span {
    right: -585px;
    right: -485px;
  }
}

@media only screen and (max-width: 992px) {
  .b-derevo_calc-wrapper .tsvet_ramy .head-top::before {
    width: 645px;
    width: 425px;
  }
  .b-derevo_calc-wrapper .tsvet_ramy .head-top span {
    right: -645px;
    right: -425px;
  }
  .b-derevo_calc-wrapper .tsvet_ruch .head-top::before {
    width: 585px;
    width: 365px;
  }
  .b-derevo_calc-wrapper .tsvet_ruch .head-top span {
    right: -585px;
    right: -365px;
  }
}

@media only screen and (max-width: 767px) {
  .b-derevo_calc-wrapper .container-abs, .b-derevo_calc-wrapper .head-top::before, .b-derevo_calc-wrapper .head-top span {
    display: none;
  }
  .b-derevo_calc-wrapper .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-derevo_calc-wrapper .flex-row > div {
    margin-right: 2vw;
  }
}

@media only screen and (max-width: 600px) {
  .b-derevo_calc-wrapper .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-derevo_calc-wrapper .flex-row > div {
    margin-right: 0;
    width: 33.333%;
    margin-top: 8px;
  }
}

.b-derevo_calc .b-derevo_calc__ruch {
  background: url(/css/../img/derevo/podbor/ruch_1.png) no-repeat center center;
  height: 720px;
  position: relative;
}

.b-derevo_calc .container .b-derevo_calc__zag {
  font-size: 5em;
  color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  font-family: 'ALSSchlangesans-Black';
  line-height: 1;
  margin-bottom: 25px;
  margin-top: -80px;
}

.b-derevo_calc .container .tsvet_ramy {
  width: 590px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .b-derevo_calc .container .tsvet_ramy {
    width: 100%;
  }
}

.b-derevo_calc .container .tsvet_ramy .tsvet_ramy__txt {
  text-align: center;
  font-size: 2.4em;
  color: #3d3d3d;
  margin-bottom: 15px;
  font-family: 'Roboto',sans-serif;
}

.b-derevo_calc .container .tsvet_ramy .col-sm-4 {
  text-align: center;
  font-size: 1.8em;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}

.b-derevo_calc .container .tsvet_ramy .col-sm-4 img {
  cursor: pointer;
}

.b-derevo_calc .container .tsvet_ramy .col-sm-4 img:hover {
  opacity: .8;
}

.b-derevo_calc .container .tsvet_ruch {
  width: 590px;
}

.b-derevo_calc .container .tsvet_ruch .tsvet_ruch__txt {
  text-align: center;
  font-size: 2.4em;
  color: #3d3d3d;
  margin-bottom: 15px;
  font-family: 'Roboto',sans-serif;
}

.b-derevo_calc .container .tsvet_ruch .col-md-2 {
  text-align: center;
  font-size: 1.3em;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}

.b-derevo_calc .container .tsvet_ruch .col-md-2 img {
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: -5px;
}

.b-derevo_calc .container .tsvet_ruch .col-md-2 img:hover {
  opacity: .8;
}

@media only screen and (max-width: 992px) {
  /*.b-derevo_calc {
        margin:150px auto -30px;
        background: url(/css/../img/derevo/podbor/bg_1.jpg) no-repeat center bottom;
        height: 700px;
        position: relative;
        z-index: 1
    }**/
  .b-derevo_calc .b-derevo_calc__ruch {
    background: url(/css/../img/derevo/podbor/ruch_1.png) no-repeat center bottom;
    height: 680px;
    position: relative;
  }
  .b-derevo_calc .container .b-derevo_calc__zag {
    font-size: 42px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1;
    margin-bottom: 25px;
    margin-top: -80px;
  }
  .b-derevo_calc .container .tsvet_ramy {
    width: 390px;
    margin-bottom: 20px;
  }
  .b-derevo_calc .container .tsvet_ramy .tsvet_ramy__txt {
    text-align: center;
    font-size: 2.4em;
    color: #3d3d3d;
    margin-bottom: 15px;
    font-family: 'Roboto',sans-serif;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 img {
    cursor: pointer;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 img {
    cursor: pointer;
    width: 100px;
    margin-bottom: -5px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ruch {
    width: 390px;
  }
  .b-derevo_calc .container .tsvet_ruch .tsvet_ruch__txt {
    text-align: center;
    font-size: 2.4em;
    color: #3d3d3d;
    margin-bottom: 15px;
    font-family: 'Roboto',sans-serif;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 {
    text-align: center;
    font-size: 1.3em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 img {
    cursor: pointer;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-4 {
    text-align: center;
    font-size: 1.3em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-4 img {
    cursor: pointer;
    margin-bottom: -5px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-4 img:hover {
    opacity: .8;
  }
}

@media only screen and (max-width: 768px) {
  /*.b-derevo_calc {
        margin:130px 0 -12px -100px;
        background: url(/css/../img/derevo/podbor/bg_1.jpg) no-repeat center bottom;
        height: 700px;
        position: relative;
        z-index: 1
    }*/
  .b-derevo_calc .b-derevo_calc__ruch {
    background: url(/css/../img/derevo/podbor/ruch_1.png) no-repeat center bottom;
    height: 680px;
    position: relative;
  }
  .b-derevo_calc .container {
    margin-left: 100px;
  }
  .b-derevo_calc .container .b-derevo_calc__zag {
    font-size: 36px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1;
    margin-bottom: 25px;
    margin-top: -80px;
  }
  .b-derevo_calc .container .tsvet_ramy {
    width: 320px;
    margin-bottom: 20px;
  }
  .b-derevo_calc .container .tsvet_ramy .tsvet_ramy__txt {
    text-align: center;
    font-size: 2.4em;
    color: #3d3d3d;
    margin-bottom: 15px;
    font-family: 'Roboto',sans-serif;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 img {
    cursor: pointer;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 img {
    cursor: pointer;
    width: 80px;
    margin-bottom: -5px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ruch {
    width: 320px;
  }
  .b-derevo_calc .container .tsvet_ruch .tsvet_ruch__txt {
    text-align: center;
    font-size: 2.4em;
    color: #3d3d3d;
    margin-bottom: 15px;
    font-family: 'Roboto',sans-serif;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 {
    text-align: center;
    font-size: 1.3em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 img {
    cursor: pointer;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-6 {
    text-align: center;
    font-size: 1.3em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-6 img {
    cursor: pointer;
    margin-bottom: -5px;
    width: 70px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-6 img:hover {
    opacity: .8;
  }
}

@media only screen and (max-width: 480px) {
  /*.b-derevo_calc {
        margin:130px 0 -12px -100px;
        background: url(/css/../img/derevo/podbor/bg_1.jpg) no-repeat center bottom;
        height: 620px;
        position: relative;
        z-index: 1
    }*/
  .b-derevo_calc .b-derevo_calc__ruch {
    background: url(/css/../img/derevo/podbor/ruch_1.png) no-repeat center bottom;
    height: 600px;
    position: relative;
  }
  .b-derevo_calc .container {
    margin-left: 100px;
  }
  .b-derevo_calc .container .b-derevo_calc__zag {
    font-size: 30px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1;
    margin-bottom: 25px;
    margin-top: -80px;
  }
  .b-derevo_calc .container .tsvet_ramy {
    width: 200px;
    margin-bottom: 20px;
  }
  .b-derevo_calc .container .tsvet_ramy .tsvet_ramy__txt {
    text-align: center;
    font-size: 2em;
    color: #3d3d3d;
    margin-bottom: 15px;
    font-family: 'Roboto',sans-serif;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 img {
    cursor: pointer;
  }
  .b-derevo_calc .container .tsvet_ramy .col-md-4 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 {
    text-align: center;
    font-size: 1.4em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 img {
    cursor: pointer;
    width: 50px;
    margin-bottom: -5px;
  }
  .b-derevo_calc .container .tsvet_ramy .col-xs-4 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ruch {
    width: 160px;
  }
  .b-derevo_calc .container .tsvet_ruch .tsvet_ruch__txt {
    text-align: center;
    font-size: 2em;
    color: #3d3d3d;
    margin-bottom: 15px;
    font-family: 'Roboto',sans-serif;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 {
    text-align: center;
    font-size: 1.3em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 img {
    cursor: pointer;
  }
  .b-derevo_calc .container .tsvet_ruch .col-md-2 img:hover {
    opacity: .8;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-6 {
    text-align: center;
    font-size: 1.3em;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-6 img {
    cursor: pointer;
    margin-bottom: -5px;
    width: 60px;
  }
  .b-derevo_calc .container .tsvet_ruch .col-xs-6 img:hover {
    opacity: .8;
  }
}


.wrap-geo::before {
    content: "Мы работаем в обычном режиме. Сделать заказ можно не выходя из дома. 100% гарантия безопасности!";
    background: #EB0400;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: .5em 0;
    font-size: .95rem;
    border: .2em solid #ca0300;
    display: block;
}

    .menu-top_menu-container{
        width: 100%;
    }
    .top_menu.navbar-default .navbar-nav .menu-item-has-children > a{
        z-index: 1;
    }
    .top_block__logo{
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .top_block__logo img{
        display: block;
    }
    .logo-black .top_block__logo{
        color: #000;
    }

.top_menu.navbar-default .navbar-nav > li.current_page_item > a{
        z-index: 1;
    }
        .navbar-collapse.before-after-none.collapse.navbar-collapse{
                
        }
       
    @media only screen and (max-width: 767px){
        .top_menu.navbar-default .navbar-collapse{
            position: absolute;
            top: 60px;
            left: 0;
        }
        .top_menu.navbar-default .navbar-nav > li > ul,
        .top_menu.navbar-default .navbar-nav .menu-item-has-children .sub-menu{
            display: block;
        }
        .top_menu.navbar-default .navbar-nav .menu-item-has-children > a{
            position: static;
        }
        .top_menu.navbar-default .navbar-nav .menu-item-has-children > button{
            height: 0;
            display: none;
        }
        .top_menu.navbar-default .navbar-collapse li:last-child{
            padding-bottom: 0;
        }
    }

        
       /*жесть*/ 
        @media only screen and (max-width: 767px){
            .main-menu-more .main-menu-more-toggle,
            .mobile-parent-nav-menu-item{
                display: none;
            }
            .top_menu.navbar-default .main-menu-more {
                display: block;
            }
            
            .main-menu-more .main-menu .menu-item .sub-menu {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                
            }
            .main-menu-more .main-menu .menu-item .sub-menu > li > a{
                    padding: 19px 15px;
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 22px;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    text-decoration: none;
                    color: #000;
                    text-transform: uppercase;
                background-color: #f3f3f3;
            }
            .main-menu-more .main-menu .menu-item .sub-menu > li > a:hover{
                color: #fff;
                background-color: #1C819E;
                background: -webkit-gradient(linear, left top, left bottom, from(#DD0053), to(#A4164A));
                background: linear-gradient(180deg, #DD0053 0%, #A4164A 100%);
            }

            
            
            .main-menu-more .main-menu .menu-item  .sub-menu .sub-menu > li > a {
                background-color: #fff;
            }
            .main-menu-more .main-menu .menu-item .sub-menu > li > .submenu-expand{
                display: none;
            }
            .main-menu-more .main-menu .menu-item .sub-menu > li > ul a{
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 17px;
                    padding: 12px 10px 11px;
                    color: #000000;
                    display: block;
                    text-transform: uppercase;
                    text-align: center;
            }
        }


            .b-way h2, 
            .b-way .h2{
                font-size: 32px;
                line-height: 39px;
            }
            .b-way__item_ttl{
                font-size: 24px;
                line-height: 29px;
            }
            .b-way__item_info strong{
                color: #DD0053;
                font-weight: bold;
            }

.comment-respond{
    display: none !important;
}

/* start -------------------------------------- cookies__info ---------------------------------------- */
.cookies__info {
    position: fixed;
    right: 50%;
    bottom: 20px;
    transform: translateX(50%);
    z-index: 9999999999;
    display: none;
}
.cookies__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 12px;
    padding: 12px 15px;
	border: 1px solid #e6e6e6;
	border-radius: 30px;
	width: 354px;
	backdrop-filter: blur(4px);
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.8);
	font-family: "Roboto", sans-serif;
    margin: 0;	
}
.cookies__content {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin-bottom: 0;
}
.cookies__link-info:focus {
    color: #e53686;
}
.cookies__link-info {
	font-size: 14px;
    color: #dd0053;
	text-decoration: underline;
    text-underline-offset: 2px;	
}
.cookies__link-info:hover {
    color: #e53686;
	text-decoration: none;
}
.cookies__closed {
	flex-shrink: 0;
    display: flex;
    align-items: center;
	justify-content: center;
    border: 0;
	outline: 0;
	border-radius: 30px;
	width: 55px;
	height: 30px;
	color: #fff;
	background: #dd0053;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;	
}
@media (min-width: 768px) {
	.cookies__info {
		right: 30px;
		bottom: 20px;	
		transform: unset;
	}
	.cookies__container {
		padding: 12px 20px;
		width: 367px;
	}	
}
@media (min-width: 1024px) {
	.cookies__info {
		right: 20px;
		bottom: 20px;		
	}
	.cookies__container {
		padding: 12px 14px;
		width: 533px;
		border-radius: 60px;
	}
	.cookies__content, .cookies__link-info {
		font-size: 16px;
	}	
}
/* end ---------------------------------------- cookies__info ---------------------------------------- */

/*  start ---------------------------------------- privacy-policy ----------------------------------------------------------- */
.privacy__policy {
    padding: 30px 0 20px;
}
.privacy__policy h1 {
	font-size: 19px;
	text-transform: none;
    text-align: left;
    color: #171616;
    font-weight: 700;	
	margin-top: 0;
    margin-bottom: .6em;
}
.privacy__policy h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
	text-transform: none;
}
.privacy__policy p {
	font-size: 16px;
    padding-bottom: 1em;
    line-height: 1.4;
}
.privacy__policy .txt-data span,
.privacy__policy .txt-email span {
	display: inline-block;
}
.privacy__policy ul {
    list-style-type: disc;
    list-style-position: outside;
	font-size: 16px;
	line-height: 1.4;
    padding-bottom: 1em;
    padding-left: 40px;
}
@media (min-width: 768px){
	.privacy__policy h1 {
		font-size: 27px;
	}
	.privacy__policy h2 {
		font-size: 22px;
	}	
}
@media (min-width: 1024px){
	.privacy__policy h1 {
		font-size: 44px;
	}
	.privacy__policy h2 {
		font-size: 24px;
	}	
	.privacy__policy p, .privacy__policy ul {
		font-size: 18px;
	}	
}
/*  end ------------------------------------------ privacy-policy ----------------------------------------------------------- */
.privacy-policy .top_block__logo a {
	color: #000!important;
}
.b-contact__cityform > p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-top: 23px;
    margin-bottom: 25px;
	color: #000000;
	text-align: center;
}
.b-contact__cityform > p > a {
    text-decoration-line: underline;
    color: #000000;
}
@media (min-width: 1200px) {
	.b-contact__cityform > p {
		margin-left: auto;
		margin-right: auto;
		width: 650px;
	}
}
.b_contact_ceo_bg .b_contact_ceo_form .div-form > p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
	width: 557px;
    margin: 0 auto 32px;
	color: #000000;
	text-align: center;	
}
.b_contact_ceo_bg .b_contact_ceo_form .div-form > p > a {
    text-decoration-line: underline;
    color: #000000;
}
.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right > p {
	font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-top: 23px;
    margin-bottom: 25px;
    color: #fff;	
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right > p > a {
	color: #fff;
	text-decoration: underline;
}


.privacy__policy-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 20px;
  color: #000000;
  display: block;  
}
.privacy__policy-text a {
  text-decoration-line: underline;
  color: #000000;	
}
.es7_balcons p a {
    text-decoration-line: underline;
    color: #000000;
}
.form-group-wrapper .form-group-email {
    margin-bottom: 15px;
}
.b_contact_ceo_bg .b_contact_ceo_form .div-form > p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    width: 557px;
    margin: 0 auto 32px;
    color: #000000;
    text-align: center;
}
#happy .modal-dialog {
	height: 700px;
}
#happy .privacy__policy-text {
	margin-top: 0;
	margin-bottom: 0;
}
#kupitDeshevle .privacy__policy-text {
	margin-top: 15px;
	margin-bottom: 0;	
}
@media (max-width: 767px) {
	.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea {
		margin-bottom: 15px;
	}	
	.b_contact_ceo_bg .b_contact_ceo_form .div-form > p {
		width: 264px;
	}
	.es13_bg .agreement {
		display: none;
	}
	#happy .modal-dialog {
		height: 700px!important;
		width: 100%;
	}	
}
@media (min-width: 768px) {
	.form-group-wrapper .privacy__policy-text {
		width: 362px;
		font-size: 10px;
	}	
	.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right > p {
		width: 434px;
		margin-left: auto;
		margin-right: auto;
	}
	#kupitDeshevle .modal-dialog {
		height: auto;
	}	
	#kupitDeshevle .modal-dialog .modal_man {
		height: 376px;
	}
	#kupitDeshevle .privacy__policy-text {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}	
	#happy .modal-dialog {
		height: 658px;
	}	
}
@media (min-width: 1200px) {
	.es7_balcons p {
		text-align: center;
		width: 880px;
		margin: 0 auto;
	}
	.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right > p {
		width: 955px;
	}	
	#kupitDeshevle .modal-dialog .modal_man {
		height: 360px;
	}	
	#kupitDeshevle .modal-dialog .modal_man_form p {
		margin-bottom: 20px;
	}	
	#kupitDeshevle .modal_man_form .privacy__policy-text {
		font-size: 10px;
		width: 281px;
		margin-left: auto;
		margin-right: 0;
		line-height: 1.2;
	}
	#happy .privacy__policy-text {
		margin-top: 20px;
	}	
}