@charset "UTF-8";
@import url(animate.css);
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.eot");
  src: url("../fonts/Roboto.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Atlantic Cruiuse(RUS BY LYAJKA)";
  src: url("../fonts/Atlantic_Cruise.eot");
  src: url("../fonts/Atlantic_Cruise.eot?#iefix") format("embedded-opentype"), url("../fonts/Atlantic_Cruise.woff") format("woff"), url("../fonts/Atlantic_Cruise.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Uni Sans Heavy";
  src: url("../fonts/UniSansHeavy.eot");
  src: url("../fonts/UniSansHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansHeavy.woff") format("woff"), url("../fonts/UniSansHeavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* nav-icon-5 */
.nav-icon-5 {
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block; }

.nav-icon-5 span {
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 4px;
  transition-duration: 500ms; }

.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px; }

.nav-icon-5 span:nth-child(2) {
  top: 13px;
  left: 0px;
  opacity: 1; }

.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px; }

.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px; }

.nav-icon-5.open span:nth-child(2) {
  opacity: 0; }

.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px; }

.fullscreen-bg {
  overflow: hidden;
  z-index: -100;
  height: 100vh;
  width: 100%;
  padding-top: 45%; }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.overlay {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 4; }

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg video {
    width: 300%;
    left: -100%; } }
/* Если есть поддержка object-fit (Chrome/Chrome для Android, Safari в iOS 8 и Opera), используем его: */
@supports (object-fit: cover) {
  .fullscreen-bg video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; } }
body, .modal {
  font-family: "Roboto" !important; }

h1 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }

.accent {
  color: #db371c;
  font-weight: bold; }

.container {
  padding-top: 30px;
  padding-bottom: 30px; }

.col-md-6, .col-xl-3 {
  display: flex; }

.top_panel {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a17e0c+0,d0b238+50,a17e0c+100 */
  background: #a17e0c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a17e0c 0%, #d0b238 50%, #a17e0c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a17e0c 0%, #d0b238 50%, #a17e0c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a17e0c 0%, #d0b238 50%, #a17e0c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a17e0c', endColorstr='#a17e0c',GradientType=1 );
  /* IE6-9 */
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .top_panel .contact_butt {
    display: flex;
    align-items: center;
    font-size: 1.5em; }
    .top_panel .contact_butt a {
      display: block;
      width: 30px;
      text-align: center;
      color: #fff;
      margin: 0 5px; }

.menu {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a17e0c+0,d0b238+50,a17e0c+100 */
  background: #a17e0c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a17e0c 0%, #d0b238 50%, #a17e0c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a17e0c 0%, #d0b238 50%, #a17e0c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a17e0c 0%, #d0b238 50%, #a17e0c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a17e0c', endColorstr='#a17e0c',GradientType=1 );
  /* IE6-9 */
  position: fixed;
  top: -552px;
  left: 0;
  width: 100%;
  box-shadow: 0px -1px 5px #000;
  transition: all .3s;
  z-index: 999; }
  .menu ul {
    list-style: none;
    padding: 0; }
    .menu ul a {
      display: block;
      color: #fff;
      font-size: 1.2em;
      text-decoration: none;
      padding: 26px 50px;
      line-height: 0;
      transition: all .3s; }
      .menu ul a:hover {
        background-color: rgba(255, 255, 255, 0.1); }

.menu_active {
  top: 50px; }

.call_back_btn {
  background-color: #1c76a9;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  z-index: 998;
  box-shadow: 0 0 5px #000;
  border-radius: 50%;
  animation: tada  10s infinite ease-in-out; }

.utp {
  max-width: 560px;
  margin: 10px;
  text-align: center; }
  .utp img {
    margin-right: -10px; }
  .utp h1 {
    font-size: 1.9em;
    font-family: "Atlantic Cruiuse(RUS BY LYAJKA)";
    margin-bottom: 25px; }
  .utp h2 {
    font-size: 1.5em;
    font-family: "Uni Sans Heavy";
    margin-bottom: 10px; }
    .utp h2 span {
      color: #db371c; }
  .utp a {
    display: block;
    background-color: #1c76a9;
    text-decoration: none;
    color: #fff !important;
    font-size: 1.2em;
    text-align: center;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #000;
    transition: all 1s;
    cursor: pointer;
    margin-top: 20px; }
    .utp a:hover {
      box-shadow: 1px 1px 7px #000;
      color: #fff;
      text-decoration: none; }

.cources_item {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  height: 388px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  margin: 10px auto;
  border-radius: 7px; }
  .cources_item div {
    height: 388px;
    box-shadow: 1px 1px 5px #000;
    border: double 4px #fff;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a17e0c+0,d0b238+50,a17e0c+100 */
    background: #a17e0c;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(161, 126, 12, 0.8) 0%, rgba(208, 178, 56, 0.8) 50%, rgba(161, 126, 12, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(161, 126, 12, 0.8) 0%, rgba(208, 178, 56, 0.8) 50%, rgba(161, 126, 12, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(161, 126, 12, 0.8) 0%, rgba(208, 178, 56, 0.8) 50%, rgba(161, 126, 12, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a17e0c', endColorstr='#a17e0c',GradientType=1 );
    /* IE6-9 */
    cursor: pointer; }
    .cources_item div:hover a {
      margin-top: 30px; }
  .cources_item h2 {
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px; }
  .cources_item p {
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 1px; }
    .cources_item p span {
      font-size: .7em;
      text-decoration: line-through;
      color: #d1d1d1; }
  .cources_item a {
    display: block;
    width: 200px;
    border: solid 2px #fff;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 1px 1px 3px #000;
    transition: all .5s; }

ul.clear_ul {
  list-style: none !important;
  padding: 0 !important; }

.ord_butt {
  display: block;
  background-color: #1c76a9;
  text-decoration: none;
  color: #fff !important;
  font-size: 1.2em;
  text-align: center;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 1px 1px 5px #000;
  transition: all 1s;
  cursor: pointer;
  margin-bottom: 20px;
  cursor: pointer;
  border: none; }
  .ord_butt:hover {
    box-shadow: 1px 1px 7px #000;
    color: #fff;
    text-decoration: none; }

.table_th {
  font-weight: normal; }

.img_cerv {
  width: 200px;
  height: 200px;
  background-position: center center;
  margin: 10px auto;
  border-radius: 50%; }

.c_1 {
  background-image: url(../img/c_1.jpg); }

.c_2 {
  background-image: url(../img/c_2.jpg); }

.c_3 {
  background-image: url(../img/c_3.jpg); }

.c_4 {
  background-image: url(../img/c_4.jpg); }

.c_5 {
  background-image: url(../img/c_5.jpg); }

.c_6 {
  background-image: url(../img/c_6.jpg); }

.c_7 {
  background-image: url(../img/c_7.jpg); }

.c_8 {
  background-image: url(../img/c_8.jpg); }

.c_9 {
  background-image: url(../img/c_9.jpg); }

.c_10 {
  background-image: url(../img/c_10.jpg); }

.c_11 {
  background-image: url(../img/c_11.jpg); }

.c_12 {
  background-image: url(../img/c_12.jpg); }

.c_13 {
  background-image: url(../img/c_13.jpg); }

.c_14 {
  background-image: url(../img/c_14.jpg); }

.c_15 {
  background-image: url(../img/c_15.jpg); }

.c_16 {
  background-image: url(../img/c_16.jpg); }

.c__1 {
  background-image: url(../img/c__1.jpg); }
.c__2 {
  background-image: url(../img/c__2.jpg); }
.c__3 {
  background-image: url(../img/c__3.jpg); }
.c__4 {
  background-image: url(../img/c__4.jpg); }
.c__5 {
  background-image: url(../img/c__5.jpg); }
.c__6 {
  background-image: url(../img/c__6.jpg); }
.c__7 {
  background-image: url(../img/c__7.jpg); }
.c__8 {
  background-image: url(../img/c__8.jpg); }
.c__9 {
  background-image: url(../img/c__9.jpg); }

.block_white {
  padding: 20px 7px;
  margin: 10px 0; }
  .block_white h5 {
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: solid 1px #a17e0c;
    padding-bottom: 20px;
    text-align: center; }

.img_bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg_1.jpg); }

.prof_ol {
  display: flex;
  align-items: center; }
  .prof_ol li {
    margin-bottom: 20px; }

.preim {
  flex-direction: column; }
  .preim div {
    font-size: 2em;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .preim li {
    margin-bottom: 10px; }

.materials {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(../img/bg_4.jpg);
  height: 300px; }

.action {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .action a {
    margin-top: auto; }
  .action h5 {
    margin: 20px 0; }
  .action img {
    width: 69px; }

.personal {
  flex-direction: column;
  text-align: center; }
  .personal img {
    width: 180px;
    margin: 10px auto;
    border-radius: 50%; }
  .personal h5 {
    font-weight: bold; }
  .personal h6 {
    font-size: .9em;
    color: #848484; }
  .personal .comment_mast {
    position: relative;
    background: #b7e3ff;
    border-radius: .4em;
    margin-top: 25px;
    text-align: left;
    padding: 20px 10px;
    font-size: .8em; }
  .personal .comment_mast:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #b7e3ff;
    border-top: 0;
    margin-left: -20px;
    margin-top: -20px; }

.why_we {
  text-align: center; }
  .why_we h5 {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #a17e0c; }
  .why_we p {
    text-align: left; }

.vypusk_img {
  border-radius: 50%; }

.vypusk {
  display: flex;
  flex-direction: column;
  align-items: space-around; }
  .vypusk h5 {
    font-weight: bold; }
    .vypusk h5 i {
      color: red; }
  .vypusk h6 {
    font-size: .9em;
    color: #848484; }
  .vypusk p {
    margin: 0;
    padding: 20px;
    font-size: .9em; }
  .vypusk .speech-bubble {
    position: relative;
    background: #b7e3ff;
    border-radius: .4em;
    margin-top: auto; }
  .vypusk .speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-right-color: #b7e3ff;
    border-left: 0;
    border-top: 0;
    margin-top: -15.5px;
    margin-left: -31px; }

.footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../img/bg_3.jpg);
  min-height: 400px; }

.contacts {
  min-height: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a17e0c+0,d0b238+50,a17e0c+100 */ }
  .contacts ul {
    list-style: none;
    padding-left: 0;
    font-size: 1.2em; }
    .contacts ul li {
      margin-bottom: 20px; }
      .contacts ul li i {
        display: inline-block;
        width: 40px;
        text-align: center; }
      .contacts ul li a {
        color: #212529; }
  .contacts .social a {
    margin-top: 20px;
    display: inline-block;
    width: 40px;
    font-size: 1.7em;
    text-align: center;
    margin-right: 20px; }

.call_back {
  padding-top: 0; }
  .call_back img {
    border-radius: 50%; }
  .call_back .bubble {
    position: relative;
    background: #b7e3ff;
    border-radius: .4em;
    margin-top: 10px;
    text-align: left;
    padding: 20px 10px;
    font-size: .8em; }
  .call_back .bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #b7e3ff;
    border-left: 0;
    border-bottom: 0;
    margin-top: -10px;
    margin-left: -20px; }

.call_form {
  margin-top: 25px; }
  .call_form button {
    margin-top: 40px; }

.message_container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .message_container div {
    max-width: 300px;
    background-color: #fff;
    border-radius: 7px;
    padding: 20px;
    margin: 0 10px;
    position: relative;
    text-align: center; }
    .message_container div i {
      position: absolute;
      top: 10px;
      right: 10px; }
    .message_container div img {
      border-radius: 50%;
      margin: 10px; }
    .message_container div .mess_p {
      position: relative;
      background: #b7e3ff;
      border-radius: .4em;
      margin-top: 25px;
      text-align: left;
      padding: 20px 10px;
      font-size: .8em; }
    .message_container div .mess_p:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-bottom-color: #b7e3ff;
      border-top: 0;
      margin-left: -20px;
      margin-top: -20px; }

.message_container_close {
  display: none; }

.error_mass {
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: 200px;
  background-color: rgba(255, 10, 10, 0.7);
  color: #fff;
  font-size: .7em;
  padding: 5px;
  z-index: 1111111; }

.clear {
  clear: both; }

.open_courses {
  background-color: #f8f8f8;
  border: solid 2px #efefef;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px; }
  .open_courses:hover {
    text-decoration: none;
    color: #000; }
  .open_courses h5 {
    font-size: 1em;
    font-weight: bold; }
  .open_courses ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .open_courses li {
    float: left;
    margin: 0;
    font-size: .7em;
    margin-right: 10px; }
  .open_courses .but_admin {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: solid 2px #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.4em; }
    .open_courses .but_admin:hover {
      text-decoration: none; }
  .open_courses .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em; }

.dop_links {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
  font-size: .7em; }
  .dop_links li {
    float: left; }

@media (max-width: 991px) {
  .utp h2 {
    font-size: 1.1em;
    margin-bottom: 20px; }

  .utp h1 {
    font-size: 1.6em;
    margin-bottom: 10px; }

  .vypusk h5 {
    margin-top: 10px; }

  .vypusk h5, .vypusk h6 {
    text-align: center; }

  .vypusk_img {
    width: 180px; }

  .vypusk p {
    margin-left: 15px; } }
@media (max-width: 575px) {
  .call_back .bubble, .vypusk .speech-bubble {
    margin-top: 25px; }

  .call_back .bubble:after, .vypusk .speech-bubble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #b7e3ff;
    border-top: 0;
    margin-left: -20px;
    margin-top: -20px; } }
@media (max-width: 378px) {
  .menu ul a {
    font-size: .931em; } }

/*# sourceMappingURL=style.css.map */
