/* var */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-bar {
  background-image: url(../img/sprite.png);
  background-position: 0px -181px;
  width: 127px;
  height: 58px; }

.icon-exhaust {
  background-image: url(../img/sprite.png);
  background-position: -214px 0px;
  width: 110px;
  height: 69px; }

.icon-fb {
  background-image: url(../img/sprite.png);
  background-position: -405px -168px;
  width: 9px;
  height: 15px; }

.icon-inst {
  background-image: url(../img/sprite.png);
  background-position: -424px -134px;
  width: 13px;
  height: 13px; }

.icon-iron {
  background-image: url(../img/sprite.png);
  background-position: -132px -181px;
  width: 108px;
  height: 52px; }

.icon-lustre {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 101px;
  height: 82px; }

.icon-micr {
  background-image: url(../img/sprite.png);
  background-position: -106px -79px;
  width: 95px;
  height: 65px; }

.icon-pointer {
  background-image: url(../img/sprite.png);
  background-position: -405px -91px;
  width: 13px;
  height: 23px; }

.icon-refr {
  background-image: url(../img/sprite.png);
  background-position: -405px 0px;
  width: 45px;
  height: 86px; }

.icon-rss {
  background-image: url(../img/sprite.png);
  background-position: -405px -134px;
  width: 14px;
  height: 13px; }

.icon-sofa {
  background-image: url(../img/sprite.png);
  background-position: -106px 0px;
  width: 103px;
  height: 74px; }

.icon-stove {
  background-image: url(../img/sprite.png);
  background-position: -329px -90px;
  width: 69px;
  height: 83px; }

.icon-tw {
  background-image: url(../img/sprite.png);
  background-position: -423px -91px;
  width: 15px;
  height: 13px; }

.icon-vk {
  background-image: url(../img/sprite.png);
  background-position: -405px -119px;
  width: 18px;
  height: 10px; }

.icon-washer {
  background-image: url(../img/sprite.png);
  background-position: 0px -244px;
  width: 63px;
  height: 81px; }

.icon-window {
  background-image: url(../img/sprite.png);
  background-position: -329px 0px;
  width: 71px;
  height: 85px; }

.icon-window1 {
  background-image: url(../img/sprite.png);
  background-position: 0px -87px;
  width: 89px;
  height: 89px; }

.icon-yt {
  background-image: url(../img/sprite.png);
  background-position: -405px -152px;
  width: 15px;
  height: 11px; }

.icon-zhalousie {
  background-image: url(../img/sprite.png);
  background-position: -214px -74px;
  width: 82px;
  height: 81px; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
  vertical-align: baseline; }

button, hr, input {
  overflow: visible; }

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

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

button, select {
  text-transform: none; }

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Triangle */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 7px;
  padding-left: 7px; }

.row {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  padding-right: 7px;
  padding-left: 7px; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1; }

@media only screen and (min-width: 50px) and (max-width: 479px) {
  .col-xxs,
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12,
  .col-xxs-offset-0,
  .col-xxs-offset-1,
  .col-xxs-offset-2,
  .col-xxs-offset-3,
  .col-xxs-offset-4,
  .col-xxs-offset-5,
  .col-xxs-offset-6,
  .col-xxs-offset-7,
  .col-xxs-offset-8,
  .col-xxs-offset-9,
  .col-xxs-offset-10,
  .col-xxs-offset-11,
  .col-xxs-offset-12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 7px;
    padding-left: 7px; }
  .col-xxs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-xxs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xxs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xxs-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-xxs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xxs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xxs-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-xxs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xxs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xxs-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-xxs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xxs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xxs-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-xxs-offset-0 {
    margin-left: 0; }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }
  .start-xxs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-xxs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center; }
  .end-xxs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-xxs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
  .middle-xxs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .bottom-xxs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end; }
  .around-xxs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-xxs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
  .first-xxs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1; }
  .last-xxs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; } }

@media only screen and (min-width: 768px) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .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-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 7px;
    padding-left: 7px; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; } }

@media only screen and (min-width: 1100px) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .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-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 7px;
    padding-left: 7px; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; } }

@media only screen and (min-width: 1201px) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .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-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 7px;
    padding-left: 7px; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; } }

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

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

@font-face {
  font-family: 'Futura';
  src: url("../fonts/futura-condensed-plain_-webfont.eot");
  src: url("../fonts/futura-condensed-plain_-webfont.eot?") format("embedded-opentype"), url("../fonts/futura-condensed-plain_-webfont.woff") format("woff"), url("../fonts/futura-condensed-plain_-webfont.ttf") format("truetype"), url("../fonts/futura-condensed-plain_-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
  margin: 0px;
  padding: 0px;
  border: 0px; }

body a:focus, body a:hover {
  outline: none !important; }

body a:focus {
  text-decoration: none; }

button, input[type=submit], input[type=button] {
  cursor: pointer; }

.calc-minus, .calc-plus {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none; }

ul {
  margin: 1.3em 0px;
  font-size: 18px; }

ul li {
  margin: 22px 0;
  padding-left: 11px;
  position: relative;
  line-height: 1.15; }

ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 4px;
  height: 4px;
  background: #3d2d2d;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

ol {
  margin: 1.3em 0;
  list-style-position: inside; }

ol li {
  margin: 3px 0; }

h1 {
  margin: .5em 0 .8em;
  font-size: 36px;
  line-height: 1.3;
  font-weight: normal;
  color: #20a052; }

h2 {
  margin: .5em 0 .3em;
  font-size: 36px;
  line-height: 1.3;
  font-weight: normal; }

h3 {
  margin: .5em 0 .3em;
  font-size: 20px;
  line-height: 1.3; }

h4 {
  margin: 1em 0 0.3em;
  font-size: 18px;
  line-height: 1.3; }

h5 {
  margin: .5em 0 .4em;
  font-size: 16px;
  line-height: 1.3; }

h6 {
  margin: .5em 0 .5em;
  font-size: 14px;
  line-height: 1.3; }

p {
  margin: 1.3em 0px 1em;
  font-size: 18px;
  line-height: 1.25em; }

blockquote {
  margin: 1em 0; }

img {
  max-width: 100%; }

.YMaps-layer-container img, ymaps img {
  max-width: none; }

header, footer, main, nav, aside, section, article {
  display: block; }

address {
  font-style: normal; }

textarea {
  max-width: 100%; }

* {
  margin: 0;
  padding: 0; }

input, textarea, select, button {
  font-family: "PT Sans", sans-serif;
  outline: none; }

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

input[type=text], input[type=date], input[type=number], input[type=email], textarea {
  -webkit-appearance: none; }

ul, menu {
  list-style: none; }

input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0; }

::-webkit-input-placeholder {
  color: #b5b4b4;
  opacity: 1; }

::-moz-placeholder {
  color: #b5b4b4;
  opacity: 1; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; }

*:focus::-moz-placeholder {
  color: transparent !important; }

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important; }

*:focus:-moz-placeholder {
  color: transparent !important; }

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important; }

*:focus::-webkit-input-placeholder {
  color: transparent !important; }

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important; }

.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none; }

html {
  height: 100%; }

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3d2d2d;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

/* ********* btn, forms, typography ********* */
a {
  color: #ed9101;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.label-checker {
  position: relative;
  padding-left: 38px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none; }

.label-checker > input, .label-checker .checker, .label-checker .radio {
  position: absolute;
  top: -7px;
  left: 0; }

.bg-grey {
  background: #f1f1f1 !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr50 {
  margin-right: 50px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr50 {
  padding-right: 50px !important; }

.w100p {
  width: 100% !important; }

.w180 {
  width: 180px !important; }

.w200 {
  width: 200px !important; }

.c-red {
  color: #ff0000 !important; }

.c-white {
  color: #fff !important; }

.c-grey {
  color: #4b4b4b !important; }

.c-green {
  color: #20a052 !important; }

.text-s {
  font-size: 12px !important; }

.text-m {
  font-size: 14px !important; }

.text-l {
  font-size: 16px !important; }

.text-18 {
  font-size: 18px !important; }

.text-20 {
  font-size: 20px !important; }

.text-22 {
  font-size: 22px !important; }

.text-36 {
  font-size: 36px !important; }

.text-light {
  font-weight: 300 !important; }

.text-bold {
  font-weight: bold !important; }

.dib {
  display: inline-block !important; }

.btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.btn.disabled, .btn.disabled:hover, .btn.disabled:focus {
  background: #ccc;
  cursor: default; }

.btn:hover {
  text-decoration: none; }

.btn:focus {
  text-decoration: none; }

.btn.size--l {
  min-height: 50px;
  padding: 14px 25px 13px;
  font-size: 22px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  line-height: 1; }

.btn--orange {
  background: #ed9101;
  color: #fff; }

.btn--orange:hover {
  -webkit-filter: brightness(95%);
          filter: brightness(95%); }

.inp {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.inp.size--s {
  height: 44px;
  padding: 0 15px;
  font-size: 17px;
  position: relative; }

.inp.error {
  border: 2px solid #f93f3f; }

/* ********* icons ********* */
i[class*=icon-] + span {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle; }

span + i[class*=icon-] {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle; }

*[class*=icon-] {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.btn i[class*=icon-] {
  margin-left: 15px; }

.clearfix:before, .inner-wrapper:before,
.clearfix:after,
.inner-wrapper:after {
  content: " ";
  display: block; }

.clearfix:after, .inner-wrapper:after {
  clear: both; }

/* ********** WRAPPER ********** */
#wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden; }

.inner-wrapper {
  margin: 0 auto;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

/* ********** ********** */
/* ********** HEADER ********** */
#header:not(.header--index) {
  border-top: 9px solid #20a052; }

#header:not(.header--index) > .inner-wrapper {
  padding-top: 20px;
  padding-bottom: 25px; }

#header:not(.header--index) .h-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 59px;
  max-width: 240px; }

#header:not(.header--index) .h-contacts {
  display: inline-block;
  vertical-align: middle; }

.header--index {
  background: url(../img/h_bg.jpg) center;
  background-size: cover; }

.header--index > .inner-wrapper {
  height: 555px;
  position: relative; }

.header--index .h-logo {
  position: absolute;
  top: 80px;
  right: 50px;
  width: 334px;
  height: 206px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.4); }

.header--index .h-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header--index .h-logo a img {
  width: 100%; }

.header--index .h-contacts {
  position: absolute;
  bottom: 45px;
  left: 25px;
  width: 452px;
  padding: 20px 20px 27px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 13px;
          border-radius: 13px;
  text-align: center;
  font-size: 51px; }

/* ****** h-logo ****** */
/* ****** h-contacts ****** */
.h-contacts .text {
  display: block;
  font-family: "Futura", sans-serif;
  font-size: 33px;
  line-height: 1.2;
  text-transform: uppercase; }

.h-contacts__phone {
  display: block;
  margin-top: 5px;
  line-height: 1.2;
  color: #20a052;
  font-size: 49px;
  font-family: "pfdin", sans-serif; }

.h-contacts__phone a {
  color: #20a052;
  text-decoration: none; }

/* ********** ********** */
/* ****** main-menu ****** */
.main-menu {
  padding: 12px 0;
  background: #20a052; }

.main-menu__btn {
  display: none; }

.main-menu__hidden {
  text-align: center; }

.main-menu__hidden span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold; }

.main-menu__hidden span + span {
  margin-left: 19px; }

.main-menu__hidden span a {
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 14px;
  padding-right: 14px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.main-menu__hidden span a.active, .main-menu__hidden span a:hover {
  background: #ed9101;
  text-decoration: none; }

.header--index .main-menu {
  background: rgba(32, 160, 82, 0.8); }

/* ********** MAIN ********** */
#main .content {
  padding: 13px 0 15px; }

#main .content > *:first-child {
  margin-top: 0 !important; }

#main .content > *:last-child {
  margin-bottom: 0 !important; }

#main .content .top-title {
  margin-top: 15px; }

#main .content > .inner-wrapper > *:first-child {
  margin-top: 0 !important; }

#main .content > .inner-wrapper > *:last-child {
  margin-bottom: 0 !important; }

/* ****** sect-about ****** */
.sect-about {
  padding: 29px 0 80px;
  background: url(../img/bg1.jpg) center no-repeat;
  background-size: cover; }

.sect-about__text > *:first-child {
  margin-top: 0 !important; }

.sect-about__text > *:last-child {
  margin-bottom: 0 !important; }

/* ****** sect-adv ****** */
.sect-adv {
  padding: 65px 0 75px;
  background: #20994f url(../img/bg_green.jpg) center no-repeat;
  background-size: cover;
  /*@extend .top-white-circle;*/
  color: #fff; }

.sect-adv__wrap {
  margin-top: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.sect-adv__wrap .item {
  margin-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.sect-adv__wrap .item .img {
  min-height: 200px;
  position: relative; }

.sect-adv__wrap .item .img span {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.sect-adv__wrap .item .img:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 258px;
  height: 292px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/bubbles.png) 0px 0px no-repeat;
  opacity: 0.5; }

.sect-adv__wrap .item .title {
  min-height: 40px;
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative; }

.sect-adv__wrap .item .text {
  margin-top: 32px;
  line-height: 1.25;
  color: #ffe868;
  font-size: 18px;
  position: relative; }

.img__sticker {
  width: 145px;
  height: 196px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/img_sticker.png) 0 0 no-repeat; }

.img__calc {
  width: 140px;
  height: 165px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/img_calc.png) 0 0 no-repeat; }

.img__people {
  width: 211px;
  height: 150px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/img_people.png) 0 0 no-repeat; }

.top-title {
  text-align: center;
  font-size: 36px;
  line-height: 1.2; }

.top-title + .top-subtitle {
  margin-top: 25px; }

.top-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2; }

.top-white-circle, .sect-types, .sect-price {
  position: relative; }

.top-white-circle:before, .sect-types:before, .sect-price:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  height: 38px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/bg_circle_t.png) center 0 no-repeat;
  background-size: cover; }

.top-black-circle, .footer--top {
  position: relative; }

.top-black-circle:before, .footer--top:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  height: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/bg_circle_black_t.png) center 0 no-repeat;
  background-size: cover; }

.bottom-white-circle, .sect-adv, .sect-price {
  position: relative; }

.bottom-white-circle:after, .sect-adv:after, .sect-price:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 2000px;
  height: 38px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/bg_circle_b.png) center 0 no-repeat;
  background-size: cover; }

/* ****** sect-slider ****** */
.sect-slider {
  padding: 20px 0 15px;
  background: #fff; }

.sect-slider.w-border {
  padding-top: 54px;
  border-top: 1px solid #cfcfcf; }

.sect-slider__wrap {
  max-width: 800px;
  margin: 25px auto 0px; }

.sect-slider__wrap * {
  outline: none; }

.sect-slider .bottom-btn {
  margin-top: 44px;
  text-align: center; }

.sect-slider .bottom-btn .btn {
  min-width: 390px; }

.slick-slider {
  margin-bottom: 0 !important; }

.slider {
  border: 4px solid #ed9101;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.slider__control .item {
  height: 51px;
  margin-bottom: 25px;
  position: relative;
  background: #f8f7f7;
  border: 4px solid #f8f7f7;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  cursor: pointer; }

.slider__control .item + .item {
  margin-left: 14px; }

.slider__control .item.slick-current {
  border-color: #ed9101; }

.slider__control .item.slick-current:before, .slider__control .item.slick-current:after {
  opacity: 1; }

.slider__control .item.slick-current:before {
  height: 25px; }

.slider__control .item:before, .slider__control .item:after {
  content: "";
  position: absolute;
  left: 50%;
  opacity: 0; }

.slider__control .item:before {
  top: -webkit-calc(100% + 4px);
  top: calc(100% + 4px);
  width: 4px;
  height: 0px;
  background: #ed9101;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.slider__control .item:after {
  bottom: -13px;
  width: 16px;
  height: 16px;
  border-left: 4px solid #ed9101;
  border-bottom: 4px solid #ed9101;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background: #f8f7f7;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.slider__control .slick-list {
  width: 100%;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.slider__control .slick-track {
  width: 100% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.slider__control .slick-track:before, .slider__control .slick-track:after {
  display: none; }

.slider__control .slick-track .item {
  max-width: 200px;
  width: auto !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 25px;
  padding-right: 25px; }

/* ****** sect-types ****** */
.sect-types {
  padding: 86px 0 103px;
  background: #eeeeee url(../img/bg_grey.jpg) center no-repeat;
  background-size: cover; }

.sect-types__list {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sect-types__list .item {
  margin-bottom: 25px;
  text-align: center; }

.sect-types__list .item .title {
  min-width: 292px;
  display: inline-block;
  vertical-align: top;
  padding: 18px 10px;
  font-size: 22px;
  line-height: 1;
  background: #f8f8f8;
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.sect-types__list .item .img {
  width: 344px;
  height: 344px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 11px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.sect-types__list .item .img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  opacity: 0.7; }

.sect-types__list .item .img__center {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.sect-types .bottom-btn {
  margin-top: 17px;
  text-align: center; }

.sect-types .bottom-btn .btn {
  min-width: 390px; }

/* ****** breadcrumbs ****** */
.breadcrumbs {
  margin: 10px 0; }

.breadcrumbs span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 14px;
  color: #aeaeae; }

.breadcrumbs span + span {
  padding-left: 14px;
  margin-left: 5px; }

.breadcrumbs span + span:before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #6b6b6b; }

.breadcrumbs span a {
  color: #6b6b6b;
  text-decoration: none; }

.breadcrumbs span a:hover {
  text-decoration: underline; }

/* ****** sect-price ****** */
.sect-price {
  padding: 79px 0 79px;
  background: #e7e7e7 url(../img/bg_grey2.jpg) center no-repeat;
  background-size: cover; }

.sect-price__wrap {
  max-width: 1000px;
  margin: 10px auto 30px; }

.sect-price__wrap .top-title {
  margin-top: 0; }

.price-list {
  margin-top: 33px;
  border-top: 1px solid #dcdcdc; }

.price-list .r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 22px 14px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  line-height: 1.2; }

.price-list .col-r {
  white-space: nowrap;
  margin-left: 5px; }

/* ****** content--info ****** */
.content--info {
  margin: 22px 0 15px; }

.content--info div[class*=col-] > *:first-child {
  margin-top: 0 !important; }

.content--info div[class*=col-] > *:last-child {
  margin-bottom: 0 !important; }

.price-about p {
  margin: 15px 0;
  line-height: 1.2; }

.price-about p strong {
  text-transform: uppercase; }

/* ****** sect-services ****** */
.sect-services {
  padding: 17px 0 20px; }

.sect-services__list {
  margin-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.sect-services__list .item {
  min-width: 179px;
  max-width: 189px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 7px 7px;
  border: 1px solid #e9e9e9;
  position: relative;
  padding-bottom: 46px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.sect-services__list .item .top {
  padding: 15px 10px 10px; }

.sect-services__list .item .title {
  min-height: 45px;
  font-size: 17px;
  text-align: center;
  line-height: 1.2; }

.sect-services__list .item .img {
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sect-services__list .item .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 15px;
  background: #ed9101;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }

.sect-services__list .item .bottom strong {
  margin-right: 5px;
  font-size: 24px;
  font-weight: bold; }

/* ********** ********** */
/* ********** FOOTER ********** */
#footer {
  background: #2e2f33; }

.footer--top {
  padding: 0px 0 25px;
  background: #2e2f33; }

.footer--top:before {
  top: -40px; }

.footer--middle {
  padding: 7px 0 7px;
  background: #1c1d21; }

.footer--bottom {
  padding: 20px 0 15px;
  font-family: sans-serif; }

.footer--bottom .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer--bottom .wrap > * + * {
  margin-left: 15px; }

/* ****** f-logo ****** */
.f-logo {
  text-align: center; }

.f-logo a {
  display: inline-block;
  vertical-align: middle;
  max-width: 245px; }

/* ****** f-links ****** */
.f-links {
  margin: 25px -7px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden; }

.f-links .small {
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2; }

.f-links .bordered {
  border: 1px solid #ec8c01;
  -webkit-border-radius: 9px;
          border-radius: 9px; }

.f-links .item {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 25px;
  margin: 0 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2; }

.f-links .item-btn {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 25px;
  margin: 0 7px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.f-links .item-btn:hover {
  background: #ed9101; }

/* ****** soc-links ****** */
.soc-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.soc-links a {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 3px 3px;
  background: #55acee;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.soc-links a:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%); }

.soc-links a.soc-fb {
  background-color: #44619d; }

.soc-links a.soc-tw {
  background-color: #55acee; }

.soc-links a.soc-vk {
  background-color: #54769a; }

.soc-links a.soc-inst {
  background-color: #ed008c; }

.soc-links a.soc-yt {
  background-color: #e12b27; }

.soc-links a.soc-rss {
  background-color: #ffa300; }

/* ****** f-menu ****** */
.f-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 300;
  font-size: 18px; }

.f-menu span {
  margin: 0 20px; }

.f-menu a {
  color: #a6a8b1;
  text-decoration: none; }

.f-menu a:hover {
  color: #fff; }

/* ****** copyrights ****** */
.copyrights {
  font-size: 12px;
  color: #999; }

/* ****** confident ****** */
.confident {
  font-size: 12px;
  color: #999; }

/* ****** f-map ****** */
.f-map {
  font-size: 12px; }

.f-map a {
  color: #dcdcdd;
  text-decoration: none; }

.f-map a:hover {
  text-decoration: underline; }

/* ********** ********** */
/* media queries phone and tablet 320 - 1100 */
@media (min-width: 50px) and (max-width: 1099px) {
  .inner-wrapper {
    padding: 0 20px; }
  .header--index .h-logo {
    width: 270px;
    height: 175px;
    padding: 25px; }
  .header--index .h-contacts {
    width: auto;
    padding: 15px 25px 14px; }
  .h-contacts .text {
    font-size: 30px; }
  .h-contacts address {
    font-size: 37px; }
  .main-menu {
    padding-bottom: 6px; }
  .main-menu__hidden span {
    margin: 0 5px 6px; }
  .main-menu__hidden span + span {
    margin-left: 5px; }
  .footer--top {
    padding-bottom: 5px; }
  .f-links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .f-links .item-btn, .f-links .item {
    width: auto;
    margin-bottom: 15px; }
  .f-logo a {
    max-width: 205px; }
  .footer--bottom .wrap * {
    margin: 7px 10px;
    text-align: center; }
  .sect-adv__wrap .item .img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); } }

/* media queries phone 320 - 768 */
@media (min-width: 50px) and (max-width: 767px) {
  .text-col-xs-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .text-col-xs-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .text-col-xs-2 > *:first-child {
    margin-top: 0; }
  .text-col-xs-2 > *:first-child > *:first-child {
    margin-top: 0; }
  .text-col-xs-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .text-col-xs-3 > *:first-child {
    margin-top: 0; }
  .text-col-xs-3 > *:first-child > *:first-child {
    margin-top: 0; }
  .header--index .main-menu {
    background: rgba(32, 160, 82, 0.9); }
  .header--index > .inner-wrapper {
    height: 480px; }
  .header--index .h-logo {
    width: 250px;
    height: 160px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .header--index .h-contacts {
    padding: 15px 25px 14px; }
  .top-title {
    font-size: 32px; }
  .f-links .item-btn {
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px; }
  .sect-types__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .sect-types__list .item {
    width: 350px; }
  .sect-types__list .item + .item {
    margin-left: 10px;
    margin-right: 10px; }
  .sect-types__list .item .img {
    width: 300px;
    height: 300px; }
  .slider__control .item {
    height: 51px;
    margin-bottom: 15px; }
  .slider__control .item + .item {
    margin-left: 10px; }
  .slider__control .item:before, .slider__control .item:after {
    display: none; }
  .sect-slider .bottom-btn {
    margin-top: 30px; }
  .sect-types {
    padding: 65px 0 95px; }
  #header:not(.header--index) > .inner-wrapper {
    text-align: center; }
  #header:not(.header--index) .h-logo {
    margin-right: 0px;
    max-width: 220px; }
  #header:not(.header--index) .h-contacts {
    display: block;
    margin-top: 35px; }
  .price-list .r {
    padding-left: 0;
    padding-right: 0; }
  .price-about__img {
    padding-top: 25px;
    text-align: center; } }

/* end media queries phone 320 - 768 */
/* media queries phone (480 - 768) */
/* end media queries phone 480 - 768 */
/* media queries phone (320 - 480) */
@media (min-width: 50px) and (max-width: 479px) {
  .hidden-xxs {
    display: none !important; }
  .visible-xxs {
    display: block !important; }
  .inner-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .header--index .h-contacts {
    width: 260px;
    left: 15px;
    padding: 15px 15px 14px; }
  .h-contacts .text {
    font-size: 23px; }
  .h-contacts address {
    font-size: 30px; }
  .h-contacts address a {
    color: #20a052;
    text-decoration: none; }
  .top-title {
    font-size: 28px; }
  .f-links .item-btn {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px; }
  .f-links .item {
    height: 50px; }
  .sect-types__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .sect-types__list .item {
    width: 280px; }
  .sect-types__list .item + .item {
    margin-left: 20px; }
  .sect-types__list .item .title {
    min-width: 150px; }
  .sect-types__list .item .img {
    width: 260px;
    height: 260px; }
  .sect-types .bottom-btn .btn, .sect-slider .bottom-btn .btn {
    min-width: 260px; } }

/* end media queries phone 320 - 480 */
/* media queries tablet */
@media (min-width: 768px) and (max-width: 1099px) {
  .main-menu__hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .main-menu__hidden span + span {
    margin-left: 0px; }
  .sect-types__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .sect-types__list .item {
    width: 350px; }
  .sect-types__list .item + .item {
    margin-left: 20px; }
  .sect-types__list .item .img {
    width: 300px;
    height: 300px; } }

/* end media queries tablet */
/* media queries desktop */
@media (min-width: 1100px) {
  .inner-wrapper {
    min-width: 1050px;
    max-width: 1250px; }
  .text-col-md-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .text-col-md-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .text-col-md-2 > *:first-child {
    margin-top: 0; }
  .text-col-md-2 > *:first-child > *:first-child {
    margin-top: 0; }
  .text-col-md-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .text-col-md-3 > *:first-child {
    margin-top: 0; }
  .text-col-md-3 > *:first-child > *:first-child {
    margin-top: 0; }
  .sect-about .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .sect-about__text {
    width: 68%;
    position: relative;
    z-index: 2; }
  .sect-about__img {
    width: 30%;
    position: relative;
    z-index: 1; }
  .sect-about__img img {
    width: 180%;
    max-width: 180%;
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%); }
  .sect-adv__wrap .item {
    width: 33%; }
  .sect-adv__wrap .item .title {
    padding-left: 35px;
    padding-right: 35px; }
  .sect-adv__wrap .item .text {
    padding-left: 35px;
    padding-right: 35px; }
  .sect-types__list .item {
    width: 33%; }
  .sect-types__list .item + .item {
    margin-left: 15px; } }

/* end media queries desktop */
/* media queries desktop 1100 - 1200 */
@media (min-width: 1100px) and (max-width: 1200px) {
  .sect-types__list .item .title {
    min-width: 272px; }
  .sect-types__list .item .img {
    width: 324px;
    height: 324px; } }

/* media queries desktop 1280+ */
/* end media queries 1280+ */
