.header__info ul,
.navbar__nav,
.sub-menu,
.social,
.public form ul,
.sidebar__list,
.forecast,
.forecast__temperature,
.footer__info,
.footer__nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

* {
    max-height: 1000000px
}

body {
    color: #000;
    background: #fff;
    font: 18px/1.4 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.gm-style img {
    max-width: none
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    margin: 0 0 0.5em;
    color: #000;
    text-transform: uppercase
}

h1,
.h1 {
    font-size: 28px;
	line-height:1.6em;
}

h2,
.h2 {
    font-size: 26px;
	line-height:1.6em;
}

h3,
.h3 {
    font-size: 24px;
	line-height:1.6em;
}

h4,
.h4 {
    font-size: 20px;
	line-height:1.6em;
}

h5,
.h5 {
    font-size: 18px;
	line-height:1.6em;
}

h6,
.h6 {
    font-size: 14px;
	line-height:1.6em;
}

.content p, .content li {
    margin: 0 0 1em;
	 font: 18px/1.6 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (min-width: 768px) {
    .content p, .content li {
        font-size: 25px
    }
}

a {
    color: #00ace4
}

a:hover,
a:focus {
    text-decoration: none
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 0.4em 0.7em
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #000
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #000
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #000
}

select {
    -webkit-border-radius: 0
}

textarea {
    resize: vertical;
    vertical-align: top
}

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

/*! 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
}

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
}

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
}

@font-face {
    font-family: 'icomoon';
    src: url(./438ead5c11d513c0d0674d1a29e596dc.eot);
    src: url(./438ead5c11d513c0d0674d1a29e596dc.eot#iefix) format("embedded-opentype"), url(./9ff0b82fe72912b74a7202f49b51998b.ttf) format("truetype"), url(./2fc6314045286d9bbd1dbe9197f9b673.woff) format("woff"), url(./c4ae4463c4c4ff3a2af57a69a05d90b9.svg#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-up-chevron:before {
    content: "\E906"
}

.icon-warning:before {
    content: "\E90F"
}

.icon-board:before {
    content: "\E900"
}

.icon-board-packet:before {
    content: "\E901"
}

.icon-cloud:before {
    content: "\E902"
}

.icon-cloud-rain:before {
    content: "\E903"
}

.icon-email:before {
    content: "\E904"
}

.icon-employment:before {
    content: "\E905"
}

.icon-facebook:before {
    content: "\E907"
}

.icon-hours:before {
    content: "\E908"
}

.icon-linkedin:before {
    content: "\E909"
}

.icon-search:before {
    content: "\E90A"
}

.icon-sprinkling:before {
    content: "\E90B"
}

.icon-staff:before {
    content: "\E90C"
}

.icon-sunny:before {
    content: "\E90D"
}

.icon-telephone:before {
    content: "\E90E"
}

.icon-water:before {
    content: "\E910"
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
    padding: 33px 0 45px;
    border-bottom: 10px solid #00ace4
}

@media (min-width: 768px) {
    .header {
        padding: 33px 0 22px
    }
}

.header .container {
    max-width: 1764px
}

@media (min-width: 768px) {
    .header .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .header__holder {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        width: calc(100% - 240px)
    }
}

@media (min-width: 1024px) {
    .header__holder {
        width: calc(100% - 260px)
    }
}

@media (min-width: 1200px) {
    .header__holder {
        width: calc(100% - 23.125vw);
        padding: 19px 0 0
    }
}

.header__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px 23px 0;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .header__info {
        width: 100%;
        margin: 0 -23px 23px 0
    }
}

.header__info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 11px;
    line-height: 1
}

.header__info ul.header__info-list {
    position: relative
}

.header__info ul.header__info-list:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: #002b50
}

@media (min-width: 768px) {
    .header__info ul.header__info-list:after {
        top: -5px;
        bottom: -5px
    }
}

.header__info ul.header__info-list a {
    font-size: 18px
}

@media (min-width: 768px) {
    .header__info ul.header__info-list a {
        font-size: 20px
    }
}

.header__info ul.header__info-list a:hover {
    color: #00ace4
}

.header__info ul.header__info-list .icon-telephone {
    font-size: 22px
}

@media (min-width: 768px) {
    .header__info ul.header__info-list .icon-telephone {
        font-size: 24px
    }
}

@media (min-width: 1024px) {
    .header__info ul.header__info-list .icon-telephone {
        font-size: 28px
    }
}

.header__info ul li {
    padding: 0 8px
}

@media (min-width: 768px) {
    .header__info ul li {
        padding: 0 15px
    }
}

.header__info ul a {
    color: #002b50
}

.header form {
    position: relative;
    width: 220px;
    margin: 0 15px
}

@media (max-width: 767px) {
    .header form {
        position: absolute;
        margin: 0;
        bottom: 15px;
        right: 15px;
        width: auto;
        left: 15px;
    }
	.header form
	{
		display:none;
	}
}

@media (min-width: 1024px) {
    .header form {
        width: 263px;
        margin: 0 23px
    }
}

@media (min-width: 768px) {
    .header form:after {
        content: '';
        position: absolute;
        top: 0;
        right: -23px;
        bottom: 0;
        width: 1px;
        height: auto;
        background: #002b50
    }
	
}

.header form input[type="search"] {
    color: #002b50;
    border-color: #002b50;
    height: 40px;
    width: 100%;
    padding-right: 32px
}

.header form input[type="search"]::-webkit-input-placeholder {
    color: #b1b6bd
}

.header form input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #b1b6bd
}

.header form input[type="search"]:-moz-placeholder {
    color: #b1b6bd
}

.header form input[type="search"]:-ms-input-placeholder {
    color: #b1b6bd
}

.header form input[type="search"].placeholder {
    color: #b1b6bd
}

.header form button {
    transition: color .15s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    width: 32px
}

.header form button:hover {
    color: #00ace4
}

.header form button:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.logo {
    display: block;
    width: 200px;
    margin: 0 0 15px
}

@media (min-width: 768px) {
    .logo {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .logo {
        width: 260px
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 23.125vw
    }
}
/*
@media (max-width: 1023px) {
    .navbar {
        transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 15px 0;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        margin-top: 10px
    }
}

.navbar__nav {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600
}

@media (min-width: 1024px) {
    .navbar__nav {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

@media (min-width: 1366px) {
    .navbar__nav {
        font-size: 1.302vw;
        margin: 0 -1.458vw
    }
}

@media (min-width: 1611px) {
    .navbar__nav {
        font-size: 25px;
        margin: 0 -28px
    }
}

.navbar__nav li {
    position: relative
}

@media (min-width: 1024px) {
    .navbar__nav li {
        padding: 0 10px
    }
}

@media (min-width: 1200px) {
    .navbar__nav li {
        padding: 0 1.458vw
    }
}

@media (min-width: 1611px) {
    .navbar__nav li {
        padding: 0 28px
    }
}

.navbar__nav li.current-menu-item a {
    color: #00ace4
}

@media (max-width: 1023px) {
    .navbar__nav li:hover .sub-menu {
        display: block
    }
}

@media (min-width: 1024px) {
    .navbar__nav li:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }
}

.navbar__nav li:hover>a {
    color: #00ace4
}

.navbar__nav a {
    display: block;
    padding: 5px 15px;
    color: #002b50
}

@media (min-width: 1024px) {
    .navbar__nav a {
        padding: 0
    }
}

.navbar__nav a:hover {
    color: #00ace4
}

.sub-menu {
    transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
    background: #fff;
    font-size: 16px;
    line-height: 1.2;

}

.sub-menu li a, .sub-menu {
   width: 100%;
   min-width:280px;
   text-align:left;
   white-space: nowrap;
}

@media (max-width: 1023px) {
    .sub-menu {
        display: none
    }
}

@media (min-width: 1024px) {
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        font-size: 18px;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0 0
    }
}

@media (min-width: 1366px) {
    .sub-menu {
        font-size: 20px
    }
}

@media (min-width: 1024px) {
    .sub-menu li {
        padding: 0 15px 10px
    }
}

.social {
    font-size: 18px
}

.nav-opener {
    display: block;
    float: right;
    width: 42px;
    height: 37px;
    background: #00ace4;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 15px
}

@media (max-width: 767px) {
    .nav-opener {
        position: absolute;
        top: 43px;
        right: 15px;
        margin: 0
    }
}

@media (min-width: 1024px) {
    .nav-opener {
        display: none
    }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #fff;
    position: absolute;
    top: 19px;
    left: 20%;
    right: 20%;
    height: 3px;
    margin-top: -2px;
    transition: all 0.2s linear
}

.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 10px
}

.nav-opener:after {
    top: 28px
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 18px;
    left: 15%;
    right: 15%
}

.nav-active .nav-opener span {
    opacity: 0
}

.nav-active .nav-opener:after {
    transform: rotate(-45deg)
}
*/
.resize-active * {
    transition: none !important
}

body {
    display: flex
}

@media (min-width: 768px) {
    body {
        line-height: 1.67
    }
}

body.nav-active .navbar {
    opacity: 1;
    visibility: visible
}

#wrapper {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative
}

a {
    transition: color .15s ease-in-out;
    text-decoration: none
}

.container {
    max-width: 1750px;
	width:90%;
    margin: 0 auto;
    padding: 0 15px
}



main {
    flex-grow: 1
}

h1 {
    line-height: 1.04
}

@media (min-width: 1024px) {
    h1 {
        font-size: 50px
    }
}

h2 {
    line-height: 1.053
}

@media (min-width: 1024px) {
    h2 {
        font-size: 34px
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 38px
    }
}

h3 {
    line-height: 1.08
}

@media (min-width: 1024px) {
    h3 {
        font-size: 25px
    }
}

button {
    outline: none
}

input[type="search"] {
    -webkit-appearance: none
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
    transition: border-color .15s ease-in-out;
    font-size: 20px;
    color: #000;
    border-color: #e0e0e0;
    height: 46px;
    outline: none;
    padding: 5px 9px;
    width: 100%
}

@media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    input[type='date'],
    textarea {
        height: 52px
    }
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='date']:focus,
textarea:focus {
    border-color: #00ace4
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    color: #000;
    /*font-size: 25px;
    font-weight: 500*/
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #e0e0e0;
    background: #fff
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00ace4;
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all 0.2s ease
}

input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

input[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.link-more {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
    text-decoration: none
}

@media (min-width: 768px) {
    .link-more {
        font-size: 20px
    }
}

.link-more:after {
    content: '\203A';
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin: -3px 0 0 10px
}

.link-more:hover {
    color: #00ace4
}

.social {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    font-size: 18px
}

.social li {
    padding: 0 10px
}

.social li a:hover {
    color: #00ace4
}

@media (min-width: 768px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap
    }
}

.hero {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 860px;
    padding: 250px 0 0
}

@media (min-width: 1024px) {
    .hero {
        min-height: 920px
    }
}

@media (min-width: 1200px) {
    .hero {
        min-height: 1081px;
        padding: 303px 0 0
    }
}

.hero__box {
    padding: 40px 15px 5px;
    max-width: 1240px;
    margin: 0 auto 70px;
    border: 2px solid #00ace4;
    background: rgba(0, 43, 80, 0.8)
}

@media (min-width: 768px) {
    .hero__box {
        padding: 40px 25px 39px
    }
}

@media (min-width: 1200px) {
    .hero__box {
        padding: 58px 117px 39px;
        margin: 0 auto 106px
    }
}

.hero__box h2 {
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #00ace4;
    padding: 0 0 22px
}

.hero__box h3 {
    color: #00ace4;
    font-weight: 900;
    margin: 0 0 8px
}

.hero__box time {
    display: block;
    font-size: 20px;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .hero__box time {
        font-size: 26px
    }
}

@media (min-width: 1024px) {
    .hero__box time {
        font-size: 38px;
        margin: 0 0 29px
    }
}

.hero__box-row {
    font-size: 20px;
    line-height: 1.185;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0
}

@media (min-width: 768px) {
    .hero__box-row {
        font-size: 30px;
        margin: 0 -30px
    }
}

@media (min-width: 1024px) {
    .hero__box-row {
        font-size: 35px
    }
}

@media (min-width: 1200px) {
    .hero__box-row {
        font-size: 38px;
        margin: 0 -62px
    }
}

.hero__box-col {
    position: relative;
    padding: 0 0 25px
}

@media (min-width: 768px) {
    .hero__box-col {
        padding: 0 30px;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .hero__box-col {
        padding: 0 62px
    }
}

@media (min-width: 768px) {
    .hero__box-col:after {
        content: '';
        position: absolute;
        top: 3px;
        bottom: 27px;
        right: 0;
        width: 2px;
        height: auto;
        background: #00ace4
    }
}

.hero__box-col:last-child:after {
    display: none
}

.hero .link-more {
    color: #fff;
    margin: 0 0 25px
}

@media (min-width: 768px) {
    .hero .link-more {
        margin: 0 0 35px
    }
}

@media (min-width: 1024px) {
    .hero .link-more {
        margin: 0 0 55px
    }
}

.hero .link-more:hover {
    color: #00ace4
}

.hero p {
    margin: 0 0 18px
}

@media (min-width: 768px) {
    .hero p {
        margin: 0 0 28px
    }
}

.hero .count {
    display: block
}

.hero .count span {
    font-size: 23px;
    font-weight: 400
}

@media (min-width: 768px) {
    .latest-news {
        display: flex;
        flex-wrap: wrap
    }
}

.latest-news__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 15px 42px 11px;
    background: rgba(0, 172, 228, 0.9)
}

@media (min-width: 768px) {
    .latest-news__head {
        padding: 22px 42px 11px;
        max-width: 290px;
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    .latest-news__head {
        max-width: 340px
    }
}

.latest-news__head h3 {
    font-size: 30px;
    line-height: 1.07;
    font-weight: 900;
    color: #fff;
    margin: 0
}

.latest-news__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media (min-width: 768px) {
    .latest-news__wrap {
        justify-content: flex-end
    }
}

.latest-news__wrap span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.latest-news .social {
    padding: 0 4px 0 20px
}

.latest-news .social a {
    color: #fff
}

.latest-news .social a:hover {
    color: #002b50
}

.latest-news__box {
    padding: 15px 0;
    font-size: 20px;
    color: #002b50;
    font-weight: 700;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7)
}

@media (min-width: 768px) {
    .latest-news__box {
        width: calc(100% - 290px);
        padding: 0;
        font-size: 25px;
        background: rgba(255, 255, 255, 0.9)
    }
}

@media (min-width: 1200px) {
    .latest-news__box {
        width: calc(100% - 340px)
    }
}

.latest-news__box .mask {
    padding: 0 35px;
    overflow: hidden
}

@media (min-width: 1024px) {
    .latest-news__box .mask {
        padding: 0 72px
    }
}

.latest-news__box .line {
    width: 99999px;
    float: left
}

.latest-news__box p {
    margin: 0
}

.content {
    padding: 100px 0 40px
}

@media (min-width: 1024px) {
    .content {
        padding: 100px 0 48px
    }
}

.content h1 {
    text-align: center;
    margin: 0 0 25px
}

@media (min-width: 1200px) {
    .content h1 {
        margin: 0 0 48px
    }
}

.content__head {
    padding: 20px 15px;
    text-align: center;
    background: #00ace4;
    color: #fff;
    margin: 0
}

@media (min-width: 1200px) {
    .content__head {
        padding: 27px 15px
    }
}

.content__block {
    order: 2;
	width:100%;
	max-width: 1240px;
}

@media (min-width: 1024px) {
    .content__block {
       /* width: calc(100% - 380px);*/
	
	   margin:0 auto;
    }
}

@media (min-width: 1200px) {
    .content__block {
        /*width: calc(100% - 500px)*/

	   margin:0 auto;
    }
}

@media (min-width: 1366px) {
    .content__block {
		    max-width: 1240px;
        
    }
}

.content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 35px
}

@media (min-width: 768px) {
    .content .row {
        padding: 0 0 57px
    }
}

.content .col {
    position: relative;
    padding: 15px 15px 0;
    width: 100%;
    margin: 0 0 15px;
    text-align: center
}

@media (min-width: 375px) {
    .content .col {
        width: 50%;
        margin: 20px 0 25px
    }
}

@media (min-width: 768px) {
    .content .col {
        margin: 25px 0 30px;
        padding: 22px 15px 0;
        width: 33.332%
    }
}

@media (min-width: 1200px) {
    .content .col {
        margin: 54px 0 43px
    }
}

@media (min-width: 375px) {
    .content .col:before {
        content: '';
        position: absolute;
        top: -25px;
        right: 0;
        margin-top: -2px;
        right: 0;
        width: 9999px;
        height: auto;
        border-top: 2px solid #00ace4
    }
}

@media (min-width: 768px) {
    .content .col:before {
        top: -30px
    }
}

@media (min-width: 1200px) {
    .content .col:before {
        top: -54px
    }
}

@media (min-width: 375px) {
    .content .col:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2px;
        height: auto;
        background: #00ace4;
        margin-right: -3px
    }
}

.content .col i {
    display: block;
    color: #00ace4;
    font-size: 40px;
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .content .col i {
        font-size: 60px;
        margin: 0 0 30px
    }
}

@media (min-width: 1200px) {
    .content .col i {
        font-size: 80px;
        margin: 0 0 48px
    }
}

.content .col h3 {
    text-transform: uppercase
}

@media (max-width: 767px) {
    .content .col h3 {
        font-size: 20px
    }
}

.resources {
    background: #007ec6;
    margin: 0 0 40px
}

.resources__box {
    position: relative;
    padding: 30px 15px 20px
}

@media (min-width: 768px) {
    .resources__box {
        padding: 50px 15px 40px
    }
}

@media (min-width: 1200px) {
    .resources__box {
        padding: 70px 30px 40px
    }
}

@media (min-width: 1366px) {
    .resources__box {
        padding: 70px 55px 40px
    }
}

.resources__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.5
}

@media (min-width: 768px) {
    .resources__row {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap
    }
}

@media (min-width: 1024px) {
    .resources__row {
        margin: 0 -10px
    }
}

@media (min-width: 1200px) {
    .resources__row {
        margin: 0 -30px
    }
}

.resources__col {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .resources__col {
        padding: 0 15px;
        width: 50%
    }
}

@media (min-width: 1024px) {
    .resources__col {
        padding: 0 10px
    }
}

@media (min-width: 1200px) {
    .resources__col {
        padding: 0 30px
    }
}

.resources__col .link-more {
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .resources__col .link-more {
        margin: 0 0 20px
    }
}

@media (min-width: 1200px) {
    .resources__col .link-more {
        margin: 0 0 28px;
        font-size: 25px
    }
}

@media (min-width: 1024px) {
    .resources__col .link-more:after {
        margin-top: 0
    }
}

.resources__col .link-more:hover {
    color: #00ace4
}

.public__holder {
    background: #f5f5f5;
    padding: 40px 10px
}

@media (min-width: 1366px) {
    .public__holder {
        padding: 40px 29px 66px
    }
}

.public h3 {
    padding: 26px 0 0;
    font-weight: 500;
    text-transform: none
}

@media (min-width: 768px) {
    .public h3 {
        padding: 26px 0 15px
    }
}

.public .form-group {
    margin: 0 0 12px
}
/*
@media (min-width: 768px) {
    .public .form-group {
        display: flex;
        justify-content: space-between;
        margin: 0 0 6px
    }
}

@media (min-width: 768px) {
    .public .form-group label {
        display: flex;
        align-items: flex-end;
        width: 154px;
        padding: 0 10px 0 0
    }
}

.public label {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin: 0 0 5px
}

@media (min-width: 768px) {
    .public label {
        margin: 0
    }
}

@media (min-width: 1366px) {
    .public label {
        font-size: 25px
    }
}

.public form span {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 4px
}

.public form .form-number {
    margin: 0 0 12px
}

@media (min-width: 768px) {
    .public form .form-number {
        display: flex;
        justify-content: flex-end;
        margin: 0 0 6px
    }
}

.public form .number-holder {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .public form .number-holder {
        width: calc(100% - 115px);
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .public form .number-holder {
        width: calc(100% - 110px)
    }
}

@media (min-width: 1610px) {
    .public form .number-holder {
        width: calc(100% - 125px)
    }
}



.public .public__row {
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .public .public__row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 62px
    }
}

@media (min-width: 768px) {
    .public .public__col {
        padding: 0 10px;
        width: 95.3%
    }
}

@media (min-width: 1366px) {
    .public .public__col {
        padding: 0 29px
    }
}

@media (min-width: 768px) {
    .public .public__col:last-child {
        width: 54.7%
    }
}

.public .privacy-checkbox {
    display: flex
}

.public .privacy-checkbox input[type="checkbox"]:checked+label,
.public .privacy-checkbox input[type="checkbox"]:not(:checked)+label {
    padding-left: 28px;
    font-size: 20px
}

@media (min-width: 1366px) {
    .public .privacy-checkbox input[type="checkbox"]:checked+label,
    .public .privacy-checkbox input[type="checkbox"]:not(:checked)+label {
        padding-left: 37px
    }
}
*/
.public input[type="checkbox"]:checked+label,
.public input[type="checkbox"]:not(:checked)+label,.gform_wrapper .gfield_checkbox li label {
    padding-left: 28px;
}

@media (min-width: 1366px) {
    .public input[type="checkbox"]:checked+label,
    .public input[type="checkbox"]:not(:checked)+label,.gform_wrapper .gfield_checkbox li label {
        padding-left: 37px
    }
}

.public .form-btn, .gform_wrapper .gform_footer {
    text-align: center
}

.gform_wrapper input[type="submit"], .gform_wrapper button {
    transition: background .15s ease-in-out;
    background: #00ace4;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 15px;
    min-width: 280px;
	margin:0 auto;
    white-space: normal;
    text-transform: uppercase
}

.container button {
    transition: background .15s ease-in-out;
    background: #00ace4;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 15px;
	margin:0 auto;
    white-space: normal;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .public input[type="submit"] {
        font-size: 25px;
        font-weight: 900;
        min-width: 495px;
		margin:0 auto;
    }
}

@media (min-width: 1200px) {
    .public input[type="submit"] {
        padding: 32px 15px
    }
}

.public input[type="submit"]:hover {
    background: #002b50
}

.sidebar {
    order: 1
}

@media (min-width: 768px) {
    .sidebar {
        padding: 0 0 30px
    }
}

@media (min-width: 1024px) {
    .sidebar {
        width: 380px;
        padding: 8px 0 0;
        order: 2
    }
}

@media (min-width: 1200px) {
    .sidebar {
        width: 500px
    }
}

.sidebar__holder {
    background: #00ace4;
    color: #fff;
    padding: 25px 15px 30px;
    margin: 0 0 42px
}

@media (min-width: 768px) {
    .sidebar__holder {
        padding: 43px 30px 45px
    }
}

@media (min-width: 1200px) {
    .sidebar__holder {
        padding: 43px 56px 45px
    }
}

.sidebar__logo {
    font-size: 32px;
    line-height: 1;
    display: block;
    text-align: center;
    padding: 0 0 8px;
    margin: 0 0 12px;
    border-bottom: 2px solid #fff
}

@media (min-width: 768px) {
    .sidebar__logo {
        padding: 0 0 18px;
        margin: 0 0 17px
    }
}

@media (min-width: 1024px) {
    .sidebar__logo {
        font-size: 40px
    }
}

@media (min-width: 1200px) {
    .sidebar__logo {
        font-size: 50px
    }
}

.sidebar__logo img {
    display: block;
    margin: 0 auto 37px
}

.sidebar h2 {
    color: #fff;
    margin: 0 0 4px
}

.sidebar time {
    display: block;
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .sidebar time {
        font-size: 20px;
        margin: 0 0 20px
    }
}

.sidebar__list {
    padding: 16px 0 27px;
    border-top: 2px solid #fff;
    line-height: 1.2
}

.sidebar__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 0 2px 4px 7px;
    margin: 0 0 13px
}

.sidebar__list li span {
    font-size: 18px
}

@media (min-width: 768px) {
    .sidebar__list li span {
        font-size: 25px
    }
}

.sidebar__list li strong {
    font-size: 24px;
    font-weight: 500
}

@media (min-width: 768px) {
    .sidebar__list li strong {
        font-size: 33px
    }
}

.sidebar__list li sup {
    font-size: 20px;
    top: -5px
}

@media (min-width: 768px) {
    .sidebar__list li sup {
        top: -0.5em
    }
}

.sidebar__list li sub {
    font-size: 20px;
    bottom: 0
}

.sidebar h3 {
    color: #fff;
    margin: 0 6px 26px
}

.sidebar__climate {
    padding: 37px 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    min-height: 260px;
    margin: 0 0 50px
}

@media (min-width: 768px) {
    .sidebar__climate {
        min-height: 320px
    }
}

.sidebar__climate .link-more {
    color: #fff;
    text-transform: none
}

@media (min-width: 768px) {
    .sidebar__climate .link-more {
        font-size: 25px
    }
}

.sidebar__climate .link-more:hover {
    color: #00ace4
}

.sidebar__climate-title {
    display: block;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 16px
}

@media (min-width: 768px) {
    .sidebar__climate-title {
        font-size: 40px
    }
}

@media (min-width: 1200px) {
    .sidebar__climate-title {
        font-size: 50px
    }
}

.sidebar__alert {
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #ee4e4e;
    padding: 20px 15px;
    letter-spacing: -.3px
}

@media (min-width: 1024px) {
    .sidebar__alert {
        font-size: 23px;
        padding: 12px 0 14px 40px
    }
}

.sidebar__alert p {
    margin: 0
}

.sidebar__alert a {
    color: inherit;
    font-weight: 700
}

.sidebar__alert a:hover {
    color: #00ace4
}

.sidebar__alert-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #ee4e4e;
    padding: 0 4px;
    font-size: 34px;
    line-height: 0;
    z-index: 999;
    margin-top: -24px
}

@media (min-width: 1024px) {
    .sidebar__alert-icon {
        top: 50%;
        transform: translateY(-50%);
        left: -28px;
        font-size: 50px;
        margin-top: -4px;
        padding: 4px 0
    }
}

.forecast li {
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin: 0 0 9px
}

.forecast i {
    font-size: 30px;
    color: #00ace4
}

@media (min-width: 768px) {
    .forecast i {
        font-size: 52px
    }
}

@media (min-width: 1024px) {
    .forecast i {
        font-size: 40px
    }
}

@media (min-width: 1200px) {
    .forecast i {
        font-size: 52px
    }
}

.forecast i.icon-cloud {
    font-size: 22px
}

@media (min-width: 768px) {
    .forecast i.icon-cloud {
        font-size: 34px
    }
}

@media (min-width: 1024px) {
    .forecast i.icon-cloud {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .forecast i.icon-cloud {
        font-size: 34px
    }
}

.forecast i.icon-cloud-rain {
    font-size: 24px
}

@media (min-width: 768px) {
    .forecast i.icon-cloud-rain {
        font-size: 40px
    }
}

@media (min-width: 1024px) {
    .forecast i.icon-cloud-rain {
        font-size: 32px
    }
}

@media (min-width: 1200px) {
    .forecast i.icon-cloud-rain {
        font-size: 40px
    }
}

.forecast__day {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background: #007ec6;
    max-width: 95px;
    width: 100%
}

.forecast__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 95px);
    padding: 22px 5px 22px 15px
}

@media (min-width: 1200px) {
    .forecast__row {
        padding: 22px 15px 22px 30px
    }
}

.forecast__temperature {
    display: flex;
    flex-wrap: wrap;
    line-height: 1
}

.forecast__temperature li {
    position: relative;
    padding: 0 7px;
    margin: 0
}

@media (min-width: 768px) {
    .forecast__temperature li {
        padding: 0 10px
    }
}

.forecast__temperature li:last-child::after {
    display: none
}

.forecast__temperature li:after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    bottom: -2px;
    width: 2px;
    height: auto;
    background: #b7b7b7
}

@media (min-width: 768px) {
    .forecast__temperature li:after {
        top: -5px;
        bottom: -5px
    }
}

.forecast__temperature li span {
    font-size: 22px;
    font-weight: 500;
    color: #00ace4
}

@media (min-width: 768px) {
    .forecast__temperature li span {
        font-size: 30px
    }
}

@media (min-width: 1200px) {
    .forecast__temperature li span {
        font-size: 33px
    }
}

.forecast__temperature li span.red {
    color: #ee4e4e
}

.forecast__temperature li span sup {
    font-size: 22px;
    top: -8px
}

@media (min-width: 768px) {
    .forecast__temperature li span sup {
        font-size: 30px
    }
}

@media (min-width: 1200px) {
    .forecast__temperature li span sup {
        font-size: 33px
    }
}

.footer {
    padding: 30px 0 0;
    background: #002b50;
    border-top: 10px solid #00ace4;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .footer {
        padding: 57px 0 0
    }
}

.footer h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 23px
}

.footer__row {
    padding: 27px 0 14px;
    border-top: 2px solid #00ace4;
    border-bottom: 2px solid #00ace4
}

@media (min-width: 768px) {
    .footer__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 27px 0 5px
    }
}

.footer__col {
    position: relative;
    margin: 0 0 15px
}

@media (min-width: 768px) {
    .footer__col {
        width: 100%;
        margin: 0 0 25px
    }
}

@media (min-width: 1024px) {
    .footer__col {
        width: 48%;
        margin: 0
    }
}

@media (min-width: 1366px) {
    .footer__col {
        width: 50%
    }
}

@media (min-width: 1366px) {
    .footer__col:last-child {
        width: 44%
    }
}

.footer__col:last-child:after {
    display: none
}

@media (min-width: 1024px) {
    .footer__col:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 15px;
        width: 2px;
        height: auto;
        background: #00ace4
    }
}

@media (min-width: 1366px) {
    .footer__col:after {
        top: 4px
    }
}

.footer__info {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2
}

@media (min-width: 768px) {
    .footer__info {
        display: flex;
        flex-wrap: wrap
    }
}

@media (min-width: 1366px) {
    .footer__info {
        font-size: 20px
    }
}

.footer__info li {
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .footer__info li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 4px
    }
}

.footer__info strong {
    display: block;
    padding: 0 15px 0 0;
    color: #00ace4
}

@media (min-width: 768px) {
    .footer__info strong {
        width: 109px
    }
}

.footer__info address,
.footer__info a {
    color: #fff
}

.footer__info address {
    font-style: normal
}

.footer__info a:hover {
    color: #00ace4
}

.footer__nav {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .footer__nav {
        height: 130px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: -5px
    }
}

@media (min-width: 1024px) {
    .footer__nav {
        height: 152px
    }
}

@media (min-width: 1366px) {
    .footer__nav {
        font-size: 14px;
        height: 160px
    }
}

.footer__nav li {
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .footer__nav li {
        margin: 0 0 5px
    }
}

.footer__nav a {
    color: #fff
}

.footer__nav a:hover {
    color: #00ace4
}

.footer .social {
    font-size: 20px;
    margin-top: 20px
}

@media (min-width: 1366px) {
    .footer .social {
        font-size: 27px
    }
}

.footer .social a {
    color: #00ace4
}

.footer .social a:hover {
    color: #fff
}

.footer__copyright {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1502px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center
}

@media (min-width: 768px) {
    .footer__copyright {
        padding: 40px 0;
        justify-content: space-between;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .footer__copyright {
        padding: 65px 0
    }
}

.footer__copyright span {
    display: block;
    color: #fff;
    order: 3;
    width: 100%
}

@media (min-width: 768px) {
    .footer__copyright span {
        width: calc(50% - 90px);
        text-transform: uppercase;
        order: 2
    }
}

.footer__copyright span a {
    color: #fff;
    text-decoration: underline
}

.footer__copyright span a:hover {
    color: #00ace4
}

.footer__copyright span:last-child {
    order: 2
}

@media (min-width: 768px) {
    .footer__copyright span:last-child {
        padding: 0 0 0 30px;
        order: 3
    }
}

.footer__logo {
    order: 1;
    width: 180px;
    margin: 0 auto 25px
}

@media (min-width: 768px) {
    .footer__logo {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0
    }
}

.back-to-top {
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #00ace4;
    font-size: 30px
}

@media (min-width: 768px) {
    .back-to-top {
        bottom: 15px
    }
}

@media (min-width: 1024px) {
    .back-to-top {
        right: 36px;
        bottom: 54px
    }
}

.back-to-top:hover {
    color: #fff
}

.hero {
    position: relative;
}

.hero-interior
{
	 position: relative;
}


.hero_title h1
{
	position: absolute;
	top: 55%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
    z-index: 9;
    padding: 0;
	margin:0 auto;
}


.hero_title h1 {
    font-size: 1.35rem;
	
}

@media (min-width: 768px) {
    .hero_title h1 {
        font-size: 2.25rem;
		
    }
}

@media (min-width: 1024px) {
    .hero_title h1 {
        font-size: 3.35rem;
		
    }
}

@media (min-width: 1200px) {
    .hero_title h1 {
        font-size: 3.35rem;
		
    }
}

.interior
{
	position: relative;
	top: 270px;
	margin: 0px auto;	
	padding-bottom:100px;
}

.hero-interior
{
	position: relative;
    top: 241px;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero__bg_interior {
    height: 138px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.footer
	{
		margin-top:50px;
	}

@media (min-width: 768px) {
    .hero__bg_interior {
        height: 338px;
    }
	.hero-interior
	{
		top: 305px;
	}
	.interior
	{
	top: 300px;	
	}
}

@media (min-width: 1024px) {
    .hero__bg_interior {
        height: 338px;
		
    }
	.hero-interior
	{
		top: 237px;
	}
	.interior
	{
		top: 190px;
	}
}

@media (min-width: 1440px) {
    .hero__bg_interior {
        height: 338px;
		
    }
	.hero-interior
	{
		top: 217px;
	}
	.interior
	{
		top: 170px;
	}
	
}



/*# sourceMappingURL=app.min.css.map*/