body {
  font-family: "Hind", sans-serif;
  font-size: 14px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

* {
  margin: 0;
  padding: 0;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

ul {
  list-style: none; }

section {
  padding: 40px; }

.head-text {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center; }
  .head-text h2 {
    text-transform: uppercase;
    font-size: 44px;
    color: #185d94;
    font-family: "HindRegular";
    font-weight: 100; }
  .head-text hr {
    border: 0;
    border-top: 3px solid #185d94;
    width: 6%;
    margin: 0px auto 25px; }
  .head-text p {
    color: #195d95;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    font-family: "HindRegular";
    font-weight: bold; }
  .head-text .red {
    color: #e61818;
    text-align: left;
    font-size: 14px;
    font-weight: 100; }

.s_wrapp {
  width: 100%;
  padding: 0;
  background: #f8f8f8; }
  .s_wrapp .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    .s_wrapp .container-fluid .row {
      margin-left: 0;
      margin-right: 0; }
      .s_wrapp .container-fluid .row .logo {
        width: 76%;
        margin: 20px auto 0; }
        .s_wrapp .container-fluid .row .logo img {
          width: 80%; }
      .s_wrapp .container-fluid .row .nav-left {
        display: block;
        width: 26%;
        background: #fff;
        padding: 0;
        position: fixed;
        height: 100vh;
        z-index: 999; }
        .s_wrapp .container-fluid .row .nav-left nav {
          padding: 0 50px; }
          .s_wrapp .container-fluid .row .nav-left nav ul li {
            padding: 10px 0; }
            .s_wrapp .container-fluid .row .nav-left nav ul li ul {
              padding: 13px 22px 0; }
            .s_wrapp .container-fluid .row .nav-left nav ul li a {
              color: #195d95;
              text-transform: uppercase;
              font-size: 16px;
              font-weight: 900;
              cursor: pointer; }
              .s_wrapp .container-fluid .row .nav-left nav ul li a:hover {
                color: #f9a725; }
            .s_wrapp .container-fluid .row .nav-left nav ul li a {
              color: #195d95;
              text-transform: uppercase;
              font-size: 16px;
              font-weight: 600; }
              .s_wrapp .container-fluid .row .nav-left nav ul li a:hover {
                color: #f9a725; }
          .s_wrapp .container-fluid .row .nav-left nav ul .actives a {
            color: #f9a725; }

.s_content {
  padding:  0 40px 0;
  overflow: hidden;
  margin-bottom: 20px; }
  .s_content h3 {
    color: #e61818;
    text-transform: uppercase;
    margin: 50px 0;
    font-size: 19px;
    font-family: "Hind", sans-serif; }
  .s_content h4 {
    font-size: 18px;
    color: #4c5e70;
    padding: 0 16px;
    line-height: 1.5;
    font-weight: 100;
    text-align: left; }
  .s_content .c_img img {
    width: 100%; }
  .s_content .stages {
    width: 100%;
    background: #fdfdfd;
    overflow: hidden;
    border-radius: 9px;
    padding: 20px 10px; }
    .s_content .stages .stages-img {
      width: 100%;
      text-align: center; }
      .s_content .stages .stages-img li {
        display: inline-block;
        margin-right: 32px;
        height: 300px;
        width: 13%; }
        .s_content .stages .stages-img li .b_img {
          width: 100%; }
          .s_content .stages .stages-img li .b_img img {
            width: 100%;
            border-radius: 50px; }
        .s_content .stages .stages-img li .text {
          position: absolute;
          bottom: 0; }
          .s_content .stages .stages-img li .text h4 {
            margin: 40px 0;
            font-size: 16px;
            color: #185d94;
            text-align: center; }
            .s_content .stages .stages-img li .text h4 span {
              margin: 0 10px; }
              .s_content .stages .stages-img li .text h4 span img {
                width: 8%; }
      .s_content .stages .stages-img li:last-child {
        margin-right: 0px; }
    .s_content .stages .stages-test {
      width: 100%;
      text-align: center; }
      .s_content .stages .stages-test li {
        display: inline-block; }
        .s_content .stages .stages-test li h4 {
          margin: 20px 10px;
          font-size: 16px;
          color: #185d94;
          padding: 0;
          font-weight: 600; }
          .s_content .stages .stages-test li h4 span {
            margin: 0 10px; }
  .s_content .s_text {
    padding: 20px 0; }
    .s_content .s_text .red {
      color: #e61818;
      text-align: left;
      font-size: 12px;
      font-weight: 100;
      margin-top: 50px; }
    .s_content .s_text .block_stext {
      margin: 20px 0; }
      .s_content .s_text .block_stext h4 {
        font-size: 20px;
        color: #185d94;
        letter-spacing: 1px;
        font-weight: 600; }
      .s_content .s_text .block_stext p {
        font-size: 18px;
        color: #4c5e70;
        padding: 0 44px;
        line-height: 1.5;
        font-weight: 100; }
        .s_content .s_text .block_stext p span {
          font-size: 20px;
          color: #185d94;
          letter-spacing: 1px;
          font-weight: 600; }
  .s_content .skeg {
    width: 100%;
    background: #fdfdfd;
    overflow: hidden;
    border-radius: 9px;
    padding: 20px 0 86px; }
    .s_content .skeg ul {
      width: 100%;
      margin: 0 auto; }
      .s_content .skeg ul li {
        display: inline-block;
        width: 24%;
        margin: 5px 0; }
        .s_content .skeg ul li .b_img .imgwith {
          width: 16%; }
        .s_content .skeg ul li .b_img .with {
          width: 82%; }
        .s_content .skeg ul li h4 {
          font-size: 16px;
          color: #185d94;
          text-align: center;
          margin-top: 4px;
          font-weight: 600; }
        .s_content .skeg ul li img {
          margin: 0 auto; }
        .s_content .skeg ul li .skeg-text {
          display: inline-block;
          position: absolute;
          width: 19%;
          margin: 0 auto; }
        .s_content .skeg ul li .img-center {
          width: 16%;
          text-align: center;
          margin: 10px 33%; }
      .s_content .skeg ul li:last-child .b_img {
        width: 100%;
        margin-top: 45px; }
  .s_content .protoon {
    width: 100%;
    background: #fdfdfd;
    overflow: hidden;
    border-radius: 9px;
    padding: 20px 0; }
    .s_content .protoon ul {
      width: 100%;
      text-align: center; }
      .s_content .protoon ul li {
        display: inline-block;
        width: 19.7%; }
        .s_content .protoon ul li .b_img {
          width: 100%; }
          .s_content .protoon ul li .b_img .with_img {
            width: 86%; }
          .s_content .protoon ul li .b_img .imgwith {
            width: 10%; }
        .s_content .protoon ul li h4 {
          font-size: 16px;
          color: #185d94;
          text-align: center;
          margin-top: 4px; }
        .s_content .protoon ul li img {
          margin: 0px; }
        .s_content .protoon ul li .skeg-text {
          display: inline-block;
          position: absolute;
          width: 19%;
          margin: 0 auto; }
        .s_content .protoon ul li .img-center {
          width: 100%;
          text-align: center;
          margin: 10px 0; }

.menu-section {
  width: 100%;
  background: #fff;
  height: 100px;
  display: none;
  position: fixed;
  z-index: 99;
  border-bottom: 3px solid #b3c7d7; }
  .menu-section .logos {
    width: 50%;
    margin: 13px 20px;
    position: fixed;
    z-index: 9; }
    .menu-section .logos img {
      width: 100px; }

.menu-section nav ul {
  margin: 90px 0;
  padding: 0;
  list-style: none;
  position: fixed;
  width: 100%;
  z-index: 9999999;
   display: none; }
  .menu-section nav ul.hidden {
    display: none; }
  .menu-section nav ul li {
    background: rgba(255, 255, 255, 0.85);
    margin: 5px 0; }
    .menu-section nav ul li ul {
      padding: 0 22px 13px;
      position: relative;
      margin: 0; }
      .menu-section nav ul li ul a {
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
        cursor: pointer;
        font-family: "Hind", sans-serif; }
        .menu-section nav ul li ul a:hover {
          color: #fff; }
    .menu-section nav ul li a {
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      text-decoration: none;
      color: #000;
      font-size: 12px;
      line-height: 1.5;
      width: 100%;
      padding: 7px 47px;
      display: block;
      font-family: "Hind", sans-serif;
      text-transform: uppercase; }
      .menu-section nav ul li a:hover {
        background-color: #165a92;
        color: #fff; }

.gallery {
  overflow: hidden;
  width: 100%;
  padding: 0 28px 20px; }
  .gallery .sold {
    position: absolute;
    z-index: 9;
    background: #e61818;
    padding: 5px 26px 2px;
    color: #fff;
    text-transform: uppercase;
    margin: 21px 0;
    font-size: 26px;
    font-weight: bold; }
  .gallery .slider-gallery {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    .gallery .slider-gallery .carousel-wrap .item {
      width: 100%; }
      .gallery .slider-gallery .carousel-wrap .item img {
        width: 100%;
        border-radius: 9px; }
    .gallery .slider-gallery .t_text {
      width: 100%; }
      .gallery .slider-gallery .t_text h4 {
        color: #185d94;
        font-size: 22px;
        padding-bottom: 10px; }
      .gallery .slider-gallery .t_text p {
        color: #4c5e70;
        font-size: 17px; }
    .gallery .slider-gallery .price {
      position: absolute;
      bottom: 0; }
      .gallery .slider-gallery .price p {
        font-size: 26px;
        color: #f9a725;
        font-family: "Rajdhani"; }

.plagin {
  width: 100%;
  margin: 20px 0; }
  .plagin .p_nav {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .plagin .p_nav ul li {
      display: inline-block; }
      .plagin .p_nav ul li a {
        font-size: 18px;
        padding: 0px 10px;
        font-weight: bold;
        border-radius: 5px; }
        .plagin .p_nav ul li a:hover {
          background: #195d95;
          color: #fff; }
      .plagin .p_nav ul li .active {
        background: #195d95;
        color: #fff; }

.contact {
  width: 100%;
  background: url("../img/sailboat-2133663_1920.png") no-repeat;
  background-size: cover; }
  .contact .head-text h2 {
    color: #fff; }
  .contact .head-text hr {
    border-top: 3px solid #fff; }
  .contact .form {
    width: 40%;
    margin: 0 auto; }
    .contact .form .user p {
      margin: 20px 0;
      text-align: right; }
    .contact .form .user i {
      background: #185d94;
      padding: 11px 10px;
      color: #fff;
      font-size: 26px; }
    .contact .form .user .fa-envelope {
      font-size: 21px;
      padding: 13px 10px; }
    .contact .form .input p {
      margin: 20px 0; }
    .contact .form .input input, .contact .form .input textarea {
      background: #fff;
      border: none;
      padding: 10px 20px;
      width: 97%;
      height: 48px; }
    .contact .form .input textarea {
      height: 150px; }
    .contact .form .submit {
      width: 91%;
          margin: 0 17px  0;}
      .contact .form .submit input {
        background: red;
        border: none;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        color: #fff;
        font-size: 23px; }
        .contact .form .submit input:hover {
          background: #fb6c6c; }

footer {
  background: #fff;
  border-top: 5px solid #195d95;
  border-bottom: 5px solid #195d95;
  padding: 50px 0;
  position: relative;
  z-index: 9999; }
  footer h4 {
    color: #fab454;
    text-align: right;
    font-size: 20px; }
  footer p, footer a, footer li {
    color: #195d95;
    font-size: 18px; }
  footer ul {
    margin: 0 0 10px 0; }

.counter {
  width: 100%;
  text-align: center;
  margin: 10px 0; }
  .counter ul {
    width: 200px;
    margin: 0 auto;
    background: #195d95;
    border-radius: 4px; }
    .counter ul li {
      display: inline-block;
      background: #fff;
      color: #f9a725;
      padding: 0px 2px 0;
      margin: 10px 0px;
      border-radius: 5px;
      font-weight: bold;
      width: 20px;
      height: 24px; }
      .counter ul li a {
        font-size: 15px;
        color: #f9a725;
        font-weight: bold; }
    .counter ul .user {
      color: #fff;
      padding: 0 5px;
      border-radius: 2px;
      font-weight: bold;
      background: rgba(255, 255, 255, 0);
      font-size: 18px;
      width: 29px; }

.price_first, .price_second, .price_third {
  background-color: #fff;
  padding: 20px; }

.price_first, .price_second {
  margin-bottom: 50px; }
  .price_first .price_third, .price_second .price_third {
    margin-bottom: 10px; }

.price_first .first_title, .price_second .second_title, .price_third .third_title {
  color: inherit;
  text-align: center;
  margin: 0 auto 20px; }

.product_cost {
  margin: 10px 0 5px 0; }

.price_first .price_product, .price_second .price_product, .price_third .price_product {
  font-size: 16px;
  color: #195d95;
  text-transform: uppercase;
  font-weight: bold; }

.price_first .price_cost, .price_second .price_cost, .price_third .price_cost {
  padding: 0;
  color: #e61818;
  font-weight: bold; }

.price_content .red_text {
  color: #e61818;
  margin: 10px 0; }
.price_content .price_title_under, .price_content .price_text_under {
  margin: 30px 0;
  color: #4c5e70;
  font-size: 17px; }

.small_text {
  text-transform: none; }

.finance_block {
  border: 2px solid #96bcdb;
  margin: 20px; }
  .finance_block .finance_block_title {
    color: #185d94;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin: 45px auto; }

.finance_list {
  margin: 40px auto; }
  .finance_list .finance_list_title {
    color: #195d95;
    font-size: 20px;
    font-weight: bold;
    padding: 0; }

.finance_list_item {
  color: #4c5e70;
  font-size: 18px;
  margin: 5px 0; }

.finance_list i {
  color: #f9a725;
  padding: 0 10px 0 0;
  font-size: 14px; }

.s_boating-text {
  padding: 0 0 40px; }
  .s_boating-text .boating-text {
    margin: 40px 0 40px; }
    .s_boating-text .boating-text h4 {
      text-transform: uppercase;
      color: #195d95;
      font-size: 18px;
      text-align: center;
      margin: 20px 0 0;
      font-weight: 600; }
    .s_boating-text .boating-text p {
      font-size: 17px;
      color: #4c5e70;
      margin: 10px 0;
      line-height: 2; }
      .s_boating-text .boating-text p strong {
        color: #195d95; }
      .s_boating-text .boating-text p span {
        color: #195d95;
        font-weight: 600;
        border-bottom: 1px solid #195d95; }
      .s_boating-text .boating-text p img {
        float: right;
        margin: 10px; }
    .s_boating-text .boating-text .right {
      font-size: 17px;
      color: #4c5e70;
      margin: 10px 0;
      line-height: 2; }
      .s_boating-text .boating-text .right img {
        float: left;
        margin: 10px; }
  .s_boating-text .some h3 {
    text-transform: uppercase;
    color: #195d95;
    font-size: 18px;
    margin: 50px 0 0;
    font-weight: 600;
    text-align: center;
    margin: 40px 0 10px; }
  .s_boating-text .some h4 {
    text-transform: uppercase;
    color: #195d95;
    font-size: 18px;
    margin: 50px 0 0;
    font-weight: 600;
    text-align: left;
    border-left: 3px solid #e61818; }
  .s_boating-text .some p {
    font-size: 17px;
    color: #4c5e70;
    margin: 10px 0;
    line-height: 2; }
    .s_boating-text .some p span {
      color: #e61818;
      font-weight: 600; }
  .s_boating-text .finance_block {
    border: 2px solid #96bcdb;
    margin: 0;
    padding: 10px 20px; }
    .s_boating-text .finance_block p {
      font-size: 17px;
      color: #4c5e70;
      margin: 10px 0;
      line-height: 2; }
      .s_boating-text .finance_block p span {
        color: #e61818;
        text-transform: uppercase;
        font-weight: 600; }
    .s_boating-text .finance_block ul {
      padding: 0 60px 0; }
      .s_boating-text .finance_block ul li {
        font-size: 17px;
        color: #4c5e70;
        margin: 10px 0;
        line-height: 2; }

.s_we_buy {
  padding: 0 0 20px; }
  .s_we_buy .block h4 {
    text-transform: uppercase;
    color: #195d95;
    font-size: 18px;
    margin: 50px 0 0;
    font-weight: 600;
    text-align: left;
    margin: 40px 0 10px;
    padding: 0; }
  .s_we_buy .block p {
    font-size: 17px;
    color: #4c5e70;
    margin: 10px 0;
    line-height: 2; }
  .s_we_buy .block ul {
    margin: 0 50px; }
    .s_we_buy .block ul li {
      color: #4c5e70;
      font-size: 18px;
      margin: 5px 0; }
      .s_we_buy .block ul li i {
        color: #f9a725;
        padding: 0 10px 0 0;
        font-size: 14px; }

.s_links {
  padding: 0 20px 40px; }
  .s_links .links {
    margin-bottom: 20px; }
    .s_links .links h4 {
      text-transform: uppercase;
      color: #e61818;
      font-weight: 600;
      text-align: left;
      padding: 0; }
    .s_links .links ul li a {
      color: #2289a5;
      font-size: 18px;
      text-decoration: underline;
      font-style: italic; }

/*Calculator */
.form-control:-moz-placeholder {
  color: #999999; }

.form-control::-moz-placeholder {
  color: #999999; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #197cba;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.calculator-inner-wrapper {
  margin-top: 10px;
  margin-bottom: 30px; }

.calculator-inner-wrapper input,
.calculator-inner-wrapper select {
  border: 1px solid #185d94; }

.calculator-inner-wrapper label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px; }

.calculator-inner-wrapper .calc-button {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: #185d94;
  border-radius: 5px;
  padding: 8px 20px 5px; }

.calculator-inner-wrapper .error {
  border: 1px solid red; }

.calculator-results .result .text_error {
  color: red; }

.calculator-results h4 {
  color: #185d94;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px; }

.calculator-results {
  margin-bottom: 30px; }

.calculator-results .result {
  font-size: 18px;
  margin-bottom: 5px; }

.calculator-results .result span {
  color: #185d94;
  font-weight: 600;
  margin-left: 20px; }



/*# sourceMappingURL=boats.css.map */
