@charset "UTF-8";
/* Media
=========================*/
/* Colors
=========================*/
/* Grid
=========================*/
@font-face {
    font-family: 'Gilroy';
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot");
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
  src: url("../fonts/gilroy/Gilroy-Light.eot");
  src: url("../fonts/gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*! 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 {
    -webkit-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    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;
}

body {
    margin: 0;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
}

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }
}

a {
    color: #0098B3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 0;
    text-decoration: underline;
}

p {
    margin: 0 0 .5em;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Vendor libs */
/* Slider */
.slick-loading .slick-list {
    background: #fff "../i/ajax-loader.gif" center center no-repeat;
}





/* Arrows */
.slick-prev,
.slick-next {
    display: block;
    height: 23px;
    width: 19px;
    padding: 0;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
  .slick-next:before {
    content: "";
    display: block;
    width: 19px;
    height: 23px;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    background: url("../i/arrow-left.png") no-repeat;
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    background: url("../i/arrow-right.png") no-repeat;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: fontAwesome;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #f6f6f6;
    opacity: 0.25;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.slick-dots li.slick-active button:before {
    color: #0098B3;
    opacity: 0.75;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 10px;
    display: none;
}

.offer__photos .slick-slide {
    padding: 0;
}

.slick-slide:focus {
    outline: 0;
}

.slick-slide img {
    display: block;
    max-width: 100%;
}

.offer__thumbs .slick-slide img {
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
  70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
  70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.form__upload {
    margin-bottom: 20px;
    min-height: 185px;
    position: relative;
    border: 2px dashed #0098B3;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.form__upload.dz-clickable {
    cursor: pointer;
}

.form__upload.dz-clickable * {
    cursor: default;
}

.form__upload.dz-clickable .dz-message,
.form__upload.dz-clickable .dz-message * {
    cursor: pointer;
}

.form__upload.dz-started .dz-message {
    display: none;
}

.form__upload.dz-drag-hover {
    border-style: solid;
}

.form__upload.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.form__upload .dz-message {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form__upload .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 8px;
    min-height: 100px;
}

.form__upload .dz-preview:hover {
    z-index: 1000;
}

.form__upload .dz-preview:hover .dz-details {
    opacity: 1;
}

.form__upload .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -webkit-linear-gradient(top, #eee, #ddd);
    background: -o-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(to bottom, #eee, #ddd);
}

.form__upload .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.form__upload .dz-preview.dz-image-preview {
    background: white;
}

.form__upload .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.form__upload .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.form__upload .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.form__upload .dz-preview:hover .dz-details {
    opacity: 1;
}

.form__upload .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.form__upload .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.form__upload .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.form__upload .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.form__upload .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.form__upload .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.form__upload .dz-preview .dz-details .dz-filename span,
.form__upload .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.form__upload .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.form__upload .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.form__upload .dz-preview .dz-image img {
    display: block;
}

.form__upload .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.form__upload .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.form__upload .dz-preview .dz-success-mark,
.form__upload .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -37px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.form__upload .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form__upload .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.form__upload .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.form__upload .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.form__upload .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
    background: -webkit-linear-gradient(top, #666, #444);
    background: -o-linear-gradient(top, #666, #444);
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.form__upload .dz-preview.dz-error .dz-error-message {
    display: block;
}

.form__upload .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.form__upload .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    bottom: 140px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: -webkit-linear-gradient(top, #be2626, #a92222);
    background: -o-linear-gradient(top, #be2626, #a92222);
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.form__upload .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #be2626;
}

/* Blocks */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .hidde-on-mobile{
        display: none;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .hidde-on-mobile{
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

.header {
    margin: 15px 0 10px 0;
}

.header:before, .header:after {
    content: "";
    display: table;
}

.header:after {
    clear: both;
}

@media (max-width: 767px) {
    .header {
        width: 100%;
        margin: 0;
        padding: 10px 10px 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
}

.header__left {
    width: 10%;
    float: left;
}

@media (max-width: 991px) {
    .header__left {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header__left {
        width: 60%;
        float: left;
        text-align: left;
    }
}

.header__right {
    width: 90%;
    float: left;
}

@media (max-width: 991px) {
    .header__right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .header__right {
        width: 40%;
        float: left;
        position: relative;
    }
}

.nav {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

@media (max-width: 991px) {
    .nav {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .nav {
        display: none;
        margin-top: 0;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        position: absolute;
        right: 0;
        top: 40px;
        z-index: 100;
        width: 200px;
    }

    .nav.open {
        display: block;
    }
}

.nav__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.nav__item a {
    color: #000;
    cursor: pointer;
}

.nav__item.active a {
    position: relative;
    color: #15644E;
    font-weight: 900;
}

.nav__item.active a:after {
    content: "";
    display: block;
    width: 11px;
    height: 6px;
    background: url("../i/arrow-down-green.png") no-repeat;
    position: absolute;
    left: 50%;
    bottom: -15px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .nav__item {
        margin-left: 0;
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .nav__item {
        display: block;
        width: 100%;
        padding: 5px;
    }

    .nav__item.active a:after {
        display: none;
    }
}

.intro {
    width: 100%;
}

.intro__content {
    width: 100%;
    height: 530px;
    position: relative;
    background: #003b66 url("../i/intro-bg3.jpg") center no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .intro__content {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .intro__content {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .intro__content {
        height: 150px;
    }
}

.intro__title {
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding-left: 50px;
    font-size: 44px;
    line-height: 1;
    color: #343434;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .intro__title {
        font-size: 30px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .intro__title {
        max-width: none;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }
}

.intro__footer {
    padding: 40px;
    background-color: #f6f6f6;
    text-align: center;
}

@media (max-width: 767px) {
    .intro__footer {
        padding: 15px;
    }
}

.round{
    border: 1px solid #15644E;
    border-radius: 10px;
    padding: 5px 10px ;
}

.round:hover, .round:focus, .round a:focus, .round a:hover {
    background-color: #15644E;
    color: #fff!important;
    text-decoration: none;

}

.btn {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 45px;
    text-decoration: none;
    border: 0;
    border-radius: .4em;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    background-color:#14644E!important; ;
    color: #ffffff!important;
}

.btn:focus {
    outline: 0;
}

.btn--blue-grad {
    width: 100%;
    max-width: 360px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0098B3), color-stop(50%, #0098B3), to(#0098B3));
    background: -webkit-linear-gradient(top, #0098B3 50%, #0098b3 50%, #0098B3 100%);
    background: -o-linear-gradient(top, #0098B3 50%, #0098B3 50%, #0098B3 100%);
    background: linear-gradient(to bottom, #0098B3 50%, #0098B3 50%, #0098B3 100%);
    font-size: 20px;
}

.btn--blue-grad:focus, .btn--blue-grad:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0098B3), color-stop(50%, #0098B3), to(#0098B3));
    background: -webkit-linear-gradient(top, #0098B3 50%, #0098B3 50%, #0098B3 100%);
    background: -o-linear-gradient(top, #0098B3 50%, #0098B3 50%, #0098B3 100%);
    background: linear-gradient(to bottom, #0098B3 50%, #0098B3 50%, #0098B3 100%);
}

.btn--green-grad, .btn-default {
    width: 100%;
    max-width: 360px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #15644E), color-stop(50%, #15644E), to(#15644E));
    background: -webkit-linear-gradient(top, #15644E 50%, #15644E 50%, #15644E 100%);
    background: -o-linear-gradient(top, #15644E 50%, #15644E 50%, #15644E 100%);
    background: linear-gradient(to bottom, #15644E 50%, #15644E 50%, #15644E 100%);
    font-size: 20px;
}

.btn--green-grad:focus, .btn--green-grad:hover , .btn-default:focus, .btn-default:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #15644E), color-stop(50%, #15644E), to(#15644E));
    background: -webkit-linear-gradient(top, #15644E 50%, #15644E 50%, #15644E 100%);
    background: -o-linear-gradient(top, #15644E 50%, #15644E 50%, #15644E 100%);
    background: linear-gradient(to bottom, #15644E 50%, #15644E 50%, #15644E 100%);
}

.btn--white {
    background-color: #fff;
    color: #15644E;
}

.btn--white:hover {
    background-color: whitesmoke;
}

.btn--blue {
    background-color: #0098B3;
}

.btn--blue:hover {
    background-color: #009bb0;
}

.btn--green {
    background-color: #15644E;
}

.btn--green:hover {
    background-color: #7ca921;
}

.btn--orange {
    background-color: #f7941d;
}

.btn--orange:hover {
    background-color: #f28809;
}

.btn--read {
    display: inline-block;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    text-transform: none;
    font-weight: 300;
}

.btn--read:hover {
    text-decoration: underline;
}

.btn--read:after {
    content: "";
    display: block;
    width: 11px;
    height: 6px;
    margin: 15px auto 0;
    background: url("../i/arrow-down.png") no-repeat;
}

.btn--sm {
    max-width: 185px;
    font-size: 16px;
}

.btn--full {
    display: block;
    width: 100%;
}

.btn__group .btn {
    margin: 0 16px 5px;
}

@media (max-width: 767px) {
    .btn__group .btn {
        margin: 0 0 10px;
    }
}

.offers {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .offers {
        padding: 25px 0;
    }
}

.offers--page {
    padding: 0;
}

.offers__title {
    margin: 0 0 40px;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 767px) {
    .offers__title {
        margin-bottom: 20px;
    }
}

.table__wrapper {
    min-height: .01%;
    overflow-x: auto;
    margin-bottom: 50px;
}

.table__wrapper::-webkit-scrollbar {
    background-color: #f6f6f6;
    -webkit-appearance: none;
}

.table__wrapper::-webkit-scrollbar:vertical {
    background-color: #f6f6f6;
    width: 15px;
}

.table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #f6f6f6;
    height: 15px;
}

.table__wrapper::-webkit-scrollbar-thumb {
    background-color: #0098B3;
}

.table__wrapper::-webkit-scrollbar-track {
    background-color: #f6f6f6;
}

.table {
    border-collapse: collapse;
    width: 100%;
    color: #333;
}

.table th {
    padding: 12px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.table tr {
    border-bottom: 1px solid #ccc;
}

.table tbody td {
    padding: 12px;
    font-size: 16px;
}

.table tbody td b {
    font-weight: 900;
}

.table tbody td a {
    font-size: 14px;
    color: #333;
    text-decoration: underline;
}

.table tbody td a:hover {
    text-decoration: none;
}

.table tbody td img {
    display: block;
}

.table td.table__name {
    width: 250px;
}

.table td.table__name b {
    display: block;
    width: 250px;
}

.table td.table__photo {
    width: 120px;
}

.table--offers {
    white-space: nowrap;
}

.subscribe {
    padding: 42px 0;
    background: rgba(107, 107, 107, 0.3) url("../i/subscribe-bg3.jpeg") left center no-repeat;
    background-size: auto 100%;
    font-weight: bold;
}

.cta {
    padding: 42px 0;
    background: rgba(107, 107, 107, 0.3) url("../i/cta.jpg") left center no-repeat;
    background-size: cover;
    font-weight: bold;
}

.subscribe__inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
}

.subscribe__text {
    margin: 20px 0;
    font-size: 23px;
    color: #15644E;
    text-shadow: rgb(0, 0, 0);
    opacity: 1;

}

.subscribe__form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.form__group, .form-group {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w100{
    width: 100%!important;
}
.visible{
    width: 100%;

    color: #f23d4d;
    line-height: 70px;
    font-size: 25px;
}
.input  , .form-control{
    display: block;
    height: 39px;
    width: 40%;
    padding: 8px 15px;
    border: 1px solid #999;
    border-radius: .3em;
    font-size: 1rem;
    text-align-last: left!important;
    -webkit-transition: border .1s linear;
    -o-transition: border .1s linear;
    transition: border .1s linear;
}


.input:focus , .form-control:focus {
    outline: 0;
    border-color: #0098B3;
}

.input--subscribe {
    background: transparent;
    border: 2px solid #15644E;
    text-align: center!important;
    color: #15644E;
    width: 195px;
    font-size: 18px;



}


.input--subscribe:focus {
    border-color: #15644E;

}

.input--subscribe::-webkit-input-placeholder {
    color: #15644E;
    text-align: center!important;
}

.input--subscribe:-ms-input-placeholder {
    color: #15644E;
    text-align: center!important;
}

.input--subscribe::-ms-input-placeholder {
    color: #15644E;
    text-align: center!important;
}

.input--subscribe::placeholder {
    color: #15644E;
    text-align: center!important;
}

.input__wrapper {
    position: relative;
    border-radius: .3em;
    overflow: hidden;
}

.input__wrapper .input {
    padding-right: 55px;
}

.input__ico {
    width: 45px;
    height: 39px;
    background-color: #999;
    font-size: 16px;
    line-height: 39px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.select {
    width: 100%;
    height: 39px;
    color: #000;
    position: relative;
  /* Types */
}

.select:after {
    content: "";
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: currentColor transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.75em;
    z-index: 0.1;
    margin-top: -3px;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 100%;
    padding: 0 3em 0 0.8em;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: .3em;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.2;
    color: #000;
    -webkit-transition: border-color .1s linear;
    -o-transition: border-color .1s linear;
    transition: border-color .1s linear;
}

.select select::-ms-expand {
    display: none;
}

.select select:focus {
    outline: 0;
    border-color: #00A4BA;
}

.select select:hover {
    cursor: pointer;
}

.select--multiple {
    height: 100px;
}

.select--multiple:before, .select--multiple:after {
    display: none;
}

.select--multiple select {
    padding: 0.8em;
}

/* Disabled */
.checkbox {
    display: block;
    margin-bottom: 5px;
}


.new_checkbox{

    margin-right: 15px;

    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
}


.checkbox--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.checkbox__input {
    display: none;
}

label{
    width: 30%;
    font-size: larger;
    text-align-last:left;
}

.checkbox__input:checked + .checkbox__label {
    color: #000;
}

.checkbox__input:checked + .checkbox__label:before {
    background-color: #f6f6f6;
}

.checkbox__input:checked + .checkbox__label:after {
    opacity: 1;
}

.checkbox__input:checked + .checkbox__label:hover:after {
    color: #fff;
    opacity: 1;
}

.checkbox__label {
    display: inline-block;
    vertical-align: top;
    padding-left: 32px;
    cursor: pointer;
    font-size: 1em;
    line-height: 22px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.checkbox__label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #cacaca;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: border-color .1s linear;
    -o-transition: border-color .1s linear;
    transition: border-color .1s linear;
}

.checkbox__label:after {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    background: url("../i/checkbox.png") no-repeat;
    position: absolute;
    top: 4px;
    left: 2px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .1s linear, color .1s linear;
    -o-transition: opacity .1s linear, color .1s linear;
    transition: opacity .1s linear, color .1s linear;
}

.checkbox__label:hover:not(.checkbox__label--disabled):after {
    color: #f6f6f6;
    opacity: 0.3;
}

.checkbox__label--disabled {
    color: #f6f6f6;
}

.checkbox__label--disabled:before {
    border-color: #f0f0f0;
}

.checkbox__label--disabled:hover {
    cursor: not-allowed;
}

.map {
    padding-top: 80px;
}

.map__title {
    margin: 0 0 25px;
    padding-bottom: 15px;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #999;
}

.map__google {
    width: 100%;
    height: 400px;
}

@media (max-width: 991px) {
    .map__google {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .map__google {
        height: 200px;
    }
}

.team {
    margin: 0 0 20px;
    padding: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid #cbcbcb;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}

.team:before, .team:after {
    content: "";
    display: table;
}

.team:after {
    clear: both;
}

.team__item {
    position: relative;
    padding-left: 70px;
    float: left;
    width: 33.33333%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .team__item {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding-left: 0;
        text-align: center;
    }
}

.team__photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .team__photo {
        position: static;
    }
}

.team__name {
    font-weight: 600;
    color: #333;
}

.team__tel {
    color: #333;
    text-decoration: none;
}

.team__tel:hover {
    text-decoration: underline;
}

.address {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 300;
}

.address p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .address {
        margin-bottom: 20px;
        text-align: center;
    }
}

.footer {
    padding: 50px 0;
    background-color: #f6f6f6;
    border-top: 4px solid #ededed;
}

@media (max-width: 565px) {
    .hidde-on-mobile{
        display: none;
    }
    .footer {
        padding: 25px 0;
    }
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .footer__inner {
        display: block;
    }
}

.footer__left {
    width: 26%;
    position: relative;
}

@media (max-width: 991px) {
    .footer__left {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

.footer__right {
    width: 74%;
}

@media (max-width: 991px) {
    .footer__right {
        width: 100%;
    }
}

.footer__info {
    position: relative;
}

.footer__logo {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .footer__logo {
        position: static;
    }
}

.social {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .social {
        position: static;
        text-align: center;
    }
}

.social__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.social__item:hover {
    opacity: .8;
}

.about {
    background-color: #f4f4f4;
    border-bottom: 40px solid #fff;
}

.about__inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 60px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .about__inner {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .about__inner {
        padding: 20px;
    }
}

.about__text {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
    text-align-last: center;
    color: #333;
}

.about__text h3 {
    margin: 0 0 40px;
    font-size: 36px;
    font-weight: normal;
}

.about__text h3 span {
    display: inline-block;
    position: relative;
}

.about__text h3 span:before, .about__text h3 span:after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.about__text h3 span:before {
    left: -25px;
}

.about__text h3 span:after {
    right: -25px;
}

.about__text p {
    margin-bottom: 20px;
}

.about__block {
    margin-bottom: 60px;
}

.offer:before, .offer:after {
    content: "";
    display: table;
}

.offer:after {
    clear: both;
}

.offer__left,
.offer__right {
    width: 50%;
    float: left;
}

@media (max-width: 991px) {
    .offer__left,
    .offer__right {
        float: none;
        width: 100%;
    }
}


.offer__right {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .offer__right {
        padding-left: 0;
    }
}

.offer__title {
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #999;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    color: #333;
}

.offer__info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offer__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 10px;
}

@media (max-width: 565px) {
    .offer__info-item {
        display: block;
    }
}

.offer__info-title {
    width: 30%;
    font-size: 14px;
    line-height: 1.25;
    color: #333;
    text-align: right;
}

@media (max-width: 565px) {
    .offer__info-title {
        width: 100%;
        text-align: left;
    }
}

.offer__info-text {
    width: 70%;
    padding-left: 15px;
    font-size: 24px;
    line-height: 1.3;
    color: #333;
}

.offer__info-text b {
    font-weight: 900;
}

@media (max-width: 565px) {
    .offer__info-text {
        width: 100%;
        padding-left: 0;
    }
}

.offer__photos {
    max-width: 555px;
    height: 355px;
    overflow: hidden;
    margin: 50px auto 0;
}

.offer__photos.slick-initialized {
    height: auto;
    overflow: visible;
}

.offer__thumbs {
    max-width: 80%;
    margin: 25px auto 0;
    height: 70px;
    overflow: hidden;
}

.offer__thumbs.slick-initialized {
    height: auto;
    overflow: visible;
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumbs__item {
    color: #333;
}

.breadcrumbs__item:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.breadcrumbs__item:last-child:after {
    display: none;
}

.faq {
    background-color: #f4f4f4;
    border-bottom: 40px solid #fff;
}

.faq__inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 50px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .faq__inner {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .faq__inner {
        padding: 20px;
    }
}

.faq__title {
    margin: 0 0 40px;
    font-size: 35px;
    line-height: 1.2;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.faq__content:before, .faq__content:after {
    content: "";
    display: table;
}

.faq__content:after {
    clear: both;
}

.faq__content-half {
    float: left;
    width: 50%;
    padding: 0 11px;
}

@media (max-width: 991px) {
    .faq__content-half {
        width: 100%;
        float: none;
    }
}

.faq__item {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    text-align: justify;
}

.faq__item b {
    font-weight: 900;
}

.faq__item p {
    margin-bottom: 20px;
}

.calc__title {
    margin: 0 0 35px;
    padding-bottom: 17px;
    font-size: 30px;
    line-height: 1.2;
    color: #333;
    border-bottom: 1px solid #999;
}

.result {
    margin: 45px 0;
}

.result--total .result__item {
    width: 24%;
}

@media (max-width: 767px) {
    .result--total .result__item {
        width: 33.33333%;
    }
}

.result__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.result__row--head {
    font-size: 14px;
}

@media (max-width: 565px) {
    .result__row {
        font-size: 14px;
    }
}

.result__row--total {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}

@media (max-width: 565px) {
    .result__row--total {
        font-size: 12px;
    }
}

.result__item {
    width: 16%;
    padding: 8px 10px;
}

.result__item b {
    font-size: 24px;
}

@media (max-width: 565px) {
    .result__item b {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .result__item {
        width: 25%;
    }
}

@media (max-width: 565px) {
    .result__item {
        padding: 5px;
    }
}

.get__title {
    margin: 0 0 35px;
    padding-bottom: 17px;
    font-size: 30px;
    line-height: 1.2;
    color: #14644E;
    border-bottom: 1px solid #999;
}

.divider {
    margin: 0 0 20px;
    border: 0;
    border-bottom: 1px dashed #999;
}

.textarea {
    display: block;
    width: 100%;
    min-height: 245px;
    padding: 8px 15px;
    border: 1px solid #999;
    border-radius: .3em;
    resize: vertical;
    font-size: 1rem;
    -webkit-transition: border .1s linear;
    -o-transition: border .1s linear;
    transition: border .1s linear;
}

.textarea--request {
    min-height: 218px;
}

.textarea:focus {
    outline: 0;
    border-color: #0098B3;
}

.burger {
    width: 30px;
    display: none;
}

.burger img {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .burger {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 7px;
        right: 0;
        z-index: 1;
    }
}



.infog1{
    width: 49%;
    float: right;
}


.infog2{
    width: 49%;
    border-right: 1px solid #14644E;
}


.request {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
}

.request__cta {
    min-height: 258px;
    padding-left: 190px;
    padding-top: 70px;
    position: relative;
    background: url("../i/request-bg.jpg") left bottom no-repeat;
}

@media (max-width: 991px) {
    .request__cta {
        max-width: 567px;
        margin: 0 auto 30px;
    }
}

@media (max-width: 565px) {
    .request__cta {
        min-height: 0;
        padding: 15px;
        background: #15644E;
    }
}

.request__cta-man {
    position: absolute;
    bottom: 0;
    left: 25px;
    z-index: 1;
}

@media (max-width: 565px) {
    .request__cta-man {
        display: none;
    }
}

.request__cta-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 900;
    color: #15644E;
}

@media (max-width: 565px) {
    .request__cta-title {
        margin-bottom: 15px;
        color: #fff;
    }
}

.request__cta-info {
    position: absolute;
    top: 158px;
    z-index: 1;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
}

.request__cta-info a {
    color: #fff;
    text-decoration: none;
}

.request__cta-info a:hover {
    text-decoration: underline;
}

.request__cta-info p {
    margin-bottom: 0;
}

@media (max-width: 565px) {
    .request__cta-info {
        position: static;
    }
}

.request__cta-name {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 900;
}

.request__cta-form-title {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    color: #333;
    text-align: center;
}

.wrap {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-green {
    color: #15644E;
}

.text-center {
    text-align: center;
}

.text-sm {
    font-size: 15px;
}

.text-bold {
    font-weight: 900;
}

.table thead th a {
    font-size: 14px;
    color: #333;
}

.table thead th a:hover,
.table thead th .active {
    color: #0098B3;
}

.desc:after {
    content: "	\2191";
}

.asc:after {
    content: "	\2193";
}


.redactor-editor, .redactor-box{
    color: #0098B3!important;
}

.filter_form{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
    align-content: center;
}


.filter_item{
    display: flex;
    align-items:center;
    justify-content:center;
    align-content: center;
}

.filter_item label{
    font-size: 12px;
    padding: 5px;
    width: 100%;
}

.filter_item button{
    background-color: white;
}

.filter_item select{
    border: 1px solid #6b6b6b;
    border-radius: 10px;
    height: 30px;
}


.car_filters, .ni_filters{
    display: none;
}

@media (max-width: 1199px) {
    .filter_item select{
        max-width: 85px;
    }
}

@media (max-width: 991px) {
    .infog1, .infog2{
        width: 100%;
        float: none;
        border: none;
    }


    .filter_item select{
        max-width: 55px;
    }


    .filter_item button{
        margin-top: 15px;
        text-align: center;
    }

}

.infographics‎{
    display: flex;
}


@media only screen and (max-width: 479px) {

    .infographics‎{
        display:block!important; ;
    }

    .intro-block{
        display: block!important;
    }

    .infog1, .infog2{
        width: 100%!important;
        float: none;
    }

    .body p{
        font-size: 16px;
        line-height: 25px!important;
    }

    .mobile-hide {
        display: none !important;
    }

    .intro__title{
        color: white!important;
    }


    .filter_item {
        width: 100% !important;
        align-items:flex-start;
        padding-bottom: 5px;
    }

  /*  .filter_item select{
        min-width: 100%!important;
    }
*/
    .navlast {
        padding: 10px;
    }

    .nav{
        padding: 15px;
        font-size: 18px!important;
        width: 300px;
    }



}

@media (min-width: 479px) {
    .desktop-hide{
        display: none !important;
    }


}


.auto_header{
    padding: 30px;
    background: url("../i/autobg4.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 250px;

}

.ni_header{

    padding: 30px;
    background: url("../i/nibg4.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 250px;
}


.auto_header , .ni_header div{
    text-align: center;
    color:#14644E;
}

.introbtn{
    border: 1px solid #14644E;
    color: #ffffff;
    background-color: #14644E
}




.auto_header2 , .ni_header2 div{
    text-align: center;
    color:#14644E;
}


