/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */
   html,
   body,
   div,
   span,
   applet,
   object,
   iframe,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   p,
   blockquote,
   pre,
   a,
   abbr,
   acronym,
   address,
   big,
   cite,
   code,
   del,
   dfn,
   em,
   img,
   ins,
   kbd,
   q,
   s,
   samp,
   small,
   strike,
   strong,
   sub,
   sup,
   tt,
   var,
   b,
   u,
   i,
   center,
   dl,
   dt,
   dd,
   ol,
   ul,
   li,
   fieldset,
   form,
   label,
   legend,
   table,
   caption,
   tbody,
   tfoot,
   thead,
   tr,
   th,
   td,
   article,
   aside,
   canvas,
   details,
   embed,
   figure,
   figcaption,
   footer,
   header,
   hgroup,
   menu,
   nav,
   output,
   ruby,
   section,
   summary,
   time,
   mark,
   audio,
   video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  /*bootrap*/
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: 18px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-family: "LatoRegular";
    color: #45505d;
    font-weight: 300;
    background-color: #ffffff;
  }
  input {
    font: 18px "LatoRegular";
    font-weight: 300;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  a {
    color: white;
    text-decoration: none;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bl-metodist-social .el-social-link{
    color: #45505d;
    font-size: 23px;
    margin-left:5px;
    margin-top:7px;
    display:block;
  }
  .bl-metodist-social{
    display:flex;
    align-items:center;
  }

  @media(max-width:768px){
    .bl-info-curs{
      display:flex;
      flex-direction: column;
    }
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  @media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-pull-11 {
      right: 91.66666667%;
    }
    .col-lg-pull-10 {
      right: 83.33333333%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-8 {
      right: 66.66666667%;
    }
    .col-lg-pull-7 {
      right: 58.33333333%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-5 {
      right: 41.66666667%;
    }
    .col-lg-pull-4 {
      right: 33.33333333%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-2 {
      right: 16.66666667%;
    }
    .col-lg-pull-1 {
      right: 8.33333333%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-push-11 {
      left: 91.66666667%;
    }
    .col-lg-push-10 {
      left: 83.33333333%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-8 {
      left: 66.66666667%;
    }
    .col-lg-push-7 {
      left: 58.33333333%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-5 {
      left: 41.66666667%;
    }
    .col-lg-push-4 {
      left: 33.33333333%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-2 {
      left: 16.66666667%;
    }
    .col-lg-push-1 {
      left: 8.33333333%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
      margin-left: 0%;
    }
  }
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  /* для IE6-7 */
  .clearfix {
    zoom: 1;
  }
  .fll {
    float: left;
  }
  .flr {
    float: right;
  }
  .green {
    color: #F5640C;
  }
  /* font-family: "LatoRegular"; */
  @font-face {
    font-family: "LatoRegular";
    src: url("../fonts/LatoRegular/LatoRegular.eot");
    src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
  }
  /* font-family: "LatoBold"; */
  @font-face {
    font-family: "LatoRegular";
    src: url("../fonts/LatoBold/LatoBold.eot");
    src: url("../fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBold/LatoBold.woff") format("woff"), url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
  }
  /* font-family: "LatoItalic"; */
  @font-face {
    font-family: "LatoRegular";
    src: url("../fonts/LatoItalic/LatoItalic.eot");
    src: url("../fonts/LatoItalic/LatoItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoItalic/LatoItalic.woff") format("woff"), url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
  }
  /* font-family: "LatoLight"; */
  @font-face {
    font-family: "LatoRegular";
    src: url("../fonts/LatoLight/LatoLight.eot");
    src: url("../fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLight/LatoLight.woff") format("woff"), url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
  }
  /* font-family: "LatoBoldItalic"; */
  @font-face {
    font-family: "LatoRegular";
    src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot");
    src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"), url("../fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
  }
  /* font-family: "LatoLightItalic"; */
  @font-face {
    font-family: "LatoLightItalic";
    src: url("../fonts/LatoLightItalic/LatoLightItalic.eot");
    src: url("../fonts/LatoLightItalic/LatoLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLightItalic/LatoLightItalic.woff") format("woff"), url("../fonts/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
  }
  /* font-family: "fontawesome"; */
  @font-face {
    font-family: "fontawesome";
    src: url("../fonts/fontawesome/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.woff2") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
  }
  html.active {
    overflow: hidden;
  }
  .subtitle,
  .section-ttl {
    font-size: 50px;
    color: #45505d;
    text-align: center;
    margin-bottom: 20px;
  }
  .subtitle {
    font-size: 40px;
  }
  .bg-grey {
    background-color: #e8e8e8;
  }
  input {
    width: 100%;
    border-radius: 5px;
    color: #363636;
    font-weight: 300;
    border: 1px solid #F5640C;
    background-color: #ffffff;
    font-size: 18px;
    padding: 9px 15px;
  }
  label {
    padding: 5px 0;
    display: block;
    font-size: 14px;
    color: red;
  }
/********************************************************************
**********************************HEADER**********************************
*********************************************************************/
.bl-header {
  height: 256px;
}
.header-top {
  padding: 17px 0;
}
.header-logo {
  float: left;
  width: 20%;
}
.header-phone {
  padding: 30px 0;
}
.header-phone a {
  color: #45505d;
  font-size: 23px;
  margin-bottom: 13px;
  display: block;
}
.header-phone .header-social a{
  display: inline-block;
}
.header-top .container{
  text-align: center;
}
.link-ancor{
  display: inline-block;
  width: 361px;
}
.link-ancor img{
  max-width: 100%;
  height: auto;
}
.main-menu {
  background-color: #F5640C;
  height: 90px;
  position: absolute;
  top: 166px;
  width: 100%;
}
.main-menu ul li {
  display: inline-block;
  width: 141px;
  margin-left: -4px;
}
.main-menu ul li:not(:last-child) {
  border-right: 1px solid white;
}
.main-menu ul li a {
  display: block;
  height: 90px;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  padding: 0 6px;
}
.main-menu ul li a.active,
.main-menu ul li a:hover {
  background-color: #46433E;
}
.main-menu ul li a.app-page {
  background-color: #46433E;
}
.main-menu ul li a:before {
  height: 100%;
  display: inline-block;
  content: '';
  vertical-align: middle;
}
.main-menu ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.main-menu.active {
  position: fixed;
  top: 0;
  z-index: 10;
}
.el-font strong {
  font-weight: 500;
}
/********************************************************************
**********************************SECTION STEP**********************************
*********************************************************************/
.bl-section-step {
  background-image: url("../images/bg-section-step.jpg");
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}
.bl-section-step .ttl {
  font-size: 53px;
  color: #45505d;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
.bl-section-step .ttl span {
  font-weight: bold;
}
.bl-section-step .wrapper-steps .step {
  width: 33%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 172px;
}
.bl-section-step .wrapper-steps .step:not(:last-child):after {
  content: '';
  height: 7px;
  width: 32%;
  display: block;
  position: absolute;
  top: 20%;
  right: -19%;
  background-color: #F5640C;
}
.bl-section-step .wrapper-steps .step .count {
  background-color: #F5640C;
  width: 140px;
  height: 81px;
  border-radius: 10px;
  font-weight: bold;
  color: white;
  font-size: 51px;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 82px;
}
.bl-section-step .wrapper-steps .step .txt {
  font-size: 20px;
  line-height: 24px;
  padding: 0 38px;
}
/********************************************************************
**********************************BLOCK SECTION INFORMATION CURS**********************************
*********************************************************************/
.bl-section-info-curs {
  padding: 50px 0;
}
.entry-header {
  font-size: 28px;
  padding: 15px 0;
  text-align: center;
}
.bl-info-curs ul {
  list-style: disc;
  padding-left: 13px;
}
.bl-info-curs ul ul {
  margin: 15px;
}
.bl-info-curs li {
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}
.bl-metodist {
  padding: 25px 15px;
  cursor: pointer;
}
.bl-metodist .bl-metodist__name {
  text-align: center;
  margin-bottom: 10px;
  font-size: 21px;
}
.bl-metodist .wrapper-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.bl-metodist .wrapper-img:after {
  border-radius: 20px;
  display: block;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.27);
  opacity: 0;
}
.bl-metodist .wrapper-img .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.94);
  opacity: 0;
  transition: opacity 0.3s;
}
.bl-metodist:hover .wrapper-img:after {
  opacity: 1;
}
.bl-metodist:hover .more {
  opacity: 1;
}
.bl-info-price {
  margin-top: 40px;
  text-align: center;
}
.bl-info-price .txt {
  font-size: 35px;
  margin-bottom: 20px;
}
.btn-submit {
  width: 100%;
  background-color: #F5640C;
  cursor: pointer;
  color: white;
  transition: 0.3s;
}
.btn-submit:hover {
  opacity: 0.8;
  transform: translate(0, -3px);
}
.wrapper-btn {
  margin: 30px auto;
  float: none;
}
.btn-submit-link {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  font-weight: 500;
}
.center-curs .bl-metodist {
  margin: 0 auto;
  float: none;
}
[data-name = "#karpov"]  {
  margin: 0 auto;
  float: none;
}
/********************************************************************
**********************************BLOCK SECTION ADVANTAGES**********************************
*********************************************************************/
.bl-section-advantages {
  padding: 50px 0;
}
.bl-advantages-items {
  margin-top: 27px;

}
.bl-advantages-items .item{
  margin-bottom: 15px;
}
.bl-advantages-items .item .item-header {
  margin-bottom: 15px;
  text-align: center;
}
.bl-advantages-items .item .ic {
  background-image: url("../images/icon/1.png");
  height: 96px;
  width: 120px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.bl-advantages-items .item .ic.ic-2 {
  background-image: url("../images/icon/2.png");
}
.bl-advantages-items .item .ic.ic-3 {
  background-image: url("../images/icon/3.png");
}
.bl-advantages-items .item .ic.ic-4 {
  background-image: url("../images/icon/4.png");
}
.bl-advantages-items .item .ic.ic-5 {
  background-image: url("../images/icon/5.png");
}
.bl-advantages-items .item .ic.ic-6 {
  background-image: url("../images/icon/6.png");
}
.bl-advantages-items .item .ic.ic-7 {
  background-image: url("../images/icon/7.png");
}
.bl-advantages-items .item .ic.ic-8 {
  background-image: url("../images/icon/8.png");
}
.bl-advantages-items .item .ic.ic-9 {
  background-image: url("../images/icon/9.png");
}
.bl-advantages-items .item .ic.ic-10 {
  background-image: url("../images/icon/10.png");
}
.bl-advantages-items .item .ic.ic-11 {
  background-image: url("../images/icon/11.png");
}
.bl-advantages-items .item .ic.ic-12 {
  background-image: url("../images/icon/12.png");
}
.bl-advantages-items .item .ic.ic-13 {
  background-image: url("../images/icon/13.png");
}
.bl-advantages-items .item .ic.ic-14 {
  background-image: url("../images/icon/14.png");
}
.bl-advantages-items .item .ic.ic-15 {
  background-image: url("../images/icon/15.png");
}
.bl-advantages-items .item .ic.ic-16 {
  background-image: url("../images/icon/16.png");
}
.bl-advantages-items .item .ic.ic-17 {
  background-image: url("../images/icon/17.png");
}
.bl-advantages-items .item .ic.ic-18 {
  background-image: url("../images/icon/18.png");
}
.bl-advantages-items .item .txt {
  font-size: 20px;
  color: #45505d;
  line-height: 24px;
  text-align: center;
  height: 47px;
}
/********************************************************************
**********************************BLOCK**SECTION***ABOUT***SCHOOL**************************
*********************************************************************/
.bl-section-about {
  padding: 50px 0;
}
.bl-school-about {
  margin-top: 35px;
}
.bl-school-about p {
  line-height: 24px;
  margin-bottom: 15px;
  text-indent: 52px;
}
/********************************************************************
**********************************BLOCK**SECTION***FEEDBACK*****************************
*********************************************************************/
.bl-section-feedback {
  padding: 50px 0;
}
.bl-feedback-slider {
  margin-top: 30px;
  font-size: 18px;
  color: #363636;
}
.bl-feedback-slider .name {
  font-size: 35px;
  font-weight: 600;
  color: #45505d;
  line-height: 45px;
  margin-bottom: 17px;
  padding-top: 35px;
}
.bl-feedback-slider .txt-body {
  line-height: 24px;
  margin-top: 25px;
}
/********************************************************************
**********************************FORM** ASK***************************
*********************************************************************/
.bl-form-ask {
  padding: 50px;
}
.bl-form-ask .txt {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}
.form-ask {
  float: none;
  margin: 15px auto;
}
.form-ask input {
  transition: 0.3s;
}
.form-ask input.error {
  border-color: rgba(220, 0, 0, 0.57);
  background-color: rgba(220, 0, 0, 0.57);
  color: black;
}
.wrapper-input {
  margin-bottom: 15px;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.39);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  overflow: hidden;
  display: none;
}
.overlay.active {
  display: block;
}
.wrapper-pos {
  position: relative;
}
.btn-close {
  position: absolute;
  background-image: url("../images/error.svg");
  width: 30px;
  height: 30px;
  top: -73px;
  right: -38px;
  z-index: 20;
  cursor: pointer;
  transition: 0.3s;
}
.btn-close:hover {
  transform: scale(1.2);
}
.wrapper-pop-up {
  background-color: white;
  padding: 30px 40px;
  border-radius: 25px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 25;
  transition: 0.3s;
}
.wrapper-pop-up.active {
  top: 50%;
}
.wrapper-pop-up .ttl-name {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
.wrapper-pop-up .txt-pop p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}
.scrollToTop {
  display: none;
  position: fixed;
  height: 50px;
  width: 50px;
  right: 25px;
  bottom: 70px;
  border-radius: 100%;
  color: white;
  font-size: 0;
  font-weight: 700;
  text-align: center;
  z-index: 45;
  background: #F5640C;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(129, 158, 44, 0.56);
}
.scrollToTop:after {
  background-image: url("../images/btn-arrow.png");
  display: block;
  content: '';
  width: 16px;
  height: 26px;
  position: absolute;
  top: 10px;
  left: 17px;
  transform: rotate(270deg);
  background-size: cover;
}
/********************************************************************
**********************************FOOTER*****************************
*********************************************************************/
footer {
  background-color: #45505d;
  padding: 50px 0;
  color: white;
}
.copyright {
  font-size: 18px;
  color: white;
  margin-top: 14px;
  letter-spacing: 0.2px;
}
.footer-column-ttl {
  font-size: 32px;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #333c47;
  margin-bottom: 25px;
}
address {
  font-size: 16px;
  line-height: 24px;
}
.el-social-link {
  color: white;
  margin-right: 10px;
  transition: 0.3s;
}
.el-social-link:hover {
  color: #F5640C;
  transform: scale(1.1);
}
.footer-logo > a {
  width: 50%;
  display: block;
}
.footer-tel a {
  display: block;
  margin-bottom: 8px;
}
.bl-section-schedule{
  padding: 50px 0;
}
.el-link-download{
  font-size: 19px;
  text-decoration: underline;
  color: #4CAF50;
  transition: 0.3s;
  display: block;
  float: right;
  margin: 15px 0;
}
.el-link-download:hover{
  text-decoration: none;
}
.img-schedule img{
  margin: 0 auto;
}
.bl-video-wrapper video{
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.bl-video-wrapper{
  position: relative;
}
.btn-play{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  background: url("../images/icon/play-button.svg");
  box-shadow: 2px 15px 42px -8px rgba(0,0,0,0.44);
  border-radius: 100%;
  transition: 0.2s;
  transform: translate(-50%,-50%) scale(0.9);
  background-size: cover;
}

.bl-video-wrapper:hover .btn-play{
  transform: translate(-50%,-50%) scale(1);
  opacity: 1 !important;
}
#movie{
  cursor: pointer;
}
.btn-play.video-play{
  opacity: 0;
  background: url("../images/icon/round-pause-button.svg");
  background-size: cover;
}
@media (max-width: 1025px) {
  .bl-section-step .wrapper-steps .step {
    width: 32%;
    height: auto;
  }
  .container {
    width: auto;
  }
  .bl-header {
    height: auto;
  }
  .hamburger-icon {
    position: fixed;
    height: 60px;
    width: 60px;
    bottom: 10%;
    right: 3%;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.2);
  }
  .hamburger-icon:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .hamburger-icon .icon-1,
  .hamburger-icon .icon-2,
  .hamburger-icon .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 32px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all 0.4s cubic-bezier(0.84, 0.06, 0.52, 1.8);
    transition: all 0.4s cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }
  .hamburger-icon .icon-1 {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-delay: .1s;
    animation-delay: 0.1s;
  }
  .hamburger-icon.active .icon-1 {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .hamburger-icon .icon-3 {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  .hamburger-icon.active .icon-3 {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .hamburger-icon.active .icon-2 {
    opacity: 0;
  }
  .clear {
    clear: both;
  }
  @-webkit-keyframes slideIn {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  @keyframes slideIn {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .main-menu {
    position: fixed;
    height: 0;
    width: 100%;
    top: -900px;
    left: 0;
    z-index: 15;
    transition: all 0.3s;
  }
  .main-menu ul li {
    width: 100%;
    border-right: 0px solid transparent !important;
  }
  .main-menu ul li a {
    height: 71px;
  }
  .main-menu.active {
    top: -900px;
  }
  .main-menu.main-menu-active {
    height: 100%;
    top: 0;
  }
  footer .col-md-3 {
    margin-bottom: 20px;
  }
  footer img {
    width: 150px;
  }
  .scrollToTop {
    padding: 15px 0px;
    border-radius: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 16px;
  }
  .scrollToTop:after {
    display: none;
  }
  .bl-form-ask input{
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bl-section-step .wrapper-steps .step {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .bl-section-step .wrapper-steps .step:after {
    display: none !important;
  }
  .bl-section-step .wrapper-steps .step .count {
    width: 129px;
    height: 74px;
    font-size: 40px;
    line-height: 72px;
    margin-bottom: 10px;
  }
  .bl-section-step .ttl {
    font-size: 35px;
  }
  .subtitle,
  .section-ttl {
    font-size: 35px;
  }
  .header-logo {
    width: 40%;
  }
  .bl-info-price .txt {
    font-size: 24px;
  }
  .wrapper-pop-up {
    width: 90%;
    padding: 20px;
  }
  .header-social{
    float: none;
  }
  .link-ancor{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .bl-advantages-items .item .txt{
    height:auto;
  }
}
@media (max-width: 551px) {
  .header-logo {
    width: 100%;
  }
  .header-logo img {
    max-width: 50%;
    margin: 0 auto;
  }
  .bl-header-phone {
    width: 100%;
    text-align: center;
  }
  .bl-header-phone .header-phone {
    width: 100%;
    padding-bottom: 0;
  }
  .wrapper-pop-up {
    max-height: 350px;
    overflow-y: scroll;
  }
  .bl-form-ask{
    padding: 35px 15px;
  }
}
.txt-thank{
  font-size: 35px;
}
