@import url('https://fonts.googleapis.com/css?family=Open+Sans&amp;subset=cyrillic-ext');
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q q:before, q q:after, q blockquote:before, q blockquote:after, blockquote q:before, blockquote q:after, blockquote blockquote:before, blockquote blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* font-family: "ProximaNovaRegular" */
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("../fonts/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular.eot-#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "ProximaNova-Semibold" */
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot-#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

/* font-family: "ProximaNovaBold" */
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../fonts/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold.eot-#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "ProximaNovaBlack"; */
@font-face {
  font-family: 'ProximaNovaBlack';
  src: url("../fonts/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack.eot-#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "NotoSerifBold"; */
@font-face {
  font-family: 'NotoSerifBold';
  src: url("../fonts/NotoSerifBold.eot");
  src: url("../fonts/NotoSerifBold.eot-#iefix") format("embedded-opentype"), url("../fonts/NotoSerifBold.woff") format("woff"), url("../fonts/NotoSerifBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/*----------- Typography *
 ------------------------------------------------------------*/
* {
  box-sizing: border-box; }

body {
  background-color: #ffffff;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin: 0;
  padding: 0;
  width: 100%; }

h1, .title-h1, h2, .title-h2, h3, .title-h3, h4, .title-h4, h5, .title-h5, .sup-title {
  display: block;
  font-family: "PT Sans", Arial, sans-serif;
  line-height: 1.1em;
  color: #000;
  margin: 0 0 15px; }

h1, .title-h1 {
  font-size: 30px; }

h2, .title-h2 {
  font-size: 26px; }

h3, .title-h3 {
  font-size: 22px; }

h4, .title-h4 {
  font-size: 18px; }

h5, .title-h5 {
  font-size: 16px; }
  
.sup-title {
  color: #5e5580;
  font-family: 'ProximaNovaBold';
  font-size: 22px;
  text-transform: uppercase;
}

p {
  margin: 0 0 20px;
  padding: 0; }

ul {
  padding: 0;
  margin: 0 0 20px; }

a {
  color: #5d83ab;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #496a8c; }

img {
  vertical-align: middle;
  max-width: 100%; }

/*----------- button style *
 ------------------------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 26px 12px;
  margin: 0;
  font: 14px/14px 'ProximaNovaBold';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #5e5580;
  color: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase; }
  .btn:hover {
    background-color: #ffffff;
    color: #5e5580;
    text-decoration: none; }
  .btn:active {
    background-color: #ffffff;
    color: #5e5580;
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.2); }
  .btn:focus {
    outline: none;
    color: #fff; }
    .btn:focus:hover {
      color: #5e5580; }

.btn-white {
  background-color: #FFF;
  color: #5e5580; }
  .btn-white:hover {
    background-color: #5e5580;
    color: #fff; }
  .btn-white:focus {
    outline: none;
    color: #5e5580; }
    .btn-white:focus:hover {
      color: #fff; }
	  
.btn--view-more {
    font-size: 1.6em;
	margin-bottom: 1rem;
    padding: 1em 2.5em .85em;
}
.btn--view-more:hover {
    background-color: #f2f1ef;
}

/*----------- media style -----------*/
@media only screen and (max-width: 480px) {
  .btn {
    min-width: 100px;
    padding: 10px 10px; } }

/*----------- Form sryle *
 ------------------------------------------------------------*/
input, textarea, select {
  border-radius: 0px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  position: relative;
  outline: none;
  font: 14px "PT Sans", Arial, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box; }
  input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
    opacity: 1; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000; }

textarea {
  height: 140px;
  vertical-align: top;
  padding: 15px 20px;
  resize: none; }

/*----------- Page structur *
 ------------------------------------------------------------*/
html, body {
  height: 100%;
  background-color: #f2f1ef; }

.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  min-width: 320px; }
#wrapper.error-404 {
  min-height: unset;
}

.container {
  padding: 0 15px; }

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1300px;
	}
}

/*----------- Navigation *
 ------------------------------------------------------------*/
.breadcrumb > li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle; }
  .breadcrumb > li:before {
    content: '/ '; }
  .breadcrumb > li:first-child:before {
    display: none; }

/*----------- header *
 ------------------------------------------------------------*/
.header {
  position: relative;
  padding: 0;
  background: url("../images/header-bg.jpg") 0 0 no-repeat;
  background-size: cover; }

.logo {
  float: left;
  margin: 0 20px 0 0; }

/*----------- Footer *
 ------------------------------------------------------------*/
.footer {
  width: 100%;
  position: relative; }

/*----------- media style -----------*/
@media only screen and (max-width: 992px) {
  h1, .title-h1 {
    font-size: 27.27273px; }
  h2, .title-h2 {
    font-size: 23.63636px; } }

@media only screen and (max-width: 768px) {
  body, html {
    height: auto; }
  #wrapper {
    min-width: 1px;
    margin-bottom: 0px; }
  .page-buffer {
    display: none; }
  .footer {
    height: auto; }
  h1, .title-h1 {
    font-size: 23.07692px; }
  h2, .title-h2 {
    font-size: 21.66667px; } }

@media only screen and (max-width: 480px) {
  h1, .title-h1 {
    font-size: 20px; }
  h2, .title-h2 {
    font-size: 20px; } }

/*----------- Main blocks *
 ------------------------------------------------------------*/
/*----------- flexslider *
 ------------------------------------------------------------*/
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0;
  padding: 0; }

.slides > li {
  -webkit-backface-visibility: hidden;
  position: relative;
  margin: 0;
  list-style-type: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.flex-direction-nav,
.flex-control-thumbs,
.flex-control-nav {
  display: none; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  margin: 0; }
  .flex-direction-nav li {
    list-style-type: none;
    margin: 0; }
  .flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    background-image: url(img/sprite.png); }
  .flex-direction-nav .flex-prev {
    left: 0px; }
  .flex-direction-nav .flex-next {
    right: 0px; }

.flex-direction-nav .flex-disabled {
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 12px;
  text-align: center;
  z-index: 10;
  margin: 0; }
  .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style-type: none; }
    .flex-control-nav li a {
      width: 10px;
      height: 10px;
      display: block;
      background: none;
      cursor: pointer;
      text-indent: -9999px;
      border: 2px solid #f5f5f5;
      border-radius: 50%; }
      .flex-control-nav li a:hover {
        background: #f5f5f5; }
    .flex-control-nav li a.flex-active {
      background: #f5f5f5;
      cursor: default; }

/* Thumb control */
.flex-control-thumbs {
  margin: 26px 0 0 0;
  display: none; }
  .flex-control-thumbs li {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0;
    position: relative;
    margin-left: 17px;
    padding: 3px;
    border: 1px solid #000;
    list-style-type: none; }
  .flex-control-thumbs img {
    width: 75px;
    height: 75px;
    display: block;
    cursor: pointer;
    border: 1px solid #cdd3d8;
    position: relative;
    border-radius: 13px; }
    .flex-control-thumbs img:hover {
      border: 1px solid #ccc; }
  .flex-control-thumbs .flex-active {
    cursor: default;
    top: -2px;
    left: -2px;
    border: 3px solid #fe9928; }

.main-slider {
  position: relative;
  zoom: 1; }

div[class^="col"] {
  padding: 0; }

.top-panel {
  padding: 40px 0;
  text-align: center; }

.logo {
  text-align: left; }
  .logo div {
    font-size: 16px;
    color: #fff;
    font-family: 'ProximaNovaRegular'; }

.flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.btn .caret-custom {
  position: relative;
  display: inline-block;
  margin-left: 13px;
  margin-bottom: 6px; }
  .btn .caret-custom:before {
    position: absolute;
    content: ' ';
    width: 5px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 3px; }
  .btn .caret-custom:after {
    position: absolute;
    content: ' ';
    width: 5px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0px; }

.btn:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn:hover .caret-custom {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .btn:hover .caret-custom:before, .btn:hover .caret-custom:after {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background-color: #5e5580; }

.dropdown-head {
  display: inline-block;
  position: relative; }
  .dropdown-head .dropdown-menu {
    min-width: auto;
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: none; }
    .dropdown-head .dropdown-menu > li > a {
      white-space: inherit;
      font-size: 15px;
      line-height: 17px;
      font-family: 'ProximaNovaBold';
      color: #202020;
      padding: 10px 25px 10px 27px; }
      .dropdown-head .dropdown-menu > li > a:hover {
        background-color: #a7a5ad;
        color: #f2f1ef; }

.top-btn-wrap {
  float: right; }
  .top-btn-wrap .btn-white {
    margin-left: 55px; 
  }

.group-btn {
  display: inline-block;
  margin-top: 15px; }

.vk {
  display: inline-block;
  background-image: url(../images/sprite.png);
  background-position: -95px -104px;
  width: 26px;
  height: 16px; }

.search {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  background-image: url(../images/sprite.png);
  background-position: -131px -104px;
  width: 16px;
  height: 15px;
  position: relative; }
  .search form {
    position: absolute;
    width: 230px;
    top: -17px;
    right: -85px;
    border: none;
    display: none; }
  .search input {
    background-color: #e5e5e5;
    height: 40px; }
  .search button {
    position: absolute;
    background-image: url(../images/sprite.png);
    background-position: -95px -130px;
    width: 16px;
    height: 15px;
    border: none;
    background-color: transparent;
    right: 10px;
    top: 50%;
    margin-top: -7.5px;
    outline: none; }

.search-open form {
  display: block; }

.header-devider {
  border-bottom: 2px solid rgba(255, 255, 255, 0.56); }

.navbar-default {
  background-color: transparent;
  border: none;
  text-align: center;
  margin-bottom: 0; }
  .navbar-default .navbar-nav {
    display: inline-block;
    float: none;
    margin-top: 30px; }
    .navbar-default .navbar-nav > li {
      margin-right: 11px; }
      .navbar-default .navbar-nav > li:last-child {
        margin-right: 0; }
      .navbar-default .navbar-nav > li > a {
        font-family: 'ProximaNovaBold';
        font-weight: 700;
        text-transform: uppercase;
        font-size: 24px;
        color: #fff;
        padding: 15px 18px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        text-decoration: none; }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
          background-color: rgba(94, 85, 128, 0.81);
          color: #fff; }
    .navbar-default .navbar-nav .active > a {
      background-color: rgba(94, 85, 128, 0.81);
      color: #fff; }
      .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
        background-color: rgba(94, 85, 128, 0.81);
        color: #fff; }

.btn-label {
  font-size: 19.4px;
  padding: 10px 20px;
  margin-top: 120px; }

.main-title {
  font-size: 68px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'ProximaNovaBold';
  display: block;
  margin-top: 25px; }
  .main-title:hover {
    color: #fff;
    text-decoration: none; }

.btn-more {
  padding: 25px 50px;
  margin-top: 130px; }

.title-descr {
  font-size: 21px;
  font-family: 'ProximaNovaBold';
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px; }

.subscribe-block {
  background-color: rgba(94, 85, 128, 0.85);
  padding: 35px 0;
  margin-top: 150px; }
  .subscribe-block .msg {
    font-size: 21px;
    color: #fff;
    font-family: 'ProximaNovaRegular';
    position: relative;
    max-width: 440px;
    padding-left: 120px;
    display: inline-block;
    padding-top: 10px; }
    .subscribe-block .msg:before {
      position: absolute;
      content: ' ';
      background-image: url(../images/sprite.png);
      background-position: 0px 0px;
      width: 85px;
      height: 63px;
      left: 0;
      top: 50%;
      margin-top: -30px; }

.subscribe-form {
  width: 50%;
  float: right;
  position: relative; }
  .subscribe-form input {
    width: 100%;
    height: 64px;
    font-size: 21px;
    padding: 0 227px 0 40px; }
    .subscribe-form input:-moz-placeholder, .subscribe-form input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.65);
      opacity: 1; }
    .subscribe-form input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.65); }
  .subscribe-form button {
    position: absolute;
    right: 45px;
    top: 50%;
    font-size: 21px;
    margin-top: -10.5px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    border: none;
    background: transparent;
    color: #5e5580; }

.article {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  text-align: left;  }
  .article:hover .wrap-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .article .wrap-img {
	background: #000;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease; }
    .article .wrap-img img {
	  opacity: 0.8;
      width: 100%; }
  .article .btn-white {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'ProximaNovaRegular';
    padding: 6px 10px 4px;
    position: absolute;
    top: 20px;
    right: 30px; }
  .article .article-text {
    position: absolute;
    bottom: 30px;
    left: 30px; }
    .article .article-text a {
      font-size: 24px;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.6);
      text-decoration: underline;
      font-family: 'ProximaNovaBold';
      display: inline-block;
      margin-bottom: 25px; }
      .article .article-text a span {
        color: #fff; }
  .article .short-descr {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'ProximaNovaRegular';
    height: 80px;
    overflow: hidden;
    max-width: 230px; }

.article.bg-img {
	background-pereat: no-repeat;
	background-size: cover;
	background-position: center;
}
.article.bg-img .wrap-img { 
	display: none; 
}

.article-all {
  background-color: #5e5580;
  padding: 30px 60px;
  height: 100%; }
  .article-all a {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-family: 'ProximaNovaBold';
    display: inline-block;
    margin-bottom: 25px; }
  .article-all .btn-white {
    color: #5e5580;
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 0; }
    .article-all .btn-white:hover {
      color: #fff; }
  .article-all .short-descr {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'ProximaNovaRegular';
    height: 80px;
    overflow: hidden;
    max-width: 230px; }

.title-h2, .section-title-h2 {
  font-size: 28px;
  line-height: 28px;
  font-family: 'ProximaNovaBold';
  color: #5e5580; }

.seminars {
  border: 12px solid #cacaca;
  padding: 25px 0; }

.seminar-item {
  max-width: 250px; }
  .seminar-item .date {
    font-size: 21px;
    line-height: 21px;
    font-family: 'ProximaNovaBold';
    color: #5e5580; }
  .seminar-item .seminar-name {
    font-size: 21px;
    line-height: 21px;
    font-family: 'ProximaNovaRegular';
    color: rgba(94, 85, 128, 0.5);
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px; }
    .seminar-item .seminar-name span {
      color: #5e5580; }
  .seminar-item .seminar-info {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 10px; }

.seminar-all {
  background: url("../images/seminar-img_03.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 130px 30px 40px; }
  .seminar-all div {
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-family: 'ProximaNovaBold';
    margin-bottom: 20px; }
  .seminar-all .btn {
    font-size: 21px;
    padding: 20px 30px; }

.cours-block-left {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 60px 85px 180px;
  height: 100%;
  min-height:50vh; }
   .cours-block-left:hover {
	text-decoration: none; }
  .cours-block-left .name-cours {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase; }
  .cours-block-left .descr-cours {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 45px; }
  .cours-block-left .btn {
    font-size: 21px;
    font-family: 'ProximaNovaBold';
    padding: 20px 15px;
    margin-top: 150px; }

.cours-block-right {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 60px 85px 100px;
  height: 100%;
  min-height:50vh;  }
   .cours-block-right:hover {
	text-decoration: none; }
  .cours-block-right .name-cours {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase; }
  .cours-block-right .descr-cours {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 45px; }
  .cours-block-right .btn {
    font-size: 21px;
    font-family: 'ProximaNovaBold';
    padding: 14px 20px;
    margin-top: 150px; }
    .cours-block-right .btn:hover .arrow {
      border-color: transparent transparent transparent #fff; }
  .cours-block-right .arrow {
    display: inline-block;
    vertical-align: sub;
    margin-right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 0 13.5px 25px;
    border-color: transparent transparent transparent #5e5580;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; }

.news {
  background-color: #5e5580;
  padding: 38px 0; }
  .news .news-list {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 100px;
    position: relative; }
    .news .news-list:before {
      position: absolute;
      content: ' ';
      background: url("../images/news_03.png") 0 0 no-repeat;
      width: 50px;
      height: 71px;
      left: 0;
      top: 50%;
      margin-top: -45px; }
    .news .news-list li {
      display: inline-block;
      margin: 0 10px;
      width: 195px; }
      .news .news-list li a {
        font-size: 17px;
        font-family: 'ProximaNovaBold';
        color: #fff;
        text-decoration: underline;
        text-transform: uppercase; }

.courses {
  margin-top: 45px;
  text-align: left;  }
.courses--page {
  margin-top: 25px;
  background-color: #f2f1ef;
  padding: 45px 0; }
.courses--page-online {
  margin-top: 0px;
  margin-bottom: -35px;
  background-color: #e4e1db;
  padding: 45px 0; }
  .courses .nav-tabs {
    border: none; }
    .courses .nav-tabs > li > a {
      border-radius: 0;
      border: 1px solid #b5b5b3;
      margin-right: 10px;
      padding: 10px 15px;
      color: #474060; }
    .courses .nav-tabs > li.active > a {
      color: #474060;
      background-color: #f2f1ef;
      outline: none; }
      .courses .nav-tabs > li.active > a:before {
        position: absolute;
        content: ' ';
        background-image: url(../images/sprite.png);
        background-position: -58px -73px;
        width: 9px;
        height: 5px;
        bottom: -5px;
        left: 50%;
        margin-left: -4.5px; }
	  .courses .nav-tabs--btn > li.active > a:before {  
		display: none; }
      .courses .nav-tabs > li.active > a:hover, .courses .nav-tabs > li.active > a:focus {
        border: 1px solid #b5b5b3; }

.cours-block {
  background-color: #5e5580;
  padding: 25px 20px;
  color: #fff;
  font-family: 'ProximaNovaRegular';
  text-align: left;
  position: relative;
  min-height: 450px;
  margin: 0 8px 16px; }
  .cours-block .btn-white {
	font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'ProximaNovaRegular';
    padding: 6px 10px 4px;
    position: absolute;
    top: 20px;
    right: 30px; }
  .cours-block .cours-name {
    font-size: 21px;
    line-height: 21px;
    text-decoration: underline;
    font-family: 'ProximaNovaRegular';
    color: #fff; }
  .cours-block .cours-name--online {
    display: block;
	max-width: 55%;
	min-height: 84px;
  }
  .cours-block .cours-req {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid rgba(242, 241, 239, 0.35);
    border-bottom: 1px solid rgba(242, 241, 239, 0.35); }
    .cours-block .cours-req .time {
      padding-left: 25px;
      position: relative;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      font-family: 'ProximaNovaRegular'; }
      .cours-block .cours-req .time:before {
        position: absolute;
        content: ' ';
        background-image: url(../images/sprite.png);
        background-position: -140px -44px;
        width: 12px;
        height: 17px;
        top: 50%;
        left: 0;
        margin-top: -9px; }
      .cours-block .cours-req .time span {
        font-family: 'ProximaNovaBold'; }
    .cours-block .cours-req .min-lvl {
      padding-left: 25px;
      position: relative;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      font-family: 'ProximaNovaRegular';
      margin-top: 15px; }
      .cours-block .cours-req .min-lvl:before {
        position: absolute;
        content: ' ';
        background-image: url(../images/sprite.png);
        background-position: -128px -74px;
        width: 19px;
        height: 19px;
        top: 50%;
        left: -3px;
        margin-top: -9px; }
      .cours-block .cours-req .min-lvl span {
        font-family: 'ProximaNovaBold'; }
    .cours-block .cours-req .price {
      padding-left: 25px;
      position: relative;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      font-family: 'ProximaNovaRegular';
      margin-top: 15px; }
      .cours-block .cours-req .price:before {
        position: absolute;
        content: ' ';
        background-image: url(../images/sprite.png);
        background-position: -95px -74px;
        width: 23px;
        height: 20px;
        top: 50%;
        left: -5px;
        margin-top: -9px; }
      .cours-block .cours-req .price span {
        font-family: 'ProximaNovaBold'; }
  .cours-block .school-name {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase; }
  .cours-block .school-info {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px; }
  .cours-block .school-reviews {
    padding-left: 25px;
    position: relative;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans';
    display: inline-block; }
    .cours-block .school-reviews:before {
      position: absolute;
      content: ' ';
      background-image: url(../images/sprite.png);
      background-position: -121px -130px;
      width: 16px;
      height: 15px;
      top: 50%;
      margin-top: -7px;
      left: 0; }

.tab-content {
  margin: 35px -8px 0; }

.all-courses-wrap {
  padding-left: 16px; }
  .all-courses-wrap .btn {
    padding: 25px 0;
    width: 100%;
    font-size: 23px;
    text-transform: uppercase; }
  .all-courses-wrap .wrap-img {
    overflow: hidden;
    display: inline-block;
    margin-top: 55px;
    min-height: 450px; }
    .all-courses-wrap .wrap-img:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .all-courses-wrap .wrap-img img {
      height: 450px;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease; }

.row {
  margin: 0; }

.tests {
  margin-top: 45px;
  padding-bottom: 50px; }
  .tests .tests-wrap {
    margin: 10px -8px 0; }
  .tests .article {
    margin: 16px 8px 0; }
    .tests .article .article-text a {
      max-width: 250px; }
  .tests .title-descr {
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
    color: #5e5580;
    text-transform: none;
    font-family: 'ProximaNovaRegular'; }

.area {
  margin: 25px -3px 0; }
  .area a {
    display: inline-block;
    color: #5e5580;
    font-size: 14px;
    line-height: 14px;
    font-family: 'ProximaNovaRegular';
    border: 1px solid #aba9a4;
    padding: 10px 13px;
    margin: 0 3px; }

.wrap-tests-online {
  margin: 35px -8px 0; }

.tests-online {
  background-color: #e4e1db;
  padding: 60px 0 90px; }
  .tests-online .cours-name {
    height: 65px;
    overflow: hidden;
    display: inline-block;
    margin-top: 10px;
    max-width: 150px; }
  .tests-online .btn-white {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'ProximaNovaRegular';
    padding: 6px 10px 4px;
    float: right;
    min-width: 65px;
    text-align: center; }

.map {
  text-align: center;
  padding: 155px 0 85px;
  background: url("../images/map_02.jpg") 0 0 no-repeat;
  background-size: cover; }
  .map .title {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase;
    max-width: 380px;
    margin: 0 auto; }
  .map .btn {
    margin-top: 40px; }

.our-task {
  padding: 60px 0 50px;
  background-color: #f2f1ef; }
  .our-task .title-h2 {
    text-transform: uppercase; }
  .our-task .wrap-img {
    float: left; }
  .our-task .descr {
    margin-left: 355px; }
    .our-task .descr div {
      color: #5e5580;
      font-size: 21px;
      line-height: 35px;
      font-family: 'ProximaNovaRegular'; }

.footer {
  background: url("../images/footer-bg_02.jpg") 0 0 no-repeat;
  background-size: cover; }
  .footer .navbar-default .navbar-nav {
    margin-top: 0;
    margin-left: -30px; }
    .footer .navbar-default .navbar-nav li {
      margin-right: 0; }
      .footer .navbar-default .navbar-nav li a {
        font-size: 18px; }
  .footer .navbar-default .navbar-collapse, .footer .navbar-default .navbar-form {
    height: 50px !important; }
  .footer .footer-bottom {
    color: #fff;
    font-size: 14px;
    font-family: 'ProximaNovaRegular';
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.25); }
    .footer .footer-bottom .about-proj a {
      color: #fff;
      text-decoration: underline;
      margin-right: 30px; }
    .footer .footer-bottom .social:before {
      position: absolute;
      content: ' ';
      background-image: url(../images/sprite.png);
      background-position: -95px -44px;
      width: 35px;
      height: 20px; }
    .footer .footer-bottom .social a {
      color: #fff;
      text-decoration: underline;
      display: inline-block;
      padding-left: 50px; }
    .footer .footer-bottom .dev a {
      color: #Fff;
      text-decoration: underline; }

.lost {
  padding: 60px 0;
  min-height: 630px;
  background: #342e4b; }
  .lost .wrap-img {
    text-align: center; }

.links {
  text-align: center;
  margin: 0 -20px; }
  .links .btn-violet {
    font-size: 21px;
    line-height: 21px;
    font-family: 'ProximaNovaBold';
    text-transform: none;
    color: #fff;
    background-color: #8177a5;
    max-width: 270px;
    margin: 0 30px;
    display: inline-block;
    padding: 20px 60px;
    white-space: normal;
    min-height: 90px; }

.text-block {
  background-color: #fff;
  color: #5e5580;
  text-align: center;
  padding: 45px 0 100px; }
  .text-block .text1 {
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'ProximaNovaBold';
    position: relative; }
  .text-block .title-h2 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold'; 
margin: 0 auto;
max-width: 860px;}
  .text-block p + .title-h2 {
	  margin-top: 60px; }
  .text-block .title-descr {
    max-width: 980px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 31px;
    font-family: 'ProximaNovaRegular';
    color: #5e5580;
    text-transform: none; }
  .text-block p {
    max-width: 860px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 35px;
    text-align: justify;
    margin-top: 60px; }
  .text-block .text2 {
    font-size: 28px;
    font-family: 'ProximaNovaBold'; }
  .text-block p + .text2 {
	margin-top: 60px; }
  .text-block .img-wrap {
    margin-top: 100px; }
	
  .text-block ul,
  .text-block ol {
    max-width: 860px;
    margin: 30px auto;
    font-size: 21px;
    line-height: 35px;
	padding-left: 40px;
    text-align: left;
  }
  .text-block ul {
	  list-style-type: disc;
  }
  .text-block ol {
	  list-style-type: decimal;
  }
  .text-block p a, .text-block li a {
	  font-weight: 700;
	  color: #5e5580;
  }

.seminars-bdr-none {
  border: transparent; }

.margint-none {
  margin-top: 0; }

.winsdor {
  background: url("../images/text-page-img_03.jpg") 0 0 no-repeat;
  background-size: cover;
  min-height: 570px;
  max-width: 1260px;
  width: 100%;
  margin: -630px auto 0;
  text-align: left;
  bottom: 0;
  padding: 65px; }
  .winsdor .title-h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase;
    margin-top: 260px; }
  .winsdor .title-descr {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    max-width: 580px;
    text-align: left;
    margin: 0; }

.text-block2 {
  background-color: #f2f1ef;
  padding-bottom: 350px; }

.p-t350 {
  padding-top: 350px; }

.see-also {
  background-color: #fff;
  padding-top: 40px; }

.carousel {
  margin-top: 20px; }

.controls-wrap {
  float: right; }
  .controls-wrap .carousel-control {
    background: transparent;
    width: 25px;
    height: 27px;
    display: inline-block; }
  .controls-wrap .carousel-control.left {
    position: relative;
    margin-right: 20px; }
    .controls-wrap .carousel-control.left:before {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      left: 0;
      top: 0;
      border-style: solid;
      border-width: 13.5px 25px 13.5px 0;
      border-color: transparent #5e5580 transparent transparent; }
  .controls-wrap .carousel-control.right {
    position: relative; }
    .controls-wrap .carousel-control.right:before {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      left: 0;
      top: 0;
      border-style: solid;
      border-width: 13.5px 0 13.5px 25px;
      border-color: transparent transparent transparent #5e5580; }

.razd-art-wrap {
  margin: 40px -20px 0; }
  .razd-art-wrap .article {
    margin: 20px;
    min-height: 230px; }
    .razd-art-wrap .article .wrap-img img {
      width: 100%; }
    .razd-art-wrap .article .article-text {
      text-align: left;
      max-width: 370px; }
      .razd-art-wrap .article .article-text a {
        font-size: 18px; }
    .razd-art-wrap .article .article-text-big a {
      font-size: 30px; }

.razd-art-wrap2 .article .wrap-img img {
  width: 100%; }

.razd-art-wrap2 .article .article-text {
  text-align: left;
  max-width: 370px; }
  .razd-art-wrap2 .article .article-text a {
    font-size: 18px; }

.razd-art-wrap2 .article .article-text-big a {
  font-size: 30px; }

.baza .all-courses-wrap {
  margin: 0 8px 16px;
  padding: 0;
  height: 450px; }
  .baza .all-courses-wrap .wrap-img {
    margin-top: 0; }
  .baza .all-courses-wrap .btn {
    max-width: 260px;
    margin: 0 auto; }

.baza .cours-block {
  margin-bottom: 16px; }

.baza .btn-watch {
  padding: 25px 80px;
  margin-top: 70px;
  font-size: 23px;
  text-transform: uppercase; }

.baza .tests-online {
  padding-bottom: 30px; }

.baza .text-block {
  padding-bottom: 30px; }

.use-map {
  font-size: 18px;
  text-align: center;
  color: #5e5580;
  margin-top: 30px; }

.map-iframe {
  height: 600px;
  background-color: #FFF;
  padding-bottom: 50px; }

.feedback-block {
  padding: 60px 95px;
  background-color: #ececec;
  position: relative;
  margin-bottom: 80px; }
  .feedback-block:before {
    position: absolute;
    content: ' ';
    background-image: url(../images/sprite.png);
    background-position: -95px 0px;
    width: 57px;
    height: 34px;
    bottom: -33px; }
  .feedback-block .name, .feedback-block .cours, .feedback-block .school {
    color: #5e5580;
    font-size: 22px;
    line-height: 22px;
    font-family: 'ProximaNovaBold'; }
  .feedback-block .feedback-text {
    color: #5e5580;
    font-size: 17px;
    line-height: 25px;
    font-family: 'ProximaNovaRegular';
    margin-top: 30px; }

.feedback-block-main {
  background-color: #FFF; }
  .feedback-block-main .text-block {
    padding: 45px 0 40px; }

.btn-watch {
  padding: 25px 80px;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 100px; }

@media (max-width: 1200px) {
  .logo {
    max-width: 300px; }
  .cours-block-left {
    padding: 80px; }
    .cours-block-left .name-cours {
      font-size: 38px;
      line-height: 48px; }
    .cours-block-left .descr-cours {
      font-size: 16px;
      line-height: 26px; }
  .cours-block-right {
    padding: 80px; }
    .cours-block-right .name-cours {
      font-size: 38px;
      line-height: 48px; }
    .cours-block-right .descr-cours {
      font-size: 16px;
      line-height: 26px; }
  .links .btn-violet {
    width: 270px;
    margin-bottom: 30px; }
  .article {
    /*min-height: auto;*/ }
  .all-courses-wrap .wrap-img {
    background-color: #5e5580;
    min-height: 470px; }
  .cours-block {
    padding: 15px 10px;
    min-height: 470px; } }

@media (max-width: 992px) {
  .top-btn-wrap .btn {
    font-size: 10px; }
  .top-btn-wrap .btn-white {
    margin-left: 15px; }
  .subscribe-block {
    text-align: center; }
    .subscribe-block .msg {
      text-align: left; }
    .subscribe-block .subscribe-form {
      float: none;
      display: inline-block;
      margin-top: 30px;
      width: 100%; }
  .seminar-item .seminar-name {
    font-size: 18px;
    line-height: 18px; }
  .cours-block-left {
    padding: 60px; }
    .cours-block-left .name-cours {
      font-size: 28px;
      line-height: 38px; }
    .cours-block-left .descr-cours {
      font-size: 16px;
      line-height: 26px; }
  .cours-block-right {
    padding: 60px; }
    .cours-block-right .name-cours {
      font-size: 28px;
      line-height: 38px; }
    .cours-block-right .descr-cours {
      font-size: 16px;
      line-height: 26px; }
  .article {
    min-height: 230px;
    /*max-width: 400px;*/
    margin: 0 auto; }
  .cours-block {
    padding: 15px 10px;
    min-height: 540px; }
    .cours-block .cours-name {
      font-size: 16px;
      line-height: 16px; }
  .seminar-all {
    padding: 60px 10px; }
    .seminar-all .btn {
      white-space: inherit;
      font-size: 17px; }
  .baza .cours-block {
    min-height: 600px; }
  .baza .all-courses-wrap {
    min-height: 600px; }
  .btn-watch {
    margin-bottom: 0; }
  .seminar-item {
    margin: 0 auto 20px; }
  .seminar-all {
    text-align: center; }
  .logo {
    max-width: 250px; }
    .logo div {
      font-size: 13px; }
  .tests .article {
    margin: 16px 8px 0; } }

@media (max-width: 914px) {
  .article-all {
    padding: 30px 30px 23px; }
    .article-all a {
      margin-bottom: 10px; }
    .article-all .btn-white {
      margin-top: 10px; } }

@media (max-width: 767px) {
  .all-courses-wrap {
    padding-left: 0; } }

@media (max-width: 768px) {
  .top-btn-wrap {
    text-align: center; }
    .top-btn-wrap .btn-white {
      margin-left: 10px; }
  .main-title {
    font-size: 38px;
    line-height: 48px; }
  .cours-block {
    min-height: auto; }
  .all-courses-wrap {
    text-align: center; }
    .all-courses-wrap .wrap-img {
      min-height: auto; }
  .subscribe-form input {
    font-size: 18px;
    padding: 0 140px 0 10px; }
  .subscribe-form button {
    font-size: 16px;
    right: 10px; }
  .cours-block-left {
    padding: 35px 20px; }
    .cours-block-left .btn {
      margin-top: 50px; }
    .cours-block-left .name-cours {
      font-size: 28px;
      line-height: 38px; }
    .cours-block-left .descr-cours {
      font-size: 16px;
      line-height: 26px; }
  .cours-block-right {
    padding: 35px 20px; }
    .cours-block-right .btn {
      margin-top: 50px; }
    .cours-block-right .descr-cours {
      font-size: 16px;
      line-height: 26px; }
    .cours-block-right .name-cours {
      font-size: 28px;
      line-height: 38px; }
  .news .news-list {
    padding-left: 70px; }
  .cours-block {
    margin: 0 8px 16px; }
  .area a {
    margin: 5px; }
  .map {
    padding: 80px 0 40px; }
    .map .title {
      font-size: 30px;
      line-height: 30px; }
  .tests-online {
    padding: 30px 0; }
  .our-task {
    text-align: center; }
    .our-task .wrap-img {
      float: none; }
    .our-task .descr {
      margin-left: 0;
      margin-top: 20px;
      text-align: left; }
      .our-task .descr div {
        font-size: 16px;
        line-height: 26px; }
  .btn-more {
    margin-top: 40px; }
  .footer .navbar-default .navbar-collapse, .footer .navbar-default .navbar-form {
    height: 100% !important; }
  .baza .btn-watch {
    padding: 25px 60px; }
  .baza .cours-block {
    min-height: auto; }
  .baza .all-courses-wrap {
    min-height: auto; }
  .title-h2 {
    text-align: center; }
  .seminar-item {
    max-width: 100%;
    margin-top: 20px; }
  .feedback-block {
    padding: 30px 15px; }
  .dropdown-head .dropdown-menu > li > a {
    padding: 10px 15px; }
  .text-block .title-h2 {
    font-size: 36px;
    line-height: 36px; }
  .text-block p {
    padding: 0 10px; }
  .text-block .title-descr {
    font-size: 16px;
    text-align: justify;
    padding: 0 10px; }
  .btn-watch {
    padding: 25px 40px; }
  .flex-cont {
    display: block; }
  .tests .article {
    margin: 16px auto 0; }
  .tests .title-descr {
    text-align: center; } }

/* main slider */
.main-slider__item {
	user-select: none;
}

/* videos */
.videos {
    margin: 2.5em 0 0;
}
.videos .videos__title {
	font-size: 2em;
    margin: 1.5em 0 1em;
}
.videos .container .videos__title:first-child {
    margin-top: 0;
}
.video-block {
	text-align: left;
    color: #5e5580;
	margin-bottom: 3rem;
}
.video-block__link {
	display: block;
}
.video-block__link:focus {
	outline: 0;
}
.video-block__name {
	font-size: 21px;
    line-height: 21px;
    font-family: 'ProximaNovaBold';
    color: #5e5580;
	text-transform: uppercase;
}
.video-block__image {
	display: block;
	position: relative;
	margin: 0.65rem 0;
	overflow: hidden;
}
.video-block__image img {
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}
.video-block__image:before {
	content: '';
	display: block;
	width: 118px;
    height: 118px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
	background: url("../images/video.png") no-repeat center transparent;
    margin: -59px 0 0 -59px;
}
.video-block__info {
	font-size: 18px;
    line-height: 22px;
    font-family: 'ProximaNovaRegular';
}
.video-block__link:hover {
	text-decoration: none;
}
.video-block__link:hover .video-block__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}

@media (min-width:768px) {
	.videos .col-sm-6 {
		width: 48%;
	}
	.videos .col-sm-6:nth-child(2n) {
		margin-left: 4%;
	}
}

/* ----TABLE---- */
.divTable{
  display: table;
  width: 100%;
  padding: 0 15%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  /*border: 1px solid #999999;*/
  display: table-cell;
  padding: 3px 17px;
  width: 400px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}

/* new year */
/*#header:before {
  content: '';
  display: block;
  height: 192px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/header_ny_extra.png);
}
#header > .container {
  position: relative;
}
@media (min-width:658px) {
  #header:before {
    height: 152px;
  }
}
@media (min-width:1201px) {
	#header:before {
    height: 128px;
  }
}*/