@font-face {
  font-family: "PTSans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/PTSans/ptsans.eot");
  src: url("../fonts/PTSans/ptsans.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans/ptsans.woff") format("woff"), url("../fonts/PTSans/ptsans.ttf") format("truetype"); }

@font-face {
  font-family: "PTSans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/PTSans/ptsansbold.eot");
  src: url("../fonts/PTSans/ptsansbold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans/ptsansbold.woff") format("woff"), url("../fonts/PTSans/ptsansbold.ttf") format("truetype"); }

@font-face {
  font-family: "PTSans";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/PTSans/ptsansitalic.eot");
  src: url("../fonts/PTSans/ptsansitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans/ptsansitalic.woff") format("woff"), url("../fonts/PTSans/ptsansitalic.ttf") format("truetype"); }

@font-face {
  font-family: "PTSans";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/PTSans/ptsansbolditalic.eot");
  src: url("../fonts/PTSans/ptsansbolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans/ptsansbolditalic.woff") format("woff"), url("../fonts/PTSans/ptsansbolditalic.ttf") format("truetype"); }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%; }

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.35;
  font-family: "PTSans", sans-serif;
  overflow-x: hidden;
  opacity: 1; }

h1, h2 {
  color: #444343;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  position: relative;
  margin-bottom: 75px; }
  h1:after, h2:after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: -webkit-calc(50% - 85px);
    left: calc(50% - 85px);
    width: 0;
    height: 5px;
    background-color: #0071A0;
    display: block; }

h3 {
  font-size: 24px;
  font-weight: normal; }

p {
  color: #04192b;
  font-size: 18px; }

@-webkit-keyframes title_anumation {
  from {
    width: 0; }
  to {
    width: 170px; } }

@keyframes title_anumation {
  from {
    width: 0; }
  to {
    width: 170px; } }

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes bg_zoom {
  0% {
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }
  100% {
    -webkit-background-size: auto 110%;
            background-size: auto 110%; } }

@keyframes bg_zoom {
  0% {
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }
  100% {
    -webkit-background-size: auto 110%;
            background-size: auto 110%; } }

.title_anumation.animate:after {
  -webkit-animation: title_anumation 1s forwards;
          animation: title_anumation 1s forwards; }

.scale.animate {
  -webkit-animation: scale 1s forwards;
          animation: scale 1s forwards; }

.pulse.animate {
  -webkit-animation: pulse 1s forwards;
          animation: pulse 1s forwards; }

.toggle-mnu {
  display: block;
  width: 100%;
  height: 30px;
  float: left;
  margin: 20px 15px 20px;
  cursor: pointer;
  font-size: 14px; }
  .toggle-mnu, .toggle-mnu:hover {
    color: #7E7E7E;
    text-decoration: none; }
  .toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px; }
  .toggle-mnu span:after {
    top: 22px; }
  .toggle-mnu span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
  .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 35px;
    height: 4px;
    background-color: #7E7E7E;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  .toggle-mnu.on span {
    background-color: transparent; }
  .toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
        -ms-transform: rotate(45deg) translate(-1px, 0px);
            transform: rotate(45deg) translate(-1px, 0px);
    background-color: #fff; }
  .toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
        -ms-transform: rotate(-45deg) translate(8px, -8px);
            transform: rotate(-45deg) translate(8px, -8px);
    background-color: #fff; }

.icon_left p, .icon_left div:first-child a {
  position: relative;
  padding-left: 25px; }
  .icon_left p:before, .icon_left div:first-child a:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px; }

.icon_left.man p:before, .icon_left.man div:first-child a:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="19px"> <path fill-rule="evenodd"  fill="rgb(0, 113, 160)" d="M12.973,9.946 L11.966,16.876 C11.790,18.084 10.763,18.995 9.578,18.995 L3.422,18.995 C2.237,18.995 1.210,18.084 1.034,16.876 L0.027,9.946 C-0.077,9.228 0.127,8.502 0.587,7.952 C1.046,7.404 1.712,7.089 2.414,7.089 L2.553,7.089 L5.120,15.115 L7.880,15.115 L10.447,7.089 L10.585,7.089 C11.288,7.089 11.954,7.404 12.413,7.952 C12.873,8.502 13.077,9.228 12.973,9.946 ZM6.500,9.096 C4.063,9.096 2.080,7.056 2.080,4.548 C2.080,2.040 4.063,-0.000 6.500,-0.000 C8.937,-0.000 10.920,2.040 10.920,4.548 C10.920,7.056 8.937,9.096 6.500,9.096 ZM6.500,13.011 L5.247,9.096 L6.500,9.096 L7.753,9.096 L6.500,13.011 Z"/></svg>'); }

.icon_left.map p:before, .icon_left.map div:first-child a:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="19px"><path fill-rule="evenodd"  fill="rgb(0, 113, 160)" d="M11.098,1.948 C9.870,0.692 8.238,-0.000 6.501,-0.000 C4.764,-0.000 3.132,0.692 1.904,1.948 C-0.368,4.274 -0.651,8.648 1.292,11.299 L6.501,18.997 L11.702,11.310 C13.653,8.648 13.371,4.274 11.098,1.948 ZM6.561,9.020 C5.253,9.020 4.188,7.930 4.188,6.592 C4.188,5.253 5.253,4.163 6.561,4.163 C7.870,4.163 8.934,5.253 8.934,6.592 C8.934,7.930 7.870,9.020 6.561,9.020 Z"/></svg>'); }

.icon_left.phone p:before, .icon_left.phone div:first-child a:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="19px"><path fill-rule="evenodd"  fill="rgb(0, 113, 160)" d="M18.657,15.028 L15.722,12.087 C15.138,11.504 14.170,11.522 13.565,12.128 L12.086,13.609 C11.993,13.556 11.896,13.503 11.794,13.446 C10.861,12.927 9.582,12.217 8.238,10.869 C6.889,9.518 6.179,8.235 5.660,7.299 C5.605,7.200 5.553,7.104 5.501,7.014 L6.493,6.021 L6.981,5.531 C7.587,4.924 7.604,3.954 7.021,3.369 L4.085,0.429 C3.502,-0.156 2.534,-0.138 1.928,0.469 L1.101,1.303 L1.123,1.325 C0.846,1.680 0.614,2.089 0.442,2.530 C0.283,2.950 0.183,3.350 0.138,3.751 C-0.249,6.971 1.219,9.912 5.203,13.904 C10.711,19.422 15.150,19.005 15.341,18.985 C15.758,18.934 16.158,18.835 16.564,18.677 C17.001,18.506 17.409,18.274 17.762,17.997 L17.780,18.013 L18.618,17.191 C19.223,16.584 19.240,15.613 18.657,15.028 Z"/></svg>'); }

a.button, button {
  background-color: #0071A0;
  text-transform: uppercase;
  border: 5px  solid #fff;
  font-size: 36px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  max-width: 100%; }

section {
  background-color: #fff; }

.parallax-window {
  background-color: transparent; }

header .top-line {
  background-image: url("../img/head_bg.png");
  padding-bottom: 7px; }
  header .top-line .logo {
    margin-top: 15px;
    width: 100%; }
    header .top-line .logo img {
      max-width: 100%; }
  header .top-line .title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: right; }
    header .top-line .title p {
      color: #434141;
      text-align: left;
      display: inline-block; }
    header .top-line .title span {
      display: block;
      opacity: .3; }
  header .top-line .addr p {
    color: #444343; }
  header .top-line .phones {
    text-align: right;
    margin-top: 18px; }
    header .top-line .phones > a {
      font-size: 14px;
      color: #62605e;
      text-decoration: underline;
      display: inline-block;
      vertical-align: top; }
    header .top-line .phones .phone a {
      color: #0071a0;
      text-decoration: none;
      font-weight: bold; }

header .main-menu {
  background: -webkit-gradient(linear, left bottom, left top, from(#E2E9EA), to(#FEFEFE));
  background: -webkit-linear-gradient(bottom, #E2E9EA, #FEFEFE);
  background: -o-linear-gradient(bottom, #E2E9EA, #FEFEFE);
  background: linear-gradient(to top, #E2E9EA, #FEFEFE);
  border-top: 1px solid #D4DCDF;
  border-bottom: 5px solid #0071A0; }
  header .main-menu .column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  header .main-menu.on .container {
    background-color: #383636; }
  header .main-menu .sf-menu {
    margin: 0;
    font-size: 14px; }
    header .main-menu .sf-menu a {
      border: none;
      color: #62605e; }
    header .main-menu .sf-menu > li {
      background-color: transparent;
      height: 50px;
      line-height: 45px;
      white-space: normal;
      border-left: 1px solid #F3F5F6;
      border-right: 1px solid #DDE3E6; }
      header .main-menu .sf-menu > li.selected{background-color: #383636;  border-left: 1px solid #383636;}
      header .main-menu .sf-menu > li.selected a{color: #fff;}
      header .main-menu .sf-menu > li a {
        padding: 0px 35px;
        line-height: 1.3;
        vertical-align: middle;
        display: inline-block; }
      header .main-menu .sf-menu > li:hover, header .main-menu .sf-menu > li.sfHover {
        background-color: #383636;
        border-left: 1px solid #383636; }
        header .main-menu .sf-menu > li:hover:after, header .main-menu .sf-menu > li.sfHover:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #747373; }
        header .main-menu .sf-menu > li:hover a, header .main-menu .sf-menu > li.sfHover a {
          color: #fff; }
      header .main-menu .sf-menu > li:first-child {
        border-left: none; }
      header .main-menu .sf-menu > li:last-child {
        border-right: none; }
    header .main-menu .sf-menu ul {
      min-width: 400px;
      background-color: #2E2C2C;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 10px 20px 10px 45px; }
      header .main-menu .sf-menu ul li {
        background-color: #2E2C2C;
        line-height: 1;
        padding: 10px;
        white-space: normal;
        max-width: 180px;
        border-bottom: 1px solid #413F3F; }
        header .main-menu .sf-menu ul li:hover > a, header .main-menu .sf-menu ul li.sfHover > a {
          font-weight: bold; }
        header .main-menu .sf-menu ul li:before {
          content: '';
          position: absolute;
          top: -webkit-calc(50% - 1.5px);
          top: calc(50% - 1.5px);
          left: 3px;
          height: 3px;
          width: 3px;
          -webkit-border-radius: 1.5px;
                  border-radius: 1.5px;
          background-color: #fff; }
        header .main-menu .sf-menu ul li a {
          padding: 0;
          width: 100%; }
      header .main-menu .sf-menu ul a {
        line-height: 1;
        color: #e2e2e2; }

section.slider {
  text-align: center;
  position: relative;
  color: #fff;
  min-height: 500px; }
  section.slider .slide {
    padding: 85px 0 175px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 3; }
    section.slider .slide:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #051421;
      opacity: 0.7;
      z-index: -1; }
  section.slider .title {
    font-size: 60px;
    text-transform: uppercase;
    padding: 0 110px;
    line-height: 1.07; }
  section.slider .sub_title {
    font-size: 36px;
    margin-bottom: 60px; }
  section.slider p {
    font-size: 24px;
    color: #fff; }
  section.slider a {
    padding: 10px 65px;
    margin-top: 10px; }
  section.slider .owl-nav {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    height: 0;
    color: #2a456e;
    font-size: 40px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    section.slider .owl-nav .owl-prev {
      margin-top: 260px;
      float: left; }
    section.slider .owl-nav .owl-next {
      float: right;
      margin-top: 260px; }
  section.slider .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7); }
    section.slider .bottom .item {
      display: inline-block;
      padding: 0 60px;
      border-bottom: 5px solid transparent;
      line-height: 85px;
      margin: 0 15px;
      -webkit-transition: border-color .3s ease;
      -o-transition: border-color .3s ease;
      transition: border-color .3s ease; }
      section.slider .bottom .item:hover img {
        -webkit-animation: zoom 0.5s forwards;
                animation: zoom 0.5s forwards; }
      section.slider .bottom .item.active {
        border-color: #007EB1; }
      section.slider .bottom .item img {
        max-height: 44px;
        max-width: 59px;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
      section.slider .bottom .item a {
        padding: 0;
        line-height: 1.5;
        color: #fff;
        text-decoration: underline;
        margin-left: 17px;
        font-style: italic; }

section.services {
  text-align: center;
  padding: 25px 0 105px; }
  section.services .item {
    height: 245px;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 25px 0;
    position: relative;
    z-index: 3;
    padding: 50px 20px 20px; }
    section.services .item:hover {
      -webkit-animation: bg_zoom 0.5s forwards;
              animation: bg_zoom 0.5s forwards; }
    section.services .item img {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    section.services .item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: 0.6;
      z-index: -1; }
    section.services .item a {
      color: #fff;
      text-decoration: none; }
    section.services .item h3 {
      line-height: 1.1;
      margin: 12px 0; }

section.registration {
  position: relative;
  padding-top: 17px;
  z-index: 3; }
  section.registration:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002444;
    opacity: 0.6;
    z-index: -1; }
  section.registration p {
    color: #fff;
    margin: 41px 0;
    font-size: 24px; }
  section.registration a.button {
    padding: 10px 35px;
    margin-top: 100px; }
  section.registration a {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: none; }
    section.registration a:nth-child(1) {
      float: left; }
    section.registration a:nth-child(2) {
      float: right; }

section.advantages {
  text-align: center;
  padding-bottom: 100px; }
  section.advantages .item {
    margin: 10px 0 60px; }
    section.advantages .item:hover img {
      -webkit-animation: zoom 0.5s forwards;
              animation: zoom 0.5s forwards; }
  section.advantages .img-wrap {
    height: 126px;
    width: 126px;
    -webkit-border-radius: 63px;
            border-radius: 63px;
    border: 3px solid #0071A0;
    text-align: center;
    line-height: 120px;
    display: inline-block; }
  section.advantages .text {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle;
    line-height: 1.25;
    margin-left: 15px;
    color: #444343;
    text-align: left; }
    section.advantages .text h3, section.advantages .text p {
      margin: 0; }

section.whom {
  position: relative;
  z-index: 3;
  padding-bottom: 100px;
  text-align: center; }
  section.whom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002230 url("../img/whom_pattern.png");
    opacity: 0.4;
    z-index: -1; }
  section.whom h2 {
    color: #fff; }
    section.whom h2:after {
      background-color: #fff; }
  section.whom .items {
    margin-top: 150px; }
  section.whom .item {
    background-color: #fff;
    -webkit-border-radius: 18px;
            border-radius: 18px;
    padding: 80px 40px 40px;
    position: relative; }
    section.whom .item h3 {
      font-weight: bold;
      text-transform: uppercase;
      color: #444343;
      margin-bottom: 18px; }
    section.whom .item .price {
      color: #0071A0;
      font-size: 20px;
      font-style: italic;
      text-decoration: none; }
    section.whom .item ul {
      padding: 0;
      margin: 28px 0 0 0; }
      section.whom .item ul li {
        list-style-type: none;
        line-height: 1.2;
        margin: 11px 0;
        color: #444343; }
        section.whom .item ul li:before {
          content: '';
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          height: 8px;
          width: 8px;
          border: 1px solid #0071A0;
          display: inline-block;
          margin-right: 4px;
          margin-bottom: 2px; }
    section.whom .item a.button {
      padding: 15px 48px;
      margin-top: 10px; }
    section.whom .item .icon {
      position: absolute;
      top: 0;
      left: 50%;
      height: 140px;
      width: 140px;
      line-height: 136px;
      -webkit-border-radius: 70px;
              border-radius: 70px;
      border: 2px solid #fff;
      background-color: #0071A0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      section.whom .item .icon img {
        max-width: 100px;
        max-height: 80px; }

section.review {
  padding: 75px 0;
  margin-bottom: 55px; }
  section.review p, section.review h3 {
    color: #444343; }
  section.review h3 {
    font-style: italic;
    margin: 0; }
  section.review .date {
    margin-bottom: 37px;
    color: #b5b5b5; }
  section.review p {
    border-top: 3px solid #dedede;
    padding: 9px 0; }
  section.review .slide {
    position: relative;
    height: 250px;
    padding: 0 85px; }
  section.review .owl-nav {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    height: 0;
    color: #2a456e;
    font-size: 40px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%; }
    section.review .owl-nav svg path {
      -webkit-transition: fill .2s ease;
      -o-transition: fill .2s ease;
      transition: fill .2s ease; }
    section.review .owl-nav .owl-prev {
      margin-top: 60px;
      float: left; }
      section.review .owl-nav .owl-prev:hover svg path {
        fill: #0071A0; }
    section.review .owl-nav .owl-next {
      float: right;
      margin-top: 60px; }
      section.review .owl-nav .owl-next:hover svg path {
        fill: #0071A0; }
section.director {
  color: #474849;
  margin: 45px 0; }
  section.director .phone, section.director .mail {
    margin-top: 65px;
    color: #444343;
    font-weight: bold; }
    section.director .phone a, section.director .mail a {
      text-decoration: none;
      color: #444343; }
  section.director .logo {
    margin: 15px 0; }
  section.director p {
    color: #40709d;
    margin: 12px 0;
    font-weight: bold; }
  section.director .container {
    background: url("../img/director_bg.jpg");
    -webkit-background-size: cover;
            background-size: cover;
    position: relative; }
  section.director .img-wrap {
    text-align: left;
    padding-top: 15px;
    margin: 0 -15px;
    width: 100%; }
    section.director .img-wrap img {
      max-width: 100%;
      line-height: 100%;
      vertical-align: bottom; }
  section.director a.button {
    padding: 9px 35px;
    margin: 10px; }
  section.director .director_link {
    font-style: italic;
    display: inline-block;
    margin-right: 110px;
    vertical-align: middle;
    color: #444343; }
    section.director .director_link a {
      display: block;
      font-style: normal;
      font-weight: bold;
      color: #444343;
      text-decoration: none; }
  section.director a.button {
    vertical-align: middle; }
  section.director ul {
    padding: 0;
    margin: 25px 0 28px;
    color: #474849;
    font-weight: bold; }
    section.director ul li {
      list-style-type: none;
      line-height: 1.2;
      color: #474849;
      font-size: 22px;
      margin: 10px 0; }

section.partners {
  text-align: center;
  padding: 10px 0 50px; }
  section.partners .items {
    margin: 0 -10px; }
  section.partners img {
    max-width: 340px;
    max-height: 170px;
    margin: 8px 16px; }

footer {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff; }
  footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00122b;
    opacity: 0.7;
    z-index: -1; }
  footer .top {
    line-height: 60px;
    background-color: rgba(22, 51, 75, 0.7);
    margin-bottom: 45px; }
    footer .top p {
      display: inline-block;
      margin: 0;
      color: #fff; }
      footer .top p:before {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
    footer .top a {
      color: #fff;
      text-decoration: none;
      display: inline-block; }
      footer .top a:before {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
  footer .sub_title {
    font-size: 20px; }
  footer .title {
    text-transform: uppercase;
    font-size: 30px; }
  footer .bottom {
    margin-top: 75px;
    line-height: 50px;
    background-color: rgba(0, 37, 69, 0.9);
    border-bottom: 1px solid #6A7E91; }
    footer .bottom ul {
      padding: 0;
      margin: 0; }
    footer .bottom li {
      margin: 0 40px;
      display: inline-block;
      font-size: 14px;
      border-bottom: 4px solid transparent;
      -webkit-transition: border-color .3s ease;
      -o-transition: border-color .3s ease;
      transition: border-color .3s ease; }
      footer .bottom li a {
        color: #fff;
        text-decoration: none;
        display: inline-block; }
      footer .bottom li.active {
        border-color: #007EB1; }
  footer form {
    margin-top: 45px; }
    footer form input {
      width: 600px;
      max-width: 100%;
      display: block;
      margin: 30px auto;
      border: none;
      padding: 20px 35px;
      font-size: 14px;
      color: #444343; }
    footer form button {
      padding: 10px 18px;
      margin-top: 30px; }
  footer .main_footer {
    background-color: rgba(0, 37, 69, 0.9);
    padding-top: 18px;
    font-size: 14px; }
    footer .main_footer p {
      opacity: 0.3;
      color: #fff;
      font-size: 14px; }
  footer .left {
    text-align: left; }
    footer .left .logo {
      width: 130px;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 18px; }
      footer .left .logo img {
        max-width: 100%; }
    footer .left .copyright {
      display: inline-block;
      vertical-align: bottom; }
  footer .right {
    text-align: right; }
    footer .right .text {
      display: inline-block;
      margin: 0 10px; }
    footer .right .logo {
      display: inline-block;
      line-height: 60px; }
    footer .right a {
      color: #fff;
      text-decoration: underline; }

article {
  margin-top: 35px;
  margin-bottom:20px;
  padding: 20px 0;
  background-color: #fff; }
  article .fbox {
    max-width: 100%; }
  article  img:not(.fbox) {
    max-width: 100%;
    margin: 200px 0; }
  article .table_wrapper {
    max-width: 100%;
    overflow-x: auto; }
  article table {
    min-width: 100%;
    margin: 40px 0 50px; }
    article table thead {
      border-bottom: 1px solid #D2D2D2; }
    article table th, article table td {
      padding: 9px 13px;
      min-width: 10em; }
    article table td {
      color: #2b3743; }
    article table th {
      text-align: left;
      color: #acacac;
      font-weight: normal; }
    article table tr:nth-child(2n) td {
      background-color: #F3F3F3; }
  article p a, article p a:hover, article p a:active, article p a:focus {
    color: #0071A0;
    text-decoration: underline;
    font-weight: bold; }
  article ul {
    padding: 0;
    color: #04192b; }
    article ul li {
      list-style-type: none;
      padding-left: 25px;
      color: #868686;
      margin: 8px 0; }
      article ul li:before {
        content: '';
        height: 5px;
        width: 5px;
        -webkit-border-radius: 2.5px;
                border-radius: 2.5px;
        background-color: #0071A0;
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 4px; }
  article ol {
    padding: 0;
    color: #04192b;
    list-style-type: none;
    counter-reset: item; }
    article ol li {
      color: #2b3743;
      margin: 8px 0; }
      article ol li:before {
        counter-increment: item;
        content: counter(item);
        height: 24px;
        width: 24px;
        -webkit-border-radius: 12px;
                border-radius: 12px;
        background-color: #D2D2D2;
        display: inline-block;
        text-align: center;
        color: #fff;
        margin-right: 8px; }
  article .info {
    padding: 35px 70px 35px 170px;
    background-color: #EAEAEA;
    color:#000!important;
    position: relative;
    font-size: 24px; }
    article .info:before {
      content: '';
      position: absolute;
      left: 40px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      height: 101px;
      width: 83px;
      background-image: url("../img/info.svg");
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat; }

.fbox_form {
  display: none;
  text-align: center;
  max-width: 100%;
  padding: 40px;
  background-color: #F4F4F4;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  .fbox_form .fbox_caption {
    font-size: 24px; }
  .fbox_form input {
    width: 290px;
    max-width: 100%;
    display: block;
    margin: 30px auto;
    border: 2px solid #CCCCCC;
    padding: 18px 30px;
    font-size: 14px;
    color: #444343;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .fbox_form button {
    padding: 10px 18px;
    margin-top: 10px;
    font-size: 24px; }

.fixedmenu {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 999;
  min-width: 320px; }

.totop {
  background-image: url("../img/totop.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 85px;
  position: fixed;
  right: 20px;
  width: 78px;
  z-index: 999; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  header .main-menu .sf-menu > li a {
    padding: 0 20px; }
  section.slider .bottom .item {
    padding: 0 40px;
    margin: 0 15px; }
  section.registration a:nth-child(2), section.registration a:nth-child(1) {
    float: none;
    display: block; }
  section.whom .item a.button {
    padding: 10px 35px;
    font-size: 30px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /**/
  article {
    margin: 0; }
  section.whom {
    padding-bottom: 0; }
    section.whom .item {
      margin-bottom: 90px; }
  section.registration {
    text-align: center; }
    section.registration p {
      font-size: 18px;
      margin: 5px 0; }
      section.registration p span {
        font-size: 23px;
        margin: 25px 0; }
    section.registration a.button {
      margin: 10px 0 35px; }
  header .main-menu .sf-menu > li a {
    padding: 0 5px; }
  section.slider .bottom .item {
    padding: 0 15px;
    margin: 0 5px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /**/
  article .info {
    font-size: 20px;
    padding: 35px 50px 35px 100px; }
    article .info:before {
      top: 35px;
      left: 10px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  footer .left, footer .right {
    text-align: center; }
  footer .bottom {
    display: none; }
  footer form button {
    margin-bottom: 50px; }
  section.director .img-wrap {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  section.director .phone, section.director .mail {
    margin-top: 0; }
  section.director a.button {
    margin-bottom: 40px; }
  section.partners img {
    max-width: 290px; }
  section.services {
    padding-bottom: 20px; }
    section.services .item {
      margin: 8px 0; }
  section.slider .bottom .item {
    display: block; }
  section.slider .slide {
    padding: 25px 0 360px; }
  section.slider .owl-nav {
    display: none; }
  section.slider .title {
    font-size: 40px;
    padding: 0 50px; }
  section.slider .sub_title {
    font-size: 30px; }
    section.slider .sub_title .icon_left p {
      margin-left: -20px;
      font-size: 16px; }
  header .top-line .logo {
    padding-right: 20px; }
  header .top-line .phones {
    text-align: center; }
  header .icon_left p, header .icon_left div:first-child a {
    padding: 0; }
    header .icon_left p::before, header .icon_left div:first-child a::before {
      height: 0px;
      overflow: hidden;
      padding: 0; }
  .main-menu nav {
    display: none; }
    .main-menu nav > ul > li {
      display: block;
      width: 100%; }
  header .main-menu .sf-menu > li.sfHover {
    position: static;
    height: auto; }
    header .main-menu .sf-menu > li.sfHover ul {
      position: static; }
  header .main-menu .sf-menu > li a {
    color: #fff; }
  header .main-menu .sf-menu > li, header .main-menu .sf-menu > li:hover {
    border: none; }
  header .main-menu .sf-menu > li:not(:last-child) {
    border-bottom: 1px solid #747373; }
  header .main-menu .sf-menu ul {
    padding: 0;
    min-width: 290px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /**/
  .fbox_form {
    padding: 20px; }
  article .info {
    padding: 35px 10px 35px 70px;
    font-size: 18px; }
    article .info:before {
      left: 10px;
      width: 50px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  footer .main_footer {
    font-size: 12px;
    background-color: #021628; }
  footer .left .logo {
    width: 110px; }
  footer .right .logo {
    width: 120px;
    max-width: 50%; }
    footer .right .logo img {
      width: 100%; }
  footer .right .text {
    max-width: 50%;
    vertical-align: middle; }
  footer form button {
    border-width: 2px;
    margin-top: 0; }
  footer .top {
    line-height: 55px; }
  footer .title {
    font-size: 24px;
    margin-bottom: 10px; }
  footer .sub_title {
    font-size: 18px; }
  section.director a.button {
    font-size: 24px; }
  section.partners {
    padding: 0; }
    section.partners .items {
      margin-top: 80px; }
    section.partners img {
      display: block;
      margin: 50px auto; }
  section.review .owl-nav {
    display: none; }
  section.review {
    padding: 0; }
    section.review h2 {
      font-size: 22px; }
  section.review .slide {
    padding: 0; }
  section.whom .item a.button {
    font-size: 24px; }
  section.advantages {
    padding-bottom: 30px; }
    section.advantages h3 {
      font-size: 20px; }
    section.advantages p {
      font-size: 14px; }
    section.advantages .text {
      max-width: 180px; }
    section.advantages .img-wrap {
      width: 90px;
      height: 90px;
      line-height: 80px;
      -webkit-border-radius: 45px;
              border-radius: 45px;
      vertical-align: middle; }
      section.advantages .img-wrap img {
        max-height: 50px;
        max-width: 65px; }
    section.advantages .item {
      margin-bottom: 10px; }
  section.registration a.button {
    padding: 8px 20px; }
  a.button, button {
    font-size: 24px; }
  h1, h2 {
    font-size: 24px;
    margin-bottom: 50px; }
  header .icon_left p {
    font-size: 11px;
    padding: 0; }
  section.slider .title {
    font-size: 36px;
    margin-bottom: 10px;
    padding: 0; }
  section.slider p {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 25px; }
  section.slider .sub_title {
    font-size: 24px;
    margin-bottom: 25px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
.tip_alert{position: fixed; z-index: 9999999999; color:#fff; font-size:18px; padding:30px; background: rgba(35,31,32,0.9); left: 50%; top: 50%;}

.rainbow{text-align: center;}
.rainbow li{text-transform: uppercase;}
.rainbow li:before{display: none;}
.rainbow li:nth-child(1){font-size: 21px;
    background: #0080008c;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-shadow: 1px 1px 1px #0000006e;}
.rainbow li:nth-child(2){font-size: 21px;
    background: #9494ff;
    color: #fff; display: inline-block;
    padding: 10px;
    text-shadow: 1px 1px 1px #0000006e;}
.rainbow li:nth-child(3){font-size: 21px;
    color: #fff;
    background: #ff9494; display: inline-block;
    padding: 10px;
    text-shadow: 1px 1px 1px #0000006e;}