html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000000;
}
a, a:hover {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
font-weight: initial;
/*font-weight: normal;*/
}
h1,
.h1-title,
.h1__title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.875em;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h2,
.h2-title,
.h2-like,
.h2__title {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.75em;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media(max-width: 767px) {
  h2,
  .h2-title,
  .h2-like,
  .h2__title {
    font-size: 2.25em;
  }
}
h4,
.h4-title,
.h4-like,
.h4__title {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.title-left {
  text-align: left;
}
.title-white {
  color: #f1f1f1;
}
#topMenu {
  position: relative;
  z-index: 5;
}
.text-title {
  font-size: 1.25em;
  color: #6c7680;
  margin: 0;
  font-weight: bold;
  margin: 5px 0 15px;
  padding-bottom: 5px;
}
.h3-title, h3 {
  font-size: 2.25em;
  margin: 5px 0;
  color: #030303;
}
.all-page {
  position: relative;
  z-index: 5;
  /*    min-height: 2000px;*/
}
.page-bg-photo {
  display: flex;
  height: 80vh;
  max-height: 500px;
  align-items: center;
  text-align: center;
  /*padding-top: 200px;*/
}
.page__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.125em;
  line-height: 1.1;
  color: #f1f1f1;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.page-bg-photo__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.65);
    z-index: 2;
}
.white-block-bg {
  padding: 5px 15px 20px 15px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 5px 5px 15px #cecfd9;
  border-radius: 5px;
}
@media(max-width: 767px) {
  h1 {
    font-size: 1.75em;
  }
  .h2-title, h2, .h2-like {
    font-size: 1.75em;
  }
}
.ukrlift__btn a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #f20219;
  background: rgba(242,2,25,1);
  font-size: 1.1875em;
  padding: 10px 20px 12px;
  line-height: 1.1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ukrlift__btn a:hover {
  color: #f20219;
  background: rgba(242,2,25,0);
}
.ukrlift__btn .fa {
  margin-left: 25px;
  font-size: 0.85em;
}
/* HTML */
.content__home {
  max-width: 1550px;
  margin: 0 auto;
}
.html-block__bg {
  padding: 100px 0;
}
@media(max-width: 991px) {
  .html-block__bg {
    padding: 50px 0;
  }
}
@media(max-width: 767px) {
  .html-block__bg {
    padding: 50px 0;
  }
}
.html-block {
  /*color: #959494;*/
}
.html-block strong,
.html-block b {
  font-weight: bold;
}
.html-block ul {
  list-style-type: none;
}
.html-block li {
  margin-bottom: 5px;
}
.html-block li:before {
  font-family: 'FontAwesome';
  content: '\f138';
  margin: -10px 5px 0 15px;
  font-size: 0.85em;
  color: #f49a06;
}
/*.html-block .equipment__nav-tabs li {
  margin-bottom: -1px;
}
.html-block .equipment__nav-tabs li:before {
  display: none;
}
.html-block .equipment__nav-pills li:before {
  display: none;
}
.equipment__anons .equipment__nav-tabs a {

}*/
.html-block__text-red {
  color: #f20219;
}
.html-block__text-big,
.html_text--big {
  font-size: 1.875em;
  text-transform: uppercase;
}
@media(max-width: 767px) {
  .html-block__text-big,
  .html_text--big {
    font-size: 1.25em;
  }
}
/* end HTML */
/* LAST WHO WE ARE */
.last-whoweare__bg {
  padding: 100px 0;
  text-align: center;
}
@media(max-width: 991px) {
  .last-whoweare__bg {
    padding: 50px 0;
  }
}
@media(max-width: 767px) {
  .last-whoweare__bg {
    padding: 50px 0;
  }
}
.last-whoweare__message {
  color: #f1f1f1;
  font-size: 1.125em;
  margin-top: 25px;
}
.last-whoweare__wrapper {
  margin-top: 100px;
  margin-bottom: 75px;
}
@media(max-width: 991px) {
  .last-whoweare__wrapper {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
@media(max-width: 767px) {
  .last-whoweare__wrapper {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
.last-whoweare__image {
  display: inline-block;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid #cdcdcd;
  margin-bottom: 25px;
}
.last-whoweare__image img {
  max-width: 100%;
}
.last-whoweare__name {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #f1f1f1;
  margin-bottom: 25px;
}
/* end LAST WHO WE ARE */
/* LAST NEWS */
.last-news__bg {
  padding: 100px 0;
  text-align: center;
}
@media(max-width: 991px) {
  .last-news__bg {
    padding: 50px 0;
  }
}
@media(max-width: 767px) {
  .last-news__bg {
    padding: 50px 0;
  }
}
.last-news__item {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
@media(max-width: 767px) {
  .last-news__item {
    margin-bottom: 25px;
  }
}
.last-news__td {
  display: table-cell;
  vertical-align: top;
}
.last-news__td--dt {
  width: 100px;
}
@media(min-width: 768px) and (max-width: 991px) {
  .last-news__td--dt {
    width: 70px;
  }
}
@media(max-width: 500px) {
  .last-news__td--dt {
    width: 70px;
  }
}
.last-news__wrapper {
  margin-top: 50px;
  text-align: left;
}
.last-news__dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #959494;
  line-height: 1.1;
}
.last-news__dt-day {
  font-size: 2.75em;
}
.last-news__dt-month {
  font-size: 0.875em;
  text-transform: lowercase;
}
.last-news__name {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 15px;
}
.last-news__name a {
  text-decoration: none;
}
.last-news__name a:hover {
    color: #f49a06;
}
.last-news__text {
  margin-bottom: 15px;
}
.news__bg {
  padding-bottom: 100px;
}
@media(max-width: 991px) {
  .news__bg {
    padding-bottom: 50px;
  }
}
@media(max-width: 767px) {
  .news__bg {
    padding-bottom: 50px;
  }
}
/* end LAST NEWS */
/* LAST VIDEO */
.last-video__bg {
  padding: 100px 0;
  text-align: center;
}
@media(max-width: 991px) {
  .last-video__bg {
    padding: 50px 0;
  }
}
@media(max-width: 767px) {
  .last-video__bg {
    padding: 50px 0;
  }
}
.last-video__wrapper {
  margin: 50px auto 50px;
  text-align: left;
}
.last-video__item {
  margin-bottom: 25px;
}
.last-video__name {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 15px;
}
.video__image-wrap {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 0 56.666% 0;
}
.video__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  z-index: 0;
}
.video__image-overlay {
  position: absolute;
  /*background: rgba(0,0,0,0.5);*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  /*color: #ffffff;*/
  font-size: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.video__image-play {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: rgba(0,0,0,0.75);
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.video__image-play:hover {
  color: rgba(255,0,0,1);
}
.video__image-overlay:hover {
  /*background: rgba(0,0,0,0.75);*/
}
/* end LAST VIDEO */
/* MATERIAL */
.material__image {
  margin-bottom: 15px;
}
.material__image img {
  max-width: 100%;
}
.material__name {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 15px;
}
.material__name a {
  text-decoration: none;
}
.material__text {
  margin-bottom: 15px;
}
.material__item {
  margin-bottom: 50px;
}
@media(max-width: 767px) {
  .material__item {
    margin-bottom: 25px;
  }
}
/* end MATERIAL */
/* HEADER */
header {

}
.header-bg {
  /*
  background: url("../data/header-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 50px;
  */
}
@media(min-width: 768px) {
  .header-bg-home {
    background: none !important;
  }
}
.header-bg-firstpage {
  background: none !important;
}
/*@media(max-width: 767px) {
  .header-bg-home {
    background: url("../data/header-bg.jpg") no-repeat center center;
    background-size: cover;
  }
}*/
.header-img {
  text-align: center;
}
.header-img img {
  max-width: 100%;
  margin: 0 auto;
}
.header-top {
    background: rgba(255,255,255,1);
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
/*@media(min-width: 768px) {
  .header-top-home {
    border: 1px solid red;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
  }
}*/
.header-top-wrapper {
  padding: 15px 0 10px;
  /*border: 1px solid red;*/
}
.header-top-wrapper a {
  text-decoration: none;
}
.logo img {
    width: 100%;
    max-width: 400px;
    margin-top: 15px;
    /*max-width: 215px;*/
}
/*
@media(max-width: 480px) {
  .logo img {
    max-width: 200px;
  }
}*/
.header-table {
  display: table;
  width: 100%;
  color: #f1f1f1;
}
.header-td {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  /*text-align: center;*/
  line-height: 1.1;
}
.langs {
  text-align: right;
  text-transform: uppercase;
  line-height: 1.1;
  margin-left: 25px;
  white-space: nowrap;
  /*color: #f1f1f1;*/
  color: #000000;
}
.langs a,
.langs span {
  /*color: #f1f1f1;*/
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  border-bottom: 1px solid transparent;
}
.langs .active {
  /*border-color: #f1f1f1;*/
  border-color: #000000;
}
@media(max-width: 991px) {
  .header-table {
    display: block;
  }
  .header-td {
    display: block;
    text-align: left;
    padding: 0;
  }
}
/* MENU */
@media(min-width: 992px) {
  .navbar__lime {
    float: right;
  }
}
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar-default {
  background: transparent;
  border: none;
  min-height: auto;
}
.navbar-default .navbar-nav > li > a {
  font-size: 1em;
  /*color: #f1f1f1;*/
  color: #000000;
  padding: 0;
  margin: 0 10px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.1;
}
.navbar-default .navbar-nav > li > a:hover {
  /*color: #f1f1f1;*/
  color: #000000;
  text-decoration: none;
  /*text-decoration: underline;*/
  /*border-bottom: 1px solid #f1f1f1;*/
  border-bottom: 1px solid #000000;
}
/*.navbar-default .navbar-nav > li.active a {
border: none;
}*/
.navbar-default .navbar-nav > .active > a {
  /*color: #f1f1f1;*/
  color: #000000;
  background-color: transparent;
  /*border-bottom: 1px solid transparent;*/
  /*border-bottom: 1px solid #f1f1f1;*/
  border-bottom: 1px solid #000000;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /*color: #f1f1f1;*/
  color: #000000;
  background-color: transparent;
  /*border-bottom: 1px solid #f1f1f1;*/
  border-bottom: 1px solid #000000;
}
.navbar-brand {
  float: none;
  height: auto;
  padding: 15px 0;
  padding-top: 0;
  color: #000000 !important;
  margin-right: 60px;
  display: block;
}

.navbar-brand img {
  width: 100%;
  /*max-width: 215px;*/
  max-width: 100%;
  margin-top: 15px;
}
@media (min-width: 450px) {
    .navbar-brand img {
        width: 100%;
        max-width: 400px;
        margin-top: 13px;
    }
}
.main-menu-wrapper {
  text-align: right;
}
.main-menu {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 auto;
}
@media(max-width: 991px) {
  .main-menu-wrapper {
    text-align: left;
  }
  .main-menu {
    display: block;
  }
}
@media(min-width: 992px) {
  .navbar-default .navbar-nav > .open > a {
    position: relative;
  }
  .navbar-default .navbar-nav > .open > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fefefe;
    border-top: 0;
    margin-left: -12px;
    margin-bottom: -14px;
  }
  .navbar-default .navbar-nav > .dropdown:hover > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fefefe;
    border-top: 0;
    margin-left: -12px;
    margin-bottom: -14px;
  }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*color: #f1f1f1;*/
  color: #000000;
  background-color: transparent;
  /*border-color: #f1f1f1;*/
  border-color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*color: #f1f1f1;*/
  color: #000000;
  background-color: transparent;
  /*border-color: #f1f1f1;*/
  border-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  box-shadow: none;
  /*padding-top: 10px;*/
}
.navbar-collapse {
  /*background: rgba(0,0,0,0.75);*/
  padding-right: 0;
  padding-left: 0;
}
@media(max-width: 991px) {
  .navbar-collapse {
    /*background: rgba(0,0,0,0.75);*/
    background: rgba(255,255,255,1);
    margin-top: 10px;
    /*padding: 5px 25px;*/
    padding: 5px 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 11px;
  background-color: #fefefe;
  border: none;
  padding: 10px 0;
}
.dropdown-menu > li > a {
  font-size: 1.143em;
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.1;
  color: #000000;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #237bb6;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .top-menu {
    z-index:9;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    /*background: rgba(255,255,255,0);*/
  }
  /*.top-menu--black {
    background: rgba(0,0,0,0.65);
  }*/
}
@media (min-width: 768px) {
  .top-menu .navbar {
    margin-bottom:0;
  }
}
@media(max-width: 767px) {
  .dropdown-menu > li > a {
    white-space: normal;
  }
  .header-bg-firstpage .top-menu {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
  }
}
.navbar-toggle {
  float: right;
  /*margin-right: 15px;*/
  margin-right: 0;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 0;
}
.navbar-default .navbar-toggle {
  /*border-color: #f1f1f1;*/
  border-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  /*background-color: #f1f1f1;*/
  background-color: #000000;
}
/*@media(max-width: 1200px) and (min-width: 992px) {
  .nav > li > a {
    padding: 10px 8px;
    font-size: 1em;
  }
}*/
/* end MENU */
@media(max-width: 1230px) {
  .dropdown-menu {
    font-size: 12px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 0.875em;
    margin: 0 5px;
  }
  .langs {
    font-size: 0.875em;
    margin-left: 0;
  }
}
@media(max-width: 1170px) {
  .dropdown-menu {
    font-size: 11px;
  }
  .logo img {
      /*max-width: 185px;*/
      /*margin-top: 0px;*/
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 0.8em;
    margin: 0 7px;
  }
  .langs {
    font-size: 0.8em;
    margin-left: 0;
  }
}
@media(max-width: 991px) {
  .navbar-nav > li > .dropdown-menu {
    font-size: 16px;
    padding: 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1em;
    margin: 15px 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1em;
    margin: 15px 0;
  }
  .navbar-default .navbar-nav > li > a:hover {
    /*color: #f1f1f1;*/
    color: #000000;
    text-decoration: underline;
    border-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    /*color: #f1f1f1;*/
    color: #000000;
    /*text-decoration: underline;*/
    text-decoration: none;
    background-color: transparent;
    /*border-color: transparent;*/
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    /*color: #f1f1f1;*/
    color: #000000;
    background-color: transparent;
    /*border-color: #f1f1f1;*/
    border-color: #000000;
    text-decoration: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 1.143em;
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.1;
    /*color: #f1f1f1;*/
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    /*color: #f1f1f1;*/
    color: #000000;
  }
}
@media(max-width: 767px) {
  .navbar-toggle {
    margin-top: 13px;
  }
}
/* end HEADER */
/* ALL WORK */
.all-work {

}
.all-work-img {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f1f1f1;
}
.all-work-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.125em;
  line-height: 1.1;
  color: #f1f1f1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.all-work-txt {
  font-size: 1.75em;
  line-height: 1.1;
  color: #f1f1f1;
  text-transform: uppercase;
}
.all-work-btn {
  margin-top: 50px;
}
@media(max-width: 767px) {
  .all-work-name {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .all-work-txt {
    font-size: 1em;
  }
  .all-work-btn {
    margin-top: 15px;
  }
}
.all-work-btn a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  color: #f1f1f1;
  background: rgba(35,123,182,0);
  border: 2px solid #f49a06;
  border-radius: 5px;
  padding: 15px 30px;
  line-height: 1.1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.all-work-btn a:hover {
  background: rgba(35,123,182,1);
  border: 2px solid #237bb6;
}
.all-work-btn--black a {
  color: #000000;
  border-color: #000000;
}
.all-work-btn--black a:hover {
  color: #000000;
}
#all-work {
  /*border: 1px solid red;*/
}
#all-work .owl-dots {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 2;
}
#all-work .owl-controls {
  margin: 0;
}
#all-work .owl-controls .owl-dot span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  border: 2px solid #fefefe;
  background: rgba(254,254,254,1);
  border-radius: 50%;
  opacity: 1;
}
#all-work .owl-controls .owl-dot.active span,
#all-work .owl-controls.clickable .owl-dot:hover span {
  background: rgba(254,254,254,0);
}
#all-work .owl-controls .owl-dot.active span {
  width: 23px;
  height: 23px;
}
/* end ALL WORK */
/* FEEDBACK */
.feedbackForm {
  width: 100%;
}
@media (max-width: 600px) {
  .feedbackForm {
    width: auto;
  }
}
.order-form {
    max-width: 300px;
    margin: 0 auto 25px;
    background: rgba(237,237,237,1);
    padding: 25px;
}
.feedback__title {
    font-size: 1.75em;
    line-height: 1.1;
    margin-bottom: 15px;
}
.feedback__welcome-message {
    color: #959494;
    font-size: 1.125em;
    line-height: 1.1;
    margin-bottom: 15px;
}
.feedback-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    /*color: #f1f1f1;*/
    background: rgba(35,123,182,0);
    border: 2px solid #000000;
    color: #000000;
    border-color: #000000;
    border-radius: 5px;
    margin-top: 25px;
    padding: 15px 30px;
    line-height: 1.1;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback-btn:hover {
    color: #ffffff;
    background: rgba(35,123,182,1);
    border: 2px solid #237bb6;
}
.order-form-btn {
  margin-top: 25px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #f20219;
  background: rgba(242,2,25,1);
  font-size: 1.125em;
  padding: 10px 10px 12px;
  line-height: 1.1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.order-form-btn2 {
  margin-top: 0px;
}
.order-form-btn:hover {
  background: rgba(242,2,25,0);
  color: #f20219;
}
.order-form-btn .fa {
  font-size: 0.85em;
  margin-left: 5px;
}
.add-form-input input {
  border: none;
  color: rgb(125,127,127);
  padding: 5px 10px;
  height: 35px;
  width: 100%;
}
.add-form-textarea textarea {
  border: none;
  color: rgb(125,127,127);
  padding: 5px 10px;
  height: 75px;
  width: 100%;
}
/* end FEEDBACK */
/* FOOTER */
footer {
  font-size: 1.125em;
  font-weight: 300;
  padding: 25px 0;
  border-top: 1px solid #d7d7d7;
}
.copy {
  margin-bottom: 10px;
}
@media(min-width: 992px) {
  .footer__contacts-wrapper {
    text-align: right;
  }
}
.footer__contacts,
.footer__social-links,
.footer__address,
.footer__phone {
  display: inline-block;
  vertical-align: middle;
}
.footer__address {
  margin-right: 25px;
}
.footer__phone {
  margin-right: 15px;
}
.footer__social-links a {
  display: inline-block;
  font-size: 1.2778em;
  text-decoration: none;
  color: #000000;
  margin-left: 10px;
}
.general {
  margin-top: 10px;
  font-size: 0.875em;
}
.general a {
  color: #626060;
}
/*end FOOTER*/
/*PATH*/
.path {
  font-size: 1.125em;
  margin: 20px 0;
  color: #626060;
}
.path a {
  text-decoration: none;
  color: #626060;
}
/* end PATH */
/* PAGINATION */
.pagination {
  margin: 0;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  /*font-size: 1.4286em;*/
  position: relative;
  display: inline-block;
  float: none;
  padding: 5px;
  text-decoration: none;
  background: transparent;
  color: #f49a06;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #237bb6;
  background: none;
  text-decoration: none;
}
.pagination .lnr-chevron-left,
.pagination .lnr-chevron-right {
  font-size: 0.85em;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  /*text-decoration: underline;*/
  background: none;/*rgba(253,253,253,1);*/
  border: none;
  color: #237bb6;
  font-size: 1.5em;
  /*border: 1px solid #c7c7c7;*/
}
/* end PAGINATION */
/* POP UP FORM */
.os-form {
  width: 100%;
  max-width: 500px;
  background: rgba(87,123,175,1);
  padding: 25px 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.os-inner {
  padding: 0 25px;
}
.os-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 1.4em;
  border: 2px solid #ffffff;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 5px auto;
  background: rgba(87,123,175,1);
}
.os-btn2 {
  padding: 10px 50px;
}
.os-btn:hover {
  background: rgba(255,255,255,1);
  border: 2px solid #577baf;
  color: #577baf;
}
.os-btn3 a {
  display: inline-block;
  cursor: pointer;
  font-size: 1.4em;
  border: 2px solid #577baf;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 5px auto;
  background: rgba(87,123,175,1);
  text-decoration: none;
}
.os-btn3:hover a {
  background: rgba(255,255,255,0);
  border: 2px solid #ffffff;
  color: #ffffff;
}
.os-btn4 {
  display: inline-block;
  cursor: pointer;
  font-size: 1.4em;
  border: 2px solid #577baf;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  color: #577baf;
  margin: 5px auto;
  background: rgba(87,123,175,0);
}
.os-btn4:hover {
  background: rgba(87,123,175,1);
  border: 2px solid #577baf;
  color: #ffffff;
}
.os-title {
  color: #ffffff;
  font-size: 3.4em;
  text-align: center;
  line-height: 1.1;
}
.os-message {
  color: #ffffff;
  font-size: 1.14em;
  font-weight: 300;
  text-align: center;
}
.os-form input, .os-form textarea {
  background:rgba(255,255,255,1);
  border: 1px solid #577baf;
  color: #323232;
  width: 100%;
  padding: 10px;
  height: 35px;
  line-height: 22px;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
  margin: 10px auto;
}
.os-form textarea {
  height: 100px;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  /*color: #ffffff;*/
  color: #959494;
  font-size: 1.5em;
  line-height: 24px;
  cursor: pointer;
}
/*
.callme-textarea {
margin:5px auto;
}
.callme-textarea textarea {
background:rgba(255,255,255,1);
font-size:0.75em;
color:#585757;
width:100%;
padding:10px;
height:50px;
border:1px solid rgba(0,0,0,0.1);
line-height:22px;
border-radius:5px;
-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
}
*/
/* end POP UP FORM */
/* FORM */
.register {
  display: table;
  width: 100%;
  max-width: 350px;
}
.register-row {
  display: table-row;
}
.register-left {
  text-align: left !important;
}
.register-item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 5px;
}
@media(max-width: 992px) {
  .register-item {
    width: 50%;
  }
}
.register-item:nth-child(1) {
  padding-right: 10px;
  text-align: right;
}
.register-item input {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.08);
  line-height: 20px;
  padding: 5px;
  margin-top: 3px;
  color: #868787;
}
.register-item input[type="radio"], input[type="radio"] {
  width: auto !important;
}
.register-item input[type="checkbox"], input[type="checkbox"] {
  width: auto !important;
}
.register-item input.form-control {
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,1);
  border-radius: 0;
  height: 45px;
  line-height: 35px;
  border-left: 0;
  box-shadow: none;
  z-index: 1;
  margin-top: 0px;
}
.register-item .input-group-addon {
  background: rgba(255,255,255,1);
  border: 1px solid rgba(0,0,0,0.08);
  border-right: 0;
  border-radius: 0px;
}
.register-item textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.08);
  line-height: 20px;
  padding: 5px;
  height: 100px;
}
.custom-select-wrapper {
  position:relative;
  /*display:inline-block;*/
}
.custom-select-wrapper:after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 5px;
  right: 15px;
  color: #3e3e3e;
}
.custom-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /*height: 32px;*/
  padding: 5px 10px 5px 5px;
  border: 1px solid rgba(0,0,0,0.08);
  background:rgba(255,255,255,1);
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: normal;
  position:relative;
  cursor:pointer;
}
.order-btn {
  display: inline-block;
  padding: 3px 10px 5px;
  border-radius: 5px;
  margin: 10px auto 25px;
  cursor: pointer;
  font-size: 1.25em;
  color: #ffffff;
  background: #1e5799;
  background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 100%);
  background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 100%);
  background: linear-gradient(to bottom,  #1e5799 0%,#207cca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=0 );
}
.order-btn:hover {
  background: #207cca;
  background: -moz-linear-gradient(top,  #207cca 0%, #1e5799 95%);
  background: -webkit-linear-gradient(top,  #207cca 0%,#1e5799 95%);
  background: linear-gradient(to bottom,  #207cca 0%,#1e5799 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#1e5799',GradientType=0 );
}
/* end FORM */
/* LIMENET CONFIG */
.nopadding,
.no-padding,
.no__padding {
  padding: 0 !important;
}
.relative {position:relative;}
.clear {clear:both;}
.red_bord {border:1px solid red !important;}
.link__more {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #f49a06;
}
.link__more a {
  color: #f49a06;
  text-decoration: none;
}
.link__more a:hover {
  color: #237bb6;
}

.pt20 {padding-top:20px}
.pt100 {padding-top:100px}

.pr20 {padding-right:20px}

.pb20 {padding-bottom:20px}

.pl20 {padding-left:20px}

.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt27 {margin-top:27px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb35 {margin-bottom:35px;}
.mb37 {margin-bottom:37px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}

.f_left {float:left;}
.f_right {float:right;}
.dnone {display: none;}
.opacity0 {opacity: 0;}
.hide-item {
  visibility: hidden;
}
.about-admin {
  /*border:1px solid red;*/
}
.about-admin img {/*border:1px solid red;*/}
.about-admin img.width100 {
  width:100%;
}
img.width100 {
  max-width:100%;
  width:100%;
}
.banner {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto !important;
}
.error_div {
  background: #ff0000;
  color: #ffffff;
  padding: 10px;
}
.error_txt {
  color: #ff0000;
}
.ok_div {
  background: #88c856;
  color: #ffffff;
  padding: 10px;
}
.no-padding {
  padding: 0 !important;
}
@media(min-width: 768px) {
  .row-centered {
    text-align:center;
  }
  .col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    vertical-align: top;
  }
  .col-centered-middle {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: middle;
  }
}
/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-right: 10px;
padding-left: 10px;
}
.row {
margin-right: -10px;
margin-left: -10px;
}
*/
label {
  font-weight: normal;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  border: 1px solid red;
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/*end LIMENET CONFIG*/
/*ANIMATE*/
.animated-hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 2.0s;
  -webkit-animation-duration: 2.0s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  opacity: 1;
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
/*end ANIMATE*/
