@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic-ext");
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  /*background: #f8f8f8;*/
  /*background: #f8f8f8 url(//cdn.lebwa.tv/website/bg.jpg); */
  background: url(https://staging.ukrferry.com.ua/public/img/MainPage/Background3.jpg);
  background-size: cover;
    
}

.shadow {
  box-shadow: 0 7px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 7px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }

.header {
    margin-bottom: 32px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #08487E;
  background: linear-gradient(to right, #333 50%, #08487E 0%); }
  .header .l-area, .header .r-area {
    padding: 10px 10px; }
  .header .l-area {
    background: #333; }
  .header .r-area {
    background: #08487E; }
  .header .menu {
    font-size: 16px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    letter-spacing: 1px; }
    .header .menu:hover {
      color: #eee;
      text-decoration: none; }

.header-second {
  padding-top: 10px;
  position: relative;
  z-index: 10;
  background: #fff; }
  .header-second .logo {
    width: 100%;
    max-width: 150px;
    display: inline-block; }
  .header-second .icon {
    font-size: 12px;
    color: #08487E;
    font-weight: 400; }
    .header-second .icon:hover {
      text-decoration: none; }
      .header-second .icon:hover:hover {
        color: #333; }
        .header-second .icon:hover:hover i {
          color: #08487E; }
  .header-second hr {
    margin: 10px 0;
    border-color: rgba(0, 0, 0, 0.1); }
  .header-second .menu {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #08487E;
    padding: 5px;
    display: inline-block; }
    .header-second .menu:hover {
      color: #333;
      text-decoration: none; }

.slider-main {
  position: relative;
  z-index: 5;
  height: 400px; }
  .slider-main .owl-item {
    height: 400px; }
    .slider-main .owl-item .item {
      height: 400px; }
      .slider-main .owl-item .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1; }
      .slider-main .owl-item .item:after {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.2);
        display: block; }
  .slider-main .owl-dots {
    position: relative;
    margin-top: -40px;
    z-index: 1; }
  @media (max-width: 900px) {
    .slider-main {
      height: 300px; }
      .slider-main .owl-item {
        height: 300px; }
        .slider-main .owl-item .item {
          height: 300px; } }
  @media (max-width: 600px) {
    .slider-main {
      height: 200px; }
      .slider-main .owl-item {
        height: 200px; }
        .slider-main .owl-item .item {
          height: 200px; } }
  .slider-main .owl-dots {
    margin-top: -25px;
    text-align: center; }
    .slider-main .owl-dots .owl-dot span {
      margin: 5px;
      background: #333;
      display: inline-block;
      width: 40px;
      height: 8px;
      outline: none; }
      @media (max-width: 900px) {
        .slider-main .owl-dots .owl-dot span {
          width: 25px;
          height: 6px; } }
    .slider-main .owl-dots .owl-dot.active span {
      background: #08487E; }
    .slider-main .owl-dots .owl-dot:active, .slider-main .owl-dots .owl-dot:focus {
      outline: none; }

.btCurveHeader {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100; }
  .btCurveHeader .btCurveHolder {
    height: 20px;
    line-height: 16px;
    padding: 0 80px;
    margin: -5px auto 0;
    max-width: 1280px; }
    .btCurveHeader .btCurveHolder .btCurveLeftHolder {
      float: left;
      margin-left: -80px; }
    .btCurveHeader .btCurveHolder .btCurveRightHolder {
      float: right;
      margin-right: -80px; }
    .btCurveHeader .btCurveHolder .btSiteHeaderCurveSleeve {
      background: #fff;
      height: 20px;
      width: 100%; }
    .btCurveHeader .btCurveHolder .btCurveLeftFill, .btCurveHeader .btCurveHolder .btCurveRightFill, .btCurveHeader .btCurveHolder .btCurveLeft, .btCurveHeader .btCurveHolder .btCurveRight {
      fill: #fff; }

.sidebar {
  height: 100%;
  /*padding: 20px;*/
  /*background: #fff;*/
  /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); */
  padding: 20px;
    background-color: rgba(248, 248, 248, 0.9);
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 63, 114, 0.5);
}
.content {
    position: sticky;
    top: 54px;
    margin-bottom: 32px;
  /*padding: 20px;*/
  /*background: #fff;*/
  /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); }*/
  padding: 20px;
    background-color: rgba(248, 248, 248, 0.9);
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 63, 114, 0.5);
}

.func-hr {
  background: #333;
  height: 4px;
  width: 40px;
  margin: 20px 0 0; }

.func-hr2 {
  background: #333;
  height: 1px;
  width: 100%;
  margin: -.5px 0 20px; }

.workplace {
  margin: 0 auto;
  padding: 15px;
  position: relative;
  width: 100%;
  max-width: 800px;
  min-height: 100px;
  background: #fafafa;
  border: 1px solid #eee;
  overflow: hidden; }
  .workplace .form-control {
    border-radius: 0;
    font-size: 14px;
    z-index: 2; }
  .workplace label {
    margin-bottom: 0;
    font-size: 12px;
    z-index: 2; }
  .workplace .social {
    font-size: 15px;
    font-weight: 300;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: .8;
    padding: 15px;
    position: relative;
    text-decoration: none;
    transition: opacity 0.3s ease;
    will-change: opacity;
    color: #fff;
    z-index: 2; }
    .workplace .social img {
      width: 100%;
      height: 100%;
      max-width: 24px;
      max-height: 24px; }
    .workplace .social.facebook {
      background: linear-gradient(to top, #2f59ac 0%, #294ea1 17%, #3060be 100%);
      background-color: #294ea1;
      border-color: #234492 #264b9d #2a5098; }
    .workplace .social.vk {
      background: linear-gradient(to top, #2c629b 0%, #27578f 17%, #2e6db1 100%);
      background-color: #27578f;
      border-color: #214e85 #224b7f #28588a; }
    .workplace .social.google {
      background: linear-gradient(to top, #4285f4 0%, #4285f4 17%, #4285f4 100%);
      background-color: #4285f4;
      border-color: #3792cb #3683c1 #3b779d; }
    .workplace .social.twitch {
      background: linear-gradient(to top, #5a3a93 0%, #6441a4 17%, #7354ad 100%);
      background-color: #6441a4;
      border-color: #503483 #503483 #462d72; }
    .workplace .social.steam {
      background: linear-gradient(to top, #3a3a3a 0%, #323232 17%, #3a3a3a 100%);
      background-color: #323232;
      border-color: #3f3f3f #3f3f3f #323232; }
    .workplace .social.microsoft {
      background: linear-gradient(to top, #3897d4 0%, #378ace 17%, #389fdb 100%);
      background-color: #378ace;
      border-color: #3792cb #3683c1 #3b779d; }
    .workplace .social:hover {
      opacity: 1; }
  .workplace:before {
    background-size: 100% auto;
    content: '';
    height: 40px;
    left: -20px;
    position: absolute;
    right: -20px;
    top: 100%; }
  .workplace .custom-bg {
    position: relative;
    z-index: 2; }
  .workplace:after {
    content: "";
    background: url(https://i.dlpng.com/static/png/165568_preview.png) center right no-repeat;
    opacity: 0.2;
    bottom: 0;
    right: 10px;
    position: absolute;
    background-size: 500px;
    z-index: 1;
    width: 100%;
    height: 170px; }

.btn-workplace {
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  margin: 1px;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background: #08487E;
  font-family: 'Montserrat', sans-serif; }
  .btn-workplace:hover {
    background: #2f588d; }

.list-group .list-group-item {
  color: #08487E;
  border-radius: 0; }
  .list-group .list-group-item.active, .list-group .list-group-item:hover {
    color: #fff;
    background: #08487E; }
    .list-group .list-group-item.active .text-muted, .list-group .list-group-item:hover .text-muted {
      color: #eee !important; }

.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

.dropdown:hover + .dropdown-list {
  display: block;
}

.dropdown-list {
  position: absolute;
  top: calc(100% - 10px);
  display: none;
}

.dropdown-list:hover {
  display: block;
}

.dropdown-item {
  background-color: #08487E;
}

.dis-block {
  display: block;
}

.dropdown-item:hover {
  background-color: #255b89;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*# sourceMappingURL=style.css.map */
