@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic&subset=latin,cyrillic);
@import url(../font/font-awesome/css/font-awesome.css);
@import url(../font/MyriadPro/MyriadPro.css);
@import url(../font/Raleway/Raleway.css);
@import url(../font/TwCenMT-Condensed/TwCenMT-Condensed.css);
@media (min-width: 1199px) {
  .container {
    width: 1200px;
  }
}
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 16px;
  font-family: "Raleway-Regular", sans-serif;
  background: #fff;
}
a {
  text-decoration: none;
  color: #282828;
  font-size: 15px;
  font-family: "Raleway-Regular", sans-serif;
}
a:hover, a:focus {
    text-decoration: underline;
    outline: none;
}
.p-0 {
  padding: 0;
}
.le-button.dark.cup-icon {
  padding-left: 45px;
  background: #153052 url("../images/cup.png") no-repeat 15px center;
}
.le-button.dark:hover,
.le-button.dark:focus{
  background: #3e608a url("../images/cup.png") no-repeat 15px center;
}
.le-button {
  display: block;
  padding: 0px 35px;
  font-family: "Raleway-ExtraLight", sans-serif;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #38c8e0;
  border: none;
  line-height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.le-button:hover, .le-button:focus {
  background: #42daf3;
  text-decoration: none;
  color: #fff;
}
header .container {
  position: relative;
}
header .fix {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(27,55,90, 0.85);
  height: 60px;
}
header .menu {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 100;
}
header .menu ul li a {
  font-family: "Raleway-ExtraLight", sans-serif;
  color: #fff;
  font-size: 14px;
  display: block;
  position: relative;
  line-height: 40px;
  margin-right: 30px;
}
header .menu ul li a:hover,
header .menu ul li a:focus{
  text-decoration: none;
}
header .menu ul li a:after,
header .menu ul li a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 0;
  height: 1px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 auto;
  top: auto;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
header .menu ul li a.active:after,
header .menu ul li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
header .slider {
  position: relative;
  max-height: 1079px;
}

header .slider .slide_item::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  background: rgba(0, 47, 77, 0.6)
}
header .slider .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 30;
}
header .slider .title {
  margin-top: 400px;
}
header .slider .title h2 {
  font-family: "TwCenMT-Condensed", sans-serif;
  font-size: 110px;
  color: #fff;
  text-align: center;
  letter-spacing: -7px;
  text-transform: uppercase;
  padding-left: 40px;

}
header .slider .title h2 span{
  color: #39c8e0;

}
header .slider .title h2 span.logo{
  background: url("../images/logo.png") no-repeat;
  background-size: cover;
  display: inline-block;
  height: 104px;
  width: 90px;
  top: 16px;
  position: relative;
  margin-right: 30px;
}
header .slider .title p {
  font-family: "Raleway-ExtraLight", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  line-height: 32px;
}
header .slider .title a {
  display: inline-block;
  margin-top: 40px;

}
header .slider .carousel .owl-controls {
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
header .slider .carousel .owl-dot {
  background-color: rgba(255, 255, 255, 0.0);
  border: 2px solid #94d5e1;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin-right: 5px;
  z-index: 80;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
header .slider .carousel .owl-dot.active {
  border: 2px solid #fff;
}
section {
  padding: 50px 0;
}
section h2 {
  font-family: "MyriadPro-Regular", sans-serif;
  margin-bottom: 15px;
}
section .title {
  font-size: 14px;
  margin-bottom: 50px;
  font-family: "Raleway-Regular", sans-serif;
}
section .title:after {
  content: '';
  display: block;
  height: 16px;
  width: 36px;
  margin: 25px auto 0;
  background: url("../images/circle.png") no-repeat;

}
section .title.left:after {
  content: none;
}
section.plan {
  background: url("../images/plan-bg.jpg") no-repeat;
}
section h3 {
  font-family: "MyriadPro-Regular", sans-serif;
}

section.plan .block .top {
  background: #fff;
  border: 1px solid #dbd9d9;
}
section.plan .block .top.active {
  border: 1px solid #9ADFEA;
}
section.plan .block .top.active:after {
  content: "";
  height: 45px;
  width: 45px;
  position: absolute;
  background: url("../images/bell.png") no-repeat;
  top: 23px;
  left: -20px;
}
section.plan .block h3.day {
  font-size: 18px;
}
section.plan .block h3.time {
  color: #38c8e0;
  font-size: 30px;
  margin-top: 10px;
}
section.plan .block p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
section.plan .col-md-2 {
  margin: 0 20px;
}
section.program .block {
  border: 1px solid #ccc;
  padding: 40px 30px 15px;
  min-height: 280px;
}
section.program .block:hover {
  border: 1px solid #9ADFEA;
  box-shadow: 0 0px 5px #9ADFEA;
}
section.program .block .wrraper {
  min-height: 64px;
}
section .discrip {
  margin-bottom: 40px;
}
section.how {
  background: #F5F5F5;
}
section.how ul li {
  background: url("../images/arrow.png") no-repeat left 5px;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 30px;
}
section.how .diagram:after {
  content: "";
  height: 285px;
  width: 274px;
  display: block;
  margin: 30px auto;
  background: url("../images/diagram.png") no-repeat left 5px;
}
section.how .diagram p {
  position: absolute;
  font-size: 14px;

}
section.how .diagram  .top {
  top: -20px;
  right: 0;
  left: 200px;
  width: 185px;
}
section.how .diagram  .left-top {
  top: 85px;
  width: 100px;
  left: 50px;
}
section.how .diagram  .left-bot {
  bottom: 0;
  width: 150px;
  left: 33px;
}
section.how .diagram  .right-top {
  top: 120px;
  right: 45px;
}
section.how .diagram  .right-bot {
  bottom: -20px;
  right: 10px;
  width: 200px;
}
section.invest .invest-block {
  min-height: 170px;
}
section.marketing {
  background: url("../images/marketing-bg.png") no-repeat;
  min-height: 654px;
}
section.marketing img {
  margin-top: 10px;
}
section.invest .price {
  font-family: "MyriadPro-Regular", sans-serif;
  font-size: 20px;
  line-height: 80px;
  height: 85px;
  color: #fff;
  width: 85px;
  background: url("../images/invest-block-bg.png") no-repeat;
}
section .bold {
  margin-top: 20px;
  font-family: "MyriadPro-Semibold", sans-serif;
}
section.comment .wrap {
  height: 207px;
  width: 207px;
  background: url("../images/user-bg.png") no-repeat;
  padding: 14px;
}
section.comment .wrap img {
  max-height: 180px;
  width: auto;
}
section .slider .carousel-reviews .owl-dot {
  background-color: #F5F5F5;
  border: 2px solid #ccc;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  z-index: 80;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section .slider .carousel-reviews .owl-dot.active {
  border: 2px solid #38C8E0;
}
section.contact {
  background-color: #F7F7F7;
}
section.contact .form input {
  font-family: "MyriadPro-regular", sans-serif;
  width: 100%;
  height: 45px;
  color: #333;
  padding: 0 10px;
  margin-bottom: 30px;
  border: 1px solid #D5D5D5;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
section.contact .form .le-button {
  margin: 0 auto;
}
section.contact .form textarea {
  font-family: "MyriadPro-regular", sans-serif;
  width: 100%;
  color: #333;
  border: 1px solid #D5D5D5;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

footer {
  position: relative;
  min-height: 525px;
  padding: 50px 0;
  background: url("../images/footer-bg.jpg") no-repeat;
}

footer p {
  color: #fff;
  font-size: 15px;
}

footer form input {
  margin-top: 20px;
  font-family: "MyriadPro-regular", sans-serif;
  width: 100%;
  height: 50px;
  color: #333;
  padding: 0 10px;
  margin-bottom: 30px;
  border: 1px solid #D5D5D5;
}
footer form ::-webkit-input-placeholder {color:#38C8E0;}
footer form ::-moz-placeholder          {color:#38C8E0;}/* Firefox 19+ */
footer form :-moz-placeholder           {color:#38C8E0;}/* Firefox 18- */
footer form :-ms-input-placeholder      {color:#38C8E0;}

footer form .le-button {
  position: absolute;
  top: 20px;
  right: 15px;
}
footer .footer-bottom {
  position: absolute;
  padding: 40px 0 0;
  z-index: 10;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(27,55,90, 0.85);
}
footer .footer-bottom p {
  font-size: 14px;
}
footer .footer-bottom a {
  color: #fff;
}
footer .social {
  margin: 20px 0 40px;
}
footer .social a {
  margin: 0 5px;
}
footer .bold {
  font-family: "MyriadPro-Semibold", sans-serif;
}
/*responsive*/
@media (min-width: 992px) and (max-width: 1450px) {
  header .slider .title {
    margin-top: 250px;
  }
  header .slider .carousel .owl-controls {
    bottom: 30px;
  }
  section.plan .col-md-2 {
    margin: 0 15px;
  }
  header .menu ul li a {
    line-height: 52px;
    margin-right: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .menu ul li a {
    margin-right: 20px;
  }
  section.plan .col-md-2 {
    margin: 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .menu ul li a {
    font-size: 13px;
    margin-right: 3px;
  }
  header .slider .title {
    margin-top: 100px;
  }
  header .slider .title h2 {
    font-size: 50px;
    letter-spacing: -2px;
  }
  header .slider .title h2 span.logo {
    height: 56px;
    width: 48px;
    margin-right: 10px;
    top: 10px;
  }
  header .slider .title p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
  }
  header .slider .carousel .owl-controls {
    bottom: 40px;
  }
  .le-button.dark.cup-icon {
    width: 200px;
    float: right;
    margin-top: -50px;
    font-size: 10px;
    line-height: 38px;
  }
  section.plan .block {
    width: 50%;
    margin: 0 auto;
    position: relative;
  }
  section.plan {
    background: url("../images/plan-bg.jpg") repeat-y;
  }
  section.program .block {
    width: 50%;
    margin: 0 auto 30px;
    position: relative;
  }
  section.how .text-left {
    text-align: center;
  }
  section.invest .price {
    margin: 0 auto;
  }
  section.invest .invest-block p {
    text-align: center;
  }
  section.marketing {
    text-align: center;
  }
  section.marketing img {
    margin: 10px auto;
  }
  footer .social {
    margin: 10px 0 20px;
  }
  section.how .diagram .top {
    left: 282px;
  }

}

@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
    position: relative;
  }
  .pl-15 {
    padding-left: 0px;
  }
  .pr-15 {
    padding-right: 0px;
  }
  .p-0 {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer form .le-button {
    padding: 0 10px;
  }
  footer .footer-bottom {
    position: relative;
    padding-top: 10px;
  }

}