@font-face {
    font-family: 'PFDinDisplayPro-Light';
    src: url('../fonts/PFDinDisplayPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'PFDinDisplayPro-Reg';
    src: url('../fonts/PFDinDisplayPro-Reg.ttf') format('truetype');
}

@font-face {
    font-family: 'PFDinDisplayPro-Medium';
    src: url('../fonts/PFDinDisplayPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'PFDinDisplayPro-Thin';
    src: url('../fonts/PFDinDisplayPro-Thin.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
  }

  @font-face {
    font-family: "Russo-Regular";
    src: url("../fonts/RussoOne-Regular.ttf") format('truetype');
  }

h3 {
    margin-bottom: 40px;
    font: 44px Montserrat-Regular;
}

@media (min-width: 768px) {
    h3 {
        font: 44px Montserrat-Regular;
    }
}

.bx-touch.crm-widget-button-mobile, .bx-touch.crm-widget-button-mobile body {
    height: auto !important;
}


p {
    font: 14px Montserrat-regular;
    line-height: 20px;
}

li {
    line-height: 35px;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hidden-xs {
    margin-top: 3px;
}

.glyphicon {
    top: 0;
    line-height: normal;
}

select {
    position: relative;
    color: #fff;
    -webkit-appearance: none;
}

.field-applications-worker_count,
.field-agreementModalApplicationsWorkerCount {
    position: relative;
}

.field-applications-worker_count::after,
.field-agreementModalApplicationsWorkerCount::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 10px;
    height: 6px;
    background: url("../img/arrow-down.svg")no-repeat center center;
    background-size: contain;
}


#content {
    margin-top: -20px;
}

.tdn:hover {
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    /* background-color: #161616 !important; */
    color: #79d709;
}

.green,
.green:visited {
    color: #8dca38;
    text-decoration: none;
}

.green:hover,
.green:active,
.green:focus {
    text-decoration: none;
    color: #7DA13C;
}

.panel.green-shadow {
    /* -webkit-box-shadow: 0 0 15px 1px rgba(95, 175, 35, 0.75);
    -moz-box-shadow: 0 0 15px 1px rgba(95, 175, 35, 0.75);
    box-shadow: 0 0 15px 1px rgba(95, 175, 35, 0.75); */
    border: 4px solid #79d709;
}

body.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}

/* .navbar-inverse .navbar-nav > li > a.active {
    color: #ffffff !important;
} */

.fixed {
    position: fixed;
    width: 100%;
}

#applications-user_message {
    resize: none;
    padding: 17px 15px;
    border-radius: 0;
    background-color: #1f1f1f;
    font-family: "Montserrat-Regular";
    text-transform: none;
    /* border: 1px solid #e5e5e5; */
    border: none;
}

#applications-user_message:focus {
   background-color: #262626;
}

#applications-user_message::-webkit-input-placeholder {color:#626262; font-size: 12px; letter-spacing: 0.2em;  font-family: Russo-regular; text-transform: uppercase;}
#applications-user_message::-moz-placeholder          {color:#626262; font-size: 12px; letter-spacing: 0.2em;  font-family: Russo-regular; text-transform: uppercase;}/* Firefox 19+ */
#applications-user_message:-moz-placeholder           {color:#626262; font-size: 12px; letter-spacing: 0.2em;  font-family: Russo-regular; text-transform: uppercase;}/* Firefox 18- */
#applications-user_message:-ms-input-placeholder      {color:#626262; font-size: 12px; letter-spacing: 0.2em;  font-family: Russo-regular; text-transform: uppercase;}

.navbar-inverse {
    background: #161616;
}

.navbar {
    border-radius: 0;
}

.box-black {
    padding: 25px 18px;
    min-height: 530px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font: 18px Montserrat-Regular;
}

@media (max-width: 1200px) {
    .box-black {
        min-height: 602px;
    }
}

@media (max-width: 992px) {
    .box-black {
        min-height: auto;
    }
}

.fg-green {
    color: #8dca38;
    font: 18px Montserrat-Regular;
}

.b-experience_box-black {
    min-height: 830px;
}

.b-experience_box-black a {
    color: #79d709;
}

@media (max-width: 992px) {
    .b-experience_box-black {
        min-height: auto;
    }
}

.b-experience .box-black .fg-green {
    margin-bottom: 20px;
    font: 18px "Russo-Regular";
    text-transform: uppercase;
}

.inverse {
    color: #fff;
}

.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default {
    border-color: #e6e6e6;
}

.row-centered {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

/* .row h1 { */
.container h1 {
    font: 45px Montserrat-Regular;
    color: #ffffff;
    position: relative;
    text-align: center;
}

@media (max-width: 768px) {
    .container h1 {
        font: 35px Montserrat-Regular;
    }
}

@media (max-width: 576px) {
    .b-experience .container h1 {
        font-size: 26px;
    }
}

.col-centered {
    display: block;
    float: none;
    /* reset the text-align */
    /*text-align: center;*/
    /* inline-block space fix */
    margin-right: -4px;
}

.panel-default > .panel-heading {
    background-color: #f2f2f2;
}

.b-header {
    color: #fff;
    text-transform: uppercase;
    font: 14px PFDinDisplayPro-Medium;
}

.logo-big {
    height: 195px;
    width: 100%;
    background-color: #0c0c0c;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 101;
}

@media (max-width: 576px) {
    .logo-big{
        height: 65px;
    }
}

.logo-big img {
    width: 254px;
    height: 64px;
}

@media (max-width: 576px) {
    .logo-big img {
        width: 150px;
        height: auto;
    }
}

.b-nav-main {
    position: relative;
    height: 62px;
    display: flex;
    align-items: center;
    font-family: Russo-Regular;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    margin-top: -1px;
    /* z-index: 101; */
    z-index: 10500;
}

.b-nav-main.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
}

.b-nav-substrate {
    width: 100%;
    height: 62px;
    display: none;
    background-color: #161616;
}

.b-nav-main .navbar-toggle {
    margin-right: 0;
}

.b-nav-main .navbar-nav {
    margin: 0 -15px;
}

.b-logo {
    display: none;
    margin-left: 45px;
    height: 34px;
    width: 34px;
}

@media screen and (max-width: 1200px) {
    .b-logo {
        margin-left: 15px;
    }
}

.b-logo img {
   width: 34px;
   height: 34px;
}

.b-dollar {
    position: relative;
    width: 34px;
    height: 34px;
    background-color: #272727;
    margin-right: 45px;
    border-radius: 4px;
    display: none;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-out;
}

@media screen and (max-width: 1200px) {
    .b-dollar {
        margin-right: 20px;
    }
}

.b-dollar::after {
    content: "прайс";
    position: absolute;
    bottom: -12px;
    left: 0px;
    right: 0px;
    width: 100%;
    color: white;
    font-size: 7px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: Russo-regular;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}

.b-dollar svg {
    fill: #fff;
    transition: fill 0.2s ease-out;
}

.b-dollar .svg-dollar {
    fill: #0c0c0c;
    transition: fill 0.2s ease-out;
}

.b-dollar:hover {
    background-color: #79D709;
}

.b-dollar:hover svg {
    fill: #0c0c0c;
}

.b-dollar:hover .svg-dollar {
    fill: #79d709;
}

.b-dollar:hover::after {
   opacity: 1;
}

.side-right {
    display: flex;
}

/* Burger and dropdown */

.burger-block {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    background-color: #272727;
    margin-right: 15px;
    transition: background-color 0.2s ease-out;
}

.burger-block:hover {
    background-color:  #2d2d2d;
}

.burger-block.active {
    position: relative;
    z-index: 100;
}

.burger-block_close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


  .burger,
  .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .burger-line {
    display: block;
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    /* background-color: red; */
  }

    .burger-line:last-child {
      margin: 0;
    }

    .burger-line::before,
    .burger-line::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: white;
      transform: translateX(-200%);
      transition: transform ease 300ms;
    }

    .burger-line::after {
      transform: translateX(0);
    }

    .burger-line:nth-child(2):before,
    .burger-line:nth-child(2):after {
      transition-delay: 75ms;
    }

    .burger-line:last-child:before,
    .burger-line:last-child:after {
      transition-delay: 150ms;
    }


  .burger-block:hover .burger-line:before {
    transform: translateX(0);
  }
  .burger-block:hover .burger-line:after {
    transform: translateX(200%);
  }

  .burger-block.active .burger .burger-line:before {
    transform: translateX(150%);
  }
  .burger-block.active .burger .burger-line:after {
    transform: translateX(200%);
  }

  .cross span {
    display: block;
    width: 18px;
    height: 1px;
    background-color: white;
    transform: translateY(50%) rotate(45deg) scaleX(0);
    transition: transform ease 200ms;
  }

  .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
  }
  .burger-block.active .cross span {
    transition-delay: 450ms;
    transform: translateY(50%) rotate(45deg) scaleX(1);
  }
  .burger-block.active .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
  }

  .burger-line:first-child {
    top: 33%;
  }

  .burger-line:nth-child(3) {
    top: 66%;
  }

  /* .test1 {
      position: relative;
  } */

  .dropdown-visible-bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 12, 12, 0.8);
    z-index: 99;
    display: none;
  }

  .dropdown {
    position: absolute;
    right: -20px;
    top: 50px;
    width: 320px;
    background-color: #161616;
    height: auto;
    display: none;
    padding: 20px 0;
    z-index: 100000;
    transition: height 0.2s ease-out, opacity 0.2s ease-out;
  }

  /* @media (max-width: 768px) {
        .dropdown  {
            width: auto;
        }
    } */

    @media (max-width: 576px) {
        .dropdown {
            width: 100vw;
            height: 100vh;
            top: 47px;
            right: -16px;
            /* width: 100vw;
            height: 100vh;
            bottom: -13px;
            right: -20px; */
        }
    }

    /* .dropdown.open {
      display: block;
    } */

    .dropdown.open2 {
      display: block;
      overflow: scroll;
    }
    .dropdown.open2::-webkit-scrollbar { width: 0; }
    .dropdown.open2 { -ms-overflow-style: none; }
    .dropdown.open2 { overflow: -moz-scrollbars-none; }

    /* .dropdown.open2 {
        display: block;
      } */


  .dropdown-item {
    height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 0 36px;
    transition: background-color 0.2s ease-out;
  }

  .dropdown-item:hover {
      background-color: #1f1f1f;
    }

    .dropdown-item a {
      color: gray;
      font-size: 12px;
      font-family: "Russo-Regular";
      letter-spacing: 0.2em;
      line-height: 20px;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      text-decoration: none;
      transition: background-color 0.2s ease-out;
    }

    .dropdown-item:hover a {
      color: green;
    }


  .dropdown-localization {
    height: 46px;
    display: flex;
    font-size: 12px;
    font-family: "Russo-Regular";
    letter-spacing: 0.2em;
    line-height: 20px;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 0 36px;
    color: green;
    display: none;
  }

    .dropdown-localization span {
      margin-right: 15px;
      background-color: gray;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      transition: background-color 0.2 ease-out, color 0.2s ease-out;
    }

    .dropdown-localization:hover {
        background-color: green;
        color: black;
      }


      .dropdown-localization span.active {
      background-color: green;
      color: black;
    }


  .dropdown-dollar {
    margin-right: 10px;
  }

.b-language-list .dropdown-toggle {
    margin: 8px 8px 8px 0;
    padding: 8px 10px 5px;
    border: 2px solid #95d23e;
    background: transparent;
    color: #fff;
    font: 14px/14px PFDinDisplayPro-Medium;
}

.b-language-list .dropdown-menu {
    min-width: 80px !important;
    text-align: center;
}

.b-language-list .dropdown-menu li:hover {
    cursor: pointer;
    background-color: #cacaca;
}

.b-intro-header {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    background: url("../img/intro-bg.jpg") no-repeat center center;
    background-size: cover;
}

@media (max-width: 992px) {
    .b-intro-header {
        padding-top: 80px;
    }
}

.b-intro-header:before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.65) url("../img/dot-pat.png") center center;
    content: " ";
}

.b-load {
    padding: 78px 0 50px;
    background-color: #0c0c0c;
}

@media (max-width: 576px) {
    .b-load {
        padding: 48px 0 80px;
        background-color: #0c0c0c;
    }
}

.b-load-btn {
    margin-top: 25px;
}

.svg-triangle {
    position: absolute;
    z-index: 1;
    margin: -1px auto 0 auto;
    width: 100%;
    height: auto;
}

.svg-triangle polygon {
    fill:#0c0c0c;
}

.b-load-title {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "Russo-Regular";
  text-transform: uppercase;
  margin-bottom: 48px;
}

@media (max-width: 576px) {
    .b-load-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

.b-load-title span{
    color: #79d709;
}

.progress {
    height: 43px;
    width: 100%;
    margin-bottom: 0;
}

.b-progress_container {
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.b-progress_wrapper {
    position: relative;
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
}

.b-progress_wrapper-before {
    content: '';
    position: absolute;
    top: 0;
    /* left: -48%; */
    left: 0;
    width: 0;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #17200c;
    transition: width 0.4s ease-out;
}

.b-progress_shining {
    position: relative;
    z-index: 2;
}

.b-progress_shining .b-progress_shining-after {
    /* content: ''; */
    position: absolute;
    top: 50%;
    /* left: 50%; */
    width: 1px;
    height: 1px;
    opacity: 0;
    background-color: transparent;
    box-shadow: 0 0 126px 46px rgba(121, 215, 9, 0.6);
    z-index: 1;
    transition: opacity 0.4s ease-out;
}

.b-progress_shining-after.active {
    opacity: 1;
}

.b-progress {
    position: relative;
    height: 43px;
    width: 98%;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #242424;
}

.progress-bar_wrapper {
    /* left: -48%; */
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color:#79d7091f;
    transition: width 0.4s ease-out;
}

.progress-bar_wrapper.active {
    /* left: 0;  */
    width: 50%;
}

.progress-bar {
    background: #79d709;
    left: 0%;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
  }

/* .b-progress .progress-bar {
    margin-left: -5px;
    background-color: #8dca38;
    transform: skewX(-25deg);
}

.b-progress .value {
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    color: #fff;
    font: 30px PFDinDisplayPro-Light;
} */

.reervation {
    color: #fff;
}

.b-reservation-btn {
    width: 100%;
    max-width: 300px;
    height: 45px;
    outline: none;
    border: 2px solid #8dca38;
    border-radius: 20px;
    background: transparent;
    color: #8dca38;
    text-transform: uppercase;
    font: 20px PFDinDisplayPro-Medium;
}

.b-reservation-btn:hover {
    border: 2px solid #5dd025;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    color: #49a508;
}

.b-experience {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../img/exp-bg.jpg") no-repeat center center;
    background-size: cover;
}

.b-experience:before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    content: " ";
}

@media (max-width: 768px) {
    .b-experience ul {
        padding-left: 20px;
    }
}

.b-experience h1,
.b-experience h3 {
    font-family: Russo-regular;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-top: 50px;
}

.b-experience h3 {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 48px;
}

@media (max-width: 992px) {
    .b-experience .right-side h3 {
        padding-top: 6px;
     }
}

@media (max-width: 576px) {
    .b-experience h3 {
        font-size: 18px;
        margin-top: 70px;
    }
}

.b-experience li,
.b-intro-header .box-black p {
    line-height: 27px;
    font-size: 14px;
    list-style-type: disc;
}

@media (max-width: 992px) {
    .b-intro-header-col:nth-child(2) {
       margin-top: 30px;
    }
}

.box-black p {
    line-height: 27px;
}

.b-proposal {
    background-color: #0c0c0c;
    padding: 70px 0 83px;
}

.b-proposal-video {
    overflow:hidden;
    position:relative;
    margin: 0 auto;
    padding-bottom: 54.25%;
    padding-top:30px;
    height:0;
    width: 100%;
}

@media (max-width: 992px) {
    .b-proposal-video {
        width: 100%;
        padding-bottom:46.25%;
    }
}

  .b-proposal-video iframe {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
  }

.b-proposal .slider-title {
    font-family: Russo-regular;
    font-size: 26px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #79D709;
    margin-top: 85px;
    text-align: center;
}

@media (max-width: 576px) {
    .b-proposal .slider-title {
        font-size: 20px;
    }
}

.b-proposal_btn-block {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.b-proposal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.b-proposal-btn svg {
    margin-right: 12px;
    fill: #fff;
}

.b-proposal-btn:hover,
.b-proposal-btn:focus,
.b-proposal-btn:active {
   text-decoration: none;
   color: #fff;
}

.b-proposal-btn:hover svg {
    fill: #0c0c0c;
}

/* .proposal-slider {
    margin-top: 40px;
}

.proposal-slider .item {
    height: auto;
}

.proposal-slider .item img {
    width: 217px;
    height: 142px;
} */

/* .proposal-slider .item:hover > img {
    transform: scale(2);
} */

.b-price {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}

.b-price h3 {
    font-family: Russo-regular;
    font-size: 26px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0C0C0C;
}

@media (max-width: 576px) {
    .b-price h3 {
        font-size: 18px;
    }
}

.b-price .panel .text-center {
    padding-top: 22px;
}

.btn-block {
    margin-bottom: 32px;
}

.price-btn {
    margin: 0 auto;
    width: 217px;
    height: 34px;
    color: #0c0c0c;
    font-family: Russo-regular;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(12, 12, 12, 0.05);
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.price-btn svg {
    margin-right: 14px;
    fill: #0c0c0c;
    transition: fill 0.2s ease-out;
}

.price-btn .svg-dollar {
    fill: #fff;
    stroke: #fff;
    transition: fill 0.2s ease-out, stroke 0.2s ease-out;
}

.price-btn:hover,
.price-btn:focus,
.price-btn:active {
    text-decoration: none;
    background-color: #0c0c0c;
    color: #79d709;
}

.price-btn:hover svg,
.price-btn:focus svg,
.price-btn:active svg {
   fill: #79d709;
}

.price-btn:hover .svg-dollar,
.price-btn:focus .svg-dollar,
.price-btn:active .svg-dollar {
   fill: #0c0c0c;
   stroke: #0c0c0c;
}

.b-price strong a {
    color: #79d709;
    font-family: Montserrat-regular;
}

.b-price .panel-heading {
    border-color: #f8f8f8;
    font: 14px Russo-Regular;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.b-price .panel-heading .bold {
    font: 12px Russo-Regular;
    margin-top: 25px;
    display: block;
}

.b-price .panel-heading:after {
    position: relative;
    top: 10px;
    display: block;
    margin: 0 auto;
    width: 30%;
    height: 5px;
    background-color: #8dca38;
    content: '';
}

.b-price .panel-heading.yellow-line:after {
    background-color: #f2d061;
}

.b-price .panel-heading.red-line:after {
    background-color: #d45555;
}

.panel-body li,
.panel-body h6 {
    font: 14px Montserrat-regular;
    line-height: 24px;
}

.panel-body h6 {
    color: #79d709;
}

.b-work-before {
    background: #0c0c0c;
}

.b-work {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0c0c0c;
}

.b-work h3 {
    font: 26px Russo-regular;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 992px) {
    .b-work h3 {
        margin-bottom: 42px;
        margin-top: 42px;
    }
}

@media (max-width: 576px) {
    .b-work h3 {
        font-size: 20px;
        margin-bottom: 52px;
        margin-top: 52px;
    }
}

.b-work-content {
    display: flex;
    margin-top: 92px;
}

@media (max-width: 992px) {
    .b-work-content {
        flex-direction: column;
        margin-top: 40px;
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .b-work-content {
        width: 100%;
    }
}

.b-work-one,
.b-work-two {
  position: relative;
  width: 50%;
}

@media (max-width: 992px) {
    .b-work-one,
    .b-work-two {
      margin: 0 auto;
      width: 100%;
    }
}

.b-work-one_bg,
.b-work-two_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: Russo-regular;
    font-size: 400px;
    line-height: 213px;
    color: #FFFFFF;
    opacity: 0.05;
}

.b-work-one_bg {
    top: 0;
    transform: translateX(-82%);
}

.b-work-two_bg {
    bottom: -19px;
}

@media (max-width: 992px) {
    .b-work-two_bg {
        bottom: 30px;
    }
}

.b-work-item {
    display: flex;
    align-items: center;
}

.b-work-one .b-work-item:not(:first-child),
.b-work-two .b-work-item:not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 992px) {
    .b-work-two .b-work-item:first-child{
        /* width: 42px; */
        margin-top: 30px;
    }
}

.b-work-icon {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .b-work-icon {
        width: 42px;
        margin-right: 20px;
    }
}

.b-work-item:nth-child(1) img,
.b-work-two .b-work-item:nth-child(2) img,
.b-work-two .b-work-item:nth-child(4) img,
.b-work-one .b-work-item:nth-child(3) img,
.b-work-one .b-work-item:nth-child(4) img {
    width: 30px;
    height: 30px;
}

.b-work-one .b-work-item:nth-child(2) img,
.b-work-two .b-work-item:nth-child(3) img,
.b-work-two .b-work-item:nth-child(5) img {
    width: 30px;
    height: 23px;
}

.b-work-one .b-work-item:nth-child(5) img {
    width: 20px;
    height: 32px;
}

.b-work-icon img {
    display: block;
    object-fit: contain;
    object-position: center;
}

.b-work-icon_top {
    align-self: flex-start;
}

.b-work-title {
font-family: Russo-regular;
font-size: 14px;
line-height: 30px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: rgba(245, 245, 245, 0.8);
width: 100%;
}

.b-work-title p {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.b-work .text {
    font: 18px PFDinDisplayPro-Medium;
}

.b-work .item {
    min-height: 150px;
    vertical-align: top;
}

#callback .modal-content {
    background-color: #0c0c0c !important;
}

#callback .modal-title {
    font-family: Russo-regular;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-top: 40px;
    color: #fff;
}

@media (max-width: 576px) {
    #callback .modal-title {
        font-size: 18px;

    }
}

#callback .field-applications-agreement .help-block {
    bottom: -27px;
}

.b-team {
    padding-top: 80px;
    padding-bottom: 73px;
    background-color: #f2f2f2;
    /* background: #f7f7f7 url("../img/maz-pat.png") center center; */
}

.b-team h3 {
    font-family: Russo-regular;
    font-size: 26px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0C0C0C;
}

@media (max-width: 576px) {
    .b-team h3 {
       font-size: 18px;
    }
}

.b-team-social {
    font-family: Montserrat-regular;
    font-size: 14px;
    line-height: 17px;
    color: #0C0C0C;
    margin-top: 30px;
}

.b-team-social-item {
    color: #0c0c0c;
}

.b-team-social-item a {
    color: #79D709;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-family: Montserrat-regular;
    font-size: 14px;
}

.b-member {
    overflow: hidden;
    margin-bottom: 15px;
    height: 350px;
}

#mpup > div > .row > div:last-child p.rating {
    /*display: none;*/
}

.b-member .name {
    margin-bottom: 10px;
    font: 22px PFDinDisplayPro-Medium;
}

.b-member .photo {
    margin-right: 15px;
}

.b-address {
    position: absolute;
    z-index: 1;
    width: 100%;
    font-family: Montserrat-Regular;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

@media (max-width: 576px) {
    .b-address {
        height: 150px;
        padding: 0 15px;
    }
}

.b-address.hover {
    height: 0;
}

.b-address p {
    margin: 0;
}


.b-address h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font: 26px Russo-Regular;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

@media (max-width: 576px) {
    .b-address h3{
        font-size: 18px;
        margin-bottom: 6px;
    }
}

.b-footer {
    padding: 35px 0 45px;
    font-family: Montserrat-Regular;
    background: #0c0c0c;
}

.b-social {
    margin-top: -6px;
}

.b-portfolio {
    padding-top: 80px;
    padding-bottom: 20px;
}

.b-portfolio .item {
    position: relative;
    cursor: pointer;
    height: 225px;
    overflow: hidden;
}

.b-portfolio .item img {
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.75)
}

.b-portfolio .title-block {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    background-image: url("../images/color.png");
    color: #8dca38;
    font: 20px PFDinDisplayPro-Reg;
    text-align: center;
}

/* .ip{
    font-size: 12px;
} */

.ip a{
    color: white;
}

@media (max-width: 768px) {
    .b-portfolio .title-block {
        height: 57px;
    }
}

.content-middle-vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.close {
    color: #626262;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
}

.close:hover {
    color:#3f3e3e;
}

#modal-portfolio .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.b-partners {
    padding-bottom: 40px;
    padding-top: 66px;
}

@media (max-width: 992px) {
    .b-partners {
        padding-bottom: 66px;
    }
}

@media (max-width: 576px) {
    .b-partners {
        padding-top: 40px;
        padding-bottom: 40px;

    }
}

.b-partners .items > .item {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}

.b-feedback {

    background: #0c0c0c;
    padding-bottom: 40px;
}

.b-feedback h3 {
    margin-top: 55px;
    margin-bottom: 28px;
    font-family: Russo-regular;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 26px;
    letter-spacing: 0.2em;
    color: #fff;
}

@media (max-width: 576px) {
    .b-feedback h3 {
        font-size: 18px;
    }
}

#contact-form-reservation {
    padding-bottom: 40px;
}

.contact-form .file-form {
    position: relative;
}

.contact-form .custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.contact-form .custom-file-control::after {
    content: "Техническое задание";
    cursor: pointer;
}

.contact-form .custom-file-control::before {
    content: "Загрузить";
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    height: 33px;
    padding: 8px 12px;
    color: #fff;
    background-color: #8dca38;
}

.contact-form .form-group {
    margin-bottom: 6px;
}

.contact-form .right-block .form-group {
    margin-bottom: 12px;
}

.contact-form .right-block .form-group:nth-child(5) {
    display: flex;
    align-items: center;
}

.contact-form .right-block .form-group:nth-child(5) .form-group {
    margin-bottom: 0;
}

.contact-form .right-block .form-group:nth-child(5) .form-group label {
    display: flex;
}

.contact-form .right-block .form-group:nth-child(5) .field-applications-agreement {
    height: 100%;
}

.custom-checkbox {
    cursor: pointer;
    display: flex;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    transition: all 150ms ease 0s;
    justify-content: center;
    margin-right: 17px;
}

#applications-agreement {
    display: none;
}

#applications-agreement:checked + label > #applicationsAgreementCustomCheckbox {
    background: #79d709 url("../img/check.svg") no-repeat center center;
    background-size: 13px 11px;
}

#agreement-modal {
    display: none;
}

#agreement-modal:checked + label > #agreementModalCustomCheckbox {
    background: #79d709 url("../img/check.svg") no-repeat center center;
    background-size: 13px 11px;
}

.help-block {
    font-size: 10px;
    font-family: Montserrat-Regular;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    color: red !important;
    padding: 5px 5px 0 0;
}

.field-applications-agreement_text {
    font-size: 12px;
    font-family: Montserrat-Regular;
    line-height: 15px;
    color: #858585;
    width: 80%;
}

.field-applications-agreement_text a {
    color: #79d709;
    text-decoration: none;
    cursor: pointer;
}

.contact-form .field-applications-agreement .help-block {
    position: absolute;
    bottom: -35px;
}

@media (max-width: 576px) {
    .contact-form .field-applications-agreement .help-block{
        bottom: -45px;
    }
}

.contact-form .field-agreement-modal .help-block {
    position: absolute;
    bottom: -31px;
}

@media (max-width: 576px) {
    .contact-form .field-agreement-modal .help-block {
        position: absolute;
        bottom: -45px;
    }
}

.contact-form #desc {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    border: 1px solid #e5e5e5;
}

.contact-form .kv-fileinput-caption,
.contact-form .btn-file {
    border-radius: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form .fileinput-remove {
    height: 30px;
}
.contact-form .kv-fileinput-caption:focus {
    outline: none;
    box-shadow: none;
}

.contact-form label {
    font-weight: normal;
    margin-bottom: 0;
}

.contact-form fieldset {
    border: none;
    background-color: #1f1f1f;
    color:rgba(245,245,245, 0.6);
    font-size: 10px;
    font-family: Russo-regular;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-top: 15px;
    padding-left: 10px;
}

.form-check:not(:first-child) {
    margin-top: 10px;
}

.form-control {
    background-color: #1f1f1f;
    border: none;
    color: #fff;
    font-family: Russo-regular;
    font-size: 12px;
    text-transform: uppercase;
    height: 30px;
    padding: 6px;
}

.field-applications-user_name,
.field-applications-user_telephone,
.field-applications-user_email,
.field-applications-user_message {
    position: relative;
}

.field-applications-user_name::after,
.field-applications-user_telephone::after,
.field-applications-user_email::after{
    position: absolute;
    top: 5px;
    left: 96px;
    font-size: 18px;
    content: '*';
    color: #79d709;
}

.field-applications-user_message::after {
    position: absolute;
    top: 12px;
    left: 84px;
    font-size: 18px;
    content: '*';
    color: #79d709;
}

.field-applications-user_name.active::after,
.field-applications-user_telephone.active::after,
.field-applications-user_email.active::after,
.field-applications-user_message.active::after {
    display: none;
}

#applications-user_name:-ms-input-placeholder::after {
    position: absolute;
    top:0;
    left: 0;
    content: '*';
   color: red;
}
.field-applications-user_telephone::after {
    left: 128px;
}

.field-applications-user_email::after {
    left: 100px;
}

.contact-form input, .b-feedback select {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:rgba(245,245,245, 0.6);
    letter-spacing: 0.2em;
    background-color: #1f1f1f;
}

.contact-form input {
    color: #fff;
}

.contact-form input::-webkit-input-placeholder {color:rgba(245,245,245, 0.6); font-size: 12px; letter-spacing: 0.2em;  font-family: Russo-regular; text-transform: uppercase;}
.contact-form input::-moz-placeholder          {color:rgba(245,245,245, 0.6); font-size: 12px; letter-spacing: 0.2em;  font-family: Russo-regular; text-transform: uppercase;}/* Firefox 19+ */
.contact-form input:-moz-placeholder           {color:rgba(245,245,245, 0.6); font-size: 12px; letter-spacing: 0.2em;  font-family: Russo-regular; text-transform: uppercase;}/* Firefox 18- */
.contact-form input:-ms-input-placeholder      {color:rgba(245,245,245, 0.6); font-size: 12px; letter-spacing: 0.2em;  font-family: Russo-regular; text-transform: uppercase;}

.contact-form .message-term {
    color: #fff;
}

.modal-dialog .contact-form .file-caption-name::-webkit-input-placeholder {font-size: 10px;}
.modal-dialog .contact-form .file-caption-name::-moz-placeholder          {font-size: 10px;}/* Firefox 19+ */
.modal-dialog .contact-form .file-caption-name:-moz-placeholder           {font-size: 10px;}/* Firefox 18- */
.modal-dialog .contact-form .file-caption-name:-ms-input-placeholder      {font-size: 10px;}

@media (max-width: 992px) {
    .modal-dialog .contact-form .file-caption-name::-webkit-input-placeholder {font-size: 12px;}
    .modal-dialog .contact-form .file-caption-name::-moz-placeholder          {font-size: 12px;}/* Firefox 19+ */
    .modal-dialog .contact-form .file-caption-name:-moz-placeholder           {font-size: 12px;}/* Firefox 18- */
    .modal-dialog .contact-form .file-caption-name:-ms-input-placeholder      {font-size: 12px;}
}

.contact-form .message-term::-webkit-input-placeholder {color: rgba(245,245,245, 0.6)}
.contact-form .message-term::-moz-placeholder          {color: rgba(245,245,245, 0.6)}/* Firefox 19+ */
.contact-form .message-term:-moz-placeholder           {color: rgba(245,245,245, 0.6)}/* Firefox 18- */
.contact-form .message-term:-ms-input-placeholder      {color: rgba(245,245,245, 0.6)}
.contact-form .message-term:focus, .b-feedback select:focus {
    outline: none;
    background-color: #262626;
}

.b-main-btn {
    width: 100%;
    max-width: 195px;
    height: 30px;
    outline: none;
    border: 1px solid #79d709;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font: 12px Russo-regular;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: background-color 0.2s ease-out, color 0.2s ease-out
}

.b-main-btn svg {
    fill: #fff;
    transition:  fill 0.2s ease-out;
}

.b-main-btn:hover {
    background-color: #79d709;
    color: #0c0c0c;
}

.b-main-btn:hover svg {
    fill: #0c0c0c;
}

.contact-form .b-feedback-btn {
    width: 100%;
    max-width: 195px;
    height: 30px;
    outline: none;
    margin-top: 10px;
    border: 1px solid #79d709;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font: 12px Russo-regular;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.contact-form .b-feedback-btn:hover {
    background-color: #79d709;
    color: #0c0c0c;
}

.contact-form .checkbox-label {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    font-size: 13px;
    padding-top: 2px;
    display: inline-block;
}

.contact-form .checkbox-label:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: -8px;
    background-color: #626262;
    border-radius: 6px;
}

.contact-form input[type=radio]:checked + .checkbox-label:after {
    content: "\2022";
    color: #79d709;
    font-size: 22px;
    text-align: right;
    position: absolute;
    top: -16px;
    left: 2.5px;
}

.b-feedback .contact-form input[type=radio]:checked + .checkbox-label:after {
    left: 2px;
}

.contact-form input[type=radio]:checked ~ span{
    color: #fff;
}

.contact-form input[type=radio]:checked

.contact-form fieldset .checkbox-label:before {
    border-radius: 8px;
}

.contact-form input[type=radio] {
    display: none;
}

.popup {
    outline: none;
}

#modal-agreement .modal-content {
    background-color: #0c0c0c !important;
    color: rgb(51,51,51);
}

#modal-agreement p {
    font-size: 15px;
    margin-bottom: 5px;
    color:#858585;
}

#modal-agreement h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color:#fff;
}

#modal-agreement a {
    color: #79d709;
}

#modal-portfolio .image {
    height: 350px;
    overflow-y: scroll;
}

#modal-portfolio .image img {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.75);
}

#modal-portfolio .modal-body .title {
    font-family: PFDinDisplayPro-Thin;
    font-size: 44pt;
}

#modal-portfolio .link {
    font-family: PFDinDisplayPro-Medium;
    font-size: 22px;
    color: #8dca38;
    text-decoration: none;
}

#modal-portfolio .conversion-text {
    font-family: PFDinDisplayPro-Thin;
    font-size: 22px;
}

#modal-portfolio .conversion {
    font-family: PFDinDisplayPro-Medium;
    font-size: 28px;
    color: #8dca38;
}

#modal-portfolio .attributes {
    list-style-image: url("/img/li-item.png");
    margin-left: 0;
}

@media (max-width: 768px) {
    #modal-portfolio .attributes {
        margin-top: 20px;
    }
}

.modal-reservation-form {
    padding-top: 40px;
}

.modal-reservation-form .contact-form {
    display: none;
}

.rating-xs {
    font-size: 18px !important;
}

.rating {
    display: table;
}

.rating .rating-container {
    display: table-cell;
}

#owl-demo .item {
    position: relative;
    margin: 3px;
    /* margin-right: 50px; */
    height: 205px;
}

.owl-item {
    padding: 0 15px;
}

.owl-item:first-child .item img{
    height: 53px;
    width: auto;
}

.owl-item:nth-child(2) .item img{
    height: 81px;
    width: auto;
}

.owl-item:nth-child(3) .item img{
    height: 67px;
    width: auto;
}

.owl-item:last-child .item img{
    height: 63px;
    width: auto;
}

#owl-demo .item img {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.purple {
    background-color: #605ca8 !important;
}

.theme-krajee-svg.rating-xs .krajee-icon {
    width: 23px;
    height: 23px;
}

.rating-disabled .rating {
    cursor: default;
}

.modal {
    z-index: 104100 !important;
}

.social {
    margin-top: 60px;
}

.social a img {
    opacity: 0.7;
}

.social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .social-wrapper {
        margin-top: 29px;
    }
}

.social a img:hover {
    opacity: 1;
}

.social-item {
    width: 43px;
    height: 43px;
    border-radius: 4px;
    background-color:#1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}

.social-item svg {
    fill: #fff;
    transition: fill 0.2s ease-out;
}

.social-item:hover {
    background-color: #79d709;
}

.social-item:hover svg {
    fill: #0c0c0c;
}

.social-item:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 576px) {
    .social-item:not(:last-child) {
        margin-right: 6px;
    }
}

.social-item:nth-child(1) {
    /* background: url("../img/vk.svg") no-repeat center center;
     display: inline-block;
    cursor: pointer; */
}


.social .vk {
    background: url("../img/vk.svg") no-repeat center center;
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
}

.social .vk:hover {
    background: url("../img/vk_hover.svg") no-repeat center center;
    transition: 0.5s;
}

.social .fb {
    background: url("../img/facebook.svg") no-repeat center center;
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
}

.social .fb:hover {
    background: url("../img/facebook_hover.svg") no-repeat center center;
    transition: 0.5s;
}

.social .tw {
    background: url("../img/twitter.svg") no-repeat center center;
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
}

.social .tw:hover {
    background: url("../img/twitter_hover.svg") no-repeat center center;
    transition: 0.5s;
}

.btn-file {
    border: none;
    height: 34px;
    padding: 8px 12px;
    color: #000;
    background-color: #79d709;
    font-family: Russo-regular;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn-file:hover {
    background-color: #000;
    color: #79d709;
}

.alert-success {
    font-family: PFDinDisplayPro-Reg;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    top: 60px;
    background-color: rgba(55, 189, 0, 0.78);
    border-color: #d6e9c6;
    position: fixed !important;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 30%;
}

.skype,
.telegram,
.phone,
.email {
  font-size: 14px;
}

.skype a {
    color: #8dca38;
    font-size: 14px;
}

.telegram a {
    color: #8dca38;
    font-size: 14px;
}

.phone a {
    color: #8dca38;
    font-size: 14px;
}

.email a {
    color: #8dca38;
    font-size: 14px;
}

@media only screen and (max-width: 992px) {
    .skype,
    .telegram,
    .email {
       margin-top: 12px;
    }
}

@media only screen and (max-width: 576px) {

    .skype a {
        color: #8dca38;
        font-size: 12px;
    }

    .telegram a {
        color: #8dca38;
        font-size: 12px;
    }

    .phone a {
        color: #8dca38;
        font-size: 12px;
    }

    .email a {
        color: #8dca38;
        font-size: 12px;
    }
}

.copyright {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin-top: 40px;
}

.agreement {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.error {
    padding-top: 70px;
    font: 18px PFDinDisplayPro-Thin;
}

.back {
    margin-top: 5px;
    margin-bottom: 20px;
}

.less-width {
    width: 200px;
    height: 35px;
}

.attributes li {
    line-height: 25px;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-with-zoom.mfp-ready img.mfp-img {
    max-height: 1500px !important;
}

#content section.b-price .panel.panel-default {
    height: 310px !important;
}

.last{
    text-decoration: line-through;
    display: inline;
    color: #c15454;
}

/*FIXED IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .svg-triangle{
        display: none;
    }
    .b-feedback svg{
        display: none!important;
    }
}

.b-team .img-responsive {
    padding-bottom: 20px;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}



@media only screen and (max-width: 992px) {
    .b-nav-main .navbar-nav {
        margin: 0 -15px;
        background: rgba(0, 0, 0, 0.85);
    }

    .navbar-nav {
        margin-top: 49px !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        width: 425px;
        padding-right: inherit !important;
        padding-left: inherit !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .photo {
        float: none !important;
    }

    .b-member .photo img {
        margin: 0 auto;
    }

    .b-member .rating {
        margin: 0 auto !important;
    }

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

    .b-portfolio {
        padding-top: 20px;
    }

    .b-portfolio .item {
        margin-bottom: 30px;
    }

    .b-partners .items .item {
        height: 205px;
    }

    .b-partners .items .item img {
        margin: 0 auto;
    }

    .b-language-list .dropdown-toggle {
        padding: 8px 5px 5px !important;
        margin-top: 10px;
    }

    .b-work {
        padding-top: 20px;
    }

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

    .b-social {
        margin-top: 10px;
    }

    #modal-portfolio .image img {
        margin: 0 auto;
    }

    #modal-portfolio .title, #modal-portfolio button {
        text-align: center;
    }

    .contact-form .b-feedback-btn {
        margin-top: 30px;
    }

    .social {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .social .vk, .social .fb, .social .tw {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 991px) {
    #content section.b-price .panel.panel-default {
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .b-language-list .dropdown-toggle {
        margin: 10px 0 0 -4px;
        padding: 6px 6px;
        font-size: 13px;
    }

    .navbar-nav {
        margin-top: 0 !important;
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    #content section.b-price .panel.panel-default {
        height: auto !important;
    }
}

@media only screen and (max-width: 426px) {
    .b-language-list .dropdown-toggle {
        font-size: 12px;
        font: 14px/10px PFDinDisplayPro-Medium;
        padding: 7px 0 4px !important;
    }

    #header .b-col-language {
        padding-left: 0;
        padding-right: 10px;
    }

    #header .b-col-language .b-language {
        width: 100%;
    }

    #header .b-col-language .b-language button {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-krajee-svg.rating-xs .krajee-icon {
        width: 18px;
        height: 18px;
    }

    #navbar {
        font-size: 13px;
    }

    .b-language-list .dropdown-toggle {
        padding: 10px 4px 7px;
    }

    .b-member .info p {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .b-member {
        overflow: hidden;
        margin-bottom: 15px;
        height: 196px;
    }

    .col-centered {
        display: inline-block;
    }
}

.b-result {
    margin-top: 15px;
}

.slick-slider-project1 {
    width: 100%;
    /* height: 142px; */
    margin-top: 40px;
}

.slick-slider-project1  img {
    display: block;
    /* max-width: 217px; */
    width: 100%;
    /* height: 142px; */
    margin: 0 auto;
}

.project1-fancybox {
    padding: 0 5px;
}

/* @media (max-width: 768px) {
    .slick-slider-project1 .slick-slide {
        padding: 0 15px;
    }
} */

.slick-slider-project2 {
    width: 100%;
    height: 100%;
    margin-top: 40px;
}

.slick-slider-project2 .slick-slide {
    padding: 0 5px;
}

.slick-slider-project2 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.see-all {
    max-height: 0;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

.see-all.show {
    max-height: 1500px;
}

@media (max-width: 576px) {
    .see-all .col-xs-3 {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.row-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .row-flex {
        flex-direction: column;
    }
}

.left-side,
.right-side {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .left-side,
    .right-side {
        margin: 0 auto;
        width: auto;
}
    .right-side  {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .right-side  {
        margin-top: 40px;
    }
}

.right-side .box-black > ul {
    padding-left: 0;
}

@media (max-width: 576px) {
    .b24-widget-button-position-bottom-right {
        right: 25px !important;
        bottom: 25px !important;
    }
}

.modal-dialog {
    margin: 60px auto;
 }

.cookie-agreement-wrapper {
  position: fixed;
  z-index: 400;
  width: 100%;
  height: auto;
  bottom: 0;
  background: #1f1f1f;
  padding: 20px 24px;
  box-sizing: border-box;
  box-shadow: 0 -17px 20px 0 rgba(0, 0, 0, 0.3);
  display: none;
}

.cookie-agreement-wrapper__content {
  display: flex;
  align-items: center;
}

.cookie-agreement-wrapper__content__info {
  display: inline-flex;
}

.cookie-agreement-wrapper__content__info__icon {
  width: 30px;
}

.cookie-agreement-wrapper__content__info__text {
  margin: 0 20px;
  font-family: Russo-Regular;
  font-size: 12px;
  color: white;
}

.cookie-agreement-wrapper__content__info__text > span {
  display: block;
}

.cookie-agreement-wrapper__content__info__text > span a {
  color: #79D709;
}

.cookie-agreement-wrapper__content__info__text > br {
  display: none;
}

.cookie-agreement-wrapper__content__action-button {
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  border-color: #79D709;
}

.cookie-agreement-wrapper__content__action-button:hover {
  background: #79D709;
  color: black
}

@media screen and (max-width: 1200px) {
  .cookie-agreement-wrapper__content {
    flex-wrap: wrap;
  }

  .cookie-agreement-wrapper__content__info__text {
    margin-right: 0;
  }

  .cookie-agreement-wrapper__content__info {
    width: 100%;
  }

  .cookie-agreement-wrapper__content__action-button {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 780px) {
  .cookie-agreement-wrapper__content__info__text br {
    display: initial;
  }
}


