@charset "UTF-8";
/* переходы*/
/*************** ЦВЕТОВАЯ СХЕМА САЙТА ***********************/
#cv-sh {
  position: fixed;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none; }
  #cv-sh > div {
    width: 20%;
    height: 50px;
    color: #fff;
    border: solid thin black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/*************** ЦВЕТОВАЯ СХЕМА САЙТА ***********************/
/*************** ОБЩИЕ СТИЛИ ***********************/
html, body {
  height: 100%;
  font-family: "Roboto Condensed", sans-serif; }

body {
  z-index: 1; }
  @media (max-width: 767px) {
    body {
      padding-top: 50px; } }

#infojs {
  position: fixed;
  background: #fff;
  top: 5px;
  left: 5px;
  padding: 10px 30px;
  outline: solid thin red;
  z-index: 10000000000; }

.rf_submit {
  border-radius: 5px !important; }

.moduletable_zapis button {
  border-radius: 5px !important; }

@media (max-width: 575px) {
  ul, ol {
    padding: 0; } }
.line1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-right: dashed thin #ccc;
  border-bottom: dashed thin #ccc; }
  @media (max-width: 767px) {
    .line1 {
      width: 250px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  .line1 .romb1 {
    position: absolute;
    top: -21px;
    right: -11px; }
  .line1 .romb2 {
    position: absolute;
    bottom: -11px;
    left: -21px; }

.line2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 50%;
  border-left: dashed thin #ccc;
  border-bottom: dashed thin #ccc; }
  @media (max-width: 767px) {
    .line2 {
      display: none !important; } }
  .line2 .romb1 {
    position: absolute;
    top: -21px;
    left: -11px; }

.line3 {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  border-right: dashed thin #ccc;
  border-bottom: dashed thin #ccc; }
  @media (max-width: 767px) {
    .line3 {
      display: none !important; } }
  .line3 .romb1 {
    position: absolute;
    top: -21px;
    right: -11px; }
  .line3 .romb2 {
    position: absolute;
    bottom: -11px;
    left: -21px; }

.line4 {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 50%;
  border-right: dashed thin #ccc;
  border-bottom: dashed thin #ccc; }
  @media (max-width: 767px) {
    .line4 {
      display: none !important; } }
  .line4 .romb1 {
    position: absolute;
    top: -21px;
    right: -11px; }
  .line4 .romb2 {
    position: absolute;
    bottom: -11px;
    left: -21px; }

#map {
  height: 400px; }

#baloon {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  #baloon p {
    margin-bottom: 10px; }
    #baloon p a {
      color: #333;
      white-space: nowrap; }
    #baloon p span {
      white-space: nowrap; }
  #baloon img {
    display: block;
    margin: 0 auto; }

@media (max-width: 991px) {
  #content .container {
    width: 100% !important;
    max-width: 100% !important; } }

#content .container {
  margin-top: 40px;
  margin-bottom: 40px; }
  #content .container ul {
    list-style-type: none; }
    #content .container ul li:before {
      content: "✔";
      color: #A60C00;
      padding-right: 5px; }
  #content .container em {
    color: #A60C00; }

@media (max-width: 767px) {
  #eb {
    margin-bottom: 100px; } }
table {
  width: 100%;
  margin: 20px auto;
  border: none; }
  table tr {
    border-bottom: solid thin #eee; }
    table tr:nth-child(odd) {
      background: #F9F9F9; }
    table tr:hover {
      border-bottom: solid thin #A60C00;
      cursor: default; }
    table tr td, table tr th {
      padding: 8px 20px; }
      @media (max-width: 767px) {
        table tr td, table tr th {
          padding: 0px 5px; } }
    @media (min-width: 768px) {
      table tr td {
        padding-left: 40px; } }
    table tr th {
      font-size: 18px; }

table.contacts tr td:last-child, table.contacts tr th:last-child {
  text-align: right; }
table.contacts tr td a, table.contacts tr th a {
  color: #333;
  text-decoration: none; }
  table.contacts tr td a:hover, table.contacts tr th a:hover {
    text-decoration: underline; }
  table.contacts tr td a:nth-child(even), table.contacts tr th a:nth-child(even) {
    padding-left: 20px; }
table.contacts tr td button, table.contacts tr th button {
  background: none !important;
  padding: 0; }
table.contacts tr td .moduletable_email > div, table.contacts tr th .moduletable_email > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  table.contacts tr td .moduletable_email > div span, table.contacts tr th .moduletable_email > div span {
    font-size: 16px;
    color: #333; }
    table.contacts tr td .moduletable_email > div span:hover, table.contacts tr th .moduletable_email > div span:hover {
      text-decoration: underline; }

.page-header {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  .page-header h1, .page-header h2 {
    text-align: center;
    color: #A60C00;
    background: #fff;
    padding: 0px 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0; }
    @media (max-width: 767px) {
      .page-header h1, .page-header h2 {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .page-header:after {
      content: "";
      display: block;
      width: 100%;
      height: 9px;
      border-top: solid 3px #A60C00;
      border-bottom: solid 3px #A60C00;
      position: absolute;
      left: 0;
      top: 50%;
      z-index: 0;
      opacity: 1; } }

/*************** ОБЩИЕ СТИЛИ ***********************/
#eb .eb-toolbar__item--home-submenu {
  display: none !important; }

/*************** FIRST-LINE ***********************/
#first-line-m {
  background: #FCFCFC;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  height: 50px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  #first-line-m #logo-m {
    height: 100%; }
    #first-line-m #logo-m > div {
      height: 100%; }
      #first-line-m #logo-m > div p {
        height: 100%;
        margin: 0; }
        #first-line-m #logo-m > div p a {
          height: 100%; }
          #first-line-m #logo-m > div p a img {
            height: 40px;
            padding-left: 30px;
            padding-top: 5px; }

#first-line {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 7; }
  @media (max-width: 767px) {
    #first-line {
      display: none; } }
  @media (max-width: 991px) {
    #first-line .container {
      width: 100%;
      max-width: 100%; } }
  #first-line a {
    color: #333; }

#logo > div {
  height: 100%; }
  #logo > div p {
    margin: 0; }
    #logo > div p a img {
      height: 70px; }

#top-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#zak-zvon > div p {
  margin: 0; }
#zak-zvon > div button {
  background: none !important;
  color: #333;
  padding: 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none; }
  #zak-zvon > div button:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0%;
    height: 1px;
    border-top: 1px solid #333;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  #zak-zvon > div button:hover:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 105%;
    height: 1px;
    border-top: 1px solid #333;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }

#top-phones > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #top-phones > div p {
    margin: 0; }
    #top-phones > div p a {
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      padding-left: 20px; }
      @media (max-width: 991px) {
        #top-phones > div p a {
          font-size: 16px; } }
    @media (max-width: 900px) {
      #top-phones > div p:last-child {
        display: none; } }

/*************** FIRST-LINE ***********************/
/*************** МЕНЮ ***********************/
#menu #navigation-toggle {
  top: 5px !important;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #A60C00; }
#menu .container {
  padding: 0; }
  @media (max-width: 991px) {
    #menu .container {
      width: 100%;
      max-width: 100%; } }
#menu #gruemenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-shadow: none;
          box-shadow: none; }
  #menu #gruemenu > ul li {
    float: none !important; }
  @media (max-width: 991px) {
    #menu #gruemenu > ul li a {
      padding: 10px 5px; }
    #menu #gruemenu > ul li.has-sub.parent a {
      padding-right: 35px; } }
#menu #gruemenu a {
  color: #333;
  border: none !important;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold; }
#menu #gruemenu li a, #menu #gruemenu li.active a {
  background: none !important; }
  #menu #gruemenu li a:hover, #menu #gruemenu li.active a:hover {
    background: none !important; }
#menu #gruemenu ul.sub-menu {
  background: #fff;
  padding-top: 0 !important;
  margin-top: -5px; }
  #menu #gruemenu ul.sub-menu li {
    background: #fff !important; }
    #menu #gruemenu ul.sub-menu li a {
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px -1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px -1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
      font-size: 16px !important;
      white-space: normal;
      background: #fff !important; }
      #menu #gruemenu ul.sub-menu li a:hover {
        background: #fff !important; }
#menu #gruemenu li.has-sub.parent a::after {
  border-top-color: #A60C00 !important; }
#menu #gruemenu ul:after, #menu #gruemenu li:after {
  display: none; }
#menu #gruemenu, #menu #gruemenu ul, #menu #gruemenu ul li, #menu #gruemenu ul li a {
  z-index: 2 !important; }

/*************** МЕНЮ ***********************/
/*************** THREE-MONTH ***********************/
#three-month {
  margin-top: -137px;
  padding-top: 137px;
  background-color: #fff;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    #three-month {
      height: 100%; } }
  @media (min-width: 768px) {
    #three-month .container {
      height: 100%; } }
  @media (max-width: 991px) {
    #three-month .container {
      width: 100%;
      max-width: 100%; } }
  #three-month .container .row {
    height: 100%;
    position: relative; }
    @media (min-width: 768px) {
      #three-month .container .row {
        height: 100%; } }
    #three-month .container .row > div {
      height: 100%; }
      @media (min-width: 768px) {
        #three-month .container .row > div {
          height: 100%; } }
  #three-month #three-month-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 4; }
    @media (max-width: 767px) {
      #three-month #three-month-text-wrap {
        padding-top: 80px;
        padding-bottom: 40px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    #three-month #three-month-text-wrap .custom_three-month-text h1 {
      font-size: 55px;
      font-weight: 300;
      font-family: "Russo One", sans-serif; }
      #three-month #three-month-text-wrap .custom_three-month-text h1 em {
        font-style: normal;
        color: #FF1300; }
    #three-month #three-month-text-wrap .custom_three-month-text p {
      font-size: 20px; }
    @media (max-width: 1199px) {
      #three-month #three-month-text-wrap .custom_three-month-text h1 {
        font-size: 48px; }
      #three-month #three-month-text-wrap .custom_three-month-text p {
        font-size: 18px; } }
    @media (max-width: 991px) {
      #three-month #three-month-text-wrap .custom_three-month-text h1 {
        font-size: 36px; }
      #three-month #three-month-text-wrap .custom_three-month-text p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      #three-month #three-month-text-wrap .custom_three-month-text h1 {
        font-size: 22px; } }
  #three-month #three-month-img {
    padding-top: 30px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      #three-month #three-month-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0; } }
    @media (max-width: 767px) {
      #three-month #three-month-img {
        display: none; } }
    #three-month #three-month-img img {
      width: 100%; }
      @media (max-width: 767px) {
        #three-month #three-month-img img {
          width: 200px;
          display: block;
          margin: 0 auto; } }
  #three-month #avto {
    text-align: right;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 3; }
    @media (max-width: 991px) {
      #three-month #avto {
        margin-top: -100px; } }
    @media (max-width: 767px) {
      #three-month #avto {
        margin-top: -50px;
        text-align: center;
        position: static; } }
    @media (max-width: 575px) {
      #three-month #avto {
        display: none; } }
    #three-month #avto img {
      width: 60%; }

#bgfone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/bg/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  z-index: 2; }

/*************** THREE-MONTH ***********************/
/*************** ЧТО МЫ ПРЕДЛАГАЕМ ***********************/
#chto-my-predl {
  padding-top: 40px;
  padding-bottom: 40px; }
  #chto-my-predl .container > .row {
    position: relative; }

#cat-wrap {
  padding: 20px;
  text-align: center;
  position: relative; }
  #cat-wrap #cat-img {
    width: 80%; }
    @media (max-width: 767px) {
      #cat-wrap #cat-img {
        width: 200px;
        display: block;
        margin: 0 auto; } }

#chto-my-predl-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    #chto-my-predl-text {
      padding-top: 30px; } }
  #chto-my-predl-text h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Russo One", sans-serif; }
    @media (max-width: 575px) {
      #chto-my-predl-text h2 {
        font-size: 36px; } }
  #chto-my-predl-text ul {
    list-style-type: none; }
    #chto-my-predl-text ul li {
      font-size: 18px;
      line-height: 180%; }
      #chto-my-predl-text ul li:before {
        content: "✔";
        color: #A60C00;
        padding-right: 5px; }

@media (min-width: 768px) {
  .custom_vse-predl {
    position: absolute;
    right: 25%;
    bottom: -25px; } }
.custom_vse-predl p {
  text-align: center; }
  .custom_vse-predl p a {
    background: #A60C00;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px  25px; }
    .custom_vse-predl p a:hover {
      background: #FF4E40; }

/*************** ЧТО МЫ ПРЕДЛАГАЕМ ***********************/
/*************** СТОИМОСТЬ ***********************/
@media (min-width: 768px) {
  #stoimost {
    padding-top: 30px; } }
#stoimost .container > .row {
  position: relative; }
  #stoimost .container > .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #stoimost .container > .row > div h2 {
      font-size: 48px;
      text-transform: uppercase;
      font-family: "Russo One", sans-serif; }
      @media (max-width: 575px) {
        #stoimost .container > .row > div h2 {
          font-size: 36px; } }
    #stoimost .container > .row > div ul {
      list-style-type: none; }
      #stoimost .container > .row > div ul li {
        font-size: 18px;
        line-height: 180%; }
        #stoimost .container > .row > div ul li:before {
          content: "✔";
          color: #A60C00;
          padding-right: 5px; }
    #stoimost .container > .row > div img.bumazhnik {
      width: 100%; }
  @media (min-width: 768px) {
    #stoimost .container > .row .moduletable_zapis {
      position: absolute;
      left: 25%;
      bottom: -20px; } }

/*************** СТОИМОСТЬ ***********************/
/*************** RASP-ZAN ***********************/
#rasp-zan {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    #rasp-zan {
      padding-bottom: 20px; } }
  #rasp-zan .container > .row {
    position: relative; }
    #rasp-zan .container > .row > div {
      position: relative; }

#first-less {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    #first-less {
      display: none !important; } }
  #first-less img {
    width: 100%; }

.custom_first-less {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .custom_first-less p {
    font-size: 24px;
    margin: 0;
    font-weight: bold; }
    .custom_first-less p strong {
      font-size: 36px;
      color: #A60C00;
      text-transform: uppercase; }

#rasp-zan-zag h2 {
  font-size: 48px;
  text-align: right;
  font-family: "Russo One", sans-serif;
  padding-bottom: 20px;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    #rasp-zan-zag h2 {
      font-size: 36px; } }

#rasp-zan-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    #rasp-zan-items {
      padding-left: 16.66%;
      padding-right: 16.66%; } }
  @media (max-width: 991px) {
    #rasp-zan-items {
      padding-left: 8.33%;
      padding-right: 8.33%; } }
  @media (max-width: 767px) {
    #rasp-zan-items {
      padding-left: 0%;
      padding-right: 0%; } }
  #rasp-zan-items .row {
    width: 100%;
    margin: 0; }
    @media (max-width: 575px) {
      #rasp-zan-items .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #rasp-zan-items .row > div {
      margin-bottom: 40px; }
      @media (max-width: 575px) {
        #rasp-zan-items .row > div {
          max-width: 270px; } }
  #rasp-zan-items h3 {
    background-image: url("../img/pruzhina.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 15px;
    color: #FCFCFC;
    margin: 0; }
  #rasp-zan-items section {
    border: solid thin #ccc;
    border-top: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #rasp-zan-items ul {
    list-style-type: none;
    padding: 0; }
    #rasp-zan-items ul li {
      font-size: 1.6rem; }
  #rasp-zan-items ol {
    width: 120%;
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0; }
    #rasp-zan-items ol li {
      font-size: 12px; }
      #rasp-zan-items ol li strong {
        background: #f2f2f2;
        padding: 6px;
        color: #4c4c4c; }
      #rasp-zan-items ol li em {
        background: #f2f2f2;
        padding: 6px;
        color: #d9d9d9;
        font-style: normal; }

/*************** RASP-ZAN ***********************/
/*************** ПРАКТИКУМ ***********************/
#prakikum {
  padding-bottom: 60px; }
  #prakikum .container .row {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/praktikum.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%; }
    @media (max-width: 1199px) {
      #prakikum .container .row {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      #prakikum .container .row {
        background: none; } }

#prakikum-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px; }
  #prakikum-text h2 {
    font-size: 48px;
    font-family: "Russo One", sans-serif; }
    @media (max-width: 575px) {
      #prakikum-text h2 {
        font-size: 36px; } }
  #prakikum-text ul {
    list-style-type: none; }
    #prakikum-text ul li {
      font-size: 18px;
      line-height: 180%; }
      #prakikum-text ul li:before {
        content: "✔";
        color: #A60C00;
        padding-right: 5px; }

.custom_uznat-bolshe {
  position: absolute;
  left: 25%;
  bottom: 0;
  -webkit-transform: translate(0px, 25px);
          transform: translate(0px, 25px); }
  .custom_uznat-bolshe p {
    text-align: center; }
    .custom_uznat-bolshe p a {
      background: #A60C00;
      text-decoration: none;
      color: #fff;
      border-radius: 5px;
      padding: 10px  25px; }
      .custom_uznat-bolshe p a:hover {
        background: #FF4E40; }

/*************** ПРАКТИКУМ ***********************/
/*************** ФОТОГАЛЕРЕЯ ***********************/
.uk-modal.uk-open {
  z-index: 999999999999999999 !important;
  height: auto !important; }

.uk-overlay-icon:before {
  color: #fff; }

.uk-overlay-background {
  background: rgba(255, 255, 255, 0) !important; }

/*************** ФОТОГАЛЕРЕЯ ***********************/
/*************** ГРУППЫ ***********************/
@media (max-width: 767px) {
  #groups .container {
    width: 100%;
    max-width: 100%; } }
#groups .container .row {
  border: dotted thin #BF3A30;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px 20px; }
  @media (max-width: 767px) {
    #groups .container .row {
      max-width: 575px; } }
#groups .group_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  #groups .group_img_wrap img {
    height: 100px; }
    @media (max-width: 767px) {
      #groups .group_img_wrap img {
        height: 70px; } }
  @media (max-width: 575px) {
    #groups .group_img_wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
#groups .group_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px; }
  @media (max-width: 575px) {
    #groups .group_text_wrap {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #groups .group_text_wrap p:last-child {
    margin: 0; }
  #groups .group_text_wrap i, #groups .group_text_wrap em {
    color: #A60C00; }

/*************** ГРУППЫ ***********************/
/*************** НОВОСТИ ***********************/
#articles-grid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
  margin: 0 !important; }
  #articles-grid .article-item-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*
    		&:nth-child(odd){
    			.article-image{
    				order: 1;
    			}
    			.article-text{
    				order: 2;
    			}				
    		}
    		&:nth-child(even){
    			.article-image{
    				order: 2;
    			}
    			.article-text{
    				order: 1;
    			}				
    		}	
    */ }
    #articles-grid .article-item-wrap .article-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      #articles-grid .article-item-wrap .article-item img {
        width: 100% !important; }
      #articles-grid .article-item-wrap .article-item a {
        color: #A60C00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        overflow: hidden; }
        #articles-grid .article-item-wrap .article-item a:hover {
          opacity: 0.75; }
          #articles-grid .article-item-wrap .article-item a:hover h2 {
            text-decoration: underline; }
      #articles-grid .article-item-wrap .article-item .article-image {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
      #articles-grid .article-item-wrap .article-item .article-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        padding: 15px;
        background-color: #F2F1F1; }
        #articles-grid .article-item-wrap .article-item .article-text .date {
          font-size: 1rem; }
        #articles-grid .article-item-wrap .article-item .article-text h2 {
          font-size: 1.2rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      #articles-grid .article-item-wrap .article-image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      #articles-grid .article-item-wrap .article-text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #articles-grid .article-item-wrap:nth-child(2n) .article-image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #articles-grid .article-item-wrap:nth-child(2n) .article-text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 992px) {
      #articles-grid .article-item-wrap .article-image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      #articles-grid .article-item-wrap .article-text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #articles-grid .article-item-wrap:nth-child(3n+2) .article-image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #articles-grid .article-item-wrap:nth-child(3n+2) .article-text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

/*************** НОВОСТИ ***********************/
/*************** МОДАЛЬНОЕ ОКНО ***********************/
.modal-backdrop.fade.show {
  display: none; }

#exampleModal {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #exampleModal .control-group {
    display: block;
    width: 100%;
    padding-bottom: 10px; }
    #exampleModal .control-group input, #exampleModal .control-group textarea {
      width: 100%;
      padding: 10px; }
      #exampleModal .control-group input:focus, #exampleModal .control-group textarea:focus {
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    #exampleModal .control-group button {
      background-color: #A60C00;
      border: none !important;
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #fff;
      padding: 10px 25px !important; }
      #exampleModal .control-group button:hover {
        background-color: #FF1300; }
      #exampleModal .control-group button:focus, #exampleModal .control-group button:active {
        border: none !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }

.open-modal-window {
  cursor: pointer !important; }
  .open-modal-window:hover {
    cursor: pointer !important; }

button.open-modal-window {
  background-color: #A60C00;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  padding: 10px 25px !important; }
  button.open-modal-window:hover {
    background-color: #FF1300; }
  button.open-modal-window:focus, button.open-modal-window:active {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

/*************** МОДАЛЬНОЕ ОКНО ***********************/

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