/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
    .montage .montage__boiler p{
      font-weight: bold;
      text-align: left;
    }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }
.montage__boiler span{
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
.compare .compare__center__top tr td{
  color: #4ec2e7;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Light.eot");
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("https://tdu.com.ua/build/fonts/ProximaNova-Light.woff") format("woff"), url("https://tdu.com.ua/build/fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Regular.eot");
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("https://tdu.com.ua/build/fonts/ProximaNova-Regular.woff") format("woff"), url("https://tdu.com.ua/build/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Semibold.eot");
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("https://tdu.com.ua/build/fonts/ProximaNova-Semibold.woff") format("woff"), url("https://tdu.com.ua/build/fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Bold.eot");
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("https://tdu.com.ua/build/fonts/ProximaNova-Bold.woff") format("woff"), url("https://tdu.com.ua/build/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Extrabld.eot");
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("https://tdu.com.ua/build/fonts/ProximaNova-Extrabld.woff") format("woff"), url("https://tdu.com.ua/build/fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Black.eot");
  src: url("https://tdu.com.ua/build/fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("https://tdu.com.ua/build/fonts/ProximaNova-Black.woff") format("woff"), url("https://tdu.com.ua/build/fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

* {
  box-sizing: border-box; }

.section_title {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .section_title {
      font-size: 25px; } }
  @media only screen and (min-width: 1200px) {
    .section_title {
      font-size: 35px; } }

.btn--callback {
  display: inline-block;
  height: 54px;
  padding: 4px;
  background-color: rgba(232, 35, 44, 0.2);
  border-radius: 30px;
  outline: none !important;
  color: #FFF !important;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .btn--callback:hover {
    background-color: #e8232c; }
  .btn--callback:active {
    background-color: rgba(232, 35, 44, 0.2); }
  .btn--callback span {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 38px;
    border: 3px solid #E8232C;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 43px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .btn--callback span {
        padding: 0 30px; } }

.btn--red {
  display: inline-block;
  margin: 0 auto;
  padding: 16px 30px;
  background-color: #E8232C;
  border: 0;
  border-radius: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s; }
  @media only screen and (min-width: 576px) {
    .btn--red {
      padding: 21px 50px; } }
  .btn--red:hover {
    background-color: #ed5158;
    text-decoration: none;
    color: #FFF; }
  .btn--red:focus {
    text-decoration: none;
    color: #FFF;
    outline: none; }
  .btn--red:active {
    color: #FFF;
    background-color: #E8232C;
    box-shadow: inset 0px 9px 21px 3px #a0131a; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  width: 100%;
  height: 48px;
  opacity: 1;
  margin-bottom: 0;
  padding: 15px 40px 15px 35px;
  border: 1px solid #E3E7F3;
  border-radius: 25px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  color: #000;
  text-align: left; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    color: #000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  @media only screen and (min-width: 576px) {
    input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
      height: 58px;
      padding: 20px 35px; } }
  input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="email"].error, input[type="month"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="time"].error, input[type="url"].error, input[type="week"].error, input:not([type]).error, textarea.error {
    border: 1px solid #E8232C !important; }

input[type="color"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="email"]:active, input[type="month"]:active, input[type="number"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="text"]:active, input[type="time"]:active, input[type="url"]:active, input[type="week"]:active, input:not([type]):active, textarea:active, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  outline: none; }
  input[type="color"]:active::-webkit-input-placeholder, input[type="date"]:active::-webkit-input-placeholder, input[type="datetime"]:active::-webkit-input-placeholder, input[type="datetime-local"]:active::-webkit-input-placeholder, input[type="email"]:active::-webkit-input-placeholder, input[type="month"]:active::-webkit-input-placeholder, input[type="number"]:active::-webkit-input-placeholder, input[type="password"]:active::-webkit-input-placeholder, input[type="search"]:active::-webkit-input-placeholder, input[type="tel"]:active::-webkit-input-placeholder, input[type="text"]:active::-webkit-input-placeholder, input[type="time"]:active::-webkit-input-placeholder, input[type="url"]:active::-webkit-input-placeholder, input[type="week"]:active::-webkit-input-placeholder, input:not([type]):active::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder, input[type="color"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="datetime"]:focus::-webkit-input-placeholder, input[type="datetime-local"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="month"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="text"]:focus::-webkit-input-placeholder, input[type="time"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, input[type="week"]:focus::-webkit-input-placeholder, input:not([type]):focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0.4; }
  input[type="color"]:active::-moz-placeholder, input[type="date"]:active::-moz-placeholder, input[type="datetime"]:active::-moz-placeholder, input[type="datetime-local"]:active::-moz-placeholder, input[type="email"]:active::-moz-placeholder, input[type="month"]:active::-moz-placeholder, input[type="number"]:active::-moz-placeholder, input[type="password"]:active::-moz-placeholder, input[type="search"]:active::-moz-placeholder, input[type="tel"]:active::-moz-placeholder, input[type="text"]:active::-moz-placeholder, input[type="time"]:active::-moz-placeholder, input[type="url"]:active::-moz-placeholder, input[type="week"]:active::-moz-placeholder, input:not([type]):active::-moz-placeholder, textarea:active::-moz-placeholder, input[type="color"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="datetime"]:focus::-moz-placeholder, input[type="datetime-local"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="month"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder, input[type="time"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder, input:not([type]):focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.4; }
  input[type="color"]:active:-moz-placeholder, input[type="date"]:active:-moz-placeholder, input[type="datetime"]:active:-moz-placeholder, input[type="datetime-local"]:active:-moz-placeholder, input[type="email"]:active:-moz-placeholder, input[type="month"]:active:-moz-placeholder, input[type="number"]:active:-moz-placeholder, input[type="password"]:active:-moz-placeholder, input[type="search"]:active:-moz-placeholder, input[type="tel"]:active:-moz-placeholder, input[type="text"]:active:-moz-placeholder, input[type="time"]:active:-moz-placeholder, input[type="url"]:active:-moz-placeholder, input[type="week"]:active:-moz-placeholder, input:not([type]):active:-moz-placeholder, textarea:active:-moz-placeholder, input[type="color"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder, input[type="datetime"]:focus:-moz-placeholder, input[type="datetime-local"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="month"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="text"]:focus:-moz-placeholder, input[type="time"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, input[type="week"]:focus:-moz-placeholder, input:not([type]):focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0.4; }
  input[type="color"]:active:-ms-input-placeholder, input[type="date"]:active:-ms-input-placeholder, input[type="datetime"]:active:-ms-input-placeholder, input[type="datetime-local"]:active:-ms-input-placeholder, input[type="email"]:active:-ms-input-placeholder, input[type="month"]:active:-ms-input-placeholder, input[type="number"]:active:-ms-input-placeholder, input[type="password"]:active:-ms-input-placeholder, input[type="search"]:active:-ms-input-placeholder, input[type="tel"]:active:-ms-input-placeholder, input[type="text"]:active:-ms-input-placeholder, input[type="time"]:active:-ms-input-placeholder, input[type="url"]:active:-ms-input-placeholder, input[type="week"]:active:-ms-input-placeholder, input:not([type]):active:-ms-input-placeholder, textarea:active:-ms-input-placeholder, input[type="color"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="datetime"]:focus:-ms-input-placeholder, input[type="datetime-local"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="month"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="time"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder, input:not([type]):focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.4; }

.inner__row {
  position: relative;
  padding-bottom: 20px; }

label.error {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  color: #E8232C; }

.input {
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat; }

.input--name {
  background-position: 95% 14px; }
  @media only screen and (min-width: 576px) {
    .input--name {
      background-position: 95% 18px; } }
  @media only screen and (min-width: 768px) {
    .input--name {
      background-position: 94% 18px; } }

.input--phone {
  background-position: 95% -34px; }
  @media only screen and (min-width: 576px) {
    .input--phone {
      background-position: 95% -30px; } }
  @media only screen and (min-width: 768px) {
    .input--phone {
      background-position: 94% -30px; } }

.input--square {
  background-position: 95% -80px; }
  @media only screen and (min-width: 576px) {
    .input--square {
      background-position: 95% -75px; } }
  @media only screen and (min-width: 768px) {
    .input--square {
      background-position: 94% -75px; } }

.input--mail {
  background-position: 95% -126px; }
  @media only screen and (min-width: 576px) {
    .input--mail {
      background-position: 95% -122px; } }
  @media only screen and (min-width: 768px) {
    .input--mail {
      background-position: 94% -122px; } }

.bootstrap-select {
  width: 100% !important;
  margin-bottom: 15px; }
  @media only screen and (min-width: 576px) {
    .bootstrap-select {
      margin-bottom: 10px; } }
  .bootstrap-select.open .btn-default {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .bootstrap-select.open div.dropdown-menu {
    padding: 0 0 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: none !important; }
  .bootstrap-select.open.dropup .btn-default {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; }
  .bootstrap-select.open.dropup div.dropdown-menu {
    padding: 18px 0 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .bootstrap-select .filter-option {
    color: #000; }
  .bootstrap-select .btn-default {
    height: 48px;
    padding: 13px 20px 13px 35px;
    border: 0;
    border-radius: 25px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background-color: #FFF !important;
    outline: none !important;
    box-shadow: none !important; }
    .bootstrap-select .btn-default:hover, .bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:active {
      outline: none !important; }
    @media only screen and (min-width: 576px) {
      .bootstrap-select .btn-default {
        height: 58px;
        padding: 18px 20px 18px 35px; } }
    .bootstrap-select .btn-default .caret {
      right: 25px !important;
      color: #FFAB19 !important; }
  .bootstrap-select .dropdown-menu {
    margin: 0;
    border: 0; }
    .bootstrap-select .dropdown-menu li.selected a {
      background-color: #FFF;
      border: 0;
      outline: none;
      font-weight: 700; }
    .bootstrap-select .dropdown-menu a {
      padding: 5px 20px 5px 35px; }
      .bootstrap-select .dropdown-menu a:focus, .bootstrap-select .dropdown-menu a:active {
        outline: none; }
    .bootstrap-select .dropdown-menu span {
      font-family: "Proxima Nova", sans-serif;
      font-size: 14px; }

img {
  max-width: 100%; }

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

.wrap--contact-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.2); }

.contact-form {
  position: relative;
  border-radius: 8px;
  background-color: #FFF;
  text-align: center;
  overflow: hidden; }
  .contact-form .contact-form__inner {
    padding: 40px 10px; }
    @media only screen and (min-width: 576px) {
      .contact-form .contact-form__inner {
        padding: 40px 20px; } }
    .contact-form .contact-form__inner > span {
      font-weight: 600;
      font-size: 14px;
      color: #000; }
 .contact-form h4 {
    width: 100%;
    font-weight: 800;
    font-size: 15px;
    color: #FFAB19;
    text-transform: uppercase; }
    @media only screen and (min-width: 576px) {
      .contact-form h4 {
        font-size: 25px; } }
    @media only screen and (min-width: 768px) {
      .contact-form h4 {
        font-size: 16px; } }
    @media only screen and (min-width: 992px) {
      .contact-form h4 {
        font-size: 22px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form h4 {
        font-size: 25px; } }
  .contact-form p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000; }
    @media only screen and (min-width: 576px) {
      .contact-form p {
        margin-bottom: 40px;
        font-size: 26px; } }
    @media only screen and (min-width: 768px) {
      .contact-form p {
        font-size: 18px; } }
    @media only screen and (min-width: 992px) {
      .contact-form p {
        font-size: 26px; } }
  .contact-form form {
    margin-bottom: 20px; }
    @media only screen and (min-width: 576px) {
      .contact-form form {
        margin-bottom: 25px; } }
  .contact-form input {
    max-width: 324px; }
  .contact-form textarea {
    max-width: 324px;
    resize: none;
    height: 88px; }
  .contact-form .btn--red {
    width: 100%; }
  .contact-form.loading .contact-form__inner {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .contact-form.loading .contact-form--sending {
    z-index: 10;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .contact-form.sent .contact-form--sending {
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .contact-form.sent .contact-form--aftersend {
    z-index: 10;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }

.contact-form--double h4 {
  color: #000; }
  .contact-form--double h4 span {
    color: #4dc1e6; }

.contact-form__inner {
  position: relative;
  z-index: 5;
  opacity: 1;
  background-color: #FFF;
  -webkit-transition: all .3s;
  transition: all .3s; }

.contact-form--sending {
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .contact-form--sending p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-bottom: 0;
    font-size: 18px;
    color: #FFAB19; }
    @media only screen and (min-width: 576px) {
      .contact-form--sending p {
        font-size: 24px; } }
    .contact-form--sending p img {
      width: 64px;
      height: 64px; }

.contact-form--aftersend {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px 10px 230px;
  border-radius: 8px;
  background-color: #FFF;
  background-image: url(../images/aftersend_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 120%;
  background-size: contain;
  text-align: center; }
  @media only screen and (min-width: 576px) {
    .contact-form--aftersend {
      padding: 40px 10px 270px; } }
  @media only screen and (min-width: 768px) {
    .contact-form--aftersend {
      padding: 40px 10px 240px; } }
  @media only screen and (min-width: 992px) {
    .contact-form--aftersend {
      padding: 40px 10px 260px; } }
  .contact-form--aftersend h4 {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 20px;
    color: #000;
    text-transform: uppercase; }
    @media only screen and (min-width: 576px) {
      .contact-form--aftersend h4 {
        font-size: 30px; } }
    .contact-form--aftersend h4 span {
      color: #FFAB19; }
  .contact-form--aftersend p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000; }
    @media only screen and (min-width: 576px) {
      .contact-form--aftersend p {
        font-size: 18px; } }
    @media only screen and (min-width: 992px) {
      .contact-form--aftersend p {
        font-size: 22px; } }
  .contact-form--aftersend img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 210px;
    vertical-align: bottom; }
    @media only screen and (min-width: 576px) {
      .contact-form--aftersend img {
        max-height: 250px; } }
    @media only screen and (min-width: 768px) {
      .contact-form--aftersend img {
        max-height: 220px; } }
    @media only screen and (min-width: 992px) {
      .contact-form--aftersend img {
        max-height: 240px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.primary-font, body {
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: normal; }

p {
  line-height: 1.2;
  color: #FFF; }

h1, h2, h3, h4, h5 {
  font-family: "Proxima Nova", sans-serif;
  color: #FFF;
  line-height: 1.1; }

body {
  line-height: 1.2em;
  color: #000;
  background: #FFF;
  font-size: 12px; }

.main {
  height: 100%; }
  .main body {
    min-height: 100%;
    background: url(../images/main_bg.png) repeat center;
    box-shadow: inset 0 0 100px 30px rgba(0, 0, 0, 0.75); }
    @media only screen and (min-width: 576px) {
      .main body {
        box-shadow: inset 0 0 150px 60px rgba(0, 0, 0, 0.75); } }
    @media only screen and (min-width: 768px) {
      .main body {
        box-shadow: inset 0 0 300px 120px rgba(0, 0, 0, 0.75); } }
  .main .wrapper {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .main .wrapper {
        height: 100vh;
        min-height: 770px; } }
    @media only screen and (min-width: 992px) {
      .main .wrapper {
        min-height: 970px; } }
  .main .header {
    padding-top: 10px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .main .header {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px); } }
  @media only screen and (min-width: 768px) {
    .main .content {
      position: absolute;
      top: 17%;
      left: 15px;
      width: calc(100% - 30px); } }
  .main .content__heading {
    margin: 50px 0 16px;
    font-weight: 900;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 576px) {
      .main .content__heading {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) {
      .main .content__heading {
        font-size: 62px; } }
    @media only screen and (min-width: 992px) {
      .main .content__heading {
        font-size: 90px; } }
  .main .wrap--content__features {
    text-align: center; }
  .main .content__features {
    display: inline-block;
    text-align: justify;
    margin: 0 auto 30px; }
    @media only screen and (min-width: 768px) {
      .main .content__features {
        margin: 0 auto;
        display: table;
        width: 100%; } }
    .main .content__features li {
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .main .content__features li {
          display: table-cell;
          margin-bottom: 0; }
          .main .content__features li:nth-child(2) {
            text-align: center; }
          .main .content__features li:last-child {
            text-align: right; } }
    .main .content__features h2 {
      font-weight: 700;
      font-size: 18px; }
      @media only screen and (min-width: 576px) {
        .main .content__features h2 {
          font-size: 26px; } }
      @media only screen and (min-width: 768px) {
        .main .content__features h2 {
          font-size: 18px; } }
      @media only screen and (min-width: 992px) {
        .main .content__features h2 {
          font-size: 26px; } }
      @media only screen and (min-width: 1200px) {
        .main .content__features h2 {
          font-size: 34px; } }
      .main .content__features h2:before {
        display: inline-block;
        content: '';
        width: 32px;
        height: 32px;
        margin-right: 10px;
        background: url(../images/icons/main_icons.png) no-repeat -20px -400px;
        vertical-align: middle; }
      .main .content__features h2 span {
        vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .main .footer {
      position: absolute;
      bottom: 0;
      left: 15px;
      width: calc(100% - 30px); } }


.logo {
  display: table;
  max-width: 410px;
  margin: 0 auto; }
  @media only screen and (min-width: 1200px) {
    .logo {
      margin: 0;
      margin-top: 15px; } }
  .logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .logo p {
    display: table-cell;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle; }
    .logo p:first-child {
      padding: 8px 8px 8px 0;
      font-weight: 800;
      font-size: 18px;
      color: #ffffff;
      text-align: right; }
      @media only screen and (min-width: 576px) {
        .logo p:first-child {
          padding: 8px 8px 8px 0;
          font-size: 22px; } }
      .logo p:first-child span {
        font-weight: 300;
        color: #FFF; }
    .logo p:last-child {
      padding: 8px 0 8px 8px;
      font-weight: 300;
      font-size: 14px; }
      @media only screen and (min-width: 576px) {
        .logo p:last-child {
          font-size: 15px; } }

.wrap--phone {
  position: relative;
  min-height: 54px;
  margin-bottom: 10px;
  padding-top: 7px; }
  @media only screen and (min-width: 1200px) {
    .wrap--phone {
      max-width: 260px; } }

.phone {
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -122px;
  display: inline-block;
  z-index: 0;
  min-height: 54px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .phone div p {
    display: inline-block;
    padding-right: 15px;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    vertical-align: middle;
    -webkit-transition: color .2s;
    transition: color .2s; }
    @media only screen and (min-width: 768px) {
      .phone div p {
        font-size: 16px; } }
    @media only screen and (min-width: 992px) {
      .phone div p {
        font-size: 20px; } }
  .phone .phone__btn {
    display: inline-block;
    width: 64px;
    height: 40px;
    margin-right: 10px;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAMAAAB5EAzbAAABYlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5zPnRAAAAdXRSTlMAAQIDBAUGBwoOExQVGhscHh8gISUnLDEyMzQ1Nzg8P0BBSktMTU5PVldYWVpfYG9xeHmEhoeIkpSVlpeYmZucn6CjpqepqqywsbO0tru8wcLDxMXHyNLT1NbX2dre3+Dh4uPk6evs7e7v8PHy9fj5+vv8/f50Et86AAACYklEQVQYGZXBiV8SeQDG4ZfZGZKZitxupctEtkNL3WkzqHDTyGx3O7ELSgTM7Ri2+v7//fDjjJDMOjyP+li52Up18wsxvmxWK7M5S3Gy/joJrPtZDeIuBCQULLja47cWRnNxZtxLK0baG59ZbGK0LqmfXcR4VnC0L6fwDKNoq8fIQ6CeV0L5OvBwRBF7BbifUWKZ+8CKrVAJmE9pCKl5oKQdlwBfQ/KBK9rmtmA5pSGllmDzoLqKUM8oNPqmqEQyNSjJONKBvEKjdb6fVCJ56ByR5MNThUbrwKqSeQK+ZDWgoNBzus4qkSloWMpB01boG13/KBG7CTnNwaIi7+mqKpkyzKoCM4r8ibFxTAP9xba/FZqGitZgXJECxl0NduI/jK8nFBqDNbXBU+SXt8CnwxrsFsYtRVxoK4AD2jWB8cjSQN4WbB1UJA2BAkirxz2MPzTYNbiuXWkI1AZXPbx1jJuWJNvRT5zXrx3tcqGtNRhTr1MfMVYP6Xhj65qtfhMX1WMM1lSBGfW58Bnj3+IG8PK8/sc0VDQHZfU795FddxSvDLM6A01b/U6+J/JGsewm5GQ1oKCfuA/Y8e6oYk1Bw5J8eKo9pl7RVf9V8Z6ALykbwKT2sCZu1zovRhVvEoKsjAWoZTS0TA2K6nLbsKShLUHb1bbLgK8h/Q5c1Y4SMJ/SEFLzwG2F0ivAckaJZZaBlbQiI4+A2qQSmqwBqyPq4ZQwHucd7cvJP8YoOep3uYXRLE+f9hzFcLzT0+UmRuuK9vCKAQkFRU+DZG9skMDGjaziWLm5SvVDhxidD9XKXM5Srx9n3iMe16M0fAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    border: 0;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-image .2s;
    transition: background-image .2s; }
  .phone ul {
    padding: 9px 13px 13px;
    text-align: left;
    -webkit-transition: visibility .2s, opacity .2s;
    transition: visibility .2s, opacity .2s; }
    .phone ul li {
      margin-bottom: 8px; }
      .phone ul li:last-child {
        margin-bottom: 0; }
      .phone ul li p {
        display: inline-block;
        height: 26px;
        margin-right: 10px;
        padding-left: 36px;
          font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #000; }
      .phone ul li .phone__kyivstar {
      }
      .phone ul li .phone__life {
        background-position: 0 -46px; }
      .phone ul li .phone__mts {
        background-position: 0 -92px; }
      .phone ul li span {
        font-size: 14px;
        color: #C2CAD2; }
        @media only screen and (min-width: 768px) {
          .phone ul li span {
            display: none; } }
        @media only screen and (min-width: 992px) {
          .phone ul li span {
            display: inline; } }

.phone--active {
  background-color: #FFF;
  z-index: 10;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .phone--active div p {
    color: #000;
    -webkit-transition: color .2s;
    transition: color .2s; }
  .phone--active .phone__btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAMAAAB5EAzbAAAA0lBMVEUAAAD/qxn/////1Yz/1Yz/1Yz/1Yz/1In/04b/04b/04X/04X/0oT/0oT/0oT/0oP/0oP/0YH/0YH/0H//0H3/z3v/z3v/z3r/znn/znn/zXf/znj/yWz/yWv/xF7/xF3/xF3/w1z/w1v/w1r/w1r/wVb/wVX/v1D/vk3/vkz/vEn/vUr/u0b/ukL/uDv/tzn/tzr/tjf/tzn/tjf/tDD/tDH/tDL/tTP/sy//szD/tDD/ryT/ryX/sCb/sCf/qxn/qxr/rBv/rBz/rB3/rR7/riIVOvF7AAAAP3RSTlMAAAAEBggKJSYoMTM6PD5FSFBZWmpucHF/gISGrrDQ0tTV1tjZ3uDn6ert7fDz9/j4+fn6+/v7+/z8/P7+/v6ym+84AAAA8ElEQVRIx+3Ty07CQBiGYT4rBbQewFNVVBDloKKCWFGxL4jc/y25MKZJU6bpsNGk724W8yT/HAqFvLw/mOQNmoq1FssIeAHT2gqAFwDdFYA+APv2wAyAO3tgBMB9EhCtTcA1wHgnGbgFgBsTcApwpWSgOgf4rJqA9SfgfXPJCA2AhnEE+QA9JxkohxBWzIDaAOdLDrEOZ0oBym8AF46kohsH3OHQTQO0NwHobmj3NawXY9foHysV0NEC4KM5Bh4PM74DSdLBhKiWBaDaKAIGGb/zT6XO7/7nbStAOnkAINiSJSDHv3z56ntZf2Ne3n/tG/E7KQUGCwv0AAAAAElFTkSuQmCC);
    -webkit-transition: all .2s;
    transition: all .2s; }
  .phone--active ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }

.wrap--mail {
  margin-bottom: 10px;
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    .wrap--mail {
      max-width: 230px; } }

.mail {
  height: 54px;
  line-height: 54px; }
  .mail a {
    padding-bottom: 1px;
    border-bottom: 1px solid #535659;
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
    vertical-align: middle;
    -webkit-transition: border-bottom-color .2s;
    transition: border-bottom-color .2s; }
    .mail a:hover, .mail a:focus {
      border-bottom-color: #FFF;
      color: #FFF;
      text-decoration: none; }
  .mail span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: url(../images/icons/main_icons.png) no-repeat -20px -340px;
    vertical-align: middle; }
    @media only screen and (min-width: 1200px) {
      .mail span {
        margin-right: 5px; } }

.wrap--btn--callback {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .wrap--btn--callback {
      text-align: right;
      min-width: 245px; } }
  @media only screen and (min-width: 1200px) {
    .wrap--btn--callback {
      min-width: 245px;
      margin-top: 8px; } }

.footer__boiler {
  margin-bottom: 35px;
  text-align: center; }
  .footer__boiler:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .footer__boiler {
      margin-bottom: 0; } }
  .footer__boiler h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .footer__boiler h3 {
        font-size: 20px; } }
    @media only screen and (min-width: 992px) {
      .footer__boiler h3 {
        margin-bottom: 25px;
        font-size: 24px; } }
    .footer__boiler h3:before {
      content: '';
      display: block;
      width: 75px;
      height: 75px;
      margin: 0 auto 15px;
      background: url(../images/icons/main_icons.png) no-repeat; }
      @media only screen and (min-width: 992px) {
        .footer__boiler h3:before {
          margin-bottom: 25px; } }
  .footer__boiler img {
    width: 100%;
    vertical-align: top; }

.footer__boiler--gas h3:before {
  background-position: -20px -0px; }

.footer__boiler--solid h3:before {
  background-position: -9px -247px; }

.footer__boiler--electric h3:before {
  background-position: -19px -95px; }

.footer__boiler__desk_img {
  display: none;
  max-width: 450px; }
  @media only screen and (min-width: 768px) {
    .footer__boiler__desk_img {
      display: inline; } }

.footer__boiler__mob_img {
  display: inline;
  max-width: 354px; }
  @media only screen and (min-width: 768px) {
    .footer__boiler__mob_img {
      display: none; } }

.wrap--callback-modal {
  margin: 0 auto; }

.callback-modal .mfp-close {
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #FFAB19; }

.landing .header {
  background-position: 16% 50%;
  background-size: cover; }
  @media only screen and (min-width: 992px) {
    .landing .header {
      background-position: 50% 50%; } }

.landing .header__top, .landing .footer {
  padding-top: 10px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .landing .header__top, .landing .footer {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) {
    .landing .header__top, .landing .footer {
      padding-bottom: 130px; } }

.landing .header__main {
  padding-bottom: 115px; }
  .landing .header__main h1 {
    font-weight: 900;
    font-size: 26px;
    text-align: center; }
    @media only screen and (min-width: 576px) {
      .landing .header__main h1 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) {
      .landing .header__main h1 {
        font-size: 30px;
        text-align: left; } }
    @media only screen and (min-width: 992px) {
      .landing .header__main h1 {
        font-size: 40px; } }
    @media only screen and (min-width: 1200px) {
      .landing .header__main h1 {
        font-size: 40px; } }
    .landing .header__main h1 span {
      color: #4dc1e6; }
  .landing .header__main .wrap--features {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .landing .header__main .wrap--features {
        text-align: left; } }
  .landing .header__main ul {
    display: inline-block;
    text-align: left;
    margin: 30px 0; }
    @media only screen and (min-width: 768px) {
      .landing .header__main ul {
        display: block;
        margin: 40px 0 0; } }
    .landing .header__main ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 40px;
      margin-bottom: 10px;
      padding-left: 50px;
      background: url(../images/icons-sprite.png) no-repeat;
      background-size: 30px auto;
      font-size: 14px;
      line-height: 1.2;
      color: #FFF; }
      @media only screen and (min-width: 576px) {
        .landing .header__main ul li {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) {
        .landing .header__main ul li {
          margin-bottom: 30px;
          font-size: 18px; } }
      @media only screen and (min-width: 992px) {
        .landing .header__main ul li {
          padding-left: 70px;
          background-size: auto;
          font-size: 20px; } }
      .landing .header__main ul li:nth-child(1) {
        background-position: 0 6px; }
        @media only screen and (min-width: 992px) {
          .landing .header__main ul li:nth-child(1) {
            background-position: 0 0; } }
      .landing .header__main ul li:nth-child(2) {
        background-position: 0 -37px; }
        @media only screen and (min-width: 992px) {
          .landing .header__main ul li:nth-child(2) {
            background-position: 0 -67px; } }
      .landing .header__main ul li:nth-child(3) {
        background-position: 0 -80px; }
        @media only screen and (min-width: 992px) {
          .landing .header__main ul li:nth-child(3) {
            background-position: 0 -134px; } }
      .landing .header__main ul li:nth-child(4) {
        background-position: 0 -123px; }
        @media only screen and (min-width: 992px) {
          .landing .header__main ul li:nth-child(4) {
            background-position: 0 -199px; } }
      .landing .header__main ul li:nth-child(5) {
        background-position: 0 -167px; }
        @media only screen and (min-width: 992px) {
          .landing .header__main ul li:nth-child(5) {
            background-position: 0 -266px; } }
  @media only screen and (min-width: 992px) {
    .landing .header__main .wrap--contact-form {
      float: right; } }

.landing .footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .landing .footer {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .landing .footer .phone__btn {
    cursor: default; }

.landing--gas .header {
  background-image: url(../images/gas_lp/header_bg.jpg); }

.landing--solid .header {
  background-image: url(../images/solid_lp/header_bg.jpg); }

.landing--electric .header {
  background-image: url(../images/electric_lp/header_bg.jpg); }

.benefits {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/benefits_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFF; }
  @media only screen and (min-width: 768px) {
    .benefits {
      padding-top: 130px;
      padding-bottom: 130px; } }
  .benefits .section_title {
    margin-bottom: 30px;
    color: #282D2F;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .benefits .section_title {
        margin-bottom: 85px; } }
  .benefits .benefits__list {
    max-width: 570px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .benefits .benefits__list {
        max-width: none;
        margin: auto; } }
    .benefits .benefits__list > li {
      display: block;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .benefits .benefits__list > li {
          display: inline-block;
          width: 33%;
          vertical-align: middle; } }
  .benefits .benefits__list__inner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 65px;
    background-repeat: no-repeat;
    background-size: 65px auto;
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .benefits .benefits__list__inner li {
        margin-bottom: 40px; }
        .benefits .benefits__list__inner li:last-child {
          margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .benefits .benefits__list__inner li {
        height: 130px;
        background-size: 130px auto;
        font-size: 18px; } }
    .benefits .benefits__list__inner li p {
      font-weight: 600;
      color: #282D2F; }
  .benefits .benefits__list__inner--left li {
    padding-right: 75px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .benefits .benefits__list__inner--left li p {
      text-align: right; }
    @media only screen and (min-width: 992px) {
      .benefits .benefits__list__inner--left li {
        padding-right: 130px; } }
    .benefits .benefits__list__inner--left li:nth-child(1) {
      background-position: 100% 6px; }
      @media only screen and (min-width: 992px) {
        .benefits .benefits__list__inner--left li:nth-child(1) {
          background-position: 100% 12px; } }
    .benefits .benefits__list__inner--left li:nth-child(2) {
      background-position: 100% -67px; }
      @media only screen and (min-width: 768px) {
        .benefits .benefits__list__inner--left li:nth-child(2) {
          margin-right: 20px; } }
      @media only screen and (min-width: 992px) {
        .benefits .benefits__list__inner--left li:nth-child(2) {
          margin-right: 30px;
          background-position: 100% -132px; } }
    .benefits .benefits__list__inner--left li:nth-child(3) {
      background-position: 100% -138px; }
      @media only screen and (min-width: 992px) {
        .benefits .benefits__list__inner--left li:nth-child(3) {
          background-position: 100% -277px; } }
  .benefits .benefits__list__inner--img {
    text-align: center; }
    .benefits .benefits__list__inner--img img {
      max-width: 200px; }
      @media only screen and (min-width: 992px) {
        .benefits .benefits__list__inner--img img {
          max-width: 300px; } }
  .benefits .benefits__list__inner--right li {
    padding-left: 75px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media only screen and (min-width: 992px) {
      .benefits .benefits__list__inner--right li {
        padding-left: 130px; } }
    .benefits .benefits__list__inner--right li p {
      text-align: left; }
    .benefits .benefits__list__inner--right li:nth-child(1) {
      background-position: 6px -211px; }
      @media only screen and (min-width: 992px) {
        .benefits .benefits__list__inner--right li:nth-child(1) {
          background-position: 11px -421px; } }
    .benefits .benefits__list__inner--right li:nth-child(2) {
      background-position: 6px -283px; }
      @media only screen and (min-width: 768px) {
        .benefits .benefits__list__inner--right li:nth-child(2) {
          margin-left: 20px; } }
      @media only screen and (min-width: 992px) {
        .benefits .benefits__list__inner--right li:nth-child(2) {
          margin-left: 30px;
          background-position: 11px -566px; } }
    .benefits .benefits__list__inner--right li:nth-child(3) {
      background-position: 6px -138px; }
      @media only screen and (min-width: 992px) {
        .benefits .benefits__list__inner--right li:nth-child(3) {
          background-position: 11px -712px; } }

.landing--gas .benefits .benefits__list__inner li {
  background-image: url(../images/gas_lp/benefits_icons.png); }

.landing--solid .benefits .benefits__list__inner li {
  background-image: url(../images/solid_lp/benefits_icons.png); }

.landing--electric .benefits .benefits__list__inner li {
  background-image: url(../images/electric_lp/benefits_icons.png); }

.compare {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #F1F3F6; }
  @media only screen and (min-width: 768px) {
    .compare {
      padding-top: 100px;
      padding-bottom: 80px; } }
  .compare .section_title {
    margin-bottom: 30px;
    color: #282D2F;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .compare .section_title {
        margin-bottom: 60px; } }
  .compare h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    color: #282D2F;
    text-align: center; }
    @media only screen and (min-width: 576px) {
      .compare h3 {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) {
      .compare h3 {
        font-size: 18px; } }
    @media only screen and (min-width: 992px) {
      .compare h3 {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .compare h3 {
        font-size: 18px; } }
    @media only screen and (min-width: 576px) {
      .compare h3 br {
        display: none; } }
  .compare img {
    border-radius: 15px; }
  .compare .compare__left {
    text-align: center; }
    .compare .compare__left img { }
      @media only screen and (min-width: 576px) {
        .compare .compare__left img {
          max-height: 400px; } }
      @media only screen and (min-width: 992px) {
        .compare .compare__left img {
          max-height: none; } }
  .compare .compare__right {
    text-align: center; }
    .compare .compare__right div:first-child {
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) {
        .compare .compare__right div:first-child {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 1200px) {
        .compare .compare__right div:first-child {
          margin-bottom: 25px; } }
    .compare .compare__right img { 
      -webkit-transition: all .3s;
      transition: all .3s; }
   
  .compare .compare__center {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) {
      .compare .compare__center {
        margin-top: 34px; } }
    @media only screen and (min-width: 1200px) {
      .compare .compare__center {
        margin-top: 38px; } }
  .compare .compare__center__main {
    width: 100%;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0px 0px 26px 12px rgba(187, 187, 187, 0.22); }
    .compare .compare__center__main tr:nth-child(2) td {
      height: 85px; }
      @media only screen and (min-width: 992px) {
        .compare .compare__center__main tr:nth-child(2) td {
          height: 75px; } }
      @media only screen and (min-width: 1200px) {
        .compare .compare__center__main tr:nth-child(2) td {
          height: 85px; } }
    .compare .compare__center__main tr:last-child td {
      border-bottom: 0; }
    .compare .compare__center__main td {
      height: 67px;
      padding: 0 10px;
      vertical-align: middle;
      border-bottom: 1px solid #F1F3F6; }
      @media only screen and (min-width: 576px) {
        .compare .compare__center__main td {
          padding: 0 20px; } }
      @media only screen and (min-width: 992px) {
        .compare .compare__center__main td {
          height: 54px; } }
      @media only screen and (min-width: 1200px) {
        .compare .compare__center__main td {
          height: 67px; } }
      .compare .compare__center__main td:nth-child(even) {
        text-align: right; }
    .compare .compare__center__main p {
      display: inline-block;
      width: 60%;
      font-size: 10px;
      color: #282D2F;
      text-align: left; }
      @media only screen and (min-width: 576px) {
        .compare .compare__center__main p {
          width: 52%;
          font-size: 12px; } }
      @media only screen and (min-width: 768px) {
        .compare .compare__center__main p {
          font-size: 16px; } }
      @media only screen and (min-width: 992px) {
        .compare .compare__center__main p {
          width: 54%;
          font-size: 13px; } }
      @media only screen and (min-width: 1200px) {
        .compare .compare__center__main p {
          width: 54%;
          font-size: 16px; } }
  .compare .compare__center__top {
    position: absolute;
    top: -17px;
    left: 50%;
    z-index: 5;
    width: 30%;
    margin-left: -15%;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0px 9px 24px 0px rgba(187, 187, 187, 0.22); }
    @media only screen and (min-width: 576px) {
      .compare .compare__center__top {
        width: 34%;
        margin-left: -17%; } }
    @media only screen and (min-width: 992px) {
      .compare .compare__center__top {
        top: -21px; } }
    @media only screen and (min-width: 1200px) {
      .compare .compare__center__top {
        top: -17px;
        width: 36%;
        margin-left: -18%; } }
    .compare .compare__center__top tr:nth-of-type(1) td, .compare .compare__center__top tr:nth-of-type(2) td, .compare .compare__center__top tr:nth-of-type(6) td {
      height: 85px; }
      @media only screen and (min-width: 992px) {
        .compare .compare__center__top tr:nth-of-type(1) td, .compare .compare__center__top tr:nth-of-type(2) td, .compare .compare__center__top tr:nth-of-type(6) td {
          height: 75px; } }
      @media only screen and (min-width: 1200px) {
        .compare .compare__center__top tr:nth-of-type(1) td, .compare .compare__center__top tr:nth-of-type(2) td, .compare .compare__center__top tr:nth-of-type(6) td {
          height: 85px; } }
    .compare .compare__center__top tr td {
      height: 67px;
      padding: 0 10px;
      border-bottom: 1px solid #F1F3F6;
      font-weight: 700;
      font-size: 10px;
      line-height: 1.4;
      text-align: center;
      vertical-align: middle; }
      @media only screen and (min-width: 576px) {
        .compare .compare__center__top tr td {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) {
        .compare .compare__center__top tr td {
          font-size: 18px; } }
      @media only screen and (min-width: 992px) {
        .compare .compare__center__top tr td {
          font-size: 15px;
          height: 54px; } }
      @media only screen and (min-width: 1200px) {
        .compare .compare__center__top tr td {
          font-size: 18px;
          height: 67px; } }
  .compare .compare__wrap__btn {
    margin-top: 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .compare .compare__wrap__btn {
        margin-top: 60px; } }

.discount {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/discount_bg.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .discount {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .discount .section_title {
    margin-bottom: 45px;
    color: #FFF;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .discount .section_title {
        text-align: left; } }
    .discount .section_title span {
      display: block;
      color: #4ec2e7; }
    .discount .section_title br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .discount .section_title br {
          display: block; } }
  .discount .discount__left {
    position: relative; }
    .discount .discount__left > div {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .discount .discount__left > div {
          text-align: left; } }
    .discount .discount__left ul {
      display: inline-block;
      text-align: left;
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        .discount .discount__left ul {
          display: block; } }
      .discount .discount__left ul li {
        margin-bottom: 12px;
        padding-left: 20px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAAPFBMVEX/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxn/qxnzsOGyAAAAE3RSTlMABgwfIDxAQkRIl5iZ3uHi8fL5K007uAAAAFBJREFUCB0FwQECwxAQAMEtmiByevb/f+0MUGecmBVgpKo5oP1U1Wwsfe9yvzrZegFfDY4W4KOHrR24NFgavfTQRUtVNRuMVDUHQH322U+FP27JBZSL+yDVAAAAAElFTkSuQmCC) no-repeat 0 50%;
        font-size: 16px;
        line-height: 1.2;
        color: #FFF; }
        @media only screen and (min-width: 576px) {
          .discount .discount__left ul li {
            font-size: 18px; } }
        @media only screen and (min-width: 992px) {
          .discount .discount__left ul li {
            font-size: 21px; } }
    .discount .discount__left img {
      display: none;
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .discount .discount__left img {
          display: inline;
          right: 30px;
          bottom: -250px; } }
      @media only screen and (min-width: 1200px) {
        .discount .discount__left img {
          right: 0;
          bottom: -270px; } }

.montage {
  padding-top: 60px;
  padding-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    .montage {
      padding-top: 120px;
      padding-bottom: 90px; } }
  .montage .section_title {
    margin-bottom: 30px;
    color: #282D2F;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .montage .section_title {
        margin-bottom: 60px; } }
    .montage .section_title span {
      color: #FFAB19; }
    .montage .section_title br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .montage .section_title br {
          display: block; } }
  .montage .montage__boiler {
    position: relative;
    max-width: 270px;
    height: 375px;
    margin: 0 auto 30px;
    padding: 25px 10px 15px;
    border: 1px solid #FFAB19;
    border-radius: 15px;
    text-align: center; }
    @media only screen and (min-width: 576px) {
      .montage .montage__boiler {
        height: 405px;
        padding: 20px 20px 25px; } }
    .montage .montage__boiler img {
      max-height: 270px; }
    .montage .montage__boiler p {
      margin-top: -15px;
      padding-left: 55px;
      background: url(data:image/png;base64,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) no-repeat 20px 50%;
      background-size: 35px auto;
      font-weight: 700;
      font-size: 15px;
      color: #282D2F;
      text-transform: uppercase; }
      @media only screen and (min-width: 576px) {
        .montage .montage__boiler p {
          margin-top: 15px;
          background-position: 10px 50%;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) {
        .montage .montage__boiler p {
          font-size: 16px; } }
      @media only screen and (min-width: 992px) {
        .montage .montage__boiler p {
          font-size: 16px; } }
      @media only screen and (min-width: 1200px) {
        .montage .montage__boiler p {
          font-size: 16px; } }
    .montage .montage__boiler .montage__boiler__top {
      display: block;
      position: absolute;
      top: -17px;
      right: -17px;
      width: 125px;
      height: 45px;
      padding: 9px 5px 5px 10px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAAsCAYAAACjZQx0AAABkklEQVR4nO3czWrCQBSG4XcmyQgKdiH+tJsuijtFvf3eRemyvYC2S6HLki6EEDVtjEZMcr4H3AxRAi8ZD0Z1H0+LFGk7N31/rfQEf6UTkYZTeKMU3iiFN0rhjVJ4oxTeKIU3SuGNim99AlKPt8ljpeN1xRul8B2w3W5T4K/HrOg5Ct9966JFhe++VdGiwnffpmhR4btPV7xRc2BwuKjw3RcBy8NFhbfhaLtXeBuOBjyFt0FXvFFLdu/1GYW3YcBuus8ovB17273C27E34Cm8HXs3axTeDm31Rs3I3ZtXeFuy7V7hbcm2e4W3JZvsY8Dd8EQk5+Xrs/J/FYyShGF08pels63epan+F6EJnocT2H058iQeGIdA30elx+b8AHfAt7b6Foqc4z70qkaH3L15hW+Z4D0PoUfwZ6dbgX5J0yp9HzEO4dKrdQMK3xrDKGaUJHW81BoUvhUqTu5lFkB9ryb1O3NyLzMA5grfUJFzzJJwyRD3n7XCN1DwnmkSiN3VPltT+KapaXIvo/BNUuPkXmb1C+viIeKBvfV/AAAAAElFTkSuQmCC) no-repeat center;
      font-weight: 800;
      font-size: 13px;
      color: #FFF;
      text-align: left;
      text-transform: uppercase;
      white-space: nowrap; }
  .montage .montage__wrap__btn {
    position: relative;
    margin-top: 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .montage .montage__wrap__btn {
        margin-top: 60px; } }
    .montage .montage__wrap__btn img {
      display: none; }
      @media only screen and (min-width: 768px) {
        .montage .montage__wrap__btn img {
          display: inline;
          position: absolute;
          top: -40px;
          left: 16%;
          z-index: -1; } }
      @media only screen and (min-width: 992px) {
        .montage .montage__wrap__btn img {
          left: 23%; } }
      @media only screen and (min-width: 1200px) {
        .montage .montage__wrap__btn img {
          left: 28%; } }
  .montage .btn--red {
    display: inline-block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }

.heatloss {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url(../../assets/images/heatloss_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px auto;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .heatloss {
      padding-top: 80px;
      padding-bottom: 90px; } }
  .heatloss .section_title {
    margin-bottom: 80px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .heatloss .section_title {
        margin-bottom: 200px; } }
    .heatloss .section_title br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .heatloss .section_title br {
          display: block; } }
  @media only screen and (min-width: 768px) {
    .heatloss .heatloss__content {
      background-image: url(data:image/png;base64,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);
      background-repeat: no-repeat;
      background-position: 50% 150px; } }
  @media only screen and (min-width: 1200px) {
    .heatloss .heatloss__content {
      background-position: 50% 200px; } }
  .heatloss .heatloss__content p {
    max-width: 500px;
    margin: 0 auto;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .heatloss .heatloss__content p {
        max-width: none;
        margin: auto; } }
    .heatloss .heatloss__content p:first-of-type {
      margin-bottom: 30px;
      font-size: 24px; }
      @media only screen and (min-width: 768px) {
        .heatloss .heatloss__content p:first-of-type {
          font-size: 28px; } }
      @media only screen and (min-width: 992px) {
        .heatloss .heatloss__content p:first-of-type {
          font-size: 32px; } }
    .heatloss .heatloss__content p:last-of-type {
      margin-bottom: 45px;
      font-size: 18px; }
      @media only screen and (min-width: 768px) {
        .heatloss .heatloss__content p:last-of-type {
          margin-bottom: 90px;
          font-size: 24px; } }
    .heatloss .heatloss__content p br {
      display: none; }
      @media only screen and (min-width: 768px) {
        .heatloss .heatloss__content p br {
          display: block; } }
  .heatloss .heatloss__content img {
    margin-bottom: 30px; }

.economy {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(../../assets/images/benefits_bg.png) no-repeat 50% -18%; }
  @media only screen and (min-width: 768px) {
    .economy {
      padding-top: 0; } }
  .economy .section_title {
    margin-bottom: 35px;
    color: #282D2F;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .economy .section_title {
        margin-bottom: 75px; } }
    .economy .section_title span {
      color: #4ec2e7; }
    .economy .section_title br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .economy .section_title br {
          display: block; } }
  .economy .economy__block {
    margin-bottom: 30px;
    text-align: center; }
    .economy .economy__block p {
      font-weight: 600;
      font-size: 18px;
      color: #282D2F;
      text-align: center; }

.mainform {
  padding-top: 90px;
  padding-bottom: 100px;
  background: url(../images/mainform_bg.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .mainform {
      padding-top: 45px;
      padding-bottom: 50px; } }
  .mainform .section_title {
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .mainform .section_title {
        margin-bottom: 60px; } }
    .mainform .section_title span {
      font-size: 28px;
      color: #FFAB19; }
      @media only screen and (min-width: 768px) {
        .mainform .section_title span {
          font-size: 36px; } }
      @media only screen and (min-width: 1200px) {
        .mainform .section_title span {
          font-size: 58px; } }
    .mainform .section_title br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .mainform .section_title br {
          display: block; } }
  .mainform .wrap--form {
    position: relative; }
    .mainform .wrap--form.loading form {
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .mainform .wrap--form.loading .mainform--sending {
      z-index: 10;
      opacity: 1;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .mainform .wrap--form.sent .mainform--sending {
      z-index: 3;
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .mainform .wrap--form.sent .mainform--aftersend {
      z-index: 10;
      opacity: 1;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .mainform form {
    position: relative;
    z-index: 5;
    max-width: 480px;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media only screen and (min-width: 768px) {
      .mainform form {
        max-width: none; } }
    .mainform form .bootstrap-select {
      margin-bottom: 0; }
    .mainform form .inner__row {
      padding-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .mainform form .inner__row {
          padding-bottom: 30px; } }
    .mainform form label.error {
      bottom: 14px; }
  .mainform .btn--red {
    width: 100%;
    white-space: normal; }
  .mainform .mainform--sending {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: calc(100% - 30px);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .mainform .mainform--sending p {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-bottom: 0;
      font-size: 18px;
      color: #FFAB19;
      text-align: center; }
      @media only screen and (min-width: 576px) {
        .mainform .mainform--sending p {
          font-size: 24px; } }
      .mainform .mainform--sending p img {
        width: 64px;
        height: 64px; }
  .mainform .mainform--aftersend {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    width: calc(100% - 30px);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center; }
    .mainform .mainform--aftersend div {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .mainform .mainform--aftersend h4 {
      font-weight: 800;
      font-size: 24px; }
      @media only screen and (min-width: 768px) {
        .mainform .mainform--aftersend h4 {
          font-size: 30px; } }
      @media only screen and (min-width: 1200px) {
        .mainform .mainform--aftersend h4 {
          font-size: 36px; } }
      .mainform .mainform--aftersend h4 span {
        color: #FFAB19; }
    .mainform .mainform--aftersend p {
      font-size: 18px; }
      @media only screen and (min-width: 576px) {
        .mainform .mainform--aftersend p {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) {
        .mainform .mainform--aftersend p {
          font-size: 24px; } }

.quality {
  padding-top: 40px;
  padding-bottom: 35px;
  background-image: url(../images/benefits_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 110%;
  background-size: cover;
  background-color: #FFF; }
  @media only screen and (min-width: 768px) {
    .quality {
      padding-top: 90px;
      padding-bottom: 70px; } }
  .quality .section_title {
    margin-bottom: 40px;
    color: #282D2F;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .quality .section_title {
        margin-bottom: 80px; } }
    .quality .section_title span {
      color: #FFAB19; }
    .quality .section_title br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .quality .section_title br {
          display: block; } }
  .quality .quality__point {
    max-width: 370px;
    margin: 0 auto 30px;
    padding: 40px 20px 25px;
    background-color: #FFF;
    border: 1px solid #E3E7F3;
    border-radius: 10px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .quality .quality__point {
        min-height: 281px;
        padding: 50px 30px 35px; } }
    .quality .quality__point span {
      display: inline-block;
      width: 80px;
      height: 70px;
      margin-bottom: 50px;
      background-image: url(../images/icons/quality_icons.png);
      background-repeat: no-repeat; }
    .quality .quality__point p {
      font-weight: 600;
      font-size: 20px;
      color: #282D2F; }
  .quality .quality__point--1 span {
    background-position: 5px 2px; }
  .quality .quality__point--2 span {
    background-position: -165px 2px; }
  .quality .quality__point--3 span {
    background-position: -331px 2px; }
  .quality .quality__point--4 span {
    background-position: 5px -160px; }
  .quality .quality__point--5 span {
    background-position: -165px -160px; }
  .quality .quality__point--6 span {
    background-position: -331px -160px; }

.process {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffa514;
  background: -webkit-linear-gradient(left, #4dc1e6 0%, #157998 80%, #0e7b9c  100%);
  background: linear-gradient(to right, #4dc1e6 0%, #157998 80%, #0e7b9c 100%); }
  @media only screen and (min-width: 768px) {
    .process {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .process .section_title {
    margin-bottom: 40px;
    color: #FFF;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .process .section_title {
        margin-bottom: 80px; } }
    .process .section_title span {
      color: #FFAB19; }
    .process .section_title br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .process .section_title br {
          display: block; } }
  @media only screen and (min-width: 768px) {
    .process ul {
      width: 100%;
      display: table;
      table-layout: fixed; } }
  .process .process__point {
    position: relative;
    max-width: 210px;
    margin: 0 auto 120px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .process .process__point {
        display: table-cell;
        width: 20%;
        margin-bottom: 0;
        padding: 0 10px; } }
    .process .process__point span {
      display: inline-block;
      width: 64px;
      height: 60px;
      margin-bottom: 20px;
      background-image: url(./../images/process-sprite.png);
      background-repeat: no-repeat; }
      @media only screen and (min-width: 768px) {
        .process .process__point span {
          margin-bottom: 40px; } }
    .process .process__point p {
      font-weight: 600;
      font-size: 18px; }
      @media only screen and (min-width: 768px) {
        .process .process__point p {
          font-size: 12px; } }
      @media only screen and (min-width: 992px) {
        .process .process__point p {
          font-size: 14px; } }
      @media only screen and (min-width: 1200px) {
        .process .process__point p {
          font-size: 17px; } }
      .process .process__point p br {
        display: none; }
        @media only screen and (min-width: 768px) {
          .process .process__point p br {
            display: block; } }
    .process .process__point .btn--red {
      margin-top: 15px;
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (min-width: 768px) {
        .process .process__point .btn--red {
          padding-left: 10px;
          padding-right: 10px;
          font-size: 10px; } }
      @media only screen and (min-width: 992px) {
        .process .process__point .btn--red {
          padding-left: 10px;
          padding-right: 10px;
          font-size: 14px; } }
      @media only screen and (min-width: 1200px) {
        .process .process__point .btn--red {
          padding-left: 30px;
          padding-right: 30px;
          font-size: 14px; } }
    .process .process__point img {
      position: absolute;
      width: 80px;
      bottom: -65px; }
      @media only screen and (min-width: 768px) {
        .process .process__point img {
          width: 70px;
          bottom: auto; } }
      @media only screen and (min-width: 992px) {
        .process .process__point img {
          width: 90px; } }
      @media only screen and (min-width: 1200px) {
        .process .process__point img {
          width: 111px; } }
  .process .process__point--1 span {
    background-position: 1px 0; }
  .process .process__point--1 img {
    left: 15%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    @media only screen and (min-width: 768px) {
      .process .process__point--1 img {
        top: 10px;
        left: auto;
        right: -34px;
        -webkit-transform: none;
                transform: none; } }
    @media only screen and (min-width: 992px) {
      .process .process__point--1 img {
        right: -45px; } }
    @media only screen and (min-width: 1200px) {
      .process .process__point--1 img {
        right: -54px; } }
  .process .process__point--2 span {
    background-position: -158px 0; }
  .process .process__point--2 img {
    left: 45%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media only screen and (min-width: 768px) {
      .process .process__point--2 img {
        top: 41px;
        left: auto;
        right: -37px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
    @media only screen and (min-width: 992px) {
      .process .process__point--2 img {
        right: -46px; } }
    @media only screen and (min-width: 1200px) {
      .process .process__point--2 img {
        right: -57px; } }
  .process .process__point--3 span {
    background-position: -312px 0; }
  .process .process__point--3 img {
    left: 15%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    @media only screen and (min-width: 768px) {
      .process .process__point--3 img {
        top: 10px;
        left: auto;
        right: -34px;
        -webkit-transform: none;
                transform: none; } }
    @media only screen and (min-width: 992px) {
      .process .process__point--3 img {
        right: -45px; } }
    @media only screen and (min-width: 1200px) {
      .process .process__point--3 img {
        right: -54px; } }
  .process .process__point--4 span {
    background-position: -465px 0; }
  .process .process__point--4 img {
    left: 45%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media only screen and (min-width: 768px) {
      .process .process__point--4 img {
        top: 41px;
        left: auto;
        right: -37px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
    @media only screen and (min-width: 992px) {
      .process .process__point--4 img {
        right: -46px; } }
    @media only screen and (min-width: 1200px) {
      .process .process__point--4 img {
        right: -57px; } }
  .process .process__point--5 {
    margin-bottom: 0; }
    .process .process__point--5 span {
      background-position: -625px 0; }

.maincontacts {
  padding-top: 50px;
  padding-bottom: 35px; }
  @media only screen and (min-width: 768px) {
    .maincontacts {
      padding-top: 100px;
      padding-bottom: 70px; } }
  .maincontacts .section_title {
    margin-bottom: 40px;
    color: #282D2F;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .maincontacts .section_title {
        margin-bottom: 20px; } }
    .maincontacts .section_title span {
      color: #4dc1e6; }
    .maincontacts .section_title br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .maincontacts .section_title br {
          display: block; } }
  .maincontacts .wrap--maincontacts__data {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .maincontacts .wrap--maincontacts__data {
        text-align: left; } }
  .maincontacts .maincontacts__data {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .maincontacts .maincontacts__data {
        display: table;
        width: 100%;
        min-height: 40px;
        margin-bottom: 40px; } }
    .maincontacts .maincontacts__data li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 40px;
      margin-bottom: 40px;
      padding-left: 60px;
      background: url(data:image/png;base64,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) no-repeat;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.2;
      color: #282D2F;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .maincontacts .maincontacts__data li {
          display: table-cell;
          vertical-align: middle;
          padding-left: 50px;
          background-size: 40px auto;
          font-size: 12px; } }
      @media only screen and (min-width: 992px) {
        .maincontacts .maincontacts__data li {
          font-size: 14px; } }
      @media only screen and (min-width: 1200px) {
        .maincontacts .maincontacts__data li {
          padding-left: 60px;
          background-size: auto;
          font-size: 16px; } }
      .maincontacts .maincontacts__data li a {
        color: #282D2F;
        text-decoration: underline; }
      .maincontacts .maincontacts__data li:nth-child(1) {
        background-position: 6px 3px; }
        @media only screen and (min-width: 768px) {
          .maincontacts .maincontacts__data li:nth-child(1) {
            background-position: 3px 5px; } }
        @media only screen and (min-width: 1200px) {
          .maincontacts .maincontacts__data li:nth-child(1) {
            background-position: 6px 2px; } }
      .maincontacts .maincontacts__data li:nth-child(2) {
        background-position: 6px -74px; }
        @media only screen and (min-width: 768px) {
          .maincontacts .maincontacts__data li:nth-child(2) {
            background-position: 3px -61px; } }
        @media only screen and (min-width: 1200px) {
          .maincontacts .maincontacts__data li:nth-child(2) {
            background-position: 6px -74px; } }
      .maincontacts .maincontacts__data li:nth-child(3) {
        background-position: 6px -154px; }
        @media only screen and (min-width: 768px) {
          .maincontacts .maincontacts__data li:nth-child(3) {
            background-position: 3px -131px; } }
        @media only screen and (min-width: 1200px) {
          .maincontacts .maincontacts__data li:nth-child(3) {
            background-position: 6px -154px; } }
      .maincontacts .maincontacts__data li:nth-child(4) {
        background-position: 6px -231px; }
        @media only screen and (min-width: 768px) {
          .maincontacts .maincontacts__data li:nth-child(4) {
            background-position: 3px -199px; } }
        @media only screen and (min-width: 1200px) {
          .maincontacts .maincontacts__data li:nth-child(4) {
            background-position: 6px -234px; } }
  .maincontacts .wrap--maincontacts__map {
    position: relative; }
    .maincontacts .wrap--maincontacts__map .maincontacts__map {
      height: 300px;
      margin-bottom: 40px;
      border-radius: 10px;
      overflow: hidden; }
      @media only screen and (min-width: 992px) {
        .maincontacts .wrap--maincontacts__map .maincontacts__map {
          height: 670px; } }
      @media only screen and (min-width: 1200px) {
        .maincontacts .wrap--maincontacts__map .maincontacts__map {
          height: 680px; } }
      .maincontacts .wrap--maincontacts__map .maincontacts__map > div {
        border-radius: 10px !important; }
    @media only screen and (min-width: 992px) {
      .maincontacts .wrap--maincontacts__map .maincontacts__form {
        position: absolute;
        top: 2px;
        right: 15px; } }


.uslugi .section_title {
    margin: 30px 0;
    color: #282D2F;
    text-align: center;
}
.uslugi .container .row {
  max-width: 1000px;  
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uslugi .container .row::before, .uslugi .container .row::after {
  display: none;
}
.usluga-item {
  margin: 0 auto 35px auto;
  padding: 11px 12px 34px;
  box-shadow: 0px 0px 17px rgba(0,0,0,0.1),0px 0px 17px rgba(0,0,0,0.1);
  background-color: #FAFAFA;
  text-align: left;
}
.usluga-item--big{
  width: 300px;
}
.usluga-item--small{
  width: 224px;
}
@media only screen and (max-width: 360px) {
  .usluga-item {
    width: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .usluga-item-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.usliga-img{
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.usluga-name , .usluga-price {
  line-height: 25px;
  font-size: 19px;
  color: #000000;
  font-weight: 700;  
  margin-top: 12px;
}
.usluga-item--small .usluga-name{
  font-size: 17px;
}
.usluga-text{
  display: none;
}
.usluga-price{
  color: #009FDA;
  margin-top: 4px;
}
.open-modal--usluga-about{
  line-height: 19px;
  font-size: 15px;
  color: #000000;
  font-weight: 300;  
  display: inline-block;
  margin: 25px 0;
  background: none;
  border: none;
}
.open-modal--usluga-about:hover{
  text-decoration: underline;
  opacity: .8;
}
.usluga-btn-wrap{
  text-align: center;
}
.usluga-btn{
  display: inline-block;
  padding: 10px 25px;
  background-color: #E8232C;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;  
  border: none;
}
.usluga-btn:hover {
    background-color: #ed5158;
    text-decoration: none;
    color: #FFF;
}

.new-modal{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    width: 70%;
    max-width: 1270px;
    top: 5%;
    max-height: 95vh;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: white;
    padding: 0 20px;
    border-radius: 5px;
    text-align: left;
    overflow-y: scroll;
}
.usluga-modal{
    width: 600px;
    top: 25%;  
    overflow-y: auto;
    padding-bottom: 35px;    
}
@media (max-height: 480px) {
    .usluga-modal{
        top: 10%;
    }
}
@media (max-height: 400px) {
    .usluga-modal{
        top: 5%;
        max-height: 95vh;
        padding-bottom: 0;
    }
}
.new-modal-background{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 9998;
    display: none;
}

.new-modal--show{
    display: block;
    animation: fadeInDown 1s;
}

.new-modal-background--show{
    display: block;
}

.new-modal-background:hover{
    cursor: pointer;
}

.new-modal__title{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 55px 0 10px;
}
.usluga-modal .new-modal-title{
  font-size: 17px;
  margin-top: 35px;
}
.new-modal__description{
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 35px;
}

.new-modal__input , .new-modal__button{
    width: 80%;
    height: 50px;
    display: block;
    margin: 15px auto;
    font-size: 14px;    
}

.new-modal__input{
    border: 1px solid #ddd;
    color: #444;
    -webkit-transition: all .2s linear;
    -webkit-transition-property: border,background,color,box-shadow,padding;
    transition: all .2s linear;
    transition-property: all;
    transition-property: border,background,color,box-shadow,padding;
    padding-left: 10px;
}

.new-modal__input:focus{
    border-color: #0070c9;
}

.new-modal__footer-text{
    font-size: 11px;
    line-height: 14px;
    color: #b6b6b6;
}

.new-modal__close{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
}

.new-modal__close::after, .new-modal__close::before {
    width: 23px;
    height: 2px;
    position: absolute;
    content: " ";
    background-color: #333;
    animation: all .7s ease-in-out;
    left: 0;
    right: 0;
}

.new-modal__close::before {
    border-radius: 5px;
    transform: rotate(-46deg);
    margin-top: 6px;
}

.new-modal__close::after {
    border-radius: 1px;
    transform: rotate(-135deg);
    margin-top: 6px;
}

.new-modal__close:hover{
    cursor: pointer;
}

.about-modal__title {
    text-transform: uppercase;
    font-size: 26px;
    color: #009FDA;
    line-height: 31px;
    font-weight: 700;
    margin-top: 25px;
}
.about-modal__text {
    margin-top: 15px;
    line-height: 1.3;
    font-size: 17px;
    text-align: left;
    font-weight: 300;
    color: black;
}
.new-modal-title {
  max-width: 620px;
  margin: 15px auto;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
}
.new-modal__form{
  text-align: center;
}
.new-modal__form .inner__row{
  width: 48%;
  display: inline-block;
}
.new-modal__button{
  max-width: 320px;
  margin-top: 0;
}

@media only screen and (max-width: 615px) {
  .new-modal{
    width: 98%;
  }
  .about-modal__title {
    font-size: 22px;
    margin-top: 30px;
  }
  .about-modal__text{
    font-size: 15px;
  }
  .new-modal-title{
    font-size: 17px;
  }
  .new-modal__form .inner__row{
    width: 100%;
    max-width: 400px;
  }
}

.greenhouse-reviews {
    height: 630px;
    width: 1170px;
    padding: 0;
    margin: 0 auto;
    margin-top: 0px;
    clear: both;    
    margin-top: 120px;
    background: url("../../assets/images/reviews.jpg") no-repeat 50% 100%;
    color: black;
}
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 2.5%;
    margin-left: 2.5%;
}
.span_4_of_11 {
    width: 34.77%;
}
.span_3_of_11 {
    width: 25.45%;
}
.col:first-child {
    margin-left: 0;
}
.greenhouse-reviews h3 {
    padding-top: 15px;
    font-size: 45px;
    line-height: 60px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.greenhouse-reviews img {
    display: block;
    float: left;
    height: 100px;
    width: 100px;
    margin: 15px 15px 5px 0;
    border-radius: 50px;
}
.greenhouse-reviews h5 {
    padding-top: 45px;
    text-align: left;
    color: black;
    font-size: 17px;
}
.greenhouse-reviews p {
    clear: both;
    margin-bottom: 15px;
    padding: 5px 0;
    color: black;
    font-size: 14px;
    line-height: 1.4;
}
.greenhouse-reviews div p:last-of-type {
    width: 75%;
}
.greenhouse-reviews div:last-of-type p:last-child {
    margin-left: 25%;
}
.greenhouse-reviews div:last-of-type {
    text-align: right;
}
.greenhouse-reviews div:last-of-type img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.greenhouse-reviews div:last-of-type h5 {
    text-align: right;
}

@media only screen and (max-width: 1170px) {
  .greenhouse-reviews {
    width: 940px;
  }
  .greenhouse-reviews div p {
    max-width: 85%;
    font-size: 13px;
  } 
  .greenhouse-reviews div:nth-of-type(3n) p {
    margin-left: 15%;
  }   
}
@media only screen and (max-width: 991px) {
  .greenhouse-reviews > div:first-of-type::before {
    content: "ОТЗЫВЫ НАШИХ КЛИЕНТОВ";
    display: block;
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
  }  
  .greenhouse-reviews {
    height: auto;
    background: none;
    width: 95%;
    margin: 0 auto;
    margin-top: 35px;    
  }  
  .greenhouse-reviews > div {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }  
  .greenhouse-reviews img{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .greenhouse-reviews h5 {
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
  }
  .greenhouse-reviews div p{
    width: 100%;
    max-width: 100%;
  }
  .greenhouse-reviews div p:last-of-type{
    width: 100%;
  }
  .greenhouse-reviews div:last-of-type img{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .greenhouse-reviews div:last-of-type{
    width: 100%;
    margin: 0;
  }
  .span_3_of_11{
    display: none;
  }
  .greenhouse-reviews div:last-of-type h5{
    text-align: center;
  }
  .greenhouse-reviews div:nth-of-type(3n) p{
    margin-left: auto;
    margin-right: auto;.logo p:first-child
    text-align: center;
  }
  .greenhouse-reviews div:last-of-type p:last-child{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.social-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
margin-bottom: 20px;
margin-top: 8px;
}
.soc-link {
	display: block;
	width: 50px;
margin: 0 5px 5px;

}
.soc-link:hover {
	opacity: 0.8;
	cursor: pointer;
}
.soc-img {
	max-width: 100%;
	display: block;
}
@media screen and (max-width: 767px) {
  .social-wrap {
    margin-top: 15px;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #4dc1e6;
  margin-top: 4px;
  width: 62px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .dropdown-content {
    position: static;
  }
}
.dropdown-content a {
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 
#myDropdown img {
  width: 50px;
}