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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-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: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "roboto", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #313131;
  height: auto;
  background-color: #ffffff; }
  body section::-moz-selection, body header::-moz-selection, body footer::-moz-selection, body ul::-moz-selection, body li::-moz-selection, body span::-moz-selection, body div::-moz-selection, body h1::-moz-selection, body h2::-moz-selection, body h3::-moz-selection, body h4::-moz-selection, body p::-moz-selection, body img::-moz-selection, body br::-moz-selection, body strong::-moz-selection, body a::-moz-selection {
    opacity: 1;
    background-color: #e53e3f;
    color: #ffffff; }
  body section::selection, body header::selection, body footer::selection, body ul::selection, body li::selection, body span::selection, body div::selection, body h1::selection, body h2::selection, body h3::selection, body h4::selection, body p::selection, body img::selection, body br::selection, body strong::selection, body a::selection {
    opacity: 1;
    background-color: #e53e3f;
    color: #ffffff; }

a, img, textarea, button, input, select, option {
  outline: none; }

.left-pos {
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.right-pos {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.inverse {
  color: #ffffff; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

.preloader {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #063f58;
  overflow-y: hidden; }
  .preloader-rotate-center {
    position: absolute;
    background-image: url("../img/logo-center.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 101px;
    height: 101px;
    -webkit-animation: pulse-size 3s ease-in-out infinite;
            animation: pulse-size 3s ease-in-out infinite; }
  .preloader-rotate-lines {
    position: absolute;
    background-image: url("../img/logo-lines.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 101px;
    height: 101px;
    -webkit-animation: pulse-size-b 3s ease-in-out infinite;
            animation: pulse-size-b 3s ease-in-out infinite; }
  .preloader .pulse {
    position: relative;
    text-align: center;
    margin: auto;
    color: #e22829;
    font-size: 50px;
    width: 101px;
    height: 101px; }
    .preloader .pulse img {
      width: 50px;
      position: absolute;
      margin: auto;
      -webkit-animation: pulse-bg 3s ease-in-out infinite;
              animation: pulse-bg 3s ease-in-out infinite; }

@-webkit-keyframes pulse-bg {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80); } }

@keyframes pulse-bg {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80); } }

@-webkit-keyframes pulse-size {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes pulse-size {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@-webkit-keyframes pulse-size-b {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes pulse-size-b {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.to-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #063f58;
  bottom: 30px;
  right: -100px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 98;
  cursor: pointer;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 500px;
          border-radius: 500px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #ffffff; }
  .to-top:hover {
    color: #ffffff;
    background-color: #063f58; }

.to-top-active {
  right: 30px; }

.clear-block {
  clear: both; }

.hidden {
  display: none; }

.page-titiles {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center; }

/* POPUP */
.popup-style {
  padding: 0px 0px 0px;
  background-color: #e9eef3;
  max-width: 400px;
  min-width: 280px;
  margin: 5px auto;
  position: relative;
  color: #063f58; }
  .popup-style .mfp-close {
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .popup-style .mfp-close:hover {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
.popup-thanks-btn {
  width: 100%;
  text-align: center;
}
.close-btn  {
  background-color: #52951d;
  width: auto;
  height: auto;
  line-height: auto;
  position: relative;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 15;
  padding: 7px 25px 7px 25px;
  color: #FFF;
  font-style: normal;
  font-size: 20px;
  font-family: Roboto;
  border: none;
  border-radius: 50px;  
  margin: 25px auto;
  transition: all .3s ease-out;
}
.close-btn:hover  {
  background-color: #398eb5; 
}
.popup-thanks{
  background-color: #063f58 !important;
  padding: 0px 0px 0px 0px
}
.popup-thanks-text  {
  text-align: center;
  padding: 50px 15px 50px 15px;
  color: #fff !important;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 400;
}
.popup-thanks-text>span  {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2fcd21 !important;
}

.popup-conbox {
  padding: 25px; }
  .popup-conbox-field {
    margin-bottom: 10px;
    width: 100%; }
    .popup-conbox-field input {
      width: 100%;
      border: none;
      border: 1px solid #398eb5;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      font-size: 18px;
      padding: 8px 20px; }

.field-button {
  margin: 20px 0px 0px 0px;
  width: 100%; }

.popup-btn {
  width: 100%; }

.popup-img {
  text-align: center;
  width: 90%;
  height: auto;
  margin: auto; }
  .popup-img img {
    margin: auto;
    width: 40%; }
  .popup-img .mfp-close {
    color: #398eb5; }

.popup-title {
  padding: 25px 25px 25px 25px;
  font-size: 18px;
  font-weight: 200;
  width: 100%;
  text-align: left;
  background-color: #063f58;
  color: #ffffff;
  line-height: 1.3; }
  .popup-title span {
    display: block;
    width: 300px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold; }

.popup-security {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px; }

.popup-text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 20px; }
  .popup-text span {
    display: block; }

.popup-style button.popul-callme-send {
  width: 100%;
  height: 50px;
  border: none;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  background-color: #063f58;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .popup-style button.popul-callme-send:hover {
    background-color: #063f58; }
    .popup-style button.popul-callme-send:hover::before {
      opacity: 1;
      height: 100%; }
  .popup-style button.popul-callme-send p {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1; }

.popup-style-pol {
  margin-bottom: 15px; }

/* POPUP ANIMATE*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* CHECKBOX */
.checkbox {
  display: none; }

.checkbox-custom {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #063f58;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.checkbox-custom::before {
  content: "";
  font-size: 1px;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out; }

.checkbox-custom, .label {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 5px;
  font-size: 16px; }

.checkbox:checked + .checkbox-custom::before {
  font-family: 'FontAwesome';
  content: "\f00c";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #e22829;
  color: #ffffff;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 0px;
          border-radius: 0px; }

.checkbox:checked + .checkbox-custom {
  border: 1px solid #d41d1e; }

.s-add-text {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0px; }

.header-logo img {
  width: 130px; }

.first-bg {
  background-image: url("../img/s-header-bg.jpg");
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  height: 590px; }

.second-bg {
  background-image: url("../img/s-header-bg.png");
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 490px; }

/* MMENU CLASS */
.mm-navbar_tabs {
  font-weight: 200;
  font-size: 14px; }

.mm-navbar {
  height: auto;
  position: relative;
  padding: 0; }

.mm-panel:after, .mm-panel:before {
  display: none; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0; }

.mm-panel_has-navbar {
  padding-top: 5px; }

.mm-listitem:after {
  left: 20px;
  right: 20px; }

.mm-navbar {
  border-bottom: none; }

.mm-listitem:after {
  display: none; }

.mm-listitem > a {
  font-weight: 200;
  background-color: transparent;
  margin: 0px 0px; }

.mm-listitem > a:hover {
  color: #ffffff;
  background-color: #e22829; }

.mm-menu_theme-dark {
  background-color: #063f58; }

/* HAMBURDER */
.hamburger {
  right: 0px;
  top: 12px;
  z-index: 99; }
  .hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner::after, .hamburger .hamburger-box .hamburger-inner::before {
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #ffffff;
    height: 3px; }

/* POPUP ICON */
.popup-icon-style {
  height: auto;
  margin-top: -20px;
  font-size: 80px;
  text-align: center; }

.popup-irc {
  color: red; }

.popup-igc {
  color: green; }

h2 {
  margin: 0;
  padding: 0;
  font-size: auto;
  width: auto;
  height: auto; }

.s-main-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  position: relative;
  font-weight: bold;
  line-height: 1.3; }
  .s-main-title:after {
    content: '';
    margin: 10px auto 0px auto;
    display: block;
    border-top: 5px solid #398eb5;
    width: 160px;
    height: auto; }
.btn-popup-thanks {  
  position: absolute;
  visibility: hidden;
  top: -10000px;
}
.s-btn {
  background-color: #e22829;
  padding: 15px 45px;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 55px;
          border-radius: 55px;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none; }
  .s-btn:hover {
    background-color: #52951d;
    text-decoration: none;
    color: #ffffff; }
  .s-btn:active {
    background-color: #e22829;
    text-decoration: none;
    color: #ffffff; }
  .s-btn:focus {
    background-color: #52951d;
    text-decoration: none;
    color: #ffffff; }

.s-btn-rew {
  background-color: #52951d;
  padding: 15px 45px;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 55px;
          border-radius: 55px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .s-btn-rew:hover {
    background-color: #063f58;
    text-decoration: none;
    color: #ffffff; }
  .s-btn-rew:active {
    background-color: #52951d;
    text-decoration: none;
    color: #ffffff; }
  .s-btn-rew:focus {
    background-color: #063f58;
    text-decoration: none;
    color: #ffffff; }

.s-main {
  padding: 60px 0px 90px 0px;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover; }
  .s-main-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .s-main-logo-img {
      position: relative; }
      .s-main-logo-img img {
        width: 55px;
        height: auto; }
    .s-main-logo-cont {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .s-main-logo-des {
      padding: 0px 0px 0px 15px;
      font-size: 16px;
      width: 550px;
      line-height: 1.3;
      font-weight: 200; }
      .s-main-logo-des span {
        text-transform: uppercase; }
  .s-main-utp {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    margin: 45px 0px 15px 0px; }
    .s-main-utp span {
      color: #e22829; }
  .s-main-des {
    font-size: 34px;
    font-weight: 400; }
    .s-main-des-line{
      width: 100px;
      border-bottom: 1px solid #d8d8d8;
      margin-left: 25px;
    }
  .s-main-list ul {
    margin: 10px 0px;
    padding: 0px 0px 0px 25px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.3; }


.s-vnv {
  padding: 100px 0px;
  background-color: #eff7fb; }
  .s-vnv-left-cont-name {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0px 0px 20px 0px; }
  .s-vnv-left-cont-des {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px 0px 50px 0px; }
    .s-vnv-left-cont-des ul {
      margin: 0;
      padding: 0;
      list-style: none; }
  .s-vnv-left-cont-btn {
    text-align: left;
    margin: 0px 0px 0px 0px; }
  .s-vnv-right-img {
    text-align: center;
    position: relative; }
    .s-vnv-right-img img {
      width: 100%;
      margin: -200px 0px 0px 0px;
      -webkit-box-shadow: 0px 0px 20px rgba(6, 63, 88, 0.25);
              box-shadow: 0px 0px 20px rgba(6, 63, 88, 0.25); }
  .s-vnv-btn {
    text-align: center;
    margin: 50px 0px 0px 0px; }

.s-about {
  padding: 100px 0px; }
  .s-about-title {
    margin-bottom: 20px; }
  .s-about-des {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px 0px 60px 0px; }
    .s-about-des span {
      font-weight: bold; }
  .s-about-text {
    font-size: 20px;
    line-height: 1.3; }
    .s-about-text-main {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin: 0px 0px 10px 0px; }
    .s-about-text-item {
      font-weight: 400;
      margin: 0px 0px 15px 0px; }
      .s-about-text-item span {
        color: #398eb5;
        font-weight: bold; }
      .s-about-text-item ul {
        margin: 10px 0px 0px 0px;
        padding: 0;
        list-style: none; }
        .s-about-text-item ul li {
          margin: 5px 0px;
          background: url("../img/point_1.png") no-repeat 0 8px;
          padding-left: 20px;
          font-size: 18px; }
    .s-about-text-add {
      color: #398eb5;
      font-size: 20px;
      font-weight: bold;
      margin: 40px 0px 0px 0px; }
      .s-about-text-add span {
        color: #e22829; }
    .s-about-text-end {
      font-size: 20px;
      margin: 20px 0px 0px 0px; }
      .s-about-text-end span {
        color: #398eb5;
        font-weight: bold; }
    .s-about-text-btn {
      text-align: center;
      margin: 50px 0px 0px 0px; }

.s-use {
  padding: 100px 0px;
  background-color: #063f58; }
  .s-use-title {
    margin: 0px 0px 50px 0px; }
  .s-use-cont {
    text-align: center;
    margin: 0px 0px 70px 0px; }
    .s-use-cont-list {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0px auto 25px auto; }
      .s-use-cont-list-imges {
        width: 50px;
        height: 50px; }
        .s-use-cont-list-imges img {
          width: 50px; }
      .s-use-cont-list-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0px 0px 0px 15px;
        text-align: left; }
        .s-use-cont-list-text-int {
          display: inline-block;
          margin: 0px;
          font-size: 20px;
          line-height: 1.3;
          font-weight: 400; }
  .s-use-item {
    color: #313131;
    margin: 20px 0px 0px 0px; }
    .s-use-item-text {
      background-color: #ffffff;
      padding: 20px 25px;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      line-height: 1.3;
      font-size: 20px;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
      .s-use-item-text ul {
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 25px; }

.s-sert {
  padding: 0px 0px 100px 0px;
  background-color: #063f58;
  margin-top: -4px; }
  .s-sert-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3; }

.owl-carousel {
  margin: 50px 0px 0px 0px; }

.owl-item {
  padding: 10px; }

.owl-nav {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0px 0px 0px; }

.owl-prev {
  background-color: #398eb5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin: 0px 10px;
  line-height: 48px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .owl-prev:hover {
    background-color: #e22829; }

.owl-next {
  background-color: #398eb5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0px 10px;
  font-size: 24px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin: 0px 10px;
  line-height: 48px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .owl-next:hover {
    background-color: #e22829; }

.s-spec {
    display: none;
  padding: 100px 0px; }
  .s-spec-title {
    margin: 0px 0px 50px 0px; }
  .s-spec-box-item {
    margin: 0px 0px 30px 0px; }
    .s-spec-box-item-title {
      font-size: 22px;
      font-weight: bold;
      color: #398eb5;
      line-height: 1.2;
      margin: 0; }
    .s-spec-box-item-text {
      line-height: 1.3;
      font-size: 20px; }
      .s-spec-box-item-text ul {
        margin: 5px 0px 0px 7px;
        padding: 0;
        list-style: none; }
        .s-spec-box-item-text ul li {
          margin: 5px 0px;
          background: url("../img/point_3.png") no-repeat 0 8px;
          padding-left: 20px;
          font-size: 18px; }
  .s-spec-btn {
    text-align: center;
    margin: 40px 0px 0px 0px; }

.s-help {
  padding: 50px 0px 100px 0px; }
  .s-help-title {
    margin: 0px 0px 50px 0px; }
  .s-help-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px 0px 50px 0px; }
  .s-help-des {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    line-height: 1.3; }
  .s-help-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .s-help-item {
    width: 25%;
    height: 460px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: 1px; }
    .s-help-item-text {
      padding: 20px 25px;
      line-height: 1.3;
      font-size: 18px;
      height: 220px;
      color: #ffffff;
      font-weight: 200;
      background-image: url("../img/s-help-bg.png"); }
      .s-help-item-text h3 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        padding: 0;
        display: inline-block;
        font-weight: 400; }

.s-kurs {
  padding: 50px 0px 100px 0px; }
  .s-kurs-title {
    margin: 0px 0px 100px 0px; }
  .s-kurs-item {
    position: relative;
    margin: 0px 0px 90px 0px; }
    .s-kurs-item-num {
      position: absolute;
      font-size: 100px;
      color: #398eb5;
      background-color: #ffffff;
      margin: -85px 0px 0px 30px;
      display: inline-block;
      height: 150px; }
    .s-kurs-item-text {
      -webkit-border-radius: 10px;
              border-radius: 10px;
      border: 3px solid #9ac5d9;
      padding: 60px 35px 45px 35px;
      line-height: 1.3;
      font-size: 20px; }
  .s-kurs-btn {
    text-align: center; }

.s-add {
  padding: 100px 0px;
  background-color: #063f58; }
  .s-add-title {
    margin: 0px 0px 50px 0px; }
  .s-add-item {
    margin: 0px 0px 65px 0px; }
    .s-add-item-main {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .s-add-item-main-img {
        position: relative;
        width: 110px;
        text-align: left; }
        .s-add-item-main-img img {
          width: 110px;
          height: auto; }
      .s-add-item-main-box {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .s-add-item-main-box-text {
          background-color: #d4ebf6;
          color: #063f58;
          padding: 15px 45px 15px 60px;
          margin: 0px 0px 5px -45px;
          -webkit-border-radius: 0px 50px 50px 0px;
                  border-radius: 0px 50px 50px 0px;
          font-size: 22px;
          font-weight: bold;
          line-height: 1.3;
          text-align: left; }
    .s-add-item-text {
      font-size: 20px;
      line-height: 1.3;
      margin: 10px 0px 0px 0px;
      padding: 0px 0px 0px 75px;
      font-weight: 200; }

.s-rew {
  padding: 100px 0px; }
  .s-rew-title {
    margin: 0px 0px 50px 0px; }
  .s-rew-des {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin: 0px 0px 50px 0px; }
    .s-rew-des div {
      display: inline;
      font-weight: bold;
      color: #398eb5; }
    .s-rew-des span {
      text-transform: uppercase;
      font-weight: bold;
      color: #245e77; }
  .s-rew-text {
    font-size: 20px;
    line-height: 1.3;
    margin: 0px 0px 50px 0px; }
    .s-rew-text span {
      font-weight: bold;
      color: #398eb5; }
  .s-rew-btn {
    text-align: center; }

.s-treatment {
  padding: 100px 0px;
  background-color: #d4ebf6; }
  .s-treatment-title {
    margin: 0px 0px 50px 0px; }
  .s-treatment-item {
    margin: 0px 0px 30px 0px; }
    .s-treatment-item-title {
      background-color: #063f58;
      color: #ffffff;
      -webkit-border-radius: 10px 10px 0px 0px;
              border-radius: 10px 10px 0px 0px;
      text-align: center;
      -webkit-box-shadow: 0px 0px 10px rgba(6, 63, 88, 0.2);
              box-shadow: 0px 0px 10px rgba(6, 63, 88, 0.2); }
      .s-treatment-item-title-text {
        font-size: 22px;
        font-weight: 400;
        padding: 30px 0px; }
    .s-treatment-item-info {
      -webkit-border-radius: 0px 0px 10px 10px;
              border-radius: 0px 0px 10px 10px;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 10px rgba(6, 63, 88, 0.2);
              box-shadow: 0px 0px 10px rgba(6, 63, 88, 0.2); }
      .s-treatment-item-info-text {
        padding: 20px;
        line-height: 1.3;
        font-size: 20px;
        font-weight: 200; }
  .s-treatment-btn {
    text-align: center;
    margin: 60px 0px 0px 0px; }

.s-end {
  padding: 100px 0px;
  background-color: #063f58;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200; }
  .s-end span {
    font-weight: bold;
    font-size: 24px; }
    .s-end span div {
      color: #2fcd21;
      display: inline; }

.s-footer {
  padding: 50px 0px;
  background-color: #031923; }
  .s-footer-box-link {
    text-align: center;
    margin: auto;
    color: gray;
  }
    .s-footer-box-link-hr {
      border-bottom: 1px solid gray;
      width: 150px;
      height: 1px;
      margin: 5px auto; 
    }
    .s-footer-box-link-tel {
      text-align: center;
      margin: auto;
      font-size: 14px;
    }
  .s-footer-box-text {
    color: gray;
    text-align: center;
    font-size: 12px; }    
    .s-footer-box-text span {
      font-size: 18px; }

.panel-heading {
  margin-top: 25px;
  text-align: center; }

.panel-heading button {
  background-color: #e22829;
  margin: 30px auto;
  padding: 15px 45px;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 55px;
          border-radius: 55px;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
  position: relative; }

.panel-heading button:hover {
  background-color: #52951d;
  text-decoration: none;
  color: #ffffff; }

.panel-heading button i {
  font-size: 16px;
  width: 30px; }

.panel-heading button::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.panel-heading.in button::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.panel-heading.in button {
  background: #09afdf; }

.panel-collapse {
  display: none;
  padding-top: 0px; }

.s-sub {
  padding: 100px 0px 50px 0px;
  background-image: url("../img/bns_bg.jpg");
  background-color: #031923;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center bottom; }
  .s-sub-title {
    margin-bottom: 30px; }
  .s-sub-text {
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 50px; }
    .s-sub-text-social {
      margin-top: 25px; }
      .s-sub-text-social a {
        display: inline-block;
        margin: auto 5px;
        width: 50px; }
        .s-sub-text-social a img {
          width: 100%; }
  .s-sub-nabor-item {
    text-align: center;
    margin-top: 50px; }
  .s-sub-nabor-img {
    margin: 0px auto 50px auto;
    width: 400px; }
    .s-sub-nabor-img img {
      width: 100%; }
  .s-sub-nabor-text {
    width: 50%;
    margin: auto;
    text-align: left;
    line-height: 1.3;
    font-size: 18px; }


/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1520px) {
  .s-help-cont {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .s-help-item-text {
    height: 240px; } }

@media only screen and (max-width: 1400px) {
  .s-help-cont {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .s-help-item {
    width: 49.6%;
    height: 460px; }
    .s-help-item-text {
      height: 240px; }
  .popup-img img {
    margin: auto;
    width: 50%; } }

@media only screen and (max-width: 1200px) {
  .popup-img img {
    width: 70%; } }

@media only screen and (max-width: 992px) {
  .s-vnv-left-cont-name {
    text-align: center; }
  .s-vnv-left-cont-des {
    text-align: center; }
  .s-vnv-right-img {
    position: relative; }
    .s-vnv-right-img img {
      width: 80%;
      margin: 0px 0px 0px 0px;
      -webkit-box-shadow: 0px 0px 20px rgba(6, 63, 88, 0.25);
              box-shadow: 0px 0px 20px rgba(6, 63, 88, 0.25); }
  .s-rew-des {
    font-size: 20px; }
  .popup-img img {
    width: 80%; } }

@media only screen and (max-width: 769px) {
  .popup-img img {
    width: 90%; }
  .s-main-title {
    font-size: 32px; }
  .s-main-logo-des {
    width: 95%; }
  .s-main-utp {
    font-size: 40px;
    margin: 40px 0px 15px 0px; }
  .s-main-des {
    font-size: 30px; }
  .s-main-list ul {
    font-size: 18px; }
  .s-vnv-left-cont-name {
    font-size: 26px; }
  .s-vnv-left-cont-des {
    font-size: 20px; }
  .s-use-cont-list {
    width: 100%; }
  .s-help-item {
    width: 100%;
    height: 460px; }
    .s-help-item-text {
      height: 200px; }
  .s-add-item-main-img {
    width: 110px; }
    .s-add-item-main-img img {
      width: 110px;
      height: auto; }
  .s-add-item-main-box-text {
    font-size: 20px; }
  .s-add-item-text {
    font-size: 20px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 55px; } }

@media only screen and (max-width: 480px) {
  .popup-img img {
    width: 100%; }
  .s-main-title {
    font-size: 26px; }
    .s-main-title:after {
      margin: 5px auto 0px auto; }
  .s-btn {
    font-size: 18px; }
  .s-main-logo-des {
    font-size: 11px;
    width: 95%; }
  .s-main-utp {
    font-size: 26px;
    margin: 40px 0px 15px 0px; }
  .s-main-des {
    font-size: 26px; }
  .s-main-list ul {
    font-size: 18px; }
  .s-vnv-left-cont-des {
    font-size: 18px; }
  .s-about-des {
    font-size: 18px; }
  .s-about-text {
    font-size: 18px; }
    .s-about-text-main {
      font-size: 20px; }
    .s-about-text-add {
      font-size: 18px; }
    .s-about-text-end {
      font-size: 18px; }
  .s-use-cont-list-text-int {
    font-size: 16px; }
  .s-use-item-text {
    font-size: 18px; }
  .s-sert-text {
    font-size: 18px; }
  .s-spec-box-item-title {
    font-size: 20px; }
  .s-spec-box-item-text {
    font-size: 18px; }
  .s-help-text {
    font-size: 18px; }
  .s-help-des {
    font-size: 18px; }
  .s-help-item-text {
    font-size: 16px;
    height: auto; }
    .s-help-item-text h3 {
      font-size: 18px; }
  .s-kurs-item-num {
    font-size: 80px;
    margin: -65px 0px 0px 30px;
    height: 100px; }
  .s-kurs-item-text {
    font-size: 18px; }
  .s-add-item-main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .s-add-item-main-img {
      width: 100%;
      text-align: center; }
      .s-add-item-main-img img {
        width: 90px;
        height: auto; }
    .s-add-item-main-box-text {
      font-size: 18px;
      padding: 15px 15px 15px 15px;
      margin: 10px 0px 5px 0px;
      -webkit-border-radius: 50px 50px 50px 50px;
              border-radius: 50px 50px 50px 50px;
      line-height: 1.2;
      text-align: center; }
  .s-add-item-text {
    font-size: 18px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px; }
  .s-rew-des {
    font-size: 18px; }
  .s-rew-text {
    font-size: 18px; }
  .s-treatment-item-title-text {
    font-size: 18px; }
  .s-treatment-item-info-text {
    font-size: 18px; }
  .s-end {
    font-size: 18px; }
    .s-end span {
      font-size: 20px; }
  .s-sub-nabor-img {
    width: 300px; } }

/*==========  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) {
  /**/ }
