/*DEFINE WEBSITE COLORS*/
/*DEFINE CUSTOM FONTS (remove if not needed)*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #0068b9;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #5f6970;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #5f6970;
  font-size: 16px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 28px;
}

::-moz-selection {
  background: #0068b9;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #0068b9;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #0068b9;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  background-color: #0068b9;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.responsive-nav button {
  padding: 7px 10px;
  background: none;
  border: none;
  position: relative;
  height: 40px;
  width: 51px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
}

.responsive-nav button:hover .line {
  background: #fff;
}

.line {
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.line-t {
  top: 9px;
}

.line-m {
  top: 19px;
}

.line-b {
  top: 29px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
  opacity: 0;
}

.menu-on .line {
  top: 18px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.overflowed {
  overflow: hidden;
}

a.btn {
  display: inline-block;
  background: #0068b9;
  padding: 12px 80px 12px 40px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  position: relative;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

a.btn:hover:before {
  -webkit-transform: translateY(-50%) rotate(90deg) scale(1.4);
          transform: translateY(-50%) rotate(90deg) scale(1.4);
}

a.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 41px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 104, 185, 0.22);
          box-shadow: 0px 0px 10px 0px rgba(0, 104, 185, 0.22);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../images/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  z-index: 2;
  -webkit-filter: invert(23%) sepia(78%) saturate(1849%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(23%) sepia(78%) saturate(1849%) hue-rotate(188deg) brightness(105%) contrast(101%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn.type2 {
  background: #6395bc;
}

a.btn.type2:before {
  -webkit-filter: invert(53%) sepia(67%) saturate(271%) hue-rotate(164deg) brightness(92%) contrast(90%);
          filter: invert(53%) sepia(67%) saturate(271%) hue-rotate(164deg) brightness(92%) contrast(90%);
}

a.read-more {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

a.read-more:hover:before {
  right: -5px;
}

a.read-more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../images/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  z-index: 2;
  -webkit-filter: invert(23%) sepia(78%) saturate(1849%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(23%) sepia(78%) saturate(1849%) hue-rotate(188deg) brightness(105%) contrast(101%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  color: #fff;
  font-size: 14px;
  z-index: 10;
}

header a {
  color: #fff;
}

header a:hover {
  color: #fff;
}

header .container {
  height: 100%;
}

header a.logo {
  background: #0068b9;
  display: block;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
}

header .right {
  float: right;
  height: 100%;
  background: #0b5090;
}

header .contacts {
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

header .contacts a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin: 0 20px;
}

header .contacts a:hover {
  text-decoration: underline;
}

header .contacts a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 19px;
  -webkit-filter: invert(100%) sepia(1%) saturate(1134%) hue-rotate(163deg) brightness(112%) contrast(101%);
          filter: invert(100%) sepia(1%) saturate(1134%) hue-rotate(163deg) brightness(112%) contrast(101%);
}

header .contacts a.tel:before {
  background-image: url(../images/icon-phone.svg);
}

header .contacts a.email:before {
  background-image: url(../images/icon-email.svg);
}

header .search-trigger {
  float: left;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0b65b8;
  padding: 0 40px;
}

header .search-trigger span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

header .search-trigger span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;

  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat center center;
  background-size: contain;
  background-image: url(../images/icon-search.svg);
  width: 18px;
  height: 19px;
  -webkit-filter: invert(100%) sepia(1%) saturate(1134%) hue-rotate(163deg) brightness(112%) contrast(101%);
          filter: invert(100%) sepia(1%) saturate(1134%) hue-rotate(163deg) brightness(112%) contrast(101%);
}

header .navigation {
  float: left;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0b65b8;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

header .navigation:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 1px;
  left: 0;
  background: #fff;
  opacity: 0.3;
}

header .navigation span.label {
  display: inline-block;
  float: left;
  height: 100%;
  margin: 10px 10px 0 0;
}

nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

nav.active {
  opacity: 1;
  visibility: visible;
}

nav .nav-items {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

nav ul li {
  display: block;
  width: 100%;
  height: 74px;
  border-top: 1px solid #41739a;
}

nav ul li:first-child {
  border-top: none;
}

nav ul li a {
  padding: 20px 30px;
  display: block;
  color: #fff;
  font-size: 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav ul li a:hover {
  background: #0b65b8;
  color: #fff;
}

.hero {
  height: 75vh;
  background: no-repeat bottom left;
  background-size: cover;
}

.introduction {
  background: #edf5fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf5fa), to(white));
  background: linear-gradient(180deg, #edf5fa 0%, white 100%);
  padding-bottom: 50px;
}

.introduction .container {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.introduction .box {
  font-size: 14px;
  padding: 8px;
  margin-top: -100px;
  float: left;
  width: 33.33333%;
}

.introduction .box .inside {
  background: #fff;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 30px;
}

.introduction .box .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.introduction .box .icon img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: invert(23%) sepia(78%) saturate(1849%) hue-rotate(188deg) brightness(105%) contrast(101%);
          filter: invert(23%) sepia(78%) saturate(1849%) hue-rotate(188deg) brightness(105%) contrast(101%);
}

.introduction .box h2 {
  display: block;
  color: #0068b9;
  max-width: 150px;
  margin: 0 auto;
  font-size: 30px;
}

.introduction .box ul {
  display: inline-block;
  text-align: left;
}

.introduction .box ul li {
  margin: 5px 0;
}

.introduction .box ul li a {
  color: #5f6970;
}

.introduction .box ul li a:hover {
  color: #0068b9;
}

.blog-intro {
  background: #eef5fa url(../images/logo-mark.png) no-repeat center center;
  background-attachment: fixed;
  padding: 15rem 0;
  background-size: 30%;
}

.blog-intro .top {
  position: relative;
  margin-bottom: 50px;
}

.blog-intro .top:after {
  content: "";
  display: block;
  clear: both;
}

.blog-intro .top:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  height: 20px;
  background: url(../images/wave.png);
  background-position: 100% center;
  background-repeat: repeat-x;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: wave 50s infinite linear;
          animation: wave 50s infinite linear;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes wave {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}

@keyframes wave {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}

.blog-intro .top h2 {
  float: left;
  display: inline-block;
  font-size: 4.8rem;
  color: #0068b9;
  background: #eef5fa;
  position: relative;
  z-index: 2;
  padding-right: 20px;
  margin: 0;
}

.blog-intro .top a.btn {
  float: right;
}

.blog-intro .wrapper {
  padding-top: 10rem;
}

.blog-intro .wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.blog-intro .wrapper .news-block {
  float: left;
  width: 43%;
  position: relative;
  font-size: 14px;
  clear: both;
}

.blog-intro .wrapper .news-block:last-child {
  margin-top: 20rem;
  width: 100%;
}

.blog-intro .wrapper .news-block:last-child .image {
  float: left;
  width: 90%;
  padding-bottom: 35%;
}

.blog-intro .wrapper .news-block:last-child .content {
  left: auto;
  right: 0;
}

.blog-intro .wrapper .news-block:nth-child(2) {
  margin-top: -20rem;
  float: right;
}

.blog-intro .wrapper .news-block:nth-child(2) .image {
  float: left;
}

.blog-intro .wrapper .news-block:nth-child(2) .content {
  left: auto;
  right: 0;
}

.blog-intro .wrapper .news-block .image {
  float: right;
  height: 0;
  padding-bottom: 85%;
  width: 75%;
  position: relative;
  overflow: hidden;
}

.blog-intro .wrapper .news-block .image:hover .img-resize {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-intro .wrapper .news-block .image span {
  display: block;
}

.blog-intro .wrapper .news-block .image .img-resize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.blog-intro .wrapper .news-block .image .img-resize img {
  max-width: none;
}

.blog-intro .wrapper .news-block .content {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 70%;
  max-width: 450px;
}

.blog-intro .wrapper .news-block .content:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  height: 30px;
  width: 3px;
  background: #0068b9;
  left: 10%;
}

.blog-intro .wrapper .news-block .content h3 {
  font-size: 24px;
}

footer .top {
  background: #2E92D0;
  color: #fff;
  position: relative;
}

footer .top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .bottom {
  padding: 40px 0;
}

footer .bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .bottom .col30 {
  float: left;
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .bottom .col30 img {
  display: inline-block;
  max-width: 300px;
}

footer .bottom .col30 h3 {
  margin: 0;
  font-size: 30px;
}

footer .bottom .col30 h3 span {
  color: #0068b9;
}

footer .bottom .col30:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

footer .bottom .col30:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .box {
  float: left;
  width: 33.333%;
  background: #0068b9;
  position: relative;
  padding: 70px 40px;
}

footer .box:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin-right: -2px;
  width: 900000px;
  background: #0068b9;
}

footer .box:nth-child(2) {
  background: #207CC1;
}

footer .box:nth-child(3) {
  background: #2E92D0;
}

footer .box h3 {
  font-size: 30px;
  margin: 0;
}

footer .box a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin: 10px 0;
  color: #fff;
  font-weight: 700;
}

footer .box a:hover {
  text-decoration: underline;
}

footer .box a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 19px;
  -webkit-filter: invert(100%) sepia(1%) saturate(1134%) hue-rotate(163deg) brightness(112%) contrast(101%);
          filter: invert(100%) sepia(1%) saturate(1134%) hue-rotate(163deg) brightness(112%) contrast(101%);
}

footer .box a.tel:before {
  background-image: url(../images/icon-phone.svg);
}

footer .box a.email:before {
  background-image: url(../images/icon-email.svg);
}

footer .picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43%;
}

footer .picture .img-resize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

footer .picture .img-resize img {
  max-width: none;
}

.main {
  margin-top: 90px;
  padding: 10rem 0;
}

.main h1, .main h2 {
  color: #0068b9;
}

@media only screen and (max-width: 1500px) {
  /* footer {
		.box {
			clear:left;
			width:50%;
		}
		.picture {
			width:50%;
		}
	} */
}

@media only screen and (max-width: 1155px) {
  header .contacts {
    display: none;
  }
  .blog-intro .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-intro .wrapper .news-block {
    background: #fff;
    clear: none;
    width: 48% !important;
    margin: 1% !important;
  }
  .blog-intro .wrapper .news-block .image {
    float: none !important;
    width: 100% !important;
    padding-bottom: 80% !important;
  }
  .blog-intro .wrapper .news-block .content {
    position: static;
    max-width: none;
    width: auto;
  }
  footer .bottom .col30 img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .introduction .box {
    width: 100%;
    margin-top: 20px;
  }
  .introduction .box:first-child {
    margin-top: -100px;
  }
  .introduction .box a.btn {
    margin: 10px;
  }
  footer .top .pageAlign {
    padding: 0;
  }
  footer .top .pageAlign .box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .pageAlign, .pageALignFluid {
    padding: 0 10px;
  }
  html {
    font-size: 40%;
  }
  header {
    height: 70px;
    background: #0068b9;
  }
  header a.logo {
    padding: 0 10px;
  }
  header a.logo img {
    max-width: 160px;
  }
  header .search-trigger {
    position: relative;
    padding: 0 30px;
  }
  header .search-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background: no-repeat center center;
    background-size: contain;
    background-image: url(../images/icon-search.svg);
    width: 18px;
    height: 19px;
    -webkit-filter: invert(100%) sepia(1%) saturate(1134%) hue-rotate(163deg) brightness(112%) contrast(101%);
            filter: invert(100%) sepia(1%) saturate(1134%) hue-rotate(163deg) brightness(112%) contrast(101%);
  }
  header .search-trigger span {
    display: none;
  }
  header .navigation {
    padding: 0 10px;
  }
  header .navigation span.label {
    display: none;
  }
  nav ul li {
    height: 44px;
  }
  nav ul li a {
    font-size: 18px;
    padding: 10px;
  }
  .introduction .box h2 {
    font-size: 20px;
    max-width: none;
  }
  .introduction .box .inside {
    padding: 30px 5px;
  }
  .blog-intro .top {
    text-align: center;
    margin-bottom: 0;
  }
  .blog-intro .top:before {
    display: none;
  }
  .blog-intro .top h2 {
    float: none;
  }
  .blog-intro .top a.btn {
    float: none;
  }
  .blog-intro .wrapper .news-block {
    width: 100% !important;
    margin: 1% 0 !important;
  }
  footer .top .pageAlign {
    padding: 0;
  }
  footer .box {
    width: 100%;
    float: none;
  }
  footer .box h3 {
    font-size: 20px;
  }
  footer .picture {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
  }
  footer .bottom .col30 {
    margin: 30px 0;
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  footer .bottom .col30 h3 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=styles.css.map */