@import url(css/fonts.css);
@import url(css/header.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body{
    background: #fff;
    font-family: 'ProximaNova-Regular';
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    min-width: 1200px;
}
body * {
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-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;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
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 {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
ul {
    list-style: none;
}
td,
th {
    padding: 0;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.inner-box{
    width: 880px;
    margin: 0 auto;
    position: relative;
}
.wrap {
    overflow: hidden;
}
.clear{
    clear: both;
}
.list-in-row > li {
    float: left;
}
.hide {
    display: none;
}

/*main page*/

body {
    overflow-x: hidden;
    position: relative;
}

.top-background {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 480px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.top-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9,72,121, 0.8);
}

.bx-controls-direction {
    display: none;
}

.bx-pager {
    display: block;
    position: absolute;
    top: -70px;
    width: 100%;
    text-align: center;
}

.bx-controls {
    position: relative;
}

.bx-pager-item {
    display: inline-block;
}

.bx-pager-item a {
    display: inline-block;
    overflow: hidden;
    width: 15px;
    height: 15px;
    padding-left: 15px;
    position: relative;
    margin-right: 5px;
}

.bx-pager-item a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    background: #f2f2f2;
    border-radius: 50%;
}

.bx-pager-item a:hover:before {
    background: #3e8ed7;
}

.bx-pager-item a.active:before {
    background: #3e8ed7;
}

/*article*/
.content-article h2 {
    color: #008ed4;
    font-family: Gilroy;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 60px;
}

.content-article p {
    color: #333333;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 25px;
}

.content-article ul {
    color: #333333;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
}

.content-article ul li {
    margin-left: 20px;
}

.content-article ul li:first-child {
    margin-left: 0;
}


.content-article ul.point li:before {
    content: "•";
    margin: 0 5px;
}

.content-article ul.point li:first-child:before {
    content: "";
    margin: 0;
}

/*blocks*/

.page-blocks {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-blocks > li {
    overflow: hidden;
    width: 280px;
    padding:  100px 0px 20px;
    margin-left: 20px;
}

.page-blocks > li:first-child {
    margin-left: 0;
}

.page-blocks > li:hover {
    color: #fff;
}

.page-blocks .bg-far {
    z-index: -2;
    position: absolute;
    top: 140px;
    width: 100%;
    height: 100%;
    color: #f2f2f2;
    font-family: ProximaNova;
    font-size: 270px;
    font-weight: 700;
}

.page-blocks .bg-near {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 280px;
    bottom: 99.9%;
    background: #008ed4;
    color: #fff;
    padding-top: 2px;
    transition: all 0.2s linear;
}

.page-blocks > li:hover .bg-near {
    bottom: 0;
}

.page-blocks .bg-near span {
    color: #ffffff;
    font-family: ProximaNova;
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 30px;
    height: 80px;
    width: 50px;
    overflow: hidden;
    padding-top: 75px;
    transition: all 0.4s linear;
    opacity: 0;
}

.page-blocks > li:hover .bg-near span {
    padding-top: 0;
    opacity: 1;
}

.page-blocks h3 {
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 37px;
    transition: all 0.4s linear;
    padding: 0 15px;
}

.page-blocks p {
    font-family: Publico;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    transition: all 0.4s linear;
    padding: 0 15px;
}

.page-blocks ul li {
    font-family: Publico;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    transition: all 0.4s linear;
    margin-top: 5px;
    padding: 0 15px;
}

.page-blocks ul li:before {
    content: "•";
}

/*contact-us*/

.contact-block {
    margin-bottom: 100px;
}

.contact-block span {
    color: #000000;
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.contact-block a {
    display: inline-block;
    margin-left: 20px;
    line-height: 40px;
    padding: 0px 20px;
    color: #008ed4;
    font-family: Publico;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #008ed4;
    border-radius: 20px;
}

.contact-block a:hover {
    background: #008ed4;
    color: #fff;
}

/*footer*/

footer {
    background: #4d4d4d;
    color: #b3b3b3;
    font-size: 13px;
    font-family: Raleway;
    line-height: 48px;
    overflow: hidden;
    text-align: center;
}