@font-face {
  font-family: 'GillSans';
  src: url('/assets/fonts/gillsans.eot');
  src: url('/assets/fonts/gillsans.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/gillsans.woff2') format('woff2'), url('/assets/fonts/gillsans.woff') format('woff'), url('/assets/fonts/gillsans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GillSansBold';
  src: url('/assets/fonts/gillsans-bold.eot');
  src: url('/assets/fonts/gillsans-bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/gillsans-bold.woff2') format('woff2'), url('/assets/fonts/gillsans-bold.woff') format('woff'), url('/assets/fonts/gillsans-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GillSansLight';
  src: url('/assets/fonts/gillsans-light.eot');
  src: url('/assets/fonts/gillsans-light.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/gillsans-light.woff2') format('woff2'), url('/assets/fonts/gillsans-light.woff') format('woff'), url('/assets/fonts/gillsans-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  min-height: 100%;
/*  font-family: 'Poppins', sans-serif;*/
  font-family: Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body.error {
  height: 100%;
  background: #fff repeat;
}
body.error .error-page {
  overflow: hidden;
  height: 100%;
}
body.error .error-page__block {
  width: 460px;
  height: 150px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-left: -230px;
}
body.error .error-page__block-h2 {
  font-size: 70px;
  color: #000;
  font-weight: 500;
  margin: 0px 0 10px 0;
  text-transform: uppercase;
}
body.error .error-page__block-text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}
body.error .error-page__block-text a {
  color: #000;
  text-decoration: underline;
}
body.error .error-page__main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.clearfix:after {
  visibility: hidden;
  display: table;
  content: "";
  clear: both;
  height: 0;
}
a {
  color: #1993c4;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:focus,
a:hover {
  color: #4bb0dc;
  text-decoration: none;
}
p {
  margin: 0 0 25px 0;
}
img {
  max-width: 100%;
}
.show-grid {
  margin-bottom: 20px;
}
.img-responsive {
  margin: 0 auto;
}
.rel {
  position: relative;
  height: 100%;
}
.login-form {
  margin-top: 50px;
  margin-bottom: 50px;
}
.login-form input[type=text],
.login-form input[type=password] {
  border: 1px solid #0079c2;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #0079c2;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.error {
  border: 1px solid #fe003e;
}
.form-control.success {
  border: 1px solid #41b817;
}
.btn {
  padding: 12px 48px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
.btn.active,
.btn:active {
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.btn-default {
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: #4bb0dc;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #1993c4;
  border: none;
  color: #fff;
}
.btn-default.active,
.btn-default:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.successResult {
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  color: #31708F;
  padding: 10px;
  margin-bottom: 15px;
}
.successResult ul li {
  display: block;
}
.errorSummary,
.errorMessage {
  border: 1px solid #EBCCD1;
  background-color: #F2DEDE;
  color: #A94442;
  padding: 10px;
  margin-bottom: 15px;
}
.errorSummary ul li,
.errorMessage ul li {
  display: block;
}
.errorMessage {
  margin-top: 10px;
}
.main-container {
  position: relative;
  overflow: hidden;
}
.container {
  z-index: 2;
  position: relative;
}
.header {
  width: 100%;
  z-index: 25;
  line-height: 1;
}
.header__col_logo {
  width: 50%;
  float: left;
  text-align: left;
}
.header__col_nav {
  width: 50%;
  float: left;
  text-align: right;
}
.header__logo {
  margin: 60px 0 0 0;
  font-size: 31px;
  font-weight: bold;
  color: #1993c4;
  text-transform: uppercase;
  font-family: 'GillSansBold';
  letter-spacing: 1px;
}
.header__logo span {
  color: #4bb0dc;
}
.header__title {
  display: block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.1;
  color: #4bb0dc;
  margin: 60px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 65px;
  left: 100px;
}
.header__menu {
  position: relative;
}
.header__menu .nav {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.header__menu li {
  display: inline-block;
  margin: 0;
  padding: 60px 20px;
}
.header__menu li.active > a {
  background: none;
  color: #d1d5da;
}
.header__menu li > a {
  display: block;
  color: #a9aeb6;
  padding: 1px 0;
  line-height: 1;
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  border-bottom: 1px solid #dde0e3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__menu li > a:hover,
.header__menu li > a:focus {
  border-bottom: 1px solid transparent;
  background: none;
  color: #d1d5da;
}
.footer {
  text-align: center;
}
.footer .scrollup {
  display: inline-block;
  margin: 70px 0 130px 0;
  color: #a9aeb6;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .scrollup > span {
  display: none;
  vertical-align: middle;
}
.footer .scrollup:hover > img {
  display: none;
}
.footer .scrollup:hover > span {
  display: inline-block;
}
.container {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}
.portfolio__item {
  margin-bottom: 60px;
  min-height: 200px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio__item > a {
  display: inline-block;
  max-width: 100%;
}
.portfolio__item-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: opacity 0.3s ease-in;
}
.portfolio__item-info {
  font-size: 46px;
}
.portfolio__item-info-text {
  padding: 30px 0;
}
.portfolio_doubledeer {
  text-align: center;
  margin-top: 60px;
  max-width: none;
}
.portfolio_doubledeer__item {
  vertical-align: middle;
  margin: 25px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio_doubledeer__item_text {
  max-width: 1600px;
  margin: 0;
}
.portfolio_doubledeer__item > a {
  display: inline-block;
  max-width: 100%;
}
.portfolio_doubledeer__item-img {
  display: inline-block;
  margin: 0 auto;
  transition: opacity 0.3s ease-in;
}
.portfolio_doubledeer__item-info {
  font-size: 46px;
}
.portfolio_doubledeer__item-info-text {
  padding: 30px 0;
}
.container_login {
  max-width: 600px;
}
@media (max-width: 767px) {
  .header__col_logo {
    width: 100%;
  }
  .header__col_nav {
    width: 100%;
    text-align: left;
  }
  .header__logo {
    margin: 20px 0 0 0;
  }
  .header__title {
    margin: 20px 0 0 0;
  }
  .header__menu {
    padding-top: 10px;
  }
  .header__menu li {
    padding: 5px 10px 0 0;
  }
  .portfolio__item {
    min-height: 50px;
    margin-bottom: 20px;
  }
  .portfolio__item-info {
    font-size: 20px!important;
  }
  .portfolio__item-info-text p, .portfolio_doubledeer__item-info-text p {
    font-size: 20px!important;
  }
  .footer .scrollup {
    margin: 70px 0 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__menu li {
    padding: 60px 10px;
  }
  .portfolio__item {
    min-height: 50px;
    margin-bottom: 30px;
  }
  .portfolio__item-info {
    font-size: 28px!important;
  }
  .portfolio__item-info-text p {
    font-size: 28px!important;
  }
  .footer .scrollup {
    margin: 50px 0 120px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .portfolio__item-info {
    font-size: 36px;
  }
  .portfolio__item {
    margin-bottom: 40px;
  }
  .footer .scrollup {
    margin: 30px 0 120px 0;
  }
}

.logo-svg{
	display: block;
	width: 100px;
	padding: 64px 0 30px 0;
}