@charset "UTF-8";
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;
  font: inherit;*/
  vertical-align: baseline; }

html, body {
  height: 100%;
  font-size: 10px; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: inherit;
  min-width: 0;
  min-height: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after,
.clearfix:before {
  display: table;
  content: ' '; }

.clearfix:after {
  clear: both; }

@font-face {
  font-family: 'segoereg';
  src: url("../fonts/segoeui.eot");
  src: url("../fonts/segoeui.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeui.woff") format("woff"), url("../fonts/segoeui.ttf") format("truetype");
  /*url('../fonts/segoeui.svg#web') format('svg')*/
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'segoebold';
  src: url("../fonts/segoeuib.eot");
  src: url("../fonts/segoeuib.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeuib.woff") format("woff"), url("../fonts/segoeuib.ttf") format("truetype");
  /*url('../fonts/segoeuib.svg#web') format('svg')*/
  font-weight: normal;
  font-style: normal; }

/* === NEW ===*/
body {
  background: #fff url(../img/bg/html_bg.png) repeat left 0;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "segoereg", Arial, Helvetica, sans-serif;
  color: #252423;
  line-height: 1;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.wrapper {
  position: relative;
  width: 100%;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto; }
  .wrapper:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eee; }

@media screen and (min-width: 981px) {
  .wrapper:before {
    width: 960px;
    left: 50%;
    margin-left: -480px; } }

.siteWidth {
  max-width: 990px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.full-width {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto; }

.full-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.hide {
  display: none; }

/* ! == HEADER == */
.header-one {
  background: #111 url("../img/bg/header_bg.png") repeat left top;
  position: relative;
  padding: 10px 0;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.4);
  z-index: 1; }

.header .row {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }

.header-logo {
  flex-basis: 210px;
  -webkit-flex-basis: 210px;
  -ms-flex-preferred-size: 210px;
  max-width: 210px; }
  .header-logo .logo {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0; }

.header-info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: right;
  /*.email {
        font-size: 1.4rem;
        color: #428890;
        display: inline-block;
        margin-top: 9px;
    }
    a.email:hover {
        color: #ccc;
    }*/ }
  .header-info .tel {
    font-weight: normal;
    font-size: 2.4rem;
    font-family: 'segoebold', sans-serif;
    color: #fff;
    position: relative;
    display: inline-block;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
  .header-info a.tel:hover {
    color: #ccc; }
  .header-info .myAddress {
    font-style: normal;
    font-size: 1.4rem;
    /*font-family: 'segoebold', sans-serif;*/
    font-family: 'segoereg', sans-serif;
    color: #fff;
    text-align: left;
    position: relative;
    padding-left: 24px;
    margin-left: 30px; }
    .header-info .myAddress:before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: 0;
      background-image: url(sprite.png);
      background-position: -76px -52px;
      width: 19px;
      height: 18px;
      margin-top: -9px; }
  .header-info .time {
    font-size: 2rem;
    font-family: 'segoereg', sans-serif;
    color: #fff;
    position: relative;
    padding-left: 25px;
    margin-left: 30px; }
    .header-info .time span {
      font-size: 2.4rem;
      font-family: 'segoebold', sans-serif; }
    .header-info .time:before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: 0;
      background-image: url(sprite.png);
      background-position: -52px -75px;
      width: 18px;
      height: 18px;
      margin-top: -6px; }

.header-second {
  background: -moz-linear-gradient(top, whitesmoke 1%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, whitesmoke 1%, #f7f7f7 100%);
  background: linear-gradient(to bottom, whitesmoke 1%, #f7f7f7 100%);
  position: relative;
  padding: 20px 0 0; }

/* ! == MAIN MENU ==*/
.main-menu {
  position: relative;
  width: 100%;
  text-align: right; }
  .main-menu li {
    display: inline-block;
    margin-left: 42px; }
    .main-menu li:first-child {
      margin-left: 0; }
    .main-menu li a, .main-menu li span {
      font-size: 1.5rem;
      /*font-family: 'segoebold', sans-serif;*/
      color: #8B8B8B;
      text-transform: uppercase;
      transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      position: relative;
      display: inline-block;
      padding-bottom: 20px; }
      .main-menu li a:after, .main-menu li span:after {
        background: #00bac6;
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        -moz-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: center center;
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease; }
      .main-menu li a:hover, .main-menu li span:hover {
        color: #00bac6; }
        .main-menu li a:hover:after, .main-menu li span:hover:after {
          transform: scaleX(1);
          -moz-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1); }
    .main-menu li.active a, .main-menu li.active span {
      color: #00bac6;
      cursor: default; }
      .main-menu li.active a:hover:after, .main-menu li.active span:hover:after {
        display: none; }

@media screen and (max-width: 960px) {
  .header-one {
    padding: 15px 0; }
  .header-logo {
    flex-basis: 150px;
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    max-width: 150px; }
  .header-info .tel {
    font-size: 2rem; }
  .header-info .myAddress {
    font-size: 1.2rem;
    margin-left: 20px; }
  .header-info .time {
    font-size: 1.6rem;
    margin-left: 20px; }
    .header-info .time span {
      font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .header-info .tel {
    font-size: 1.8rem; }
  .header-info .myAddress {
    font-size: 1rem;
    margin-left: 15px; }
  .header-info .time {
    font-size: 1.3rem;
    margin-left: 15px; }
    .header-info .time span {
      font-size: 1.6rem; }
  .header-second {
    padding: 15px 0 10px; }
  .main-menu li a, .main-menu li span {
    padding-bottom: 0; }
    .main-menu li a:after, .main-menu li span:after {
      display: none; } }

@media screen and (max-width: 680px) {
  .header-info .time {
    display: none; } }

@media screen and (max-width: 575px) {
  .header-logo {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    text-align: center;
    order: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    margin-top: 25px; }
    .header-logo .logo {
      display: inline-block;
      width: 140px; }
  .header-info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify; }
    .header-info .tel {
      order: 1;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 1;
      -ms-flex-order: 1; }
    .header-info .myAddress {
      padding-right: 10px;
      margin-left: 0; }
  .main-menu li {
    margin-left: 20px; }
    .main-menu li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 420px) {
  .header-logo {
    margin-top: 20px; }
    .header-logo .logo {
      width: 120px; }
  .header-info .tel {
    font-size: 1.6rem; }
  .header-info .myAddress {
    font-size: 0.9rem; }
  .main-menu li {
    margin-left: 10px; }
    .main-menu li a {
      font-size: 1.3rem;
      color: #333; } }

@media screen and (max-width: 360px) {
  .main-menu li {
    margin-left: 5px; }
    .main-menu li a {
      font-size: 1.2rem; } }

@media screen and (max-width: 340px) {
  .header-info .tel {
    font-size: 1.4rem; }
  .header-info .myAddress {
    font-size: 0.85rem; } }

.btn {
  background-color: #82079a;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 62px;
  line-height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #82079a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }
  .btn:hover {
    background-color: transparent; }

/* ! == BOX BANNER == */
.rejim-rab {
  position: relative;
  margin: 0 auto 0;
  font-family: 'segoebold', sans-serif;
  z-index: 1;
  /*background: url(../img/box_banner_bg.png) no-repeat center bottom;*/ }
  .rejim-rab .row {
    position: relative;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    margin: 0; }
    .rejim-rab .row:before, .rejim-rab .row:after {
      content: "";
      position: absolute;
      z-index: -2;
      bottom: 15px;
      left: 10px;
      width: 50%;
      height: 20%;
      max-width: 300px;
      /*-webkit-box-shadow:0 15px 15px rgba(0, 0, 0, 0.7);
            -moz-box-shadow:0 15px 15px rgba(0, 0, 0, 0.7);*/
      box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      transform: rotate(-1deg); }
    .rejim-rab .row:after {
      right: 10px;
      left: auto;
      -webkit-transform: rotate(1deg);
      -moz-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
      -o-transform: rotate(1deg);
      transform: rotate(1deg); }
  .rejim-rab .col {
    padding: 0; }
  .rejim-rab .rejim-rab__item .boxContent {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .rejim-rab .rejim-rab__item img {
    width: 100%;
    height: 100%; }
	
.rejim-rab__item--left {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 315px; 
  }
  .rejim-rab__item--left .boxContent {
    position: absolute;
    padding: 10px 12px; 
	}
    .rejim-rab__item--left .boxContent .bottom {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .rejim-rab__item--left .rejim-rab__tel {
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
    .rejim-rab__item--left .rejim-rab__tel:hover {
      opacity: 0.9; }
  .rejim-rab__item--left .top {
    font-size: 3.6rem;
    text-align: right; }
    .rejim-rab__item--left .top span {
      display: block;
      margin: 5px 2px 0 0;
      font-size: 2.4rem;
      text-transform: uppercase; }
.rejim-rab__item--left .rejim-rab__tel-bar {
  display: block;
  line-height: 0;
}
	  
  .rejim-rab__item--left .bottom {
    /*position: absolute;
        bottom: 10px;
        right: 15px;*/
    font-style: italic;
    font-size: 1.4rem;
    text-transform: uppercase; }
    .rejim-rab__item--left .bottom span {
      font-size: 1.6rem;
      color: #FF0000; }

.rejim-rab__item--right {
  position: relative;
  /*flex-basis: calc(100% - 315px);
    -webkit-flex-basis: calc(100% - 315px);
    -ms-flex-preferred-size: calc(100% - 315px);
    max-width: calc(100% - 315px);*/ }
  .rejim-rab__item--right .boxContent {
    background-image: url("../img/banner_2.jpg");
    /* width: 292px;
        bottom: 10px;
        right: 12px;*/
    position: relative;
    color: #f00;
    text-align: right;
    text-transform: uppercase;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 12px 25px; }
  .rejim-rab__item--right .rejim-rab__wrapp {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    /*flex-basis: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        max-width: 100%;*/ }
  .rejim-rab__item--right .phone .rejim-rab__tel {
    font-size: 3rem;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
    .rejim-rab__item--right .phone .rejim-rab__tel:hover {
      opacity: 0.8; }
  .rejim-rab__item--right .servis {
    font-size: 2.2rem;
    color: #fff;
    display: block;
    margin: 8px 0 10px;
    /*background: url(../img/servis.png) no-repeat -1px 6px;*/ }
  .rejim-rab__item--right .garant {
    position: relative;
    display: inline-block; }
    .rejim-rab__item--right .garant:before {
      background: url(../img/ico-service.png) no-repeat right center;
      position: absolute;
      display: block;
      content: "";
      width: 71px;
      height: 70px;
      top: 50%;
      left: -35px;
      margin-top: -35px; }
    .rejim-rab__item--right .garant .garant__desc {
      background: -moz-linear-gradient(top, #e6e6e6 0%, #ededed 100%);
      background: -webkit-linear-gradient(top, #e6e6e6 0%, #ededed 100%);
      background: linear-gradient(to bottom, #e6e6e6 0%, #ededed 100%);
      font-size: 1.8rem;
      padding: 5px 7px 5px 56px;
      line-height: 1.15em;
      font-family: 'segoebold', sans-serif;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 700px) {
  .rejim-rab .row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: none;
    margin: 0 -15px; }
    .rejim-rab .row:before, .rejim-rab .row:after {
      display: none; }
  .rejim-rab__item--left {
    flex-basis: 315px;
    -webkit-flex-basis: 315px;
    -ms-flex-preferred-size: 315px;
    max-width: 315px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 320px; }
   /* .rejim-rab__item--left img {
      display: none; }
.rejim-rab__item--left .rejim-rab__tel-bar img {
  display: block;
}*/
    .rejim-rab__item--left .boxContent {
      background-image: url("../img/banner_1.jpg"); }
  .rejim-rab__item--right {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    height: 250px; } }

@media screen and (max-width: 340px) {
  .rejim-rab__item--left {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    height: 320px; }
    .rejim-rab__item--left .top {
      font-size: 3rem; }
    .rejim-rab__item--left .boxContent .bottom {
      font-size: 1.1rem; } }

/* ! == PAGE CONTENT ==*/
.all-content {
  position: relative;
  padding: 30px 0 180px; }
  .all-content:before {
    background-image: url(../img/car.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 379px;
    height: 154px;
    bottom: -36px;
    left: 50%;
    margin-left: 165px;
    z-index: 1; }

/*.all-content__wrapp {
    position: relative;
    padding: 30px 0 140px;
    background: #eee;
}*/
/* !== CONTENT ==*/
.content {
  padding: 0 12px 0 0; }

.post {
  padding-right: 10px;
  color: #252423; }
  .post .post__title {
    font-weight: normal;
    font-size: 2.4rem;
    font-family: 'segoebold', sans-serif;
    color: #252423;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .post p, .post li {
    font-size: 1.8rem;
    font-family: 'segoereg', sans-serif;
    color: #252423;
    line-height: 1.2em;
    margin-bottom: 10px; }
    .post p strong, .post p b, .post li strong, .post li b {
      font-weight: normal;
      font-family: 'segoebold', sans-serif; }
  .post ul, .post ol {
    padding-left: 28px;
    margin: 21px 0; }
    .post ul li, .post ol li {
      position: relative;
      line-height: 1.1em;
      margin-bottom: 5px; }
  .post ul li {
    padding-left: 18px; }
    .post ul li:before {
      background: #252423;
      position: absolute;
      display: block;
      content: "";
      width: 8px;
      height: 8px;
      top: 6px;
      left: 0;
      border-radius: 50%; }
  .post ol {
    counter-reset: myCounter; }
    .post ol li:before {
      counter-increment: myCounter;
      content: counter(myCounter);
      display: inline-block;
      text-align: center;
      margin: 2px 7px 2px 0; }
  .post img {
    position: relative;
    /*display: block;*/
    border: 1px solid #545454;
    box-shadow: 0 2px 4px #545454;
    -moz-box-shadow: 0 2px 4px #545454;
    -webkit-box-shadow: 0 2px 4px #545454; }
  .post .table-content {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px; }
  .post table {
    width: 100%; }
    .post table td, .post table th {
      font-size: 1.8rem;
      padding: 8px 10px 8px 0;
      vertical-align: top; }
      .post table td p, .post table th p {
        margin: 0; }
    .post table tr td:last-child p, .post table tr th:last-child p {
      font-size: 1.4rem; }

.content-gallery {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .content-gallery .col {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
    margin-bottom: 20px; }
  .content-gallery .gallery-link:after {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    opacity: 0; }
  .content-gallery .gallery-link:hover:after {
    opacity: 1; }
  .content-gallery .gallery-link img {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #545454;
    box-shadow: 0 2px 4px #545454;
    -moz-box-shadow: 0 2px 4px #545454;
    -webkit-box-shadow: 0 2px 4px #545454; }

/* ! == LEFT BAR ==*/
.leftBar {
  position: relative;
  flex-basis: 345px;
  -webkit-flex-basis: 345px;
  -ms-flex-preferred-size: 345px;
  max-width: 345px; }
  .leftBar .aside-banner {
    margin-top: 20px; }

.left-menu {
  padding: 0; }
  .left-menu li {
    position: relative;
    margin-bottom: 6px; }
    .left-menu li a {
      background: #252323 url(../img/left_menu_bg.png) repeat left center;
      font-size: 1.7rem;
      font-family: 'segoebold', sans-serif;
      color: #bababa;
      text-transform: uppercase;
      border-radius: 7px;
      height: 35px;
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      padding: 0 11px;
      transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
      .left-menu li a:hover {
        color: #00bac6; }
  .left-menu .styleLink a {
    font-size: 1.2rem; }

.aside-diploma {
  margin-top: 20px; }

.diploma-gallery {
  margin-right: -5px;
  margin-left: -5px; }
  .diploma-gallery .gallery-item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; }

.gallery-item .gallery-link {
  position: relative;
  display: block;
  overflow: hidden; }
  .gallery-item .gallery-link img {
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease; }
  .gallery-item .gallery-link:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); }

.button-menu {
  background-color: transparent;
  position: relative;
  display: block;
  width: 100%;
  height: 21px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
  text-align: center;
  padding: 0;
  z-index: 5;
  /* .menu-fader
     {
         font-weight: 300;
         font-size:  1.8rem;
         font-family: 'Roboto Condensed', sans-serif;
         color: #fff;
         text-transform: uppercase;
         vertical-align: middle;
         margin-right: 13px;
         display: none;
     }*/ }
  .button-menu span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    width: 100%;
    background-color: #252423;
    backface-visibility: hidden; }
    .button-menu span:before, .button-menu span:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #252423;
      content: '';
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      backface-visibility: hidden; }
    .button-menu span:before {
      transform: translate3d(0, -180%, 0);
      -moz--transform: translate3d(0, -180%, 0);
      -webkit-transform: translate3d(0, -180%, 0);
      -ms-transform: translate3d(0, -180%, 0);
      -o-transform: translate3d(0, -180%, 0); }
    .button-menu span:after {
      transform: translate3d(0, 180%, 0);
      -ms-transform: translate3d(0, 180%, 0);
      -webkit-transform: translate3d(0, 180%, 0);
      -moz-transform: translate3d(0, 180%, 0);
      -o-transform: translate3d(0, 180%, 0); }

.button-menu.active span {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }
  .button-menu.active span:before {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  .button-menu.active span:after {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg); }

.close-menu {
  display: none; }
.leftBar .rejim-rab__item--left .boxContent {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

@media screen and (max-width: 1120px) {
  .all-content:before {
    left: auto;
    margin-left: 0;
    right: 15px; } }

@media screen and (min-width: 768px) {
  .leftBar {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; } }

@media screen and (min-width: 768px) and (max-width: 880px) {
  .leftBar {
    max-width: 300px; }
  .left-menu li a {
    font-size: 1.2rem; }
  .post {
    font-size: 1.6rem; }
    .post .post__title {
      font-size: 2rem;
      text-align: left; }
    .post p, .post li {
      font-size: 1.6rem; }
    .post table td, .post table th {
      font-size: 1.4rem; } 
	.leftBar .rejim-rab__item--left .top {
	    font-size: 3rem;
	}
	.leftBar .rejim-rab__item--left .boxContent .bottom {
	    font-size: 1.1rem;
	}
}

@media screen and (max-width: 767px) {
  .all-content__row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .content {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    padding-left: 15px;
    margin-bottom: 35px; }
  .box-button-menu {
    display: block;
    max-width: 65px; }
  .box-main-menu {
    background-color: rgba(25, 25, 25, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 0 20px;
    margin: 0;
    width: 300px;
    height: 100%;
    text-align: left;
    z-index: 999;
    -webkit-transform: translateX(-550px);
    -moz-transform: translateX(-550px);
    -ms-transform: translateX(-550px);
    -o-transform: translateX(-550px);
    transform: translateX(-550px);
    transition: .7s; }
  .box-main-menu.open {
    overflow: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .left-menu {
    display: block;
    padding: 0 20px; }
    .left-menu li {
      display: block;
      padding: 0;
      border-bottom: 1px dotted #ddd;
      margin: 0; }
      .left-menu li a {
        display: inline-block;
        font-size: 1.4rem;
        color: #ddd;
        text-transform: none;
        height: auto;
        padding: 8px 0px;
        line-height: 1.1em; }
  .close-menu {
    font-weight: 300;
    color: #ccc;
    display: block;
    font-size: 26px;
    position: absolute;
    right: 15px;
    top: 15px; } }

@media screen and (max-width: 640px) {
  .all-content {
    padding-bottom: 80px; }
    .all-content:before {
      background-image: url(../img/car-2.png);
      width: 200px;
      height: 81px;
      margin-bottom: 17px; } }

@media screen and (max-width: 575px) {
  .post table td, .post table th {
    font-size: 1.4rem; }
  .post table tr td:first-child, .post table tr th:first-child, .post table tr td:last-child, .post table tr th:last-child {
    width: 110px; } }

@media screen and (max-width: 460px) {
  .content {
    margin-bottom: 15px; }
  .post .post__title {
    font-size: 2rem; }
  .post ul, .post ol {
    padding-left: 0; }
  .post p, .post li {
    font-size: 1.5rem; }
  .post ul li:before {
    top: 5px; }
  .post .table-content {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px; }
  .post table {
    width: 420px; }
    .post table td, .post table th {
      font-size: 1.2rem; }
    .post table tr td:first-child, .post table tr th:first-child, .post table tr td:last-child, .post table tr th:last-child {
      width: 100px; }
  .content-gallery {
    margin: 0 -5px; }
    .content-gallery .col {
      padding: 0 5px; } }

@media screen and (max-width: 420px) {
  .post .post__title {
    font-size: 1.8rem;
    text-align: left; }
  .post p, .post li {
    font-size: 1.4rem; }
  .post ul li:before {
    top: 4px; }
  .post .table-content {
    margin-top: 10px; } }
@media screen and (max-width: 340px) {
    .leftBar .rejim-rab__item--left {
    	height: auto;
    }
	.leftBar .rejim-rab__item--left .boxContent .bottom {
		width: 100%;
	}	
}

/*--- MY FOOTER ---*/
.footer {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  color: #d5d5d5;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto; }
  .footer .row {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .footer a {
    color: #d5d5d5;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
    .footer a:hover {
      color: #fff; }

.footer-one {
  background: #4f4f4f;
  padding: 26px 0; }
  .footer-one .icon-style {
    position: relative;
    padding-left: 45px; }
    .footer-one .icon-style:before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: 0;
      margin-top: -18px; }
  .footer-one .myAddress:before {
    background-image: url(sprite.png);
    background-position: 0px -38px;
    width: 37px;
    height: 36px; }
  .footer-one .phone {
    font-size: 1.5rem; }
    .footer-one .phone:before {
      background-image: url(sprite.png);
      background-position: -38px 0px;
      width: 37px;
      height: 37px; }
  .footer-one .time:before {
    background-image: url(sprite.png);
    background-position: -38px -38px;
    width: 37px;
    height: 36px; }
  .footer-one .email:before {
    background-image: url(sprite.png);
    background-position: 0px 0px;
    width: 37px;
    height: 37px; }

.footer-one__first {
  flex-basis: 275px;
  -webkit-flex-basis: 275px;
  -ms-flex-preferred-size: 275px;
  max-width: 275px; }

.footer-one__last {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }

.footer-phone {
  padding-left: 30px; }

.copy br {
  display: none; }

.footer-second {
  background-color: #111010;
  background-image: url(../img/footer_bg.png);
  background-repeat: repeat-x;
  border-top: 1px solid #9ea1a1;
  overflow: hidden; }
  .footer-second .row {
    position: relative;
    height: 54px; }
    .footer-second .row:before {
      background-image: url(../img/car-footer.png);
      position: absolute;
      display: block;
      content: "";
      width: 250px;
      height: 54px;
      bottom: 0;
      left: 15px; }

.footer-menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }

.footer-nav {
  text-align: right;
  margin-right: 20px; }
  .footer-nav a {
    font-size: 1.2rem;
    font-family: 'segoebold', sans-serif;
    color: #c1c1c1;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px; }
    .footer-nav a:first-child {
      margin-left: 0; }
.footer-nav li {display: inline-block;margin-left: 20px}
.footer-nav li:first-child {margin-left: 0;}

.backtotop {
  background: #04B4C0;
  position: relative;
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  /*background: url(../img/arrow_top.png) no-repeat center center*/ }
  .backtotop:before {
    content: "";
    position: absolute;
    /* Абсолютное позиционирование */
    display: block;
    left: 10px;
    bottom: 15px;
    border: 9px solid transparent;
    /* Прозрачные границы */
    border-bottom: 10px solid #fff;
    /* Добавляем тре  */
    z-index: 1; }
  .backtotop:hover {
    background: #0496c0; }

@media screen and (max-width: 880px) {
  .footer-one {
    padding: 26px 0;
    font-size: 1.3rem; }
    .footer-one .icon-style {
      position: relative;
      padding-left: 35px; }
      .footer-one .icon-style:before {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        left: 0;
        margin-top: -12px; }
    .footer-one .myAddress:before {
      background-image: url(sprite.png);
      background-position: 0px -75px;
      width: 25px;
      height: 24px; }
    .footer-one .phone {
      font-size: 1.3rem; }
      .footer-one .phone:before {
        background-image: url(sprite.png);
        background-position: -76px -26px;
        width: 25px;
        height: 25px; }
    .footer-one .time:before {
      background-image: url(sprite.png);
      background-position: -26px -75px;
      width: 25px;
      height: 24px; }
    .footer-one .email:before {
      background-image: url(sprite.png);
      background-position: -76px 0px;
      width: 25px;
      height: 25px; }
  .footer-phone {
    padding-left: 0; }
  .footer-one__first {
    flex-basis: 255px;
    -webkit-flex-basis: 255px;
    -ms-flex-preferred-size: 255px;
    max-width: 255px; } }

@media screen and (max-width: 767px) {
  .footer-one .time {
    display: none; }
  .footer-one__last {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .footer-email {
    padding-left: 20px; } }

@media screen and (max-width: 640px) {
  .footer-one {
    padding: 20px 0; }
  .footer-one__first {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    .footer-one__first .myAddress {
      display: inline-block;
      text-align: left;
      /*br {
                display: none;
            }*/ }
  .footer-one__last {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /*.footer-phone {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }*/
  .footer-nav {
    display: none; }
  .footer-menu {
    flex-basis: 70px;
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    max-width: 70px; } }

@media screen and (max-width: 380px) {
  .footer-one .icon-style {
    padding-left: 0; }
    .footer-one .icon-style:before {
      display: none; }
  .footer-one__first {
    margin-bottom: 15px; }
    .footer-one__first .myAddress {
      text-align: center; }
  .footer-second .row:before {
    display: none; } }

@media screen and (max-width: 360px) {
  .copy br {
    display: block; } }
