/*
Theme Name: ipc-theme
 */
 @charset "UTF-8";
.slick-active {
  outline: none !important; }

.top-nav_btn {
  outline: none !important; }

.slick-next {
  top: 58% !important;
  background: #0b98cd !important;
  border-radius: 50% !important; }

.slick-prev {
  top: 58% !important;
  background: #0b98cd !important;
  border-radius: 50% !important; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?29038217");
  src: url("../fonts/fontello.eot?29038217#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?29038217") format("woff2"), url("../fonts/fontello.woff?29038217") format("woff"), url("../fonts/fontello.ttf?29038217") format("truetype"), url("../fonts/fontello.svg?29038217#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?29038217#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-vkontakte:before {
  content: '\f189'; }

/* '' */
html {
  font-size: 14px; }

a:hover {
  text-decoration: none; }

.row {
  margin: 0; }
.children{
  display: none;
}
.inner {
  background-color: blacK;
  padding-top: 10px;
  padding-bottom: 5px; }
  .inner-phones b {
    display: block;
    color: white;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-size: 12.6px;
  }
  .inner-btn a {
    display: block;
    width: 200px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 20px;
    color: white;
    text-align: right;
    border-radius: 5px;
    background-color: #f26c4f;
    text-transform: uppercase;
    font-size: 14.5px;
    border-bottom: 3px solid #993300;
    position: relative; }
    .inner-btn a::after {
      position: absolute;
      background-image: url("assets/img/phone.png");
      left: 11px;
      right: 0;
      content: "";
      background-repeat: no-repeat;
      width: 19px;
      height: 19px; }
  .inner-btn:hover a {
    background-color: #0b98cd;
    border-bottom: 3px solid #08749d; }

.top-nav {
  background-color: white;
  padding: 15px 34px;
  position: relative;
  border-top: 3px solid #c3c1c2;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .top-nav_btn {
    display: none;
    height: 30px;
    width: 30px;
    background: transparent;
    border: none;
    position: absolute;
    left: 16px;
    top: 27%;
    text-align: center; }
    .top-nav_btn:hover {
      cursor: pointer; }
  .top-nav_menu {
    list-style: none;
    padding: 0;
    display: flex; }
    .top-nav_menu li {
      margin-right: 45px;
      padding-top: 10px; }
      .top-nav_menu li:last-child {
        margin-right: 0; }
      .top-nav_menu li a {
        text-transform: uppercase;
        color: #757575;
        font-weight: 300;
        font-size: 15px; }
        .top-nav_menu li a::after {
          display: block;
          content: "";
          width: 100%;
          height: 2px;
          background-color: #0b98cd;
          transform: translateY(30px) scale(0);
          transition: all 0.2s; }
        .top-nav_menu li a:hover {
          text-decoration: none; }
          .top-nav_menu li a:hover::after {
            transform: translateY(30px) scale(1); }

.courses {
  background-image: url("assets/img/bg.png"); }
  .courses .container {
    z-index: 100;
    position: relative; }
    .courses .container h2 {
      padding-top: 40px;
      font-size: 41px;
      color: white;
      letter-spacing: 0.7px;
      line-height: 57px;
      padding-top: 5px;
      text-transform: uppercase;
      font-weight: 300;
      text-align: center;
      margin-bottom: 50px; }
  .courses-items {
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 20px; }
    .courses-items-item {
      text-align: center;
      display: block;
      float: left;
      height: 90px;
      width: 200px;
      margin: 0 18px 30px;
      transition: all 0.2;
      border-radius: 48px; }
      .courses-items-item img {
        height: 100%;
        width: 100%;
        border-radius: 48px;
      }
      .courses-items-item:hover {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6); }

/*.usefully
 * padding-top: 60px
 * min-height: 600px
 * background-color: $bg
 * &-tittle 
 *     text-align: center  
 *     .line 
 *         display: inline-block
 *         height: 2px
 *         max-width: 214px
 *         width: 100%
 *         background-color: $text     
 *     h2 
 *         font-size: 41px
 *         color: $text
 *         letter-spacing: 0.7px 
 *         line-height: 57px
 *         padding-top: 5px
 *         text-transform: uppercase
 *         font-weight: 300 */
.forms {
  min-height: 400px;
  background-image: url("assets/img/bg-forma.jpg"); }
  .forms-tittle {
    text-align: center;
    padding-top: 60px;
    color: white; }
    .forms-tittle h2 {
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300; }
    .forms-tittle p {
      font-size: 20.83px;
      font-weight: 300;
      margin-bottom: 40px; }
  .forms-field {
    margin-right: 20px;
    position: relative; }
    .forms-field::after {
      position: absolute;
      top: 15px;
      left: 43px;
      height: 30px;
      color: #757575;
      border-left: 1px solid #e0e0e5;
      content: ""; }
    .forms-field-control-1 {
      background-position: 10px center;
      background-image: url("assets/img/icon-name.png"); }
    .forms-field-control-2 {
      background-position: 10px center;
      background-image: url("assets/img/email.png"); }
    .forms-field-control-3 {
      background-position: 10px center;
      background-image: url("assets/img/phone-form.png"); }
    .forms-field input {
      padding: 16px 35px 16px 50px;
      border-radius: 8px;
      border-radius: 8px;
      font-size: 16.67px;
      color: #757575;
      position: relative;
      background-repeat: no-repeat;
      background-position: 17px center;
      border: 1px solid #fff; }
  .forms-btn {
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 20px;
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #f26c4f;
    text-transform: uppercase;
    font-size: 17px;
    border-color: #f26c4f;
    font-weight: 300;
    transition: all 0.2s; }
    .forms-btn:hover {
      background-color: #0b98cd;
      border-color: #0b98cd;
      cursor: pointer; }

.listener {
  background-color: #eef3f5;
  padding-top: 70px;
  padding-bottom: 85px; }
  .listener-tittle {
    text-align: center; }
    .listener-tittle .line {
      display: inline-block;
      height: 2px;
      max-width: 214px;
      width: 100%;
      background-color: #757575; }
    .listener-tittle h2 {
      font-size: 41px;
      color: #757575;
      letter-spacing: 0.7px;
      line-height: 57px;
      padding-top: 5px;
      text-transform: uppercase;
      font-weight: 300; }
  .listener .container {
    background-color: white; }
    .listener .container .row {
      margin-top: 30px; }
      .listener .container .row:first-child {
        margin-top: 60px; }
      .listener .container .row .col-md-4 {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        color: #757575;
        margin-bottom: 40px; }
        .listener .container .row .col-md-4 img {
          height: 70px;
          width: 75px;
          margin-bottom: 20px; }
        .listener .container .row .col-md-4 p {
          line-height: 21px;
          font-size: 14px; }

.trainer {
  background-color: #eef3f5; }
  .trainer .container {
    width: 60%;
    padding-bottom: 50px; }
  .trainer-tittle {
    padding-top: 30px;
    text-align: center; }
    .trainer-tittle .line {
      display: inline-block;
      height: 2px;
      max-width: 214px;
      width: 100%;
      background-color: #757575; }
    .trainer-tittle h2 {
      font-size: 41px;
      color: #757575;
      letter-spacing: 0.7px;
      line-height: 57px;
      padding-top: 5px;
      text-transform: uppercase;
      font-weight: 300; }
  .trainer-description {
    background-position-y: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    height: 600px;
    transition: all 1s;
    padding: 50px; }
    .trainer-description p {
      visibility: hidden; }
    .trainer-description:hover {
      box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.3); }
      .trainer-description:hover p {
        visibility: visible;
        color: blacK;
        font-size: 17px; }

.photos-tittle {
  padding-top: 30px;
  text-align: center; }
  .photos-tittle .line {
    display: inline-block;
    height: 2px;
    max-width: 214px;
    width: 100%;
    background-color: #757575; }
  .photos-tittle h2 {
    font-size: 41px;
    color: #757575;
    letter-spacing: 0.7px;
    line-height: 57px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: 300; }

.email {
  min-height: 400px;
  background-image: url("assets/img/bg-forma.jpg"); }
  .email-tittle {
    text-align: center;
    padding-top: 60px;
    color: white; }
    .email-tittle h2 {
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300; }
    .email-tittle p {
      font-size: 20.83px;
      font-weight: 300;
      margin-bottom: 40px; }
  .email-field {
    margin-right: 20px;
    position: relative; }
    .email-field::after {
      position: absolute;
      top: 15px;
      left: 43px;
      height: 30px;
      color: #757575;
      border-left: 1px solid #e0e0e5;
      content: ""; }
  .email input {
    padding: 16px 35px 16px 50px;
    border-radius: 8px;
    border-radius: 8px;
    font-size: 16.67px;
    color: #757575;
    position: relative;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    background-position: 10px center;
    background-image: url("assets/img/email.png"); }
  .email-btn {
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 20px;
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #f26c4f;
    text-transform: uppercase;
    font-size: 17px;
    border-color: #f26c4f;
    font-weight: 300;
    transition: all 0.2s; }
    .email-btn:hover {
      background-color: #0b98cd;
      border-color: #0b98cd;
      cursor: pointer; }

.comments {
  background-color: #eef3f5;
  padding-bottom: 50px; }
  .comments .container {
    width: 80%;
    padding-top: 30px;
    text-align: center; }
    .comments .container h2 {
      font-size: 41px;
      color: #757575;
      letter-spacing: 0.7px;
      line-height: 57px;
      padding-top: 5px;
      text-transform: uppercase;
      font-weight: 300; }
  .comments-blocks {
    margin-top: 28px; }
    .comments-blocks-item {
      background-color: white;
      min-height: 100px;
      margin-top: 40px;
      padding-top: 40px;
      padding-bottom: 20px; }
      .comments-blocks-item h2 {
        color: #f26c4f !important;
        font-size: 20.83px !important;
        letter-spacing: 0.2px !important;
        line-height: 25px !important;
        text-transform: capitalize !important;
        text-align: left !important; }
      .comments-blocks-item p {
        color: #757575 !important;
        text-align: left !important; }
      .comments-blocks-item-line {
        width: 110px;
        height: 1px;
        background-color: #999999;
        margin-top: 12px;
        margin-bottom: 35px; }

.clients-tittle {
  padding-top: 30px;
  text-align: center; }
  .clients-tittle .line {
    display: inline-block;
    height: 2px;
    max-width: 214px;
    width: 100%;
    background-color: #757575; }
  .clients-tittle h2 {
    font-size: 41px;
    color: #757575;
    letter-spacing: 0.7px;
    line-height: 57px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: 300; }

.forma {
  background-color: #eef3f5; }
  .forma-info {
    margin-top: 70px;
    background-color: white;
    text-align: center;
    margin-right: 30px;
    padding-top: 60px;
    padding-bottom: 108px;
    margin-bottom: 70px; }
    .forma-info .line {
      display: inline-block;
      height: 1px;
      max-width: 214px;
      width: 100%;
      background-color: #757575; }
    .forma-info h2 {
      font-size: 37.5px;
      color: #757575;
      text-transform: uppercase;
      line-height: 25px;
      font-weight: 200; }
    .forma-info span {
      font-size: 25px;
      font-weight: bold;
      color: #757575;
      display: block;
      text-transform: uppercase;
      padding: 17px 0 0 0; }
    .forma-info b {
      display: block;
      color: #0b98cd;
      font-size: 37.5px;
      padding-bottom: 9px; }
  .forma-application {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 70px;
    background-color: white;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 19px;
    margin-bottom: 70px; }
    .forma-application h2 {
      font-size: 29px;
      line-height: 33px;
      text-transform: uppercase;
      color: #757575;
      font-weight: 200; }
    .forma-application p {
      font-size: 21px;
      padding-top: 10px;
      padding-bottom: 20px;
      color: #757575;
      font-weight: 200;
      opacity: 0.7; }
    .forma-application-field {
      display: inline-block;
      width: 90%;
      float: none;
      margin-bottom: 4px;
      width: 100% !important;
      border: 1px solid #d9d7d7 !important;
      border-radius: 8px !important;
      border-radius: 8px !important;
      font-size: 14.58px !important;
      padding: 13px 30px !important; }
      .forma-application-field input {
        outline: 0; }
  .forma-btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 20px;
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #f26c4f;
    text-transform: uppercase;
    font-size: 17px;
    border-color: #f26c4f;
    font-weight: 300;
    transition: all 0.2s; }
    .forma-btn:hover {
      background-color: #0b98cd;
      border-color: #0b98cd;
      cursor: pointer; }

.footer {
  background-color: blacK;
  padding-top: 30px;
  padding-bottom: 70px; }
  .footer-contacts {
    color: #757575; }
    .footer-contacts-way {
      margin-top: 40px;
      padding-left: 9px;
      line-height: 19px;
      letter-spacing: -1px;
      padding-bottom: 10px;
      position: relative;
      font-size: 18px; }
      .footer-contacts-way::after {
        background-image: url("assets/img/icon-map.png");
        width: 14px;
        height: 20px;
        position: absolute;
        left: -22px;
        top: 15px;
        content: "";
        background-repeat: no-repeat;
        background-position: center; }
    .footer-contacts-phone {
      margin-top: 40px;
      padding-left: 9px;
      line-height: 19px;
      letter-spacing: -1px;
      padding-bottom: 10px;
      position: relative;
      font-size: 18px; }
      .footer-contacts-phone::after {
        background-image: url("assets/img/icon-phone.png");
        width: 20px;
        height: 20px;
        position: absolute;
        left: -22px;
        top: 3px;
        content: "";
        background-repeat: no-repeat;
        background-position: center; }
    .footer-contacts-email {
      margin-top: 40px;
      padding-left: 9px;
      line-height: 19px;
      letter-spacing: -1px;
      padding-bottom: 10px;
      position: relative;
      font-size: 18px; }
      .footer-contacts-email::after {
        background-image: url("assets/img/icon-mail.png");
        width: 20px;
        height: 13px;
        position: absolute;
        left: -22px;
        top: 3px;
        content: "";
        background-repeat: no-repeat;
        background-position: center; }

/*course.html */
.course {
  min-height: 250px;
  background-color: #eef3f5;
  padding-top: 30px;
  padding-bottom: 100px; }
  .course-container {
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px; }
    .course-tittle {
      color: #757575;
      padding-top: 40px;
      margin-left: 40px; }
      .course-tittle h2 {
        text-align: left;
        font-size: 50px;
        line-height: 73.6px;
        font-weight: 300;
        margin-bottom: 20px; }
      .course-tittle .line {
        display: inline-block;
        height: 1px;
        width: 20%;
        background-color: #757575; 
        margin-bottom: 60px;}
    .course-container-item {
      padding-top: 15px;
      color: white;
      text-align: center;
      background: #ea5312 no-repeat 50% 50%;  border: 3px solid #ee9770;
      border-radius: 10px;
      display: block;
      float: left;
      height: 100px;
      width: 190px;
      margin: 0 18px 30px;
      transition: all 0.2; }
      .course-container-item:hover {
        color: white;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.14); }

/*about.html */
.about {
  background-color: #eef3f5;
  padding-top: 30px;
  padding-bottom: 30px; }
  .about-tittle {
    color: #757575; }
    .about-tittle h2 {
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300;
      margin-bottom: 20px; }
    .about-tittle .line {
      display: inline-block;
      height: 1px;
      max-width: 90%;
      width: 100%;
      background-color: #757575; }
    .about-tittle p {
      font-size: 19px;
      font-weight: 200;
      margin-bottom: 40px;
      margin-top: 20px; }
  .about-features {
    margin-top: 50px; }
    .about-features-feature {
      display: flex;
      margin-bottom: 20px; }
      .about-features-feature span {
        padding-left: 30px;
        color: #757575;
        font-size: 19px;
        font-weight: 200;
        line-height: 100px; }
  .about-footer-tittle p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 70px;
    color: #757575; }
  .about-btn {
    margin-top: 30px;
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 20px;
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #f26c4f;
    text-transform: uppercase;
    font-size: 17px;
    border-color: #f26c4f;
    font-weight: 300;
    transition: all 0.2s; }
    .about-btn:hover {
      background-color: #0b98cd;
      border-color: #0b98cd;
      cursor: pointer; }

/*courseinfo.html */
.courseinfo {
  background: url("assets/img/single-course.jpg");
  background-position: center bottom;
  background-size: cover; }
  .courseinfo-tittle {
    color: white;
    padding-top: 40px; }
    .courseinfo-tittle h2 {
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300;
      margin-bottom: 20px; }
    .courseinfo-tittle .line {
      display: inline-block;
      height: 1px;
      max-width: 90%;
      width: 100%;
      background-color: white; }
  .courseinfo-desc {
    margin-top: 70px;
    display: flex;
    color: white; }
    .courseinfo-desc:last-child {
      padding-bottom: 40px; }
    .courseinfo-desc-icon {
      position: relative;
      height: 90px;
      width: 90px;
      background-color: white;
      border-radius: 50%;
      border: 2px solid red;
      margin-right: 20px; }
      .courseinfo-desc-icon img {
        position: absolute;
        right: 23px;
        top: 24px; }
    .courseinfo-desc h2 {
      font-size: 17px;
      font-weight: 300;
      margin-bottom: 15px;
      line-height: 15px; }
    .courseinfo-desc .line {
      display: block;
      height: 3px;
      width: 50px;
      background-color: #0b98cd;
      margin-bottom: 15px; }
    .courseinfo-desc p {
      font-size: 17px;
      font-weight: 300;
      margin-bottom: 15px;
      line-height: 15px; }
      .courseinfo-desc p strong {
        font-size: 30px;
        font-weight: bold; }
  .courseinfo-info {
    background-image: url("assets/img/single-course-program.jpg");
    color: #757575;
    padding-top: 40px; }
    .courseinfo-info h2 {
      text-align: center;
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300;
      margin-bottom: 20px; }
    .courseinfo-info .line {
      display: inline-block;
      height: 1px;
      width: 100%;
      background-color: #757575; }
    .courseinfo-info .container {
      margin-top: 50px;
      background-color: trasparent;
      padding-bottom: 70px; }
    .courseinfo-info-nav {
      min-height: 80px;
      margin: 0 !important; }
      .courseinfo-info-nav-item {
        text-align: center;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        background-color: #dddddd; }
        .courseinfo-info-nav-item p {
          font-size: 23px;
          line-height: 80px;
          color: #000; }
          .courseinfo-info-nav-item p:hover {
            cursor: pointer; }
      .courseinfo-info-nav-content {
        padding: 40px;
        background-color: #fff !important;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
        .courseinfo-info-nav-content ul li {
          list-style-image: url(assets/img/listicon.png);
          color: #757575; }
          .courseinfo-info-nav-content ul li p {
            color: #757575; }
        .courseinfo-info-nav-content #programm {
          display: none; }

/*dailycourses.html */
.dailycourses-tittle {
  color: #757575;
  padding-top: 40px; }
  .dailycourses-tittle h2 {
    text-align: center;
    font-size: 50px;
    line-height: 73.6px;
    font-weight: 300;
    margin-bottom: 20px; }
  .dailycourses-tittle .line {
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #757575; }
.dailycourses-table {
  margin-top: 50px;
  padding-bottom: 50px; }
  .dailycourses-table table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);}
    .dailycourses-table table tr {
      display: table-row;
      width: 100%; }
      .dailycourses-table table tr:hover {
        background-color: #ddd; }
      .dailycourses-table table tr td {
        padding: 15px;
        display: table-cell;
        width: 25%;
        font-size: 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);}
      .dailycourses-table table tr th.dailycourses-table-name {
        color: white;
        padding: 15px;
        display: table-cell;
        font-size: 20px;
        box-shadow: none;
        font-weight: 400;
        border: none !important }
      .dailycourses-table table tr th {
        color: #757575;
        padding: 15px;
        display: table-cell;
        font-size: 15px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        font-weight: 200;
        width: 25%; }

/*coahes.html */
.coaches {
  background-color: #eef3f5;
  padding: 50px; }
  .coaches-container {
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px; }
    .coaches-container-box {
      display: block;
      float: left;
      min-height: 350px;
      width: 280px;
      margin: 0 18px 30px; }
      .coaches-container-box:hover{
        cursor: pointer;
      }
      .coaches-container-box::after {
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #757575;
        transform: translateY(8px) scale(0);
        transition: all 0.2s; }
      .coaches-container-box:hover::after {
        transform: translateY(8px) scale(1); }
      .coaches-container-box-photo {
        min-height: 420px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 50%; }
      .coaches-container-box-desc {
        margin-top: 10px;
        color: #757575;
        font-size: 18px;
        text-align: center; }
  .coaches-tittle {
    color: #757575;
    padding-top: 40px;
    margin-bottom: 50px; }
    .coaches-tittle h2 {
      text-align: center;
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300;
      margin-bottom: 10px; }
    .coaches-tittle .line {
      display: inline-block;
      height: 1px;
      width: 100%;
      background-color: #757575; }

/*coach.html */
.coach {
  padding: 50px;
  /*table
   * padding-right: 30px
   * tr 
   *     border-bottom: 1px solid $text
   *     td 
   *         width: 50%
   *         text-align: left */ }
  .coach-tittle {
    color: #757575;
    padding-top: 40px;
    margin-bottom: 50px; }
    .coach-tittle h2 {
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300;
      margin-bottom: 10px; }
    .coach-tittle .line {
      display: inline-block;
      height: 1px;
      width: 100%;
      background-color: #757575; }
  .coach-photo {
    width: 90%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%; }
  .coach-text {
    color: #757575; }
    .coach-text p {
      border-bottom: 1px solid #757575;
      margin-bottom: 20px; }
  .coach-sertifikats {
    padding-top: 30px;
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px; }
    .coach-sertifikats-sertefikat {
      display: block;
      float: left;
      height: 480px;
      width: 480px;
      margin: 0 18px 30px;
      background-repeat: no-repeat;
      background-size: cover; }

/*contacts.html */
.contacts {
  padding: 50px; }
  .contacts-tittle {
    color: #757575;
    padding-top: 40px;
    margin-bottom: 50px; }
    .contacts-tittle h2 {
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300;
      margin-bottom: 10px; }
    .contacts-tittle .line {
      display: inline-block;
      height: 1px;
      width: 100%;
      background-color: #757575; }
  .contacts .row {
    margin-top: 30px; }
  .contacts-items {
    color: #757575; }
    .contacts-items-way {
      margin-top: 40px;
      padding-left: 9px;
      line-height: 19px;
      letter-spacing: -1px;
      padding-bottom: 10px;
      position: relative;
      font-size: 18px; }
      .contacts-items-way::after {
        background-image: url("assets/img/cont-mark.png");
        width: 45px;
        height: 45px;
        position: absolute;
        left: -45px;
        top: 5px;
        content: "";
        background-repeat: no-repeat;
        background-position: center; }
    .contacts-items-phone {
      margin-top: 60px;
      padding-left: 9px;
      line-height: 19px;
      letter-spacing: -1px;
      padding-bottom: 10px;
      position: relative;
      font-size: 18px; }
      .contacts-items-phone::after {
        background-image: url("assets/img/cont-phone.png");
        width: 45px;
        height: 45px;
        position: absolute;
        left: -45px;
        top: -12px;
        content: "";
        background-repeat: no-repeat;
        background-position: center; }
    .contacts-items-email {
      margin-top: 60px;
      padding-left: 9px;
      line-height: 19px;
      letter-spacing: -1px;
      padding-bottom: 10px;
      position: relative;
      font-size: 18px; }
      .contacts-items-email::after {
        background-image: url("assets/img/cont-mail.png");
        width: 45px;
        height: 45px;
        position: absolute;
        left: -45px;
        top: -12px;
        content: "";
        background-repeat: no-repeat;
        background-position: center; }
  .contacts-form {
    border: 1px solid #757575;
    margin-top: 0 !important;
    padding-top: 2% !important; }
    .contacts-form h2 {
      margin-top: 0px !important;
      margin-bottom: 10px !important; }

@media (max-width: 540px) {
  .dailycourses-tittle {
    color: #757575;
    padding-top: 40px; }
    .dailycourses-tittle h2 {
      text-align: center;
      font-size: 50px;
      line-height: 73.6px;
      font-weight: 300;
      margin-bottom: 20px; }
    .dailycourses-tittle .line {
      display: inline-block;
      height: 1px;
      width: 100%;
      background-color: #757575; }
  .dailycourses-table {
    margin-top: 50px;
    padding-bottom: 50px; }
    .dailycourses-table table {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.5);}
      .dailycourses-table table tr {
        display: table-row;
        width: 100%; }
        .dailycourses-table table tr:hover {
          background-color: #ddd; }
        .dailycourses-table table tr td {
          padding: 2 !important;
          display: table-cell;
          width: 25%;
          font-size: 8px !important;
          border: 1px solid rgba(0, 0, 0, 0.2);}
        .dailycourses-table table tr th.dailycourses-table-name {
          color: white;
          padding: 3px;
          display: table-cell;
          font-size: 20px;
          box-shadow: none;
          font-weight: 400;
          border: none !important }
        .dailycourses-table table tr th {
          color: #757575;
          padding: 3px;
          display: table-cell;
          font-size: 8px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          font-weight: 200;
          width: 25%; }
}
@media (max-width: 504px) {
  html {
    font-size: 14px; }

  a:hover {
    text-decoration: none; }

  .row {
    margin: 0; }

  .inner {
    background-color: blacK;
    padding-top: 10px;
    padding-bottom: 5px; }
    .inner-phones b {
      display: block;
      color: white;
      line-height: 50px;
      letter-spacing: 0.3px;
      font-size: 16.6px; }
    .inner-btn a {
      display: block;
      width: 230px !important;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 16px;
      padding-right: 20px;
      color: white;
      text-align: right;
      border-radius: 5px;
      background-color: #f26c4f;
      text-transform: uppercase;
      font-size: 14.5px;
      border-bottom: 3px solid #993300;
      position: relative; }
      .inner-btn a::after {
        position: absolute;
        background-image: url("assets/img/phone.png");
        left: 11px;
        right: 0;
        content: "";
        background-repeat: no-repeat;
        width: 19px;
        height: 19px; }
    .inner-btn:hover a {
      background-color: #0b98cd;
      border-bottom: 3px solid #08749d; }

  .top-nav {
    background-color: white;
    padding: 15px 34px;
    position: relative;
    border-top: 3px solid #c3c1c2;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .top-nav_btn {
      display: block !important;
      height: 35px;
      width: 35px;
      background: transparent;
      border: none;
      font-size: 18px;
      position: absolute;
      left: 10px;
      top: -3px;
      text-align: center; }
      .top-nav_btn:hover {
        cursor: pointer; }
    .top-nav_menu {
      transition: all 0.3s;
      display: none;
      list-style: none;
      padding: 0;
      flex-direction: column !important; }
      .top-nav_menu__active {
        display: flex !important;
        margin-bottom: 0; }
      .top-nav_menu li {
        margin-right: 45px;
        padding-top: 10px; }
        .top-nav_menu li:last-child {
          margin-right: 0; }
        .top-nav_menu li a {
          text-transform: uppercase;
          color: #757575;
          font-weight: 300;
          font-size: 12px; }
          .top-nav_menu li a::after {
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            background-color: #0b98cd;
            transform: translateY(31px) scale(0);
            transition: all 0.2s; }
          .top-nav_menu li a:hover {
            text-decoration: none; }
            .top-nav_menu li a:hover::after {
              transform: translateY(31px) scale(1); }

  .courses {
    background-image: url("assets/img/bg.png"); }
    .courses .container {
      z-index: 100;
      position: relative; }
      .courses .container h2 {
        padding-top: 40px;
        font-size: 31px;
        color: white;
        letter-spacing: 0.7px;
        line-height: 57px;
        padding-top: 5px;
        text-transform: uppercase;
        font-weight: 300;
        text-align: center;
        margin-bottom: 50px; }
    .courses-items {
      display: -webkit-box;
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 950px;
      margin: 0 auto;
      margin-bottom: 20px; }
      .courses-items-item {
        border-radius: 48px;
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
        display: block;
        float: left;
        height: 90px;
        width: 200px;
        margin: 0 18px 30px; }
  .courseinfo-tittle {
    color: white;
    padding-top: 40px; }
    .courseinfo-tittle h2 {
      font-size: 25px;
      line-height: 40.6px;
      font-weight: 300;
      margin-bottom: 20px; }
    .courseinfo-tittle .line {
      display: inline-block;
      height: 1px;
      max-width: 90%;
      width: 100%;
      background-color: white; }

  /*.usefully
   * padding-top: 60px
   * min-height: 600px
   * background-color: $bg
   * &-tittle 
   *     text-align: center  
   *     .line 
   *         display: inline-block
   *         height: 2px
   *         max-width: 214px
   *         width: 100%
   *         background-color: $text     
   *     h2 
   *         font-size: 41px
   *         color: $text
   *         letter-spacing: 0.7px 
   *         line-height: 57px
   *         padding-top: 5px
   *         text-transform: uppercase
   *         font-weight: 300 */
  .forms {
    min-height: 400px;
    padding-bottom: 20px; }
    .forms-tittle {
      text-align: center;
      padding-top: 60px;
      color: white; }
      .forms-tittle h2 {
        font-size: 31px;
        line-height: 43.6px;
        font-weight: 300; }
      .forms-tittle p {
        font-size: 15.83px;
        font-weight: 300;
        margin-bottom: 40px; }
    .forms-field {
      margin-right: 20px;
      position: relative; }
      .forms-field::after {
        position: absolute;
        top: 15px;
        left: 43px;
        height: 30px;
        color: #757575;
        border-left: 1px solid #e0e0e5;
        content: ""; }
      .forms-field-control-1 {
        background-position: 10px center;
        background-image: url("assets/img/icon-name.png"); }
      .forms-field-control-2 {
        background-position: 10px center;
        background-image: url("assets/img/email.png"); }
      .forms-field-control-3 {
        background-position: 10px center;
        background-image: url("assets/img/phone-form.png"); }
      .forms-field input {
        padding: 16px 35px 16px 50px;
        border-radius: 8px;
        border-radius: 8px;
        font-size: 16.67px;
        color: #757575;
        position: relative;
        background-repeat: no-repeat;
        background-position: 17px center;
        border: 1px solid #fff; }
    .forms-btn {
      width: 93%;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 16px;
      padding-right: 20px;
      color: white;
      text-align: center;
      border-radius: 5px;
      background-color: #f26c4f;
      text-transform: uppercase;
      font-size: 17px;
      border-color: #f26c4f;
      font-weight: 300;
      transition: all 0.2s; }
      .forms-btn:hover {
        background-color: #0b98cd;
        border-color: #0b98cd;
        cursor: pointer; }

  .listener {
    background-color: #eef3f5;
    padding-top: 70px;
    padding-bottom: 85px; }
    .listener-tittle {
      text-align: center; }
      .listener-tittle .line {
        display: inline-block;
        height: 2px;
        max-width: 214px;
        width: 100%;
        background-color: #757575; }
      .listener-tittle h2 {
        font-size: 41px;
        color: #757575;
        letter-spacing: 0.7px;
        line-height: 57px;
        padding-top: 5px;
        text-transform: uppercase;
        font-weight: 300; }
    .listener .container {
      background-color: white; }
      .listener .container .row {
        margin-top: 30px; }
        .listener .container .row:first-child {
          margin-top: 60px; }
        .listener .container .row .col-md-4 {
          display: inline-block;
          vertical-align: top;
          text-align: center;
          color: #757575;
          margin-bottom: 40px; }
          .listener .container .row .col-md-4 img {
            height: 70px;
            width: 91px;
            margin-bottom: 20px; }
          .listener .container .row .col-md-4 p {
            line-height: 21px;
            font-size: 14px; }

  .trainer {
    background-color: #eef3f5; }
    .trainer .container {
      width: 60%;
      padding-bottom: 50px; }
    .trainer-tittle {
      padding-top: 30px;
      text-align: center; }
      .trainer-tittle .line {
        display: inline-block;
        height: 2px;
        max-width: 214px;
        width: 100%;
        background-color: #757575; }
      .trainer-tittle h2 {
        font-size: 41px;
        color: #757575;
        letter-spacing: 0.7px;
        line-height: 57px;
        padding-top: 5px;
        text-transform: uppercase;
        font-weight: 300; }
    .trainer-description {
      background-position-y: 40%;
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 70px;
      height: 600px;
      transition: all 1s;
      padding: 50px; }
      .trainer-description p {
        visibility: hidden; }
      .trainer-description:hover {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.3); }
        .trainer-description:hover p {
          visibility: visible;
          color: blacK;
          font-size: 17px; }

  .photos-tittle {
    padding-top: 30px;
    text-align: center; }
    .photos-tittle .line {
      display: inline-block;
      height: 2px;
      max-width: 214px;
      width: 100%;
      background-color: #757575; }
    .photos-tittle h2 {
      font-size: 41px;
      color: #757575;
      letter-spacing: 0.7px;
      line-height: 57px;
      padding-top: 5px;
      text-transform: uppercase;
      font-weight: 300; }

  .email {
    min-height: 400px;
    background-image: url("assets/img/bg-forma.jpg");
    padding-bottom: 30px; }
    .email-tittle {
      text-align: center;
      padding-top: 60px;
      color: white; }
      .email-tittle h2 {
        font-size: 31px;
        line-height: 73.6px;
        font-weight: 300; }
      .email-tittle p {
        font-size: 20.83px;
        font-weight: 300;
        margin-bottom: 40px; }
    .email-field {
      margin-right: 20px;
      position: relative; }
      .email-field::after {
        position: absolute;
        top: 15px;
        left: 43px;
        height: 30px;
        color: #757575;
        border-left: 1px solid #e0e0e5;
        content: ""; }
    .email input {
      margin-bottom: 15px;
      padding: 16px 35px 16px 50px;
      border-radius: 8px;
      border-radius: 8px;
      font-size: 16.67px;
      color: #757575;
      position: relative;
      background-repeat: no-repeat;
      border: 1px solid #fff;
      background-position: 10px center;
      background-image: url("assets/img/email.png"); }
    .email-btn {
      height: 70px;
      width: 93%;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 16px;
      padding-right: 20px;
      color: white;
      text-align: center;
      border-radius: 5px;
      background-color: #f26c4f;
      text-transform: uppercase;
      font-size: 17px;
      border-color: #f26c4f;
      font-weight: 300;
      transition: all 0.2s; }
      .email-btn:hover {
        background-color: #0b98cd;
        border-color: #0b98cd;
        cursor: pointer; }

  .comments {
    background-color: #eef3f5;
    padding-bottom: 50px; }
    .comments .container {
      width: 80%;
      padding-top: 30px;
      text-align: center; }
      .comments .container h2 {
        font-size: 41px;
        color: #757575;
        letter-spacing: 0.7px;
        line-height: 57px;
        padding-top: 5px;
        text-transform: uppercase;
        font-weight: 300; }
    .comments-blocks {
      margin-top: 28px; }
      .comments-blocks-item {
        background-color: white;
        min-height: 100px;
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 20px; }
        .comments-blocks-item h2 {
          color: #f26c4f !important;
          font-size: 20.83px !important;
          letter-spacing: 0.2px !important;
          line-height: 25px !important;
          text-transform: capitalize !important;
          text-align: left !important; }
        .comments-blocks-item p {
          color: #757575 !important;
          text-align: left !important; }
        .comments-blocks-item-line {
          width: 110px;
          height: 1px;
          background-color: #999999;
          margin-top: 12px;
          margin-bottom: 35px; }

  .clients-tittle {
    padding-top: 30px;
    text-align: center; }
    .clients-tittle .line {
      display: inline-block;
      height: 2px;
      max-width: 214px;
      width: 100%;
      background-color: #757575; }
    .clients-tittle h2 {
      font-size: 41px;
      color: #757575;
      letter-spacing: 0.7px;
      line-height: 57px;
      padding-top: 5px;
      text-transform: uppercase;
      font-weight: 300; }

  .forma {
    background-color: #eef3f5; }
    .forma-info {
      margin-top: 70px;
      background-color: white;
      text-align: center;
      margin-right: 0px;
      padding-top: 30px;
      padding-bottom: 40px;
      margin-bottom: 70px; }
      .forma-info .line {
        display: inline-block;
        height: 1px;
        max-width: 214px;
        width: 100%;
        background-color: #757575; }
      .forma-info h2 {
        font-size: 20.5px;
        color: #757575;
        text-transform: uppercase;
        line-height: 25px;
        font-weight: 200; }
      .forma-info span {
        font-size: 25px;
        font-weight: bold;
        color: #757575;
        display: block;
        text-transform: uppercase;
        padding: 17px 0 0 0; }
      .forma-info b {
        display: block;
        color: #0b98cd;
        font-size: 15.5px;
        padding-bottom: 9px; }
    .forma-application {
      padding-left: 40px;
      padding-right: 40px;
      margin-top: 15px;
      background-color: white;
      text-align: center;
      padding-top: 55px;
      padding-bottom: 19px;
      margin-bottom: 70px; }
      .forma-application h2 {
        font-size: 20px;
        line-height: 25px;
        text-transform: uppercase;
        color: #757575;
        font-weight: 200; }
      .forma-application p {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #757575;
        font-weight: 200;
        opacity: 0.7; }
      .forma-application-field {
        display: inline-block;
        width: 90%;
        float: none;
        margin-bottom: 4px;
        width: 100% !important;
        border: 1px solid #d9d7d7 !important;
        border-radius: 8px !important;
        border-radius: 8px !important;
        font-size: 14.58px !important;
        padding: 13px 30px !important; }
        .forma-application-field input {
          outline: 0; }
    .forma-btn {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 16px;
      padding-right: 20px;
      color: white;
      text-align: center;
      border-radius: 5px;
      background-color: #f26c4f;
      text-transform: uppercase;
      font-size: 17px;
      border-color: #f26c4f;
      font-weight: 300;
      transition: all 0.2s; }
      .forma-btn:hover {
        background-color: #0b98cd;
        border-color: #0b98cd;
        cursor: pointer; }

  .footer {
    background-color: blacK;
    padding-top: 30px;
    padding-bottom: 70px; }
    .footer-contacts {
      color: #757575; }
      .footer-contacts-way {
        margin-top: 40px;
        padding-left: 9px;
        line-height: 19px;
        letter-spacing: -1px;
        padding-bottom: 10px;
        position: relative;
        font-size: 18px; }
        .footer-contacts-way::after {
          background-image: url("assets/img/icon-map.png");
          width: 14px;
          height: 20px;
          position: absolute;
          left: -22px;
          top: 15px;
          content: "";
          background-repeat: no-repeat;
          background-position: center; }
      .footer-contacts-phone {
        margin-top: 40px;
        padding-left: 9px;
        line-height: 19px;
        letter-spacing: -1px;
        padding-bottom: 10px;
        position: relative;
        font-size: 18px; }
        .footer-contacts-phone::after {
          background-image: url("assets/img/icon-phone.png");
          width: 20px;
          height: 20px;
          position: absolute;
          left: -22px;
          top: 3px;
          content: "";
          background-repeat: no-repeat;
          background-position: center; }
      .footer-contacts-email {
        margin-top: 40px;
        padding-left: 9px;
        line-height: 19px;
        letter-spacing: -1px;
        padding-bottom: 10px;
        position: relative;
        font-size: 18px; }
        .footer-contacts-email::after {
          background-image: url("assets/img/icon-mail.png");
          width: 20px;
          height: 13px;
          position: absolute;
          left: -22px;
          top: 3px;
          content: "";
          background-repeat: no-repeat;
          background-position: center; }
    .footer .card {
      display: none; } }
@media (max-width: 1000px) {
  .about-features-feature span {
    padding-left: 30px;
    color: #757575;
    font-size: 19px;
    font-weight: 200;
    line-height: 30px; }
  .top-nav {
    background-color: white;
    padding: 15px 34px;
    position: relative;
    border-top: 3px solid #c3c1c2;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .top-nav_btn {
      display: block !important;
      height: 35px;
      width: 35px;
      background: transparent;
      border: none;
      font-size: 18px;
      position: absolute;
      left: 10px;
      top: -3px;
      text-align: center; }
      .top-nav_btn:hover {
        cursor: pointer; }
    .top-nav_menu {
      transition: all 0.3s;
      display: none;
      list-style: none;
      padding: 0;
      flex-direction: column !important; }
      .top-nav_menu__active {
        display: flex !important;
        margin-bottom: 0; }
      .top-nav_menu li {
        margin-right: 45px;
        padding-top: 10px; }
        .top-nav_menu li:last-child {
          margin-right: 0; }
        .top-nav_menu li a {
          text-transform: uppercase;
          color: #757575;
          font-weight: 300;
          font-size: 12px; }
          .top-nav_menu li a::after {
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            background-color: #0b98cd;
            transform: translateY(31px) scale(0);
            transition: all 0.2s; }
          .top-nav_menu li a:hover {
            text-decoration: none; }
            .top-nav_menu li a:hover::after {
              transform: translateY(31px) scale(0); }

  .card {
    display: none; }

  .forma {
    background-color: #eef3f5; }
    .forma-info {
      margin-top: 15px;
      background-color: white;
      text-align: center;
      margin-right: 0px;
      padding-top: 40px;
      padding-bottom: 145px;
      margin-bottom: 70px; }
      .forma-info .line {
        display: inline-block;
        height: 1px;
        max-width: 214px;
        width: 100%;
        background-color: #757575; }
      .forma-info h2 {
        font-size: 20.5px;
        color: #757575;
        text-transform: uppercase;
        line-height: 25px;
        font-weight: 200; }
      .forma-info span {
        font-size: 25px;
        font-weight: bold;
        color: #757575;
        display: block;
        text-transform: uppercase;
        padding: 17px 0 0 0; }
      .forma-info b {
        display: block;
        color: #0b98cd;
        font-size: 15.5px;
        padding-bottom: 9px; }
    .forma-application {
      padding-left: 40px;
      padding-right: 40px;
      margin-top: 15px;
      background-color: white;
      text-align: center;
      padding-top: 15px;
      padding-bottom: 19px;
      margin-bottom: 70px; }
      .forma-application h2 {
        font-size: 20px;
        line-height: 25px;
        text-transform: uppercase;
        color: #757575;
        font-weight: 200; }
      .forma-application p {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #757575;
        font-weight: 200;
        opacity: 0.7; }
      .forma-application-field {
        display: inline-block;
        width: 90%;
        float: none;
        margin-bottom: 4px;
        width: 100% !important;
        border: 1px solid #d9d7d7 !important;
        border-radius: 8px !important;
        border-radius: 8px !important;
        font-size: 14.58px !important;
        padding: 13px 30px !important; }
        .forma-application-field input {
          outline: 0; }
    .forma-btn {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 16px;
      padding-right: 20px;
      color: white;
      text-align: left;
      border-radius: 5px;
      background-color: #f26c4f;
      text-transform: uppercase;
      font-size: 14px;
      border-color: #f26c4f;
      font-weight: 300;
      transition: all 0.2s; }
      .forma-btn:hover {
        background-color: #0b98cd;
        border-color: #0b98cd;
        cursor: pointer; }

  .email {
    min-height: 400px;
    background-image: url("assets/img/bg-forma.jpg");
    padding-bottom: 30px; }
    .email-tittle {
      text-align: center;
      padding-top: 60px;
      color: white; }
      .email-tittle h2 {
        font-size: 31px;
        line-height: 73.6px;
        font-weight: 300; }
      .email-tittle p {
        font-size: 20.83px;
        font-weight: 300;
        margin-bottom: 40px; }
    .email-field {
      margin-right: 20px;
      position: relative; }
      .email-field::after {
        position: absolute;
        top: 15px;
        left: 43px;
        height: 30px;
        color: #757575;
        border-left: 1px solid #e0e0e5;
        content: ""; }
    .email input {
      margin-bottom: 15px;
      padding: 16px 35px 16px 50px;
      border-radius: 8px;
      border-radius: 8px;
      font-size: 16.67px;
      color: #757575;
      position: relative;
      background-repeat: no-repeat;
      border: 1px solid #fff;
      background-position: 10px center;
      background-image: url("assets/img/email.png"); }
    .email-btn {
      height: 55px;
      width: 93%;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 16px;
      padding-right: 20px;
      color: white;
      text-align: center;
      border-radius: 5px;
      background-color: #f26c4f;
      text-transform: uppercase;
      font-size: 11px;
      border-color: #f26c4f;
      font-weight: 300;
      transition: all 0.2s; }
      .email-btn:hover {
        background-color: #0b98cd;
        border-color: #0b98cd;
        cursor: pointer; } }
@media (max-width: 1060px) {
  .social-buttons{
    justify-content: space-around !important;
}
  .social-buttons svg{
    width: 35px;
    margin-right: 0px !important;
    height: auto;
}
  .top-nav {
    background-color: white;
    padding: 15px 34px;
    position: relative;
    border-top: 3px solid #c3c1c2;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .top-nav_btn {
      display: block !important;
      height: 35px;
      width: 35px;
      background: transparent;
      border: none;
      font-size: 18px;
      position: absolute;
      left: 10px;
      top: -3px;
      text-align: center; }
      .top-nav_btn:hover {
        cursor: pointer; }
    .top-nav_menu {
      transition: all 0.3s;
      display: none;
      list-style: none;
      padding: 0;
      flex-direction: column !important; }
      .top-nav_menu__active {
        display: flex !important;
        margin-bottom: 0; }
      .top-nav_menu li {
        margin-right: 45px;
        padding-top: 10px; }
        .top-nav_menu li:last-child {
          margin-right: 0; }
        .top-nav_menu li a {
          text-transform: uppercase;
          color: #757575;
          font-weight: 300;
          font-size: 12px; }
          .top-nav_menu li a::after {
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            background-color: #0b98cd;
            transform: translateY(31px) scale(0);
            transition: all 0.2s; }
          .top-nav_menu li a:hover {
            text-decoration: none; }
            .top-nav_menu li a:hover::after {
              transform: translateY(31px) scale(0); } }
.pay-button img{
  width: 100%;
}
.pay-button b{
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.something-new{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 668px){
  .second-image-header{
    justify-content: center !important;
  }
  .pay-button b {
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .logo img{
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .inner-phones{
    margin-bottom: 25px;
  }
  .inner-btn{
    margin-bottom: 25px;
  }
  .pay-button{
    border-top: 2px solid white;
  }
}
.second-image-header{
  justify-content: flex-start;
}
#back-call{
  display: flex;
  justify-content: center;
  align-items: center;
}
#back-call button{
    display: block;
    width: 215px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 20px;
    color: white;
    text-align: center;
    border-radius: 5px;
    background-color: #f26c4f;
    text-transform: uppercase;
    font-size: 14.5px;
    border-bottom: 3px solid #993300;
    position: relative;
    margin-top: 30px;
    outline: 0px !important;
}
#back-call button:hover{
    background-color: #0b98cd;
    border-bottom: 3px solid #08749d; 
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 550px;
  margin: 20px auto;
}
#form-popup form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#form-popup form .forms-btn{
  width: 60% !important;
}
#form-popup form .form-group{
  width: 100%;
    display: flex;
    justify-content: center;
}
#form-popup form .form-group .form-control{
  border-color: black;
  width: 60% !important;
  padding: 10px 17px;
}
#form-popup form .form-group .form-control::placeholder{
    color: black;
    text-transform: uppercase;
}
.social-buttons{
  display: flex;
}
.social-buttons svg{
    width: 35px;
    margin-right: 35px;
    height: auto;
}
/*# sourceMappingURL=style.css.map */
