@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Light.woff') format('woff'),
       url('../../fonts/Roboto/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Regular.woff') format('woff'),
       url('../../fonts/Roboto/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Medium.woff') format('woff'),
       url('../../fonts/Roboto/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Bold.woff') format('woff'),
       url('../../fonts/Roboto/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



/*! 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 {
  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 */
  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 {
  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"] {
  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; }

.top-section .jumbotron {
  height: 100%;
  width: 100%;
  background-size: 100%; }
  .top-section .jumbotron .container {
    display: flex;
    justify-content: flex-end; }
.top-section .heading-text {
  z-index: 2;
  max-width: 620px;
  color: #fff;
  padding: 117px 0 290px; }
.top-section h1 {
  font-weight: 200;
  font-size: 72px; }
.top-section p {
  font-size: 24px; }

[data-paroller-factor] {
  position: relative;
  z-index: 0;
  height: 100%; }

.jumbotron {
  background: rgba(255, 255, 255, 0.05); }

.green-section {
  background: #41A187;
  padding-top: 25px;
  margin-bottom: 52px; }
  .green-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 108px;
    background: #41A187;
    mix-blend-mode: multiply;
    top: -108px;
    left: 0;
    right: 0;
    z-index: 2; }

.workplace {
  color: #000;
  margin-top: -40px; }
  .workplace .jumbotron {
    background-position: left !important;
    min-height: 346px;
    max-height: 346px; }
  .workplace:before {
    content: '';
    width: 410px;
    height: 457px;
    background: url("https://filearchive.cnews.ru/img/files/2021/09/01/pattern7.svg") no-repeat;
    position: absolute;
    top: -50px;
    left: 0; }
  .workplace h3 {
    margin-bottom: 27px; }
  .workplace p {
    font-size: 16px;
    margin-bottom: 20px; }
    .workplace p strong {
      display: block;
      font-size: 24px;
      color: #DE5025; }
  .workplace .container {
    display: flex;
    align-items: center;
    min-height: 346px;
    max-height: 346px; }
    .workplace .container:before {
      content: '';
      width: 800px;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: 250px;
      top: 0;
      z-index: 0; }
  .workplace .text-block {
    width: 602px;
    margin-left: 280px; }

.rooms {
  margin-top: 96px;
  margin-bottom: 65px; }
  .rooms h3 {
    color: #000;
    margin-bottom: 31px; }

.rooms-wrap .container .pattern_8 {
  position: absolute;
  top: 0;
  right: calc(50% + 218px);
  z-index: 1; }

.rooms-item {
  display: flex;
  align-items: center; }
  .rooms-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 219px;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1; }
  .rooms-item .text-block {
    width: 1200px;
    height: 100%;
    padding: 65px 0 50px 40px;
    left: calc(-50% - 205px);
    flex-shrink: 0;
    z-index: 1; }
    .rooms-item .text-block .text-block-wrapper {
      width: 660px; }
    .rooms-item .text-block p.type1 {
      font-size: 24px;
      margin-bottom: 30px; }
    .rooms-item .text-block p.type2 {
      font-size: 20px;
      margin-bottom: 30px; }
      .rooms-item .text-block p.type2 span {
        font-size: 24px;
        display: block; }
    .rooms-item .text-block ul {
      list-style: disc;
      margin-left: 18px; }
      .rooms-item .text-block ul li {
        font-size: 16px;
        line-height: 1.4; }
  .rooms-item .image-block {
    right: 50%;
    height: 100%; }
  .rooms-item.rooms-item-1 {
    height: 438px; }
    .rooms-item.rooms-item-1 .text-block {
      background: #DE5025;
      mix-blend-mode: multiply; }
  .rooms-item.rooms-item-2 {
    height: 344px; }
    .rooms-item.rooms-item-2 .text-block {
      background: #41A187;
      mix-blend-mode: multiply; }
  .rooms-item.rooms-item-3 {
    height: 438px; }
    .rooms-item.rooms-item-3 .text-block {
      background: #1D7D8A;
      mix-blend-mode: multiply; }

.customer {
  min-height: 330px;
  overflow: hidden;
  color: #000;
  z-index: 1;
  margin-bottom: 60px; }
  .customer .container {
    display: flex;
    align-items: center; }
    @media (max-width: 1030px) {
      .customer .container {
        flex-direction: column; } }
    .customer .container .img1 {
      margin-bottom: -4px; }
    .customer .container:after {
      content: '';
      width: 800px;
      height: 100%;
      background: #DE5025;
      position: absolute;
      top: 0;
      left: 1282px; }
  .customer h3 {
    margin-bottom: 25px; }
  .customer p {
    font-size: 16px;
    margin-bottom: 20px; }
    .customer p span {
      font-size: 24px;
      color: #DE5025; }
  .customer ul li {
    font-size: 16px;
    margin-bottom: 15px; }
  .customer .text-block {
    width: 582px;
    margin-left: 30px;
    margin-right: 40px;
    flex-shrink: 0;
    z-index: 2; }
    @media (max-width: 1030px) {
      .customer .text-block {
        width: 80%;
        padding: 30px 0; } }
  .customer .image-block {
    position: relative;
    margin-left: -53px; }
    .customer .image-block .pattern_1 {
      position: absolute;
      left: -1px;
      top: 0;
      width: 82px; }

.problems {
  margin-bottom: 52px; }
  .problems:before {
    content: '';
    width: 410px;
    height: 568px;
    background: url(https://filearchive.cnews.ru/img/files/2021/09/01/pattern7.svg) repeat-y;
    position: absolute;
    top: -50px;
    left: 0; }
  .problems .container {
    display: flex; }
  .problems .image-block {
    right: calc(50% - 16px);
    line-height: 0; }
    .problems .image-block:before {
      content: '';
      height: 100%;
      width: 480px;
      background: #DE5025;
      mix-blend-mode: multiply;
      left: -8px;
      top: 0;
      position: absolute;
      z-index: 1; }
  .problems .text-block {
    color: #000;
    width: 446px;
    min-height: 100%;
    margin-left: calc(-50% + 70px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .problems .text-block ul {
      list-style: disc; }
      .problems .text-block ul li {
        font-size: 20px;
        margin-bottom: 20px; }
        .problems .text-block ul li:last-of-type {
          margin-bottom: 0; }
  @media (max-width: 1030px) {
    .problems {
      margin-bottom: 82px; }
      .problems:before {
        top: auto;
        bottom: -50px; }
      .problems .container {
        flex-direction: column-reverse;
        align-items: center; }
      .problems .image-block {
        right: auto; }
      .problems .text-block {
        width: 100%;
        margin-left: auto;
        margin-bottom: 70px; }
        .problems .text-block h3 br {
          display: none; }
        .problems .text-block ul li {
          font-size: 16px;
          margin-bottom: 10px; } }

.history {
  margin-bottom: 48px; }
  .history .container {
    display: flex;
    justify-content: space-between; }
    .history .container:first-child {
      margin-bottom: 42px; }
      .history .container:first-child .right-column {
        line-height: 0; }
        .history .container:first-child .right-column:after {
          content: '';
          width: 800px;
          height: 100%;
          min-height: 100%;
          background: #41A187;
          position: absolute;
          left: 100%; }
  .history .left-column {
    width: 488px;
    color: #000;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .history .left-column p {
      font-size: 16px; }
      .history .left-column p.type3 {
        font-size: 20px; }
  .history .right-column {
    width: 460px; }

header {
  height: 110px;
  background: rgba(44, 39, 40, 0.7);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  header .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .main-menu {
    display: flex;
    justify-content: center;
    align-items: center; }
    header .main-menu li {
      padding: 0 20px;
      border-right: 1px solid #fff; }
      header .main-menu li:last-of-type {
        border: 0; }
  header .mobile-menu {
    display: none;
    position: relative;
    cursor: pointer; }
    header .mobile-menu:after {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      background: url("https://filearchive.cnews.ru/img/files/2021/06/03/expandarrow.png");
      position: absolute;
      background-size: contain;
      right: -24px;
      top: -3px; }

footer {
  height: 85px;
  background: #fff;
  width: 100%;
  z-index: 2; }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.portfolio {
  min-height: 330px;
  overflow: hidden;
  color: #000;
  z-index: 1; }
  .portfolio .container {
    display: flex;
    align-items: center; }
    @media (max-width: 1030px) {
      .portfolio .container {
        flex-direction: column; } }
    .portfolio .container .img1 {
      margin-bottom: -4px; }
    .portfolio .container:after {
      content: '';
      width: 800px;
      height: 100%;
      background: #DE5025;
      position: absolute;
      top: 0;
      left: 1057px; }
  .portfolio h3 {
    margin-bottom: 25px; }
  .portfolio p {
    font-size: 16px;
    margin-bottom: 38px; }
  .portfolio .text-block {
    width: 582px;
    margin-left: 30px;
    margin-right: 40px;
    flex-shrink: 0;
    z-index: 2; }
    @media (max-width: 1030px) {
      .portfolio .text-block {
        width: 80%;
        padding: 30px 0; } }
  .portfolio .image-block {
    position: relative;
    margin-left: -95px; }
    @media (max-width: 1030px) {
      .portfolio .image-block {
        margin-left: 0; } }
    .portfolio .image-block:before {
      content: '';
      width: 95px;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .portfolio .image-block .pattern_1 {
      position: absolute;
      right: 0;
      top: 0;
      width: 82px; }

.infographics {
  padding-bottom: 24px; }
  .infographics h3 {
    margin-top: 40px;
    margin-bottom: 7px; }

.infographics-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative; }
  @media (max-width: 1030px) {
    .infographics-wrapper {
      flex-wrap: wrap; } }

.infographics-item {
  margin: 0 20px;
  width: 215px;
  flex-shrink: 0;
  margin-bottom: 20px; }
  .infographics-item .circle {
    border-radius: 50%;
    width: 108px;
    height: 108px;
    background-color: #DE5025; }
  .infographics-item .infographics-text {
    margin-top: -77px; }
    .infographics-item .infographics-text p {
      font-size: 15px;
      text-align: center; }
      .infographics-item .infographics-text p.num {
        font-weight: 500;
        font-size: 65px;
        margin-bottom: 4px; }
        .infographics-item .infographics-text p.num .little-num {
          font-size: 40px; }
        .infographics-item .infographics-text p.num .before {
          display: block;
          font-size: 15px;
          position: absolute;
          top: -15px;
          left: 0;
          right: 0;
          margin: 0 auto;
          font-weight: 400; }

.anketa .jumbotron {
  background-position-y: 0 !important; }
.anketa .container {
  display: flex;
  justify-content: flex-end; }
.anketa .text-block {
  padding: 40px 62px;
  margin-right: 190px; }
  .anketa .text-block:before {
    content: '';
    width: 2000px;
    height: 100%;
    min-height: 100%;
    background: #DE5025;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0; }
  .anketa .text-block .pattern_10 {
    position: absolute;
    top: 0;
    z-index: 3;
    right: -82px; }
  @media (max-width: 770px) {
    .anketa .text-block {
      padding: 40px 10px; } }
.anketa .text-block-wrapper {
  z-index: 2;
  max-width: 708px; }

.ss-form-container .ss-form-heading .ss-form-title {
  font-weight: 300;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 15px; }
.ss-form-container .ss-form-heading .ss-form-desc {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 30px; }
.ss-form-container .ss-form-inner .ss-form {
  width: 708px;
  position: relative; }
  @media (max-width: 770px) {
    .ss-form-container .ss-form-inner .ss-form {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      .ss-form-container .ss-form-inner .ss-form:after {
        width: 100%; } }
  .ss-form-container .ss-form-inner .ss-form .ss-form-item {
    margin-bottom: 29px; }
  .ss-form-container .ss-form-inner .ss-form input.ss-form-input {
    background: #FFFFFF;
    border-radius: 24px;
    width: 100%;
    height: 57px;
    padding: 20px 18px;
    border: 0;
    font-size: 15px;
    line-height: 18px;
    color: #000000; }
  .ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label .ss-input-checkbox {
      width: 24px;
      height: 24px;
      background: #fff;
      margin-right: 13px;
      cursor: pointer;
      border: 0; }
    .ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label .ss-input-value {
      font-size: 15px;
      line-height: 18px;
      color: #FFFFFF; }
  .ss-form-container .ss-form-inner .ss-form .ss-form-button {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 900;
    padding: 13px 24px;
    outline: 0 !important;
    color: #FFFFFF;
    background: transparent;
    cursor: pointer; }
    .ss-form-container .ss-form-inner .ss-form .ss-form-button:hover, .ss-form-container .ss-form-inner .ss-form .ss-form-button:active {
      color: #DE5025;
      background: #fff; }

input:hover, input:active, input:focus, input:focus-visible {
  outline: none !important; }

::placeholder {
  color: #000; }

* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  line-height: 1.2; }

body {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2; }

.wrapper {
  overflow-x: hidden;
  max-width: 100vw;
  display: flex;
  flex-direction: column; }

.container {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: #fff; }
  a:hover {
    text-decoration: underline; }
  a.btn {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    font-size: 16px;
    font-weight: 900;
    padding: 13px 24px; }
    a.btn:hover {
      text-decoration: none; }
    a.btn.btn-orange {
      color: #DE5025;
      border-color: #DE5025; }
      a.btn.btn-orange:hover {
        color: #fff;
        background: #DE5025; }
    a.btn.btn-green {
      color: #41A187;
      border-color: #41A187; }
      a.btn.btn-green:hover {
        color: #fff;
        background: #41A187; }
    a.btn.btn-full-green {
      min-height: 96px;
      background: #41A187;
      border-color: #41A187;
      color: #fff;
      font-size: 20px;
      font-weight: 400; }
      a.btn.btn-full-green:hover {
        color: #41A187;
        background: #fff; }

h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 15px; }

.article-annonce .article-title {
  font-size: 2em;
  margin: 0.67em 0; }
.article-annonce .article-annonce-text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4; }

.container.article-wrap figure.image {
  margin: 30px 0;
  text-align: center;}
  .container.article-wrap figure.image .popup_img img {
    width: 100%;}
.container.article-wrap p {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.5; }
  .container.article-wrap p span {
    background-color: transparent !important; }
.container.article-wrap a {
  text-decoration: underline; }
.container.article-wrap ol {
  margin-left: 40px; }
  .container.article-wrap ol li {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5; }

.btn-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 251px;
  height: 54px;
  background: #E0752A;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  z-index: 1; }
  .btn-fixed:hover {
    text-decoration: none;
    background: #E05023; }

.form-item-error {
  position: absolute;
  top: 57px;
  left: 0;
  font-size: 14px; }

.ss-item-type-checkbox .form-item-error {
  top: 25px; }

@media (max-width: 1750px) {
  .workplace {
    margin-top: 10px; } }
@media (max-width: 1030px) {
  body {
    font-size: 14px; }

  h3 {
    font-size: 28px; }

  .container {
    width: 100%;
    padding: 0 10px; }

  header {
    height: auto;
    padding: 20px 0; }
    header .container {
      flex-wrap: wrap; }
      header .container .menu-block {
        width: 100%;
        order: 1; }
    header .mobile-menu {
      display: inline-block; }
    header .menu-block.open .main-menu {
      height: 165px;
      opacity: 1; }
    header .menu-block .main-menu {
      height: 0;
      opacity: 0;
      transition: all 1s ease;
      flex-direction: column;
      justify-content: flex-start; }
      header .menu-block .main-menu li {
        border: 0; }
        header .menu-block .main-menu li a {
          padding: 15px 0 5px;
          display: block; }

  .portfolio {
    margin-bottom: 80px; }

  .portfolio .image-block:before {
    display: none; }

  .workplace {
    margin-top: 50px; }
    .workplace:before {
      left: auto;
      right: 70vw; }
    .workplace .jumbotron {
      background-position: center !important;
      background-size: auto 100% !important; }
    .workplace .container {
      justify-content: flex-end; }
      .workplace .container:before {
        width: calc(80% + 30px);
        left: auto;
        right: 0; }
    .workplace .text-block {
      width: 80%;
      margin-left: 0; }

  .green-section {
    margin-bottom: 0; }

  .rooms {
    margin-bottom: 0; }

  .rooms-wrap .container {
    padding: 0; }
    .rooms-wrap .container .pattern_8 {
      right: auto;
      left: calc(20vw - 98px); }
  .rooms-wrap .rooms-item {
    justify-content: flex-end; }
    .rooms-wrap .rooms-item:before {
      width: 80vw;
      left: auto;
      right: 0; }
    .rooms-wrap .rooms-item .image-block {
      right: -40%; }
    .rooms-wrap .rooms-item .text-block {
      width: 80vw;
      left: auto;
      right: 0;
      padding: 30px 30px 40px; }
      .rooms-wrap .rooms-item .text-block .text-block-wrapper {
        width: 100%; }

  .customer {
    margin-bottom: 30px; }

  .history .left-column {
    flex-shrink: 0;
    margin-right: 20px; }
  .history .container:last-child {
    flex-direction: column; }
    .history .container:last-child > div {
      width: 100%; }
      .history .container:last-child > div.left-column {
        margin-bottom: 20px;
        margin-right: 0; }

  .anketa .container {
    justify-content: center; }
  .anketa .text-block {
    margin-right: auto; } }
@media (max-width: 820px) {
  .top-section h1 {
    font-size: 50px; }

  .top-section .heading-text {
    max-width: 500px;
    padding: 80px 0 120px; }

  .green-section:before {
    height: 66px;
    top: -66px; }

  .top-section .jumbotron {
    background-position-x: left !important; }

  .rooms-item .text-block p.type2 {
    font-size: 16px;
    margin-bottom: 20px; }

  .rooms-item .text-block ul li {
    font-size: 14px; }

  .history {
    margin-bottom: 20px; }
    .history .container:first-child {
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; }
      .history .container:first-child > div {
        width: 100%; }
        .history .container:first-child > div.left-column {
          margin-bottom: 30px;
          margin-right: 0; }
          .history .container:first-child > div.left-column a.btn {
            margin-top: 20px; }
        .history .container:first-child > div.right-column:after {
          left: auto;
          top: 0;
          z-index: -1; }

  a.btn.btn-full-green {
    font-size: 16px; } }
@media (max-width: 600px) {
  .rooms-wrap .container {
    overflow: hidden; }
    .rooms-wrap .container:before {
      content: '';
      position: absolute;
      z-index: 5;
      width: 82px;
      height: 100%;
      background: url("https://filearchive.cnews.ru/img/files/2021/09/01/pattern8.svg") repeat-y; }

  .rooms-wrap .rooms-item .image-block {
    display: none; }

  .rooms-wrap .rooms-item .text-block {
    width: 100%;
    padding-left: 122px; }

  .rooms-wrap .rooms-item:before {
    display: none; }

  .rooms-item {
    height: auto !important; }

  .rooms-wrap .container .pattern_8 {
    display: none; }

  .anketa .text-block .pattern_10 {
    display: none; }

  .workplace .jumbotron {
    max-height: unset; }
  .workplace .container {
    padding: 30px 10px;
    max-height: unset; }
    .workplace .container:before {
      width: 100%; }
  .workplace .text-block {
    width: 100%; } }
@media (max-width: 600px) {
  .rooms {
    margin-top: 40px; } }
@media (max-width: 493px) {
  .ss-item-type-checkbox .form-item-error {
    top: 35px; } }
@media (max-width: 420px) {
  .top-section h1 {
    font-size: 40px; }

  .top-section p {
    font-size: 20px; }

  .top-section .heading-text {
    max-width: 100%;
    padding: 100px 0 120px; } }

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

.article-main {
  margin-top: 110px;
}
.article-main p, .article-main ul {
  color: #000;
  text-align: justify;
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.5;
}
.article-main ul {
  list-style: disc;
  margin: -20px;
  padding-left: 20px;
  margin-left: 0;
}
.article-main ul + h2 {
  margin-top: 45px;
}
.article-main h2, .article-main h1 {
  color: #000;
}
a.btn.btn-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 230px;
}
.article-annonce-text i {
  font-style: normal;
}
@media (min-width: 769px) {
  .container.article-wrap figure.image .popup_img img {
    /*width: 100%;*/

    float: left;
    width: 500px;
    margin-right: 30px;}
  .container.article-wrap figure:nth-of-type(2n) .popup_img img {
    float: right;
    margin-left: 30px;
    margin-right: 0;
  }
}
