@import "font-awesome.min.css";
@import "line-awesome.min.css";
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot');
  src: url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ol,
ul {
  list-style: none;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
h1 {
  font-size: 40px;
  font-weight: 600;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
*::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 18px;
}
*:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 18px;
}
*::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 18px;
}
*:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 18px;
}
.sign-up-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.sign-up-form input:-moz-placeholder {
  color: #ffffff;
}
.sign-up-form input::-moz-placeholder {
  color: #ffffff;
}
.sign-up-form input:-ms-input-placeholder {
  color: #ffffff;
}
p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}
a {
  text-decoration: none;
  outline: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: #000;
  background: #fff;
}
body .preloader {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.preloader {
  opacity: 1;
  top: 37px;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 2001;
}
.preloader.on {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.preloader img {
  position: absolute;
  top: 48%;
  left: 50%;
  margin: -32px 0 0 -32px;
}
.toggle-menu {
  display: none;
}
.mobil-menu {
  display: none;
}
.top-links {
  font-family: 'Gotham-Book';
  text-align: right;
  margin-right: -20px;
}
.top-links a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding: 10px 20px;
  margin-left: 12px;
  position: relative;
}
.top-links a .la {
  position: absolute;
  font-size: 22px;
  left: 10px;
  top: 6px;
}
.top-links a:first-child {
  background: #bb0e5c;
  background: -moz-linear-gradient(left, #bb0e5c 15%, #ff0030 100%);
  background: -webkit-linear-gradient(left, #bb0e5c 15%, #ff0030 100%);
  background: linear-gradient(to right, #bb0e5c 15%, #ff0030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb0e5c', endColorstr='#ff0030', GradientType=1);
}
.top-links a:first-child:hover {
  background: #ff0030;
  background: -moz-linear-gradient(left, #ff0030 15%, #bb0e5c 100%);
  background: -webkit-linear-gradient(left, #ff0030 15%, #bb0e5c 100%);
  background: linear-gradient(to right, #ff0030 15%, #bb0e5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0030', endColorstr='#bb0e5c', GradientType=1);
}
.top-links a:nth-of-type(2) {
  background: #8649bf;
  background: -moz-linear-gradient(left, #8649bf 15%, #009fba 100%);
  background: -webkit-linear-gradient(left, #8649bf 15%, #009fba 100%);
  background: linear-gradient(to right, #8649bf 15%, #009fba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8649bf', endColorstr='#009fba', GradientType=1);
}
.top-links a:nth-of-type(2):hover {
  background: #009fba;
  background: -moz-linear-gradient(left, #009fba 15%, #8649bf 100%);
  background: -webkit-linear-gradient(left, #009fba 15%, #8649bf 100%);
  background: linear-gradient(to right, #009fba 15%, #8649bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fba', endColorstr='#8649bf', GradientType=1);
}
.top-links a:nth-of-type(3) {
  padding-left: 35px;
  background: #00ab4d;
  background: -moz-linear-gradient(left, #00ab4d 15%, #3bcbaa 100%);
  background: -webkit-linear-gradient(left, #00ab4d 15%, #3bcbaa 100%);
  background: linear-gradient(to right, #00ab4d 15%, #3bcbaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ab4d', endColorstr='#3bcbaa', GradientType=1);
}
.top-links a:nth-of-type(3):hover {
  background: #3bcbaa;
  background: -moz-linear-gradient(left, #3bcbaa 15%, #00ab4d 100%);
  background: -webkit-linear-gradient(left, #3bcbaa 15%, #00ab4d 100%);
  background: linear-gradient(to right, #3bcbaa 15%, #00ab4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bcbaa', endColorstr='#00ab4d', GradientType=1);
}
.main-header .container {
  position: relative;
}
.main-header .logo {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 0 !important;
  max-width: 120px;
  margin: 10px 0 0 0 !important;
  z-index: 9000;
}
.main-header .main-menu {
  float: right;
  text-align: right;
  padding-top: 30px;
  font-family: 'Gotham-Medium';
}
.main-header .main-menu li {
  display: inline-block;
  margin-left: 45px;
  padding-bottom: 15px;
}
.main-header .main-menu li > ul {
  display: none;
}
.main-header .main-menu li a {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}
.wrap-sub-menu {
  font-family: 'Gotham-Book';
  background: #ebebeb;
  overflow: hidden;
  color: #000;
  position: relative;
  display: none;
}
.wrap-sub-menu.open .learn-more.on {
  opacity: 1;
}
.wrap-sub-menu.pricing .left-part h2 {
  color: #22daa4;
}
.wrap-sub-menu.pricing .box2 li {
  border-top: 1px solid #d7d7d7;
}
.wrap-sub-menu.pricing .box2 li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.wrap-sub-menu.pricing .box2 li a {
  color: #000;
  position: relative;
}
.wrap-sub-menu.pricing .box2 li a .la {
  color: #fff;
  opacity: 0;
  position: absolute;
  font-size: 20px;
  right: 6px;
  top: 50%;
  margin-top: -10px;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}
.wrap-sub-menu.pricing .box2 li a:hover .la {
  right: 3px;
}
.wrap-sub-menu.pricing .box2 li.active a {
  color: #fff;
  background: #00ab4d;
  background: -moz-linear-gradient(left, #00ab4d 0%, #3bcbaa 100%);
  background: -webkit-linear-gradient(left, #00ab4d 0%, #3bcbaa 100%);
  background: linear-gradient(to right, #00ab4d 0%, #3bcbaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ab4d', endColorstr='#3bcbaa', GradientType=1);
}
.wrap-sub-menu.pricing .box2 li.active a .la {
  opacity: 1;
  right: 3px;
}
.wrap-sub-menu.book .left-part h2 {
  color: #0072ff;
}
.wrap-sub-menu.book .box2 li {
  border-top: 1px solid #d7d7d7;
}
.wrap-sub-menu.book .box2 li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.wrap-sub-menu.book .box2 li a {
  color: #000000;
  position: relative;
}
.wrap-sub-menu.book .box2 li a .la {
  color: #fff;
  opacity: 0;
  position: absolute;
  font-size: 20px;
  right: 6px;
  top: 50%;
  margin-top: -10px;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}
.wrap-sub-menu.book .box2 li.active a {
  color: #fff;
  background: #003dff;
  background: -moz-linear-gradient(left, #003dff 15%, #00aeff 100%);
  background: -webkit-linear-gradient(left, #003dff 15%, #00aeff 100%);
  background: linear-gradient(to right, #003dff 15%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003dff', endColorstr='#00aeff', GradientType=1);
}
.wrap-sub-menu.book .box2 li.active a .la {
  opacity: 1;
  right: 3px;
}
.wrap-sub-menu.classes .left-part h2 {
  color: #9d2ca1;
}
.wrap-sub-menu.classes .box2 li {
  border-top: 1px solid #d7d7d7;
}
.wrap-sub-menu.classes .box2 li a {
  background: transparent;
}
.wrap-sub-menu.classes .box2 li a .la {
  display: none;
}
.wrap-sub-menu.classes .box2 li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.wrap-sub-menu.classes .box2 li.active a {
  color: #fff;
}
.wrap-sub-menu.classes .box2 li:nth-of-type(1).active a {
  background: #003dff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #003dff 15%, #00aeff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003dff 15%, #00aeff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003dff 15%, #00aeff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003dff', endColorstr='#00aeff', GradientType=1);
  /* IE6-9 */
}
.wrap-sub-menu.classes .box2 li:nth-of-type(2).active a {
  background: #01ab4d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #01ab4d 15%, #3bcbaa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #01ab4d 15%, #3bcbaa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #01ab4d 15%, #3bcbaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01ab4d', endColorstr='#3bcbaa', GradientType=1);
  /* IE6-9 */
}
.wrap-sub-menu.classes .box2 li:nth-of-type(3).active a {
  background: #ba0e5c;
  background: -moz-linear-gradient(left, #ba0e5c 15%, #d10000 100%);
  background: -webkit-linear-gradient(left, #ba0e5c 15%, #d10000 100%);
  background: linear-gradient(to right, #ba0e5c 15%, #d10000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0e5c', endColorstr='#d10000', GradientType=1);
}
.wrap-sub-menu.classes .box2 li:nth-of-type(4).active a {
  background: #ba0e88;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ba0e88 15%, #8b3fb2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ba0e88 15%, #8b3fb2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ba0e88 15%, #8b3fb2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0e88', endColorstr='#8b3fb2', GradientType=1);
  /* IE6-9 */
}
.wrap-sub-menu.classes .box2 li:nth-of-type(5).active a {
  background: #ff7f00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff7f00 15%, #ffc928 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff7f00 15%, #ffc928 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff7f00 15%, #ffc928 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f00', endColorstr='#ffc928', GradientType=1);
  /* IE6-9 */
}
.wrap-sub-menu.classes .box2 li:nth-of-type(6).active a {
  background: #1e1e1e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1e1e1e 15%, #b1b2b1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1e1e1e 15%, #b1b2b1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1e1e1e 15%, #b1b2b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#b1b2b1', GradientType=1);
  /* IE6-9 */
}
.wrap-sub-menu.classes .box2 li:nth-of-type(7).active a {
  background: #003dff;
  background: -moz-linear-gradient(left, #003dff 15%, #00aeff 100%);
  background: -webkit-linear-gradient(left, #003dff 15%, #00aeff 100%);
  background: linear-gradient(to right, #003dff 15%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003dff', endColorstr='#00aeff', GradientType=1);
}
.wrap-sub-menu h2 {
  font-family: 'Gotham-Bold';
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.wrap-sub-menu .box1 strong {
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
  display: inline-block;
}
.wrap-sub-menu p {
  font-size: 14px;
}
.wrap-sub-menu .left-part {
  width: 46%;
  float: left;
  text-align: right;
  padding: 50px 0;
}
.wrap-sub-menu .right-part {
  width: 54%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 50px 15px 50px 60px;
  color: #fff;
}
.wrap-sub-menu .box1 {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  padding: 0 15px 0 0;
  text-align: left;
}
.wrap-sub-menu .box2 {
  vertical-align: top;
  display: inline-block;
  width: 240px;
  padding: 0 25px 0 15px;
  text-align: left;
}
.wrap-sub-menu .box2 li a {
  color: #000;
  font-size: 14px;
  padding: 14px 10px;
  display: block;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}
.wrap-sub-menu .box3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 50px 15px 50px 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}
.wrap-sub-menu .box3.active {
  opacity: 1;
  visibility: visible;
}
.wrap-sub-menu .box3 h3 {
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 290px;
}
.wrap-sub-menu .box3 p {
  max-width: 290px;
}
.wrap-sub-menu .box3 .learn-more {
  position: absolute;
  left: 60px;
  bottom: 40px;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.slider {
  font-family: 'Gotham-Book';
  overflow: hidden;
  position: relative;
  background: #ff642f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff642f 0%, #d30136 79%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff642f 0%, #d30136 79%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff642f 0%, #d30136 79%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff642f', endColorstr='#d30136', GradientType=0);
  /* IE6-9 */
}
.slider .slick-arrow {
  position: absolute;
  left: 39%;
  z-index: 2000;
  bottom: 0;
  background: #fff;
  width: 70px;
  height: 60px;
  font-size: 0;
}
.slider .slick-arrow:before {
  font-family: 'LineAwesome';
  content: "\f120";
  color: #000;
  font-size: 37px;
}
.slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
  height: 100%;
  background: transparent;
}
.slider .slick-arrow.slick-next:before {
  position: absolute;
  bottom: 11px;
  left: 50%;
  color: #fff;
  margin-left: -18px;
  content: "\f121";
}
.slider .sl-item {
  float: left;
  position: relative;
  color: #fff;
}
.slider .sl-item:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: #3bcbaa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3bcbaa 0%, #00ab4d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3bcbaa 0%, #00ab4d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3bcbaa 0%, #00ab4d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bcbaa', endColorstr='#00ab4d', GradientType=0);
  /* IE6-9 */
}
.slider .sl-item:nth-of-type(2) {
  background: #3acba9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3acba9 0%, #00ab4d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3acba9 0%, #00ab4d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3acba9 0%, #00ab4d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3acba9', endColorstr='#00ab4d', GradientType=0);
}
.slider .sl-item:nth-of-type(2) h2 {
  font-size: 45px;
}
.slider .sl-item:nth-of-type(2):after {
  background: #8b3fb2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8b3fb2 0%, #b90e88 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8b3fb2 0%, #b90e88 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8b3fb2 0%, #b90e88 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b3fb2', endColorstr='#b90e88', GradientType=0);
  /* IE6-9 */
}
.slider .sl-item:nth-of-type(3) {
  background: #8a3eb2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8a3eb2 0%, #ba0e87 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8a3eb2 0%, #ba0e87 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8a3eb2 0%, #ba0e87 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a3eb2', endColorstr='#ba0e87', GradientType=0);
  /* IE6-9 */
}
.slider .sl-item:nth-of-type(3) h2 {
  font-size: 45px;
}
.slider .sl-item:nth-of-type(3):after {
  background: #fe652f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fe652f 0%, #d30136 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fe652f 0%, #d30136 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fe652f 0%, #d30136 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe652f', endColorstr='#d30136', GradientType=0);
  /* IE6-9 */
}
.slider .sl-item h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.slider .sl-item p {
  font-size: 24px;
  line-height: 1.4em;
}
.slider .sl-item .learn-more {
  font-size: 24px;
  display: block;
  text-align: center;
  padding: 12px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 40px;
}
.slider .wrap-sl-text {
  width: 39%;
  text-align: right;
}
.slider .sl-text {
  text-align: left;
  display: inline-block;
  width: 430px;
  padding: 70px 70px 70px 0;
}
.slider .sl-img {
  width: 61%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wrap-sect {
  padding: 70px 0;
}
.group1 h3 {
  font-family: 'Gotham-Medium';
  font-size: 28px;
  line-height: 1.4em;
}
.group1 p {
  font-size: 18px;
  line-height: 1.6em;
}
.group1 .left-part {
  float: left;
  width: 44%;
}
.group1 .right-part {
  float: left;
  width: 56%;
  padding-left: 30px;
}
.group-links {
  font-family: 'Gotham-Medium';
}
.group-links .link-item {
  position: relative;
  margin: 0 -15px;
  overflow: hidden;
}
.group-links .link-item img {
  width: 100%;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.group-links .link-item:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.group-links .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.group-links .text a {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}
.group-links .text a span {
  display: table-cell;
  vertical-align: middle;
}
.btn,
.btn2 {
  font-family: 'Gotham-Book';
  color: #fff;
  padding: 12px 25px;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  background: #ba0f88;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ba0f88 15%, #8a3eb2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ba0f88 15%, #8a3eb2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ba0f88 15%, #8a3eb2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0f88', endColorstr='#8a3eb2', GradientType=1);
  /* IE6-9 */
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.btn:hover,
.btn2:hover,
.btn:focus,
.btn2:focus {
  color: #fff;
  background: #8a3eb2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8a3eb2 15%, #ba0f88 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8a3eb2 15%, #ba0f88 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8a3eb2 15%, #ba0f88 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a3eb2', endColorstr='#ba0f88', GradientType=1);
}
.btn2 {
  font-size: 18px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding-top: 10px;
  line-height: 1;
  background: #ff7e00;
  background: -moz-linear-gradient(left, #ff7e00 15%, #ffc828 100%);
  background: -webkit-linear-gradient(left, #ff7e00 15%, #ffc828 100%);
  background: linear-gradient(to right, #ff7e00 15%, #ffc828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e00', endColorstr='#ffc828', GradientType=1);
}
.btn2 .la {
  font-size: 22px;
  position: relative;
  top: 1px;
  margin-left: 20px;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.btn2:hover {
  background: #ffc828;
  background: -moz-linear-gradient(left, #ffc828 15%, #ff7e00 100%);
  background: -webkit-linear-gradient(left, #ffc828 15%, #ff7e00 100%);
  background: linear-gradient(to right, #ffc828 15%, #ff7e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc828', endColorstr='#ff7e00', GradientType=1);
}
.btn2:hover .la {
  margin-left: 24px;
}
.group2 h3 {
  font-size: 45px;
  color: #ba0e5c;
  font-weight: 800;
  margin-bottom: 10px;
}
.group2 .left-part {
  font-family: 'Montserrat', sans-serif;
  width: 29%;
  float: left;
  padding-right: 15px;
}
.group2 .left-part p {
  font-size: 26px;
}
.group2 .left-part p span {
  background: #8b3fb2;
  padding: 4px;
  color: #fff;
  display: inline;
}
.group2 .right-part {
  float: left;
  width: 71%;
  padding-left: 60px;
  border-left: 2px solid #187787;
}
.group2 .right-part p {
  margin-bottom: 15px;
}
.group2 .right-part .btn {
  margin-top: 30px;
}
.bg-gray {
  background: #252525;
}
.bg-gray-l {
  background: #ebebeb;
}
.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .left-img {
  width: 62%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.banner .right-text {
  width: 38%;
  float: right;
  padding: 80px 65px;
  color: #fff;
}
.banner .right-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #e5bf28;
  margin-bottom: 15px;
}
.banner .right-text h3 {
  font: 26px 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 25px;
}
.banner .right-text h3 span {
  background: #003cff;
  padding: 4px;
}
.banner .right-text p {
  max-width: 470px;
  line-height: 1.5em;
}
.banner.about .left-img {
  width: 53%;
  background-position: top right;
}
.banner.about .right-text {
  width: 47%;
  background: #003fff;
  background: -moz-linear-gradient(45deg, #003fff 0%, #00aeff 100%);
  background: -webkit-linear-gradient(45deg, #003fff 0%, #00aeff 100%);
  background: linear-gradient(45deg, #003fff 0%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003fff', endColorstr='#00aeff', GradientType=1);
}
.banner.about .right-text h2 {
  color: #fff;
  margin-bottom: 25px;
}
.banner.about strong {
  font-size: 22px;
}
.wrap-links {
  font-family: 'Gotham-Light';
}
.wrap-links a {
  height: 70px;
  display: inline-block;
  width: 47.5%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.wrap-links a:first-child {
  background: #003dff;
  background: -moz-linear-gradient(left, #003dff 15%, #00aeff 100%);
  background: -webkit-linear-gradient(left, #003dff 15%, #00aeff 100%);
  background: linear-gradient(to right, #003dff 15%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003dff', endColorstr='#00aeff', GradientType=1);
}
.wrap-links a:first-child:hover {
  background: #00aeff;
  background: -moz-linear-gradient(left, #00aeff 15%, #003dff 100%);
  background: -webkit-linear-gradient(left, #00aeff 15%, #003dff 100%);
  background: linear-gradient(to right, #00aeff 15%, #003dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#003dff', GradientType=1);
}
.wrap-links a:last-child {
  background: #8b3eb2;
  background: -moz-linear-gradient(left, #8b3eb2 15%, #ba0e88 100%);
  background: -webkit-linear-gradient(left, #8b3eb2 15%, #ba0e88 100%);
  background: linear-gradient(to right, #8b3eb2 15%, #ba0e88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b3eb2', endColorstr='#ba0e88', GradientType=1);
}
.wrap-links a:last-child:hover {
  background: #ba0e88;
  background: -moz-linear-gradient(left, #ba0e88 15%, #8b3eb2 100%);
  background: -webkit-linear-gradient(left, #ba0e88 15%, #8b3eb2 100%);
  background: linear-gradient(to right, #ba0e88 15%, #8b3eb2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0e88', endColorstr='#8b3eb2', GradientType=1);
}
.wrap-links a + a {
  margin-left: 3%;
}
.wrap-links a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  width: 0;
}
.wrap-links a span {
  display: inline-block;
  vertical-align: middle;
}
.mus-system {
  padding-bottom: 0;
}
.mus-system h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #00b0ca;
  margin-bottom: 20px;
}
.mus-system h3 {
  font-family: 'Gotham-Book';
  font-size: 28px;
  margin-bottom: 25px;
}
.mus-system p {
  font-family: "Open Sans", sans-serif;
}
.mus-system .wrap-links {
  margin-top: 120px;
}
.mus-system img {
  position: relative;
  right: -50px;
}
.sign-up {
  background: #003eff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #003eff 15%, #00aeff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003eff 15%, #00aeff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003eff 15%, #00aeff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003eff', endColorstr='#00aeff', GradientType=1);
  /* IE6-9 */
  color: #fff;
}
.sign-up h2 {
  font: 45px 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.1em;
}
.sign-up p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6em;
}
.sign-up-form input[type=text],
.sign-up-form input[type=email] {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
  margin-bottom: 18px;
  color: #fff;
  text-align: left;
  border: 1px solid #4daeff;
  background: #0068d8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0068d8 15%, #008bd8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0068d8 15%, #008bd8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0068d8 15%, #008bd8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068d8', endColorstr='#008bd8', GradientType=1);
  /* IE6-9 */
}
.sign-up-form .btn1 {
  font-family: 'Gotham-Book';
  margin-top: 12px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 40px;
  background: #3bcbaa;
  background: -moz-linear-gradient(left, #3bcbaa 15%, #00ac4d 100%);
  background: -webkit-linear-gradient(left, #3bcbaa 15%, #00ac4d 100%);
  background: linear-gradient(to right, #3bcbaa 15%, #00ac4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bcbaa', endColorstr='#00ac4d', GradientType=1);
}
.sign-up-form .btn1:hover {
  background: #00ac4d;
  background: -moz-linear-gradient(left, #00ac4d 15%, #3bcbaa 15% 100%);
  background: -webkit-linear-gradient(left, #00ac4d 15%, #3bcbaa 15% 100%);
  background: linear-gradient(to right, #00ac4d 15%, #3bcbaa 15% 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac4d', endColorstr='#3bcbaa', GradientType=1);
}
.top-banner {
  position: relative;
  overflow: hidden;
}
.top-banner .wrap-text {
  position: relative;
  width: 36%;
  float: left;
  text-align: right;
  padding: 80px 0 100px 15px;
  background: #d10000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d10000 0%, #ba0e5c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d10000 0%, #ba0e5c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d10000 0%, #ba0e5c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10000', endColorstr='#ba0e5c', GradientType=0);
  /* IE6-9 */
}
.top-banner .text {
  position: relative;
  display: inline-block;
  max-width: 390px;
  text-align: left;
  color: #fff;
  padding-right: 40px;
}
.top-banner .text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 65px;
  font-weight: 800;
  margin-bottom: 80px;
}
.top-banner .text h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.top-banner .text .icon {
  position: absolute;
  right: 30px;
  top: -10px;
}
.top-banner .down {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 25px;
  bottom: 20px;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.top-banner .down:hover {
  bottom: 15px;
}
.top-banner .img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 64%;
  overflow: hidden;
}
.top-banner .img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-width: none;
}
.top-banner.guitar .text {
  padding-right: 28px;
}
.top-banner.guitar .text h1 {
  margin-bottom: 40px;
  word-wrap: break-word;
}
.top-banner.guitar .text ul {
  margin-bottom: 5px;
  list-style: disc;
  padding-left: 20px;
}
.top-banner.guitar .text li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}
.top-banner.guitar .wrap-text {
  background: #3bcaaa;
  background: -moz-linear-gradient(top, #3bcaaa 0%, #00ab4d 100%);
  background: -webkit-linear-gradient(top, #3bcaaa 0%, #00ab4d 100%);
  background: linear-gradient(to bottom, #3bcaaa 0%, #00ab4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bcaaa', endColorstr='#00ab4d', GradientType=0);
}
.top-banner.guitar.red .wrap-text {
  background: #ba0e5c;
  background: -moz-linear-gradient(top, #ba0e5c 0%, #d10000 100%);
  background: -webkit-linear-gradient(top, #ba0e5c 0%, #d10000 100%);
  background: linear-gradient(to bottom, #ba0e5c 0%, #d10000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0e5c', endColorstr='#d10000', GradientType=0);
}
.top-banner.guitar.blue .wrap-text {
  background: #00aeff;
  background: -moz-linear-gradient(top, #00aeff 0%, #003dff 100%);
  background: -webkit-linear-gradient(top, #00aeff 0%, #003dff 100%);
  background: linear-gradient(to bottom, #00aeff 0%, #003dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#003dff', GradientType=0);
}
.top-banner.guitar.purple .wrap-text {
  background: #8b3fb2;
  background: -moz-linear-gradient(top, #8b3fb2 0%, #ba0e88 100%);
  background: -webkit-linear-gradient(top, #8b3fb2 0%, #ba0e88 100%);
  background: linear-gradient(to bottom, #8b3fb2 0%, #ba0e88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b3fb2', endColorstr='#ba0e88', GradientType=0);
}
.top-banner.guitar.yellow .wrap-text {
  background: #ffc928;
  background: -moz-linear-gradient(top, #ffc928 0%, #ff7f00 100%);
  background: -webkit-linear-gradient(top, #ffc928 0%, #ff7f00 100%);
  background: linear-gradient(to bottom, #ffc928 0%, #ff7f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc928', endColorstr='#ff7f00', GradientType=0);
}
.top-banner.guitar.black .wrap-text {
  background: #b1b2b1;
  background: -moz-linear-gradient(top, #b1b2b1 0%, #1e1e1e 100%);
  background: -webkit-linear-gradient(top, #b1b2b1 0%, #1e1e1e 100%);
  background: linear-gradient(to bottom, #b1b2b1 0%, #1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1b2b1', endColorstr='#1e1e1e', GradientType=0);
}
.top-banner.pac-pricing .wrap-text {
  width: 44%;
  padding: 130px 0 180px 0;
  background: #003cff;
  background: -moz-linear-gradient(45deg, #003cff 0%, #00aeff 100%);
  background: -webkit-linear-gradient(45deg, #003cff 0%, #00aeff 100%);
  background: linear-gradient(45deg, #003cff 0%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003cff', endColorstr='#00aeff', GradientType=1);
}
.top-banner.pac-pricing .text {
  max-width: 498px;
  padding-right: 30px;
}
.top-banner.pac-pricing .text h1 {
  margin-bottom: 35px;
}
.top-banner.pac-pricing .text p {
  max-width: 390px;
  font-size: 24px;
}
.top-banner.pac-pricing .img {
  width: 56%;
}
.small-sect {
  position: relative;
}
.small-sect .img-sm {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 36%;
  overflow: hidden;
}
.small-sect .img-sm img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
}
.small-sect .text-sm {
  padding: 80px 15px 80px 60px;
}
.small-sect .text-sm h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #ba0e5c;
}
.small-sect.guitar .img-sm {
  width: 49%;
}
.middle-banner {
  color: #fff;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.middle-banner h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 20px;
}
.middle-banner h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 50px;
}
.middle-banner .btn2 {
  margin-top: 50px;
}
.new-own h2,
.val h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.val {
  text-align: center;
}
.wrap-val {
  padding-top: 50px;
}
.wrap-val .item-val {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  padding: 0 11px;
  margin-top: 20px;
}
.wrap-val .item-val p {
  margin-top: 15px;
}
.teach-sect {
  padding: 90px 0 100px 0;
}
.teach-sect h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #ba0e5c;
  margin-bottom: 40px;
  text-align: center;
}
.teach-sect .wrap-teach {
  padding-top: 80px;
  margin: 0 -15px;
  position: relative;
}
.teach-sect .wrap-teach .col-md-3 {
  position: static;
}
.teach-sect .wrap-teach .bio-popup {
  position: relative;
  clear: both;
  display: none;
  padding: 0 30px 40px 30px;
}
.teach-sect .wrap-teach .bio-popup .la {
  position: absolute;
  font-size: 40px;
  right: 30px;
  top: 0;
  color: #ba0e5c;
  cursor: pointer;
}
.teach-sect .wrap-teach .bio-popup h4 {
  font-size: 35px;
  color: #ba0e5c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.teach-sect .wrap-teach .bio-popup h4 span {
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  font-size: 25px;
}
.teach-sect .wrap-teach .bio-popup p {
  margin: 0;
  padding-bottom: 15px;
}
.teach-sect .item-teach {
  margin-bottom: 45px;
  cursor: pointer;
  -moz-transition: .4s all ease;
  -o-transition: .4s all ease;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.teach-sect .item-teach.active p {
  color: #fff;
  background: #ba0e5c;
  background: -moz-linear-gradient(left, #ba0e5c 0%, #d00102 100%);
  background: -webkit-linear-gradient(left, #ba0e5c 0%, #d00102 100%);
  background: linear-gradient(to right, #ba0e5c 0%, #d00102 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0e5c', endColorstr='#d00102', GradientType=1);
}
.teach-sect .item-teach img {
  width: 100%;
}
.teach-sect .item-teach p {
  font-weight: 700;
  margin: 0;
  line-height: 1.35em;
  padding: 10px 15px;
  background: #ebebeb;
}
.teach-sect .item-teach p span {
  font-weight: 300;
}
.lesson h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
.lesson p {
  text-align: center;
}
.lesson p a {
  color: #000;
}
.lesson p a:hover {
  text-decoration: underline;
}
.lesson .wrap-lessons {
  max-width: 780px;
  padding-top: 15px;
  margin: 0 auto;
}
.lesson .wrap-lessons.pac-pric {
  max-width: none;
  margin: 0 -15px;
}
.lesson .wrap-lessons.pac-pric .item-les {
  width: 46.3%;
}
.lesson .wrap-lessons.pac-pric .item-les .head {
  min-height: 105px;
}
.lesson .wrap-lessons.pac-pric .item-les .text {
  background: #ebebeb;
}
.lesson .item-les {
  vertical-align: top;
  display: inline-block;
  width: 46%;
  margin: 20px 1.7% 0 1.7%;
  padding: 2px;
  background: #ba0e5c;
  background: -moz-linear-gradient(left, #ba0e5c 15%, #d10000 100%);
  background: -webkit-linear-gradient(left, #ba0e5c 15%, #d10000 100%);
  background: linear-gradient(to right, #ba0e5c 15%, #d10000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0e5c', endColorstr='#d10000', GradientType=1);
}
.lesson .item-les .text {
  background: #fff;
  padding: 20px 30px 105px 30px;
  position: relative;
}
.lesson .item-les .head {
  display: table;
  min-height: 84px;
  width: 100%;
}
.lesson .item-les .head h3 {
  font-family: 'Open Sans', sans-serif;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  font-weight: 600;
  color: #c10a3e;
}
.lesson .item-les .head h3 p {
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 1.2em;
}
.lesson .item-les .head h3 span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
.lesson .item-les h2 {
  margin: 0;
  font-size: 25px;
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  text-transform: uppercase;
}
.lesson .item-les ul {
  margin-top: 15px;
}
.lesson .item-les ul li {
  padding-left: 25px;
  position: relative;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 18px;
}
.lesson .item-les ul .la {
  position: absolute;
  left: 0;
  top: 2px;
  color: #c10a3e;
  font-size: 20px;
}
.lesson .item-les .btn2 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 15px 40px;
  text-align: center;
  min-width: 207px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ba0e5c;
  background: -moz-linear-gradient(left, #ba0e5c 15%, #d10000 100%);
  background: -webkit-linear-gradient(left, #ba0e5c 15%, #d10000 100%);
  background: linear-gradient(to right, #ba0e5c 15%, #d10000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0e5c', endColorstr='#d10000', GradientType=1);
}
.lesson .item-les .btn2:hover,
.lesson .item-les .btn2:focus {
  color: #fff;
  background: -moz-linear-gradient(left, #d10000 15%, #ba0e5c 100%);
  background: -webkit-linear-gradient(left, #d10000 15%, #ba0e5c 100%);
  background: linear-gradient(to right, #d10000 15%, #ba0e5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10000', endColorstr='#ba0e5c', GradientType=1);
}
.lesson .item-les.bg-blue {
  background: #003cff;
  background: -moz-linear-gradient(left, #003cff 15%, #00aeff 100%);
  background: -webkit-linear-gradient(left, #003cff 15%, #00aeff 100%);
  background: linear-gradient(to right, #003cff 15%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003cff', endColorstr='#00aeff', GradientType=1);
}
.lesson .item-les.bg-blue .head h3 {
  color: #0074ff;
}
.lesson .item-les.bg-blue ul .la {
  color: #0074ff;
}
.lesson .item-les.bg-blue .btn2 {
  background: #003cff;
  background: -moz-linear-gradient(left, #003cff 15%, #00aeff 100%);
  background: -webkit-linear-gradient(left, #003cff 15%, #00aeff 100%);
  background: linear-gradient(to right, #003cff 15%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003cff', endColorstr='#00aeff', GradientType=1);
}
.lesson .item-les.bg-blue .btn2:hover,
.lesson .item-les.bg-blue .btn2:focus {
  color: #fff;
  background: -moz-linear-gradient(left, #00aeff 15%, #003cff 100%);
  background: -webkit-linear-gradient(left, #00aeff 15%, #003cff 100%);
  background: linear-gradient(to right, #00aeff 15%, #003cff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#003cff', GradientType=1);
}
.lesson .item-les.bg-violet {
  background: #ba0f88;
  background: -moz-linear-gradient(left, #ba0f88 0%, #8a3fb2 100%);
  background: -webkit-linear-gradient(left, #ba0f88 0%, #8a3fb2 100%);
  background: linear-gradient(to right, #ba0f88 0%, #8a3fb2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0f88', endColorstr='#8a3fb2', GradientType=1);
}
.lesson .item-les.bg-violet .head h3 {
  color: #a0299f;
}
.lesson .item-les.bg-violet ul li {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #a0299f;
}
.lesson .item-les.bg-violet ul li:last-child {
  border-bottom: 1px dashed #a0299f;
}
.lesson .item-les.bg-violet ul .la {
  color: #a0299f;
  top: 13px;
}
.lesson .item-les.bg-violet .btn2 {
  background: #ba0f88;
  background: -moz-linear-gradient(left, #ba0f88 0%, #8a3fb2 100%);
  background: -webkit-linear-gradient(left, #ba0f88 0%, #8a3fb2 100%);
  background: linear-gradient(to right, #ba0f88 0%, #8a3fb2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0f88', endColorstr='#8a3fb2', GradientType=1);
}
.lesson .item-les.bg-violet .btn2:hover,
.lesson .item-les.bg-violet .btn2:focus {
  color: #fff;
  background: #ba0f88;
  background: -moz-linear-gradient(left, #8a3fb2 0%, #ba0f88 100%);
  background: -webkit-linear-gradient(left, #8a3fb2 0%, #ba0f88 100%);
  background: linear-gradient(to right, #8a3fb2 0%, #ba0f88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a3fb2', endColorstr='#ba0f88', GradientType=1);
}
.lesson .item-les.bg-green {
  background: #01ab4d;
  background: -moz-linear-gradient(left, #01ab4d 0%, #3acaaa 100%);
  background: -webkit-linear-gradient(left, #01ab4d 0%, #3acaaa 100%);
  background: linear-gradient(to right, #01ab4d 0%, #3acaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01ab4d', endColorstr='#3acaaa', GradientType=1);
}
.lesson .item-les.bg-green .head h3 {
  color: #1ebb7c;
}
.lesson .item-les.bg-green ul li {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #1ebb7c;
}
.lesson .item-les.bg-green ul li:last-child {
  border-bottom: 1px dashed #1ebb7c;
}
.lesson .item-les.bg-green ul .la {
  color: #1ebb7c;
  top: 13px;
}
.lesson .item-les.bg-green .btn2 {
  background: #01ab4d;
  background: -moz-linear-gradient(left, #01ab4d 0%, #3acaaa 100%);
  background: -webkit-linear-gradient(left, #01ab4d 0%, #3acaaa 100%);
  background: linear-gradient(to right, #01ab4d 0%, #3acaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01ab4d', endColorstr='#3acaaa', GradientType=1);
}
.lesson .item-les.bg-green .btn2:hover,
.lesson .item-les.bg-green .btn2:focus {
  color: #fff;
  background: #01ab4d;
  background: -moz-linear-gradient(left, #3acaaa 0%, #01ab4d 100%);
  background: -webkit-linear-gradient(left, #3acaaa 0%, #01ab4d 100%);
  background: linear-gradient(to right, #3acaaa 0%, #01ab4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01ab4d', endColorstr='#3acaaa', GradientType=1);
}
.related {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.related h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 45px;
}
.related .item-related {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.related .item-related img {
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.related .item-related a {
  color: #fff;
}
.related .item-related p {
  position: absolute;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  bottom: 20px;
  left: 25px;
  margin: 0;
}
.related .item-related .la {
  position: absolute;
  font-size: 35px;
  right: 20px;
  bottom: 15px;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.related .item-related:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.related .item-related:hover .la {
  right: 16px;
}
.benefits h2 {
  margin-bottom: 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #ba0e5c;
  text-align: center;
}
.item-benefit {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.item-benefit .img {
  display: table-cell;
  vertical-align: middle;
  width: 62px;
}
.item-benefit p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  line-height: 1.35em;
}
.news-item-banner {
  max-height: 600px;
  overflow: hidden;
}
.news-item-banner img {
  width: 100%;
}
.news-item-content {
  margin-top: -120px;
}
.head-nw-item {
  position: relative;
  color: #fff;
}
.head-nw-item h1 {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3em;
}
.head-nw-item span,
.head-nw-item a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.head-nw-item span.date,
.head-nw-item a.date {
  font-weight: bold;
  font-size: 18px;
}
.head-nw-item a:hover {
  text-decoration: underline;
}
.head-nw-item .fa {
  font-size: 8px;
  position: relative;
  bottom: 2px;
  padding: 0 20px;
}
.head-nw-item .col-lg-10 {
  padding: 40px 15px 40px 40px;
  position: relative;
  z-index: 2;
  background: #003cff;
  background: -moz-linear-gradient(left, #003cff 30%, #00aeff 100%);
  background: -webkit-linear-gradient(left, #003cff 30%, #00aeff 100%);
  background: linear-gradient(to right, #003cff 30%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003cff', endColorstr='#00aeff', GradientType=1);
}
.head-nw-item.green .col-lg-10 {
  background: #00ac4d;
  background: -moz-linear-gradient(left, #00ac4d 30%, #3acbaa 100%);
  background: -webkit-linear-gradient(left, #00ac4d 30%, #3acbaa 100%);
  background: linear-gradient(to right, #00ac4d 30%, #3acbaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca29', endColorstr='#3acbaa', GradientType=1);
}
.head-nw-item.green:after {
  background: #3acbaa;
}
.head-nw-item.yellow .col-lg-10 {
  background: #ff7f00;
  background: -moz-linear-gradient(left, #ff7f00 30%, #ffca29 100%);
  background: -webkit-linear-gradient(left, #ff7f00 30%, #ffca29 100%);
  background: linear-gradient(to right, #ff7f00 30%, #ffca29 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f00', endColorstr='#ffca29', GradientType=1);
}
.head-nw-item.yellow:after {
  background: #ffca29;
}
.head-nw-item.red .col-lg-10 {
  background: #d10000;
  background: -moz-linear-gradient(left, #d10000 30%, #ba0e5c 100%);
  background: -webkit-linear-gradient(left, #d10000 30%, #ba0e5c 100%);
  background: linear-gradient(to right, #d10000 30%, #ba0e5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10000', endColorstr='#ba0e5c', GradientType=1);
}
.head-nw-item.red:after {
  background: #ba0e5c;
}
.head-nw-item.violet .col-lg-10 {
  background: #8a3eb2;
  background: -moz-linear-gradient(left, #8a3eb2 30%, #ba0f88 100%);
  background: -webkit-linear-gradient(left, #8a3eb2 30%, #ba0f88 100%);
  background: linear-gradient(to right, #8a3eb2 30%, #ba0f88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a3eb2', endColorstr='#ba0f88', GradientType=1);
}
.head-nw-item.violet:after {
  background: #ba0f88;
}
.head-nw-item:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: 1;
  background: #00aeff;
}
.article {
  padding: 60px 0;
}
.article p {
  font-size: 16px;
}
.article .quote {
  font-style: italic;
  padding: 20px 60px 5px 40px;
  margin-bottom: 15px;
  position: relative;
  background: #ebebeb;
}
.article .quote:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 15px;
  background: #00aeff;
  background: -moz-linear-gradient(top, #00aeff 0%, #0040ff 100%);
  background: -webkit-linear-gradient(top, #00aeff 0%, #0040ff 100%);
  background: linear-gradient(to bottom, #00aeff 0%, #0040ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#0040ff', GradientType=0);
}
.article a {
  color: #ba0e5c;
  font-weight: bold;
}
.article a:hover {
  text-decoration: underline;
}
.rel-posts {
  padding: 50px 0 80px 0;
  border-top: 1px solid #cccccc;
}
.rel-posts h2 {
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}
.item-sl-posts {
  float: left;
  padding: 0 15px;
}
.item-sl-posts:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-sl-posts .img {
  overflow: hidden;
}
.item-sl-posts img {
  width: 100%;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.item-sl-posts span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.item-sl-posts p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}
.item-sl-posts.col-blue p {
  color: #003cff;
}
.item-sl-posts.col-violet p {
  color: #ba0e5c;
}
.item-sl-posts.col-oran p {
  color: #ff7e00;
}
.item-sl-posts.col-green p {
  color: #01ab4e;
}
.slider-posts {
  margin: 0 -15px;
  position: relative;
}
.slider-posts .slick-list {
  overflow: hidden;
}
.slider-posts .slick-arrow {
  position: absolute;
  left: -47px;
  top: 34%;
  font-size: 0;
  background: transparent;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-posts .slick-arrow:before {
  font-family: 'LineAwesome';
  content: "\f120";
  color: #000;
  font-size: 35px;
}
.slider-posts .slick-arrow.slick-next {
  left: auto;
  right: -47px;
}
.slider-posts .slick-arrow.slick-next:before {
  content: "\f121";
}
.news-banner {
  padding: 150px 0 40px 0;
  color: #fff;
  background: #b90e87;
  background: -moz-linear-gradient(45deg, #b90e87 0%, #8a3fb2 92%);
  background: -webkit-linear-gradient(45deg, #b90e87 0%, #8a3fb2 92%);
  background: linear-gradient(45deg, #b90e87 0%, #8a3fb2 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b90e87', endColorstr='#8a3fb2', GradientType=1);
}
.news-banner h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 65px;
  font-weight: 800;
}
.news-banner.contact {
  background: #003cff;
  background: -moz-linear-gradient(left, #003cff 0%, #00aeff 100%);
  background: -webkit-linear-gradient(left, #003cff 0%, #00aeff 100%);
  background: linear-gradient(to right, #003cff 0%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003cff', endColorstr='#00aeff', GradientType=1);
}
.content-news {
  padding-top: 80px;
}
.nav-right h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.nav-right ul li {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
}
.nav-right ul li:first-child {
  border-top: 1px solid #b7b7b7;
}
.nav-right ul li a {
  padding: 10px 0;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}
.nav-right ul li a:hover {
  font-weight: bold;
  color: #ba0e5c;
}
.new-item {
  background: #ebebeb;
  position: relative;
  margin-bottom: 25px;
}
.new-item .text-item-img {
  padding: 0 50px 40px 0;
}
.new-item .date {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}
.new-item h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 15px 0;
}
.new-item .read {
  font-family: 'Gotham-Book';
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  right: 55px;
  bottom: 12px;
}
.new-item .read:hover + a .la:before {
  margin-left: -9px;
}
.new-item .la {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 38px;
}
.new-item .la:hover:before {
  margin-left: -9px;
}
.new-item .la:before {
  color: #fff;
  position: absolute;
  font-size: 26px;
  bottom: 9px;
  left: 50%;
  margin-left: -13px;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.new-item.blue h2,
.new-item.blue .read {
  color: #003dff;
}
.new-item.blue .la {
  background: #00aeff;
  background: -moz-linear-gradient(top, #00aeff 0%, #003eff 100%);
  background: -webkit-linear-gradient(top, #00aeff 0%, #003eff 100%);
  background: linear-gradient(to bottom, #00aeff 0%, #003eff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#003eff', GradientType=0);
}
.new-item.green h2,
.new-item.green .read {
  color: #01ab4e;
}
.new-item.green .la {
  background: #3acbaa;
  background: -moz-linear-gradient(top, #3acbaa 0%, #00ac4d 100%);
  background: -webkit-linear-gradient(top, #3acbaa 0%, #00ac4d 100%);
  background: linear-gradient(to bottom, #3acbaa 0%, #00ac4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3acbaa', endColorstr='#00ac4d', GradientType=0);
}
.new-item.yellow h2,
.new-item.yellow .read {
  color: #ff7e00;
}
.new-item.yellow .la {
  background: #ffca29;
  background: -moz-linear-gradient(top, #ffca29 0%, #ff7f00 100%);
  background: -webkit-linear-gradient(top, #ffca29 0%, #ff7f00 100%);
  background: linear-gradient(to bottom, #ffca29 0%, #ff7f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca29', endColorstr='#ff7f00', GradientType=0);
}
.new-item.red h2,
.new-item.red .read {
  color: #ba0e5c;
}
.new-item.red .la {
  background: #d10000;
  background: -moz-linear-gradient(top, #d10000 0%, #ba0e5c 100%);
  background: -webkit-linear-gradient(top, #d10000 0%, #ba0e5c 100%);
  background: linear-gradient(to bottom, #d10000 0%, #ba0e5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10000', endColorstr='#ba0e5c', GradientType=0);
}
.new-item.violet h2,
.new-item.violet .read {
  color: #b90f88;
}
.new-item.violet .la {
  background: #8b3fb2;
  background: -moz-linear-gradient(top, #8b3fb2 0%, #b90f88 100%);
  background: -webkit-linear-gradient(top, #8b3fb2 0%, #b90f88 100%);
  background: linear-gradient(to bottom, #8b3fb2 0%, #b90f88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b3fb2', endColorstr='#b90f88', GradientType=0);
}
.wrap-paginat {
  padding: 45px 0 80px 0;
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
}
.wrap-paginat .pagination {
  text-align: center;
}
.wrap-paginat .pagination a,
.wrap-paginat .pagination span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 11px 0;
  width: 40px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  margin: 0 7px;
  background: #e1e1e1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.wrap-paginat .pagination a.active,
.wrap-paginat .pagination span.active,
.wrap-paginat .pagination a.current,
.wrap-paginat .pagination span.current {
  background: #ba0e5c;
  color: #fff;
}
.wrap-paginat .pagination a:hover,
.wrap-paginat .pagination span:hover {
  background: #ba0e5c;
  color: #fff;
}
.wrap-paginat .pagination a.prev,
.wrap-paginat .pagination span.prev {
  float: left;
  font-size: 24px;
  color: #fff;
  padding: 8px 0;
  background: #ba0e5c;
  margin: 0;
}
.wrap-paginat .pagination a.next,
.wrap-paginat .pagination span.next {
  float: right;
  font-size: 24px;
  color: #fff;
  padding: 8px 0;
  background: #ba0e5c;
  margin: 0;
}
.contact-wrap h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.contact-wrap .map {
  margin-top: 25px;
}
.contact-wrap p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.contact-wrap p a {
  color: #000000;
}
.contact-wrap p a:hover {
  text-decoration: underline;
}
.contact-wrap p a .la {
  font-size: 21px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  text-decoration: none !important;
}
.contact-form {
  margin-top: 30px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  width: 100%;
  color: #000;
  background: #ebebeb;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
.contact-form textarea {
  resize: none;
  height: 205px;
}
.contact-form .btn2 {
  margin-top: 15px;
  padding: 13px 60px;
}
.main-footer {
  background: #e1e1e1;
  padding: 50px 0;
}
.main-footer .left-part {
  float: left;
  width: 44%;
}
.main-footer .right-part {
  float: left;
  width: 56%;
  padding-left: 70px;
  margin-top: 10px;
  border-left: 3px solid #8c3db0;
}
.main-footer .item-left {
  overflow: hidden;
  padding-bottom: 10px;
}
.main-footer .item-left:last-child p {
  font-family: 'Gotham-Medium';
  font-weight: normal;
}
.main-footer .item-left:last-child a {
  color: #a1289e;
}
.main-footer .item-left img {
  width: 44%;
  max-width: 105px;
  float: left;
}
.main-footer .item-left .text {
  float: right;
  width: 56%;
  padding-top: 10px;
}
.main-footer .item-left p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.main-footer .item-left p strong {
  font-family: 'Gotham-Medium';
  font-weight: normal;
}
.main-footer .item-left p a {
  color: #000000;
}
.main-footer .item-left p a:hover {
  text-decoration: underline;
}
.main-footer .item-left .la {
  margin-right: 5px;
}
.main-footer .item-left .fa {
  color: #187787;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.main-footer .item-right {
  float: left;
  width: 50%;
}
.main-footer .item-right > ul > li > a {
  font-family: 'Gotham-Medium';
  font-weight: normal;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
  display: inline-block;
}
.main-footer .item-right > ul > li ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .small-sect .img-sm img {
    min-width: 100%;
    min-height: 0;
    max-width: none;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .main-menu {
    display: none;
  }
  .toggle-menu {
    display: block;
    width: 30px;
    float: right;
    cursor: pointer;
    margin: 22px 0;
    clear: both;
  }
  .toggle-menu span {
    display: block;
    height: 3px;
    background: #000;
  }
  .toggle-menu span + span {
    margin-top: 5px;
  }
  .mobil-menu {
    padding: 30px 0;
    background: #ebebeb;
    font-family: 'Gotham-Medium';
  }
  .mobil-menu li {
    position: relative;
  }
  .mobil-menu li a {
    color: #000;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
  }
  .mobil-menu li .arr {
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 11px;
    width: 32px;
    height: 32px;
    font: 400 10px FontAwesome;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
  }
  .mobil-menu li .arr.active {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobil-menu li .arr:after {
    content: '\f078';
  }
  .mobil-menu li ul {
    padding-left: 20px;
    display: none;
  }
  .mobil-menu li ul a {
    padding: 6px 0;
  }
  .mobil-menu li ul a .la {
    display: none;
  }
  .wrap-sub-menu .box1 {
    width: 49%;
    padding-left: 15px;
  }
  .wrap-sub-menu .box2 {
    width: 49%;
  }
  .slider .sl-text {
    width: 100%;
    max-width: 430px;
    padding: 70px 30px 70px 015px;
  }
  .slider-posts .slick-arrow {
    left: -30px;
  }
  .slider-posts .slick-arrow.slick-next {
    right: -30px;
  }
  .top-banner .wrap-text,
  .top-banner.pac-pricing .wrap-text {
    padding: 60px 0 80px 15px;
  }
  .top-banner .wrap-text .text h1,
  .top-banner.pac-pricing .wrap-text .text h1 {
    font-size: 46px;
    margin-bottom: 40px;
  }
  .top-banner .img img,
  .top-banner.pac-pricing .img img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
  }
  .group2 .left-part {
    width: 31%;
  }
  .group2 .right-part {
    width: 69%;
    padding-left: 40px;
  }
  .banner .right-text {
    padding: 60px 40px;
  }
  .head-nw-item h1 {
    line-height: 1.3em;
  }
  .news-banner h1 {
    font-size: 46px;
  }
}
@media (max-width: 1099px) {
  .slider-posts {
    margin: 0 30px;
  }
  .slider-posts .slick-arrow:before {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .wrap-sect {
    padding: 30px 0;
  }
  .top-links {
    margin-right: 0;
  }
  .slider .sl-item h2 {
    font-size: 44px !important;
    margin-bottom: 15px;
  }
  .slider .sl-item p {
    font-size: 20px;
  }
  .slider .sl-item .learn-more {
    font-size: 20px;
    margin-top: 20px;
  }
  .top-banner .wrap-text,
  .top-banner.pac-pricing .wrap-text {
    float: none;
    width: 100%;
    padding: 40px 15px 60px 15px;
  }
  .top-banner .wrap-text .text,
  .top-banner.pac-pricing .wrap-text .text {
    max-width: 100%;
  }
  .top-banner .wrap-text .text h1,
  .top-banner.pac-pricing .wrap-text .text h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .top-banner .wrap-text .text p,
  .top-banner.pac-pricing .wrap-text .text p {
    max-width: 100%;
    font-size: 18px;
  }
  .top-banner .img,
  .top-banner.pac-pricing .img {
    position: static;
    width: 100%;
    text-align: center;
  }
  .top-banner .img img,
  .top-banner.pac-pricing .img img {
    max-width: 100%;
    min-height: 0;
    min-width: 0;
  }
  .small-sect .img-sm,
  .small-sect.guitar .img-sm {
    position: static;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .small-sect .img-sm img,
  .small-sect.guitar .img-sm img {
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: 0;
  }
  .small-sect .text-sm,
  .small-sect.guitar .text-sm {
    padding: 20px 15px 30px 15px;
  }
  .small-sect .text-sm h2,
  .small-sect.guitar .text-sm h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
  }
  .middle-banner {
    padding: 30px 0;
    background-position: left;
  }
  .middle-banner h2 {
    font-size: 30px;
  }
  .middle-banner h3 {
    margin-top: 25px;
  }
  .middle-banner .btn2 {
    margin-top: 5px;
  }
  .group1 h3 {
    font-size: 20px;
  }
  .group-links .text a {
    font-size: 20px;
  }
  .group2 .left-part h3 {
    font-size: 24px;
  }
  .group2 .left-part p {
    font-size: 20px;
  }
  .group2 .right-part {
    width: 69%;
    padding-left: 40px;
  }
  .banner .right-text h2 {
    font-size: 24px;
  }
  .banner .right-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .mus-system {
    padding-bottom: 0;
  }
  .mus-system h2 {
    font-size: 30px;
  }
  .mus-system h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .mus-system .wrap-links {
    margin: 10px 0 20px 0;
  }
  .mus-system img {
    right: 0;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .sign-up h2 {
    font-size: 30px;
  }
  .new-own .col-md-4 {
    text-align: center;
  }
  .new-own h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .val h2 {
    font-size: 24px;
  }
  .wrap-val {
    padding-top: 0;
  }
  .wrap-val .item-val p {
    font-size: 16px;
  }
  .teach-sect {
    padding: 30px 0;
  }
  .teach-sect h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .teach-sect .wrap-teach {
    padding-top: 10px;
  }
  .teach-sect .item-teach {
    margin-bottom: 20px;
  }
  .teach-sect .item-teach p {
    font-size: 16px;
  }
  .lesson h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .lesson .wrap-lessons {
    padding-top: 0;
  }
  .lesson .item-les h2 {
    font-size: 20px;
  }
  .lesson .item-les .btn2 {
    min-width: 185px;
    text-align: center;
  }
  .related h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .related .item-related p {
    font-size: 18px;
    bottom: 10px;
    left: 15px;
  }
  .related .item-related .la {
    font-size: 20px;
    right: 10px;
    bottom: 10px;
  }
  .related .item-related:hover .la {
    right: 6px;
  }
  .benefits h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .head-nw-item h1 {
    font-size: 30px;
  }
  .head-nw-item .col-lg-10 {
    padding: 30px 15px 30px 25px;
  }
  .article {
    padding: 30px 0;
  }
  .rel-posts {
    padding: 30px 0 50px 0;
  }
  .rel-posts h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .news-banner {
    padding: 45px 0 40px 0;
  }
  .news-banner h1 {
    font-size: 30px;
  }
  .content-news {
    padding-top: 30px;
  }
  .wrap-paginat {
    padding: 30px 0 40px 0;
    margin-top: 30px;
  }
  .nav-right {
    margin-bottom: 30px;
  }
  .nav-right h3 {
    margin-bottom: 20px;
  }
  .new-item {
    margin-bottom: 20px;
  }
  .new-item h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  .new-item p {
    font-size: 16px;
  }
  .new-item .text-item-img {
    padding-right: 45px;
  }
  .contact-wrap h2 {
    font-size: 26px;
  }
  .contact-wrap .map {
    margin-bottom: 25px;
  }
  .contact-wrap p {
    margin-bottom: 6px;
  }
  .contact-form .btn2 {
    margin-top: 0;
  }
  .main-footer .left-part {
    width: 50%;
    padding-right: 20px;
  }
  .main-footer .right-part {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .top-links {
    max-width: 300px;
    float: right;
  }
  .top-links a {
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
  }
  .slider .sl-item h2 {
    font-size: 24px !important;
  }
  .slider .sl-item p {
    font-size: 18px;
  }
  .slider .sl-item .learn-more {
    font-size: 18px;
    margin-top: 15px;
  }
  .slider .wrap-sl-text {
    width: 100%;
    text-align: left;
    float: none;
  }
  .slider .wrap-sl-text .sl-text {
    max-width: 100%;
    padding: 30px 55px 30px 15px;
  }
  .slider .sl-img {
    position: static;
    width: 100%;
    padding-top: 65%;
  }
  .slider .sl-item:after {
    width: 40px;
  }
  .slider .slick-arrow {
    width: 40px;
    height: 40px;
    left: 0;
  }
  .slider .slick-arrow:before {
    font-size: 24px;
  }
  .slider .slick-arrow.slick-next:before {
    bottom: 9px;
    margin-left: -12px;
  }
  .top-banner .wrap-text .text h1,
  .top-banner.pac-pricing .wrap-text .text h1 {
    font-size: 30px;
  }
  .group1 .left-part,
  .group2 .left-part {
    float: none;
    width: 100%;
  }
  .group1 .right-part,
  .group2 .right-part {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
    border: none;
  }
  .group1 .right-part .btn,
  .group2 .right-part .btn {
    margin-top: 0;
  }
  .banner .left-img,
  .banner.about .left-img {
    width: 100%;
    position: static;
    padding-top: 60%;
  }
  .banner .right-text,
  .banner.about .right-text {
    width: 100%;
    padding: 30px 15px;
  }
  .banner .right-text p,
  .banner.about .right-text p {
    max-width: 100%;
  }
  .banner.about strong {
    font-size: 20px;
  }
  .banner.about .right-text h2 {
    margin-bottom: 20px;
  }
  .sign-up h2 {
    font-size: 24px;
  }
  .wrap-val .item-val {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .lesson .wrap-lessons,
  .lesson .wrap-lessons.pac-pric {
    margin: 0;
  }
  .lesson .wrap-lessons .item-les,
  .lesson .wrap-lessons.pac-pric .item-les {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .related h2 {
    text-align: center;
  }
  .related .item-related {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .lesson h2 {
    font-size: 24px;
  }
  .news-item-content {
    margin-top: 0;
  }
  .head-nw-item h1 {
    margin-bottom: 10px;
  }
  .head-nw-item span {
    font-size: 12px !important;
  }
  .head-nw-item .fa {
    font-size: 6px;
    bottom: 1px;
    padding: 0 5px;
  }
  .new-item {
    text-align: center;
  }
  .new-item p {
    text-align: left;
  }
  .new-item .la:before {
    font-size: 22px;
    bottom: 10px;
    margin-left: -11px;
  }
  .new-item .text-item-img {
    padding-left: 15px;
  }
  .teach-sect .wrap-teach .bio-popup h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .teach-sect .wrap-teach .bio-popup h4 span {
    font-size: 20px;
  }
  .teach-sect .wrap-teach .bio-popup p {
    padding-bottom: 10px;
  }
  .pagination a:nth-of-type(n+3) {
    display: none;
  }
  .pagination a:last-child {
    display: block;
  }
  .main-footer .left-part {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .main-footer .left-part .item-left .text {
    width: 50%;
    padding-left: 15px;
  }
  .main-footer .right-part {
    width: 100%;
    float: none;
    border: none;
    padding-left: 15px;
  }
}
@media (max-width: 550px) {
  .wrap-links a {
    display: block;
    margin: 0 auto !important;
    width: 100%;
  }
  .wrap-links a:last-child {
    margin-top: 10px !important;
  }
  .teach-sect .wrap-teach {
    margin: 0 -5px;
  }
  .teach-sect .col-md-3 {
    padding: 0 5px;
  }
  .teach-sect .item-teach {
    margin-bottom: 20px;
  }
  .teach-sect .item-teach p {
    min-height: 80px;
  }
  .teach-sect .item-teach p span {
    font-size: 12px;
  }
  .main-footer .left-part .item-left {
    text-align: center;
  }
  .main-footer .left-part .item-left img {
    float: none;
    width: 100%;
  }
  .main-footer .left-part .item-left .text {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .main-footer .right-part .item-right {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (max-width: 460px) {
  .main-header .logo {
    max-width: 80px;
    margin: 29px 0 0 0 !important;
  }
  .benefits h2 {
    font-size: 22px;
  }
}
