/* --== Import CSS Style ==-- */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
}

a[x-apple-data-detectors] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.container {
  width: 1200px;
  padding: 0 27px;
  margin: 0 auto;
  position: relative;
}
.container:after, .container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.nav-default {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

.nav-scrolled {
  background-color: #34495e;
}

.nav-logo {
  float: left;
  margin-top: 20px;
}

.nav-menu {
  float: right;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  margin-right: 30px;
}
.nav-menu > li {
  float: left;
}
.nav-menu > li > a {
  color: #fff;
  display: block;
  font-weight: 900;
  font-size: 12px;
  padding: 28px 30px;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.nav-menu > li > a:hover, .nav-menu > li > a.active {
  color: #f5cd0c;
}
.nav-menu > .active > a {
  color: #f5cd0c;
}

.nav-phone {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-top: 24px;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}
.nav-phone:after, .nav-phone:before {
  content: " ";
  display: table;
}
.nav-phone:after {
  clear: both;
}
.nav-phone:before {
  content: "";
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background-image: url(../images/ico-phone.png);
}

.nav-phone {
  display: block;
  float: right;
}

.header {
  background-image: url(../images/bg-header.jpg);
  background-position: top center;
  height: 710px;
}

.header-title {
  margin-top: 300px;
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 4px;
  width: 40%;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.header-desc {
  margin-top: 29px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.7px;
  width: 50%;
  line-height: 1.9;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.header-btn {
  display: block;
  width: 166px;
  height: 40px;
  margin-top: 34px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  padding-top: 10px;
  text-align: center;
  border: 2px solid #fff;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.header-btn:hover {
	cursor: pointer;
	background: white;
	color: black;
}

.logo-title {
  width: 50%;
  float: left;
}
.logo-title > h2 {
  width: 320px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 100px;
  margin-left: 98px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.logo-desc {
  width: 50%;
  float: left;
}
.logo-desc > p {
  color: #455b71;
  font-size: 14px;
  width: 460px;
  margin-top: 95px;
  margin-left: 15px;
  line-height: 2.2;
  font-family: "Open Sans", sans-serif;
}

.logo-title-wrapper:after, .logo-title-wrapper:before {
  content: " ";
  display: table;
}
.logo-title-wrapper:after {
  clear: both;
}

.logo-wrapper {
  margin-top: 70px;
}
.logo-wrapper:after, .logo-wrapper:before {
  content: " ";
  display: table;
}
.logo-wrapper:after {
  clear: both;
}
.logo-wrapper > img {
  display: block;
  float: left;
  margin-right: 60px;
}
.logo-wrapper > img:first-child {
  margin-top: 26px;
}
.logo-wrapper > img:nth-child(2) {
  margin-top: 9px;
}
.logo-wrapper > img:nth-child(3) {
  margin-top: 28px;
}
.logo-wrapper > img:nth-child(5) {
  margin-top: 19px;
  margin-right: 61px;
}
.logo-wrapper > img:nth-child(6) {
  margin-right: 67px;
}
.logo-wrapper > img:nth-child(7) {
  margin-right: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../source/../images/ajax-loader.gif') center center no-repeat;
}

.slick-slider {
  margin-bottom: 34px;
}

.carousele-arrows:after, .carousele-arrows:before {
  content: " ";
  display: table;
}
.carousele-arrows:after {
  clear: both;
}
.carousele-arrows > button {
  display: block;
  float: left;
  width: 11px;
  height: 10px;
  font-size: 0;
  border: none;
  padding: 0;
  background-color: transparent;
}
.carousele-arrows > button:focus {
  outline: none;
}
.carousele-arrows > .carousele-prev {
  background-image: url(../images/ico-dot-empty.png);
  margin-right: 19px;
}
.carousele-arrows > .carousele-next {
  background-image: url(../images/ico-dot.png);
}

.slick-slide:focus {
  outline: none;
}

.section-carousele {
  margin-top: 99px;
  background-image: url(../images/bg-carousele.jpg);
  background-position: center top;
}

.carousele-nav {
  width: 264px;
  float: left;
}

.carousele {
  width: 882px;
  float: right;
}

.carousele-nav-title {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin: 69px 40px 0 1px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.carousele-nav-menu {
  list-style-type: none;
  padding-left: 0;
  margin-top: 45px;
  margin-bottom: 136px;
}
.carousele-nav-menu > li {
  font-weight: 900;
  color: #3fa9e2;
  font-size: 12px;
  padding: 11px 0 12px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.carousele-nav-menu > li:hover, .carousele-nav-menu > li.active {
  color: #fff;
}

.slide-right {
  float: right;
  width: 265px;
  margin-top: 68px;
}
.slide-right > img {
  margin-bottom: 38px;
}

.slide-left {
  float: left;
  margin-left: 129px;
  width: 350px;
}

h3.slide-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 69px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

h2.slide-title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.slide-desc {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
}

.slide-table {
  margin-top: 45px;
  margin-left: -3px;
}
.slide-table td {
  color: #fff;
  font-size: 14px;
  padding: 0;
  height: 21px;
  font-family: 'Open Sans', sans-serif;
}

.slide-table-left {
  width: 194px;
}

.material-title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3.2px;
  margin-top: 100px;
  font-family: 'Open Sans', sans-serif;
}

.material-desc {
  color: #455b71;
  font-size: 14px;
  text-align: center;
  margin: 0 150px;
  margin-top: 36px;
  line-height: 2.1;
  font-family: 'Open Sans', sans-serif;
}

.material-wrapper {
  margin: 0 -15px;
  margin-top: 84px;
  margin-bottom: 87px;
}
.material-wrapper:after, .material-wrapper:before {
  content: " ";
  display: table;
}
.material-wrapper:after {
  clear: both;
}

.material {
  width: 16.66%;
  float: left;
  text-align: center;
}
.material > p:nth-child(2) {
  color: #a5b4b5;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}
.material > p:nth-child(3) {
  color: #455b71;
  font-size: 20px;
  font-weight: 700;
  margin-top: 3px;
  font-family: 'Open Sans', sans-serif;
}

.points {
  margin-top: 65px;
}
.points:after, .points:before {
  content: " ";
  display: table;
}
.points:after {
  clear: both;
}

.left-points {
  width: 50%;
  float: left;
}

.right-points {
  width: 50%;
  float: left;
}

.points-img {
  margin-left: 98px;
}

.points-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 41px;
  margin-left: 15px;
  margin-bottom: 37px;
  font-family: 'Open Sans', sans-serif;
}

.points-list {
  list-style-type: none;
  padding-left: 0;
}
.points-list > li {
  color: #455b71;
  font-size: 14px;
  margin-left: 15px;
  padding: 6px 0 5px 0;
  font-family: 'Open Sans', sans-serif;
}
.points-list > li:before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 24px;
  background-image: url(../images/ico-good.png);
}

.section-footer {
  margin-top: 95px;
  background-color: #34495e;
}

.footer-title {
  margin-top: 100px;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.footer-desc {
  margin-top: 39px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.footer-phone {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: 1.2px;
  text-decoration: none;
  padding-left: 492px;
  float: left;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}
.footer-phone:after, .footer-phone:before {
  content: " ";
  display: table;
}
.footer-phone:after {
  clear: both;
}
.footer-phone:before {
  content: "";
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background-image: url(../images/ico-phone.png);
}

.footer-mail {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-top: 17px;
  text-decoration: none;
  padding-left: 492px;
  float: left;
  margin-bottom: 105px;
  font-family: 'Open Sans', sans-serif;
}
.footer-mail:after, .footer-mail:before {
  content: " ";
  display: table;
}
.footer-mail:after {
  clear: both;
}
.footer-mail:before {
  content: "";
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background-image: url(../images/ico-envelope.png);
}

.footer-mail:hover {
	cursor: pointer;
	color: black;
}