@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* roboto */
/* italic */
/*@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Italic.eot");
  src: local("☺"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}*/

@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Light.eot");
  src: local("☺"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("☺"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

/*@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: local("☺"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}*/

/* default */
a {
  text-decoration: none;
  color: #424242;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {color: #f15626;}

body {
  background-color: #fff;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

body.is-unscrolled {
  overflow: hidden;
}

.page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  /*padding-top: 91px;*/
  padding-top: 110px;
}

/* footer */
.footer {
  margin-top: auto;
  /*padding: 45px 40px;*/
  padding: 35px 40px;
  /*background-color: #E4E4E4;*/
  background-color: #27844a;
}

.footer__inner {
  /*max-width: 1300px;*/
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo {
  width: 100%;
  max-width: 150px;
  margin-right: 20px;
  flex: 0 0 auto;
  height: 100%;
}
.footer__logo-img {
  display: block;
  max-width: 150px;
  width: auto;
  height: 100%;
  filter: brightness(100);
}
.footer__links {
  margin-right: auto;
  margin-left: 30px;
  align-self: flex-end;
}
.footer__links > *:not(:last-child) {margin-bottom: 10px;}
.footer__links a {
  display: inline-block;
  text-decoration: none;
  /*color: #424242;*/
  color: #fff;
  transition: all 0.4s;
}
.footer__links a:hover {color: #424242;}
.footer__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer__list-item {
  margin-bottom: 25px;
}

.footer__list-item:last-child {
  margin-bottom: 0;
}
.footer__info_text {
  margin: 0 20px;
  font-size: 13px;
  font-weight: 200;
  color: white;
  cursor: default;
}
.footer__info_text p:first-child {margin-top: 0;}

.footer__socios {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__socio-img {
  display: block;
}

.footer__socio {
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer__socio:hover {
  opacity: 0.5;
}

.footer__socio:last-child {
  margin-right: 0;
}

.footer__creater {
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__creater:hover .footer__creater-text {
  color: #F15626;
}

.footer__cake {
  width: 100px;
  height: 20px;
  padding-left: 10px;
}

.footer__cake img {
  width: 100%;
  height: 100%;
}

.footer__creater-text {
  color: #424242;
  font-weight: 100;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer__more {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer__navigation .header__list {
  flex-direction: column;
  align-items: flex-start;
}
.footer__navigation .header__list-item {
  margin-bottom: 7px;
}
.footer__navigation .header__list-link {
  color: #fff;
}

/* social */
.social {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social__link {
  display: block;
  width: 30px;
  height: 30px;
  background: center no-repeat;
  background-size: contain;
  transition: all .4s;
}
.social__link:hover {transform: scale(1.1);}
.social__link:not(:last-child) {margin-right: 10px;}

/* header */
.header {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.header__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}

.header__navigation {
  margin: 0 15px;
}
.nav-ico {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}
.nav-ico span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: black;
}
.nav-ico span:hover {color: #f15626;}
.header__nav {width: 100%;}

.header__logo-img {
  display: block;
  max-width: 140px;
  width: 100%;
}

.header__logo-img-mobile {
  display: none;
  max-width: 75px;
  width: 100%;
}
.header__title {
  font-weight: 200;
  color: #e69041;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  margin-right: 15px;
}
.header__phone {
  text-decoration: none;
  /*color: #424242;*/
  color: #F15626;
  font-weight: 300;
  line-height: 1;
  font-size: 26px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.bl_phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ask_phone {
  display: inline-block;
  text-decoration: none;
  color: #424242;
  border: 1px solid;
  padding: 10px;
}
.ask_phone:hover {color: #f15626;}
.header__phone:hover {
  color: #fff200;
}

.header__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header__list-item {
  margin-right: 20px;
}

.header__list-item:last-child {
  margin-right: 0;
}

.header__list-link, .footer__list-link {
  font-weight: 100;
  color: #424242;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.header__list-link:hover, .footer__list-link:hover {
  color: #F15626;
}

/* welcome */
.welcome {
  min-height: 635px;
  background-size: cover;
  background-position: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome__text {
  max-width: 900px;
  font-weight: 500;
  font-size: 101px;
  color: #fff;
}

.welcome__inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

/* layouts */
.layouts {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #f3f3f3;
}

.layouts__head, .about__head {
  font-weight: 500;
  font-size: 53px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.layouts__inner, .about__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.layouts__filter {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layouts__nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.layouts__filter-item {
  width: 64px;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 10px;
  font-style: italic;
  font-size: 23px;
  color: #fff;
  text-decoration: none;
  background-color: #F15626;
  cursor: pointer;

  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .layouts__filter-item {
    /*margin-bottom: 5px;*/
  }
}
.layouts__filter-item.is-active, .layouts__filter-item:hover {
  -webkit-box-shadow: inset 0 0 16px 3px #9e2e0b;
  box-shadow: inset 0 0 16px 3px #9e2e0b;
  background-color: #d45732;
}

.layouts__filter-item:last-child {
  margin-right: 0;
}

.layouts__nav-name {
  width: 100%;
  font-size: 16px;
  font-style: italic;
  color: #000;
  margin-bottom: 15px;
}

.layouts__place-address,
.layouts__place-metro {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.layouts__place-metro {
  /*font-size: 14px;*/
  padding-left: 30px;
  position: relative;
}

.layouts__place-metro-pin {
  width: 18px;
  height: 15px;
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
}

.layouts__place-map {
  font-size: 14px;
  color: #f52020;
  text-decoration: none;
  font-weight: 300;
  position: relative;
}

.layouts__place-map:after {
  display: block;
  content: '';
  position: absolute;
  right: -35px;
  top: 50%;
  margin-top: -4px;
  width: 25px;
  height: 8px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/static/look-on-map.png);
}

.layouts__filter-item-status {
  display: none;
}

.layoyt__link {
  z-index: 5;
}

/* layout */
.layout {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 65px 0 40px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.layout:hover {
  background-color: #f9ece9;
  z-index: 10;
}

.layout:last-child {
  margin-bottom: 0;
}

.layout__image {
  width: 310px;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
}

.layout__about {
  width: 160px;
  text-align: center;
}

.layout__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.layout__about-type {
  font-weight: 300;
  font-size: 16px;
}

.layout__about-name {
  font-weight: 300;
  font-size: 28px;
}
.layout__about-size {
  font-size: 28px;
  color: #F15626;
  font-weight: 300;
}

.layout__examples {
  position: relative;
}

.layout__example {
  cursor: pointer;
  width: 68px;
  height: 46px;
  margin-right: 5px;
  background-size: cover;
  background-position: center;
}

.layout__example:last-child {
  margin-right: 0;
}

.layout__size {
  font-size: 28px;
  color: #F15626;
  font-weight: 300;
  margin: 0 30px;
}
.layout__sum {
  font-weight: 300;
  margin: 0 30px;
}
@media (max-width: 1280px) {
  .layout__sum {
    margin: 0 0 30px;
  }
}
.layout__sum div:not(:last-child) {
  margin-bottom: 15px;
}
.layout__sum span {
  font-size: 28px;
  color: #F15626;
}

.layout__price, .feedback__submit {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  padding: 22px 17px;
  line-height: 1;
  display: block;
  background-color: #F15626;
  text-decoration: none;
  border: 1px solid transparent;
  position: relative;
  z-index: 5;
}

.layout__price:hover, .feedback__submit:hover {
  background-color: #fff;
  border-color: #F15626;
  color: #F15626;
}

.layouts__loader {
  color: #F15626;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.layouts__loader-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.layout__example-hover, .layout__image-hover {
  position: absolute;
  width: 380px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 250px;
  top: calc(100% + 20px);
  /*top: 0;*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}

.layout__example-hover.is-active, .is-active.layout__image-hover {
  opacity: 1;
  visibility: visible;
}

.layout__examples-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout__image-hover {
  left: 400px;
  -webkit-transform: none;
  transform: none;
}

/* about */
.about {
  /*padding-top: 80px;*/
  /*padding-bottom: 135px;*/
  background-color: #fff;
  color: #424242;
}
.about__inner {background-color: white; padding-top: 80px;}

.about__head {
  color: #424242;
  margin-bottom: 50px;
}
.about__blocks {
  /*margin-right: 20px;*/
  margin: 0 auto;
  max-width: 90%;
  flex-grow: 1;
}
.about__block {
  /*padding-top: 20px;*/
  margin-bottom: 20px;
  font-weight: 100;
}
.about__block ul {
  padding-left: 0;
}
.about__block li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.about__block li:before {
  content: '+';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 1ch;
  border-radius: 50%;
  background-color: #F15626;
  text-align: center;
  color: white;
  line-height: 18px;
  font-size: 18px;
}

.about__terms {padding-left: 50px; padding-right: 50px; margin-bottom: 60px;}
.about__block:first-child {
  margin-top: -16px;
}
.about__block::after {
  content: "";
  display: table;
  clear: both;
}
.about__image {
  width: 520px;
  height: 400px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.about__image--left {
  float:left; /* Выравнивание по левому краю */
  margin: 0 40px 20px 0; /* Отступы вокруг картинки */
}
.about__image--right  {
  float: right; /* Выравнивание по правому краю  */
  margin: 0 0 20px 40px; /* Отступы вокруг картинки */
}

.about__main {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  margin-bottom: 60px;
}

.about__text {
  max-width: 400px;
  font-weight: 100;
  color: #424242;
  line-height: 21px;
}
.about__text p {
  margin-top: 40px;
  font-weight: 100;
  line-height: 1.4;
}

.about__bonus {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 100%;
  padding-top: 80px;
  margin-bottom: 60px;
}
.about__bonus-item-image-wrapper {
  width: 120px;
}
.about__bonus-item-image {
  height: 61px;
  margin-bottom: 10px;
  flex-grow: 0;
  max-width: 100%;
}

.about__bonus-item {
  font-weight: 100;
  color: #424242;
  display: flex;
  /*flex-flow: row wrap;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about__bonus-item:nth-child(2) .about__bonus-item-image{
  height: 45px;
}
.about__bonus-item:last-child {
  margin-bottom: 0;
}

.about__bonus-item-head {
  font-size: 60px;
  font-weight: 300;
}

.about__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1110px;
  margin: 0 auto 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__list-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  margin-bottom: 40px;
}

.about__list-item-image {
  margin-right: 40px;
}

.about__list-item-text {
  font-weight: 100;
  font-size: 24px;
  color: #424242;
}

.about__text-phar {
  margin-top: 40px;
  font-weight: 100;
  line-height: 1.4;
}
.bl_logo {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1300px;
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
.logo {
  max-height: 90px;
  max-width: 100%;
  margin-bottom: 10px;
}
.logo:not(last-child) {
  margin-right: 10px;
}

/* feedback */
.feedback {
  /*height: 900px;*/
  position: relative;
}

.feedback__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: none;
}

.feedback__form {
  position: absolute;
  /*width: 700px;*/
  /*height: 510px;*/
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px;
  background-color: #f0f0f0;
  /*top: 50%;*/
  margin-top: -255px;
  left: 50px;
  bottom: 0;
  line-height: 23px;
  font-size: 17px;
  font-weight: 200;
  /*opacity: 0.7;*/
}

.feeback__input-area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
[id="agreement-error"] {color: red; margin-left: 1ch;}

.feeback__input-area:last-child {
  margin-bottom: 30px;
}

.feedback__label {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 5px;
  cursor: pointer;
}

.feedback__input {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  outline: none;
  padding: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid transparent;
}

.feedback__input.error {
  border-color: red;
}

.feedback__submit {
  padding: 15px 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.feedback__submit-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: scroll;
}

.popup.is-active {
  opacity: 1;
  visibility: visible;
}

.popup__inner {
  width: 920px;
  position: relative;
  padding: 55px 70px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.popup__logo-img {
  display: block;
  max-width: 150px;
  margin: 0 auto 40px;
}

.popup__image {
  width: 520px;
  height: 390px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 520px;
  max-width: 520px;
  margin-right: 25px;
}

.popup__about {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layouts__place-phone {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  margin-top: 10px;
  display:none;
}
.popup .layouts__place-phone {
  display: block;
}
.popup__info .layouts__place {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup__info-price {
  margin-bottom: 15px;
}
.popup__info-price-name {
  font-style: italic;
}
.popup__info-price-num {
  color: #F15626;
  font-size: 28px;
}

.popup__info-size-name {
  font-style: italic;
}
.popup__info-size-num {
  color: #F15626;
  font-size: 28px;
  margin-bottom: 35px;
}

.popup__form .feedback__form {
  position: static;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
  background-color: transparent;
  margin-right: 0;
  margin: 0 auto;
  padding-bottom: 0;
  height: auto;
}

.popup__form .feedback__input {
  background-color: #f0f0f0;
}

.popup__closer-img {
  display: block;
}

.popup__closer {
  position: absolute;
  right: 15px;
  top: 15px;
  text-decoration: none;
  font-weight: 100;
  font-size: 35px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #F15626;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  transform: rotate(45deg);
}
.form__finfsh {
  display: none;
  text-align: center;
  padding: 170px 0;
}

.popup#callback .popup__inner {max-width: 600px;}

.popup#mob_menu .header__nav {display: block}
.popup#mob_menu .header__list {
  flex-direction: column;
  width: max-content;
  margin: 0 auto;
}

.popup#mob_menu .header__list-item {
  width: 100%;
  margin: 5px 0;
  text-align: center;
}
.popup#mob_menu .header__list-item:not(:last-child){
  border-bottom: 2px solid rgba(0,0,0, .1);
}
.popup#mob_menu .header__list-link {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  line-height: 22px;
}

/*documents*/
.docs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 3;
  column-gap: 20px;
}
.docs-list:not(:last-child) {
  margin-bottom: 15px;
}
.docs-list li {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 100%;
}
.docs-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.docs-list a {
  display: inline-block;
  padding: 10px 0;
  color: #F15626;
  text-transform: uppercase;
  font: 100 14px/16px 'Museo Sans', sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.docs-list a:hover {
  color: #1ba7f7;
}
.docs-item{
  box-sizing: border-box;
  padding-left: 35px;
}
.docs-item:before {
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  /*background: url("../images/static/ico_doc.png") no-repeat;*/
  background-position: -32px 0;
}
.docs-item__auth {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
}

/** partners **/
.partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  /*margin-bottom: 40px;*/
}
.partners__item {
  height: 50px;
  margin: 10px;
}

/** terms of purchase **/
.terms_of_purchase {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.terms_of_purchase__item {
  min-width: 250px;
  width: 30%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 200;
}
.terms_of_purchase__item header { color: #F15626; text-align: center; font-weight: bold;}

.terms_of_purchase__item .img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: center no-repeat;
  background-size: contain;
}
.terms_of_purchase__item article p {text-align: center;}

.ico__plus {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #F15626;
}
.ico__plus:after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  font-weight: normal;
}

/* slider */
.slider__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  /*width: 100% !important;*/
}
.slider__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0;
  cursor: pointer;
  margin-right: 10px;
}
.slider__item header {
  text-align: center;
  font-weight: bold;
  transition: all .3s ease;
  white-space: nowrap;
}
.slider__item article {
  padding: 10px;
  filter: brightness(0.8);
  transition: all .3s ease;
}
.slider__item img {
  max-width: calc(100vw);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .slider__item img {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .slider__item img {
    width: 100%;
  }
}
.slider__item:hover header {color: #f15626;}
.slider__item:hover article {filter: brightness(1);}

.scrollbar {
  margin: 1em 0 1em 0;
  height: 3px;
  background: #CDDDFB;
  line-height: 0;
}
.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #f15626;
  cursor: pointer;
}
.scrollbar .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.slider-main {position: relative;}
.slider-main .slider__list {width: 100% !important;}
.slider-main .slider__item {cursor: auto; margin-right: 0; flex: 0 0 100%;}
.slider-main .slider__item .banner {
  width: 100%;
  padding-bottom: 50%;
  background: no-repeat center;
  background-size: cover
}
@media (max-width: 1024px) {
  .slider-main .slider__item .banner {
    padding-bottom: 124%;
  }
}
@media (max-width: 500px) {
  .slider-main .slider__item .banner {
    padding-bottom: 183%;
  }
}

.pages {
  list-style: none;
  text-align: center;
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  font-size: 0;
  border-radius: 50%;
  /*cursor: pointer;*/
  overflow: hidden;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
  background-color: rgba(241,86,38, .4);
}
.pages li.active {
  background-color: #F15626;
}

/** progress **/
.progress {margin-bottom: 60px;}
.progress img {max-height: 100px}

/** gallery **/
.gallery {margin-bottom: 60px;}
.gallery img {
  height: 300px;
  width: 400px;
}


/** pattern **/
.pattern {
  ;
}


/** hiding block **/
.hiding__controls {
  position: relative;
}
.hiding__show,
.hiding__hide {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  cursor: pointer;
}
.hiding__hide {
  display: none;
}
.hiding__content {
  display: none;
  margin-bottom: 15px;
}

a.download {
  position: relative;
}
.node-content a {
 text-decoration: underline;
}