@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
body {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

p, a, li {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

a, a:hover {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:focus {
  color: #000000;
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
  padding: 20px 0px;
  margin: 0px;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

.btn-default {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #afb1b3;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 11px 20px 10px 20px;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-default:hover {
  background-color: #ffffff;
  border: solid 1px #ff6600;
  color: #ff6600;
}
.btn-default.active, .btn-default.focus {
  background-color: #ffffff;
  border: solid 1px #afb1b3;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 11px 20px 10px 20px;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.25);
}

.main-block {
  padding: 0px 0 30px 0;
}

.main-content-block {
  padding: 0px 0 30px 0;
}

.widget-def {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.widget-back2 polygon {
  filter: url("#sofGlow");
}

.widget {
  position: relative;
  margin-bottom: 20px;
}
.widget .widget-top {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  border-top: solid 1px #f4f4f4;
}
.widget .widget-top a, .widget .widget-top a:hover, .widget .widget-top a:focus {
  text-decoration: none;
}
.widget .widget-top .widget-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.widget .widget-top .widget-text {
  position: relative;
  color: #000000;
  padding: 20px;
  text-decoration: none;
}
.widget .widget-top .widget-text .widget-more {
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: #ff6600;
}
.widget .widget-bottom {
  height: 23px;
  position: relative;
  margin-top: -1px;
}
.widget .widget-bottom .widget-top-back {
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: -10px;
  height: 10px;
  width: 100%;
  z-index: 11;
}
.widget .widget-bottom .widget-left {
  background-color: #ffffff;
  height: 23px;
  margin-right: 145px;
  -webkit-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
}
.widget .widget-bottom .widget-right {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 123px;
  bottom: 0px;
  z-index: 100;
}

.widget-vac {
  position: relative;
  margin-bottom: 20px;
}
.widget-vac .widget-top {
  background-color: #ff6600;
  -webkit-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  border-top: solid 1px #f4f4f4;
}
.widget-vac .widget-top a, .widget-vac .widget-top a:hover, .widget-vac .widget-top a:focus {
  text-decoration: none;
}
.widget-vac .widget-top .widget-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.widget-vac .widget-top .widget-text {
  position: relative;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
}
.widget-vac .widget-top .widget-text .widget-more {
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: #ffffff;
}
.widget-vac .widget-bottom {
  height: 23px;
  position: relative;
  margin-top: -1px;
}
.widget-vac .widget-bottom .widget-top-back {
  background-color: #ff6600;
  position: absolute;
  left: 0px;
  top: -10px;
  height: 10px;
  width: 100%;
  z-index: 11;
}
.widget-vac .widget-bottom .widget-left {
  background-color: #ff6600;
  height: 23px;
  margin-right: 145px;
  -webkit-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
}
.widget-vac .widget-bottom .widget-right {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 123px;
  bottom: 0px;
  z-index: 100;
}

.fa-mobile-alt {
  font-size: 36px;
  line-height: 36px;
}

.fa-bars {
  font-size: 40px;
  vertical-align: -10px;
  margin-left: 23px;
}

.sisea-search-form {
  line-height: 36px;
  margin-top: 4px;
}
.sisea-search-form .input-group-text {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #c1cccd;
  border-right: solid 1px #ffffff;
  padding: 0px;
}
.sisea-search-form .input-group-text button {
  border: 0px;
  background-color: #ffffff;
}
.sisea-search-form .input-group-text .fa-search {
  color: #c1cccd;
}
.sisea-search-form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #c1cccd;
  border-left: solid 1px #ffffff;
  padding: 0px;
}

.site-holder {
  overflow-x: hidden;
}

.info-holder {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.info-holder h2 {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.info-holder .info-button {
  text-align: center;
  margin-top: 60px;
}

.embed-responsive-news::before {
  padding-top: 282px;
}

@media only screen and (max-width: 575.98px) {
  .widget {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .embed-responsive-news::before {
    padding-top: 163.125px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
  .embed-responsive-news::before {
    padding-top: 204.219px;
  }
}
@media only screen and (min-width: 1024.98px) {
  .embed-responsive-news::before {
    padding-top: 359.812px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
.header .header-top {
  background-color: #ffffff;
  padding: 20px 0 36px;
  position: relative;
  z-index: 9;
}
.header .header-top .header-top-block {
  position: relative;
}
.header .header-top .logo {
  margin-top: 15px;
  text-align: left;
}
.header .header-top .logo a {
  margin-left: 10px;
}
.header .header-top .header-phone a {
  display: inline-block;
}
.header .header-bottom {
  background-color: #c1cccd;
  position: relative;
  z-index: 10;
}
.header .header-bottom.sticky {
  position: fixed;
  left: 0;
  margin: 0 0px;
  top: 0;
  width: 100%;
  z-index: 99900;
}

.mobile-search {
  text-align: center;
  padding: 5px 0px 10px;
  background-color: #ffffff;
}

.header-default {
  background-color: #ff6600;
  height: 130px;
  text-align: center;
  color: #ffffff;
}
.header-default h1 {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 400;
  padding-top: 42px;
}

.page-image-holder {
  position: relative;
}
.page-image-holder .header-title {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.page-image-holder .header-title .header-title-block {
  padding: 50px 30px;
  height: 100%;
}
.page-image-holder .header-title .header-title-block .header-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  font-style: italic;
  width: 100%;
}
.page-image-holder .header-title .header-title-block h1 {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  font-style: italic;
}
.page-image-holder .header-arrow-left {
  width: 130px;
  background-color: #ff6600;
  position: absolute;
  left: -130px;
  top: 0px;
  height: 100%;
}
.page-image-holder .header-arrow-right {
  width: 130px;
  background-color: #ff6600;
  position: absolute;
  right: -130px;
  top: -130px;
  height: calc(100% + 130px);
}
.page-image-holder .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.header-navigation .header-buttons {
  height: 100%;
}
.header-navigation .header-buttons .header-button-link {
  padding-left: 10px;
}
.header-navigation .header-buttons .header-button-link a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 20px;
}
.header-navigation .header-buttons .header-button-link a:hover {
  color: #ff6600;
  text-decoration: none;
}

.payoff-header {
  position: absolute;
  right: 0px;
  top: 104px;
  z-index: 1001;
  width: 400px;
}

@media only screen and (max-width: 575.98px) {
  .header {
    position: relative;
  }
  .header .header-top {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .header .header-top .logo img {
    max-width: 100px;
  }
  .header .header-top .header-phone {
    position: absolute;
    right: 50px;
    top: 24px;
    width: 50px;
  }
  .header-navigation {
    margin-top: 20px;
  }
  .header-navigation .header-buttons {
    height: 50px;
  }
  .header-navigation .header-buttons .header-button-link {
    text-align: center;
    padding: 10px 0px;
  }
  .header-navigation .header-buttons .header-button-link a {
    margin: 0px 20px;
  }
  .page-image-holder {
    position: relative;
  }
  .page-image-holder .header-arrow-left {
    width: 20px;
    background-color: #ff6600;
    position: absolute;
    left: -15px;
    top: 0px;
    height: 100%;
    z-index: 10;
  }
  .page-image-holder .header-arrow-right {
    width: 20px;
    background-color: #ff6600;
    position: absolute;
    right: -15px;
    top: -20px;
    height: calc(100% + 20px);
    z-index: 11;
  }
  .page-image-holder .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
    margin: 0px;
  }
  .header-default {
    height: auto;
    text-align: center;
    color: #ffffff;
  }
  .header-default h1 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .header-navigation .header-buttons .header-button-link {
    text-align: center;
    padding-left: 30px;
  }
  .header .header-navigation .header-buttons .header-button-link a {
    display: inline-block;
    margin-right: 0px;
  }
  .payoff-header {
    position: absolute;
    right: 13px;
    top: 97px;
    z-index: 1001;
    width: 250px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .page-image-holder {
    position: relative;
  }
  .page-image-holder .header-title {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 10px;
    left: 0px;
  }
  .page-image-holder .header-title h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.9);
  }
  .payoff-header {
    position: absolute;
    right: -48px;
    top: 46px;
    z-index: 1001;
    width: 200px;
  }
}
.navbar-nav {
  position: static;
}
.navbar-nav .dropdown-menu ul.main-holder {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.navbar-nav .menu-link {
  position: absolute;
  right: 3px;
  top: -140px;
  font-size: 20px;
  line-height: 65px;
  padding: 0px 10px 0 0;
}
.navbar-nav .dropdown-menu {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 14px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 14px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 14px -3px rgba(0, 0, 0, 0.5);
}
.navbar-nav .dropdown-menu ul {
  list-style: none;
  padding: 20px 0 0 50px;
  margin: 0px;
}
.navbar-nav .dropdown-menu ul li.level-1 a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
.navbar-nav .dropdown-menu ul li.level-1 a:hover {
  color: #ff6600;
  text-decoration: none;
}
.navbar-nav .dropdown-menu ul li.level-1 ul {
  padding: 0px;
  margin: 0px;
}
.navbar-nav .dropdown-menu ul li.level-1 ul li.level-2 a {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: none;
}
.navbar-nav .dropdown-menu ul li.level-1 ul li.level-2 a:hover {
  color: #ff6600;
  text-decoration: none;
}
.navbar-nav .dropdown-menu ul li.level-1 ul li.level-2.active a {
  color: #ff6600;
}
.navbar-nav .dropdown-menu .close-button {
  cursor: pointer;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 24px;
  margin-right: 10px;
}
.navbar-nav .dropdown-menu .close-button strong {
  font-weight: 700;
}

.dropdown-toggle::after {
  display: none;
}

@media only screen and (max-width: 575.98px) {
  .navbar-nav {
    position: static;
  }
  .navbar-nav .dropdown {
    position: static;
  }
  .navbar-nav .menu-link {
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 15px;
    line-height: 65px;
    padding: 0px 10px 0 0;
  }
  .navbar-nav .dropdown-menu .close-button {
    text-align: right;
  }
  .dropdown-toggle span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navbar-nav .menu-link {
    position: absolute;
    right: 5px;
    top: -106px;
    font-size: 20px;
    line-height: 65px;
    padding: 0px 10px 0 0;
  }
  .navbar-nav .dropdown-menu ul {
    padding-left: 10px;
  }
  .navbar-nav .dropdown-menu ul li.level-1 a {
    font-size: 16px;
  }
  .navbar-nav .dropdown-menu ul li.level-1 ul li.level-2 a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .navbar-nav {
    position: static;
  }
  .navbar-nav .menu-link {
    position: absolute;
    right: 0px;
    top: -150px;
    font-size: 20px;
    line-height: 65px;
    padding: 0px 10px 0 0;
  }
  .navbar-nav .dropdown-menu ul.main-holder {
    width: 100%;
    display: block;
  }
}
.footer {
  margin-top: 100px;
  background-color: #ff6600;
  color: #ffffff;
  padding: 30px 0;
  text-align: left;
}
.footer .footer-block {
  position: relative;
}
.footer ul.footer-sitemap {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 30px;
}
.footer ul.footer-sitemap li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.footer ul.footer-sitemap li a {
  color: #ffffff;
}
.footer ul.footer-social {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.footer ul.footer-social li {
  color: #ffffff;
  margin: 0px 5px;
}
.footer ul.footer-social li a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: solid 2px #ffffff;
  text-align: center;
  color: #ffffff;
}
.footer ul.footer-social li a:hover {
  background-color: #ffffff;
  border-color: #ff6600;
  color: #ff6600;
}
.footer ul.footer-social li a .footer-icon {
  font-size: 30px;
  line-height: 30px;
  margin-top: 7px;
}
.footer ul.footer-logos {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.footer ul.footer-navigation {
  list-style: none;
  margin: 0px;
  padding: 70px 0px;
}
.footer ul.footer-navigation li {
  color: #ffffff;
  margin: 0px;
  padding: 0px 5px;
}
.footer ul.footer-navigation li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.payoff-footer {
  position: absolute;
  right: 0px;
  top: -110px;
  z-index: 1002;
  width: 400px;
}

@media only screen and (max-width: 575.98px) {
  .footer {
    margin-top: 50px;
  }
  .footer ul.footer-sitemap {
    padding: 20px 0px;
  }
  .footer ul.footer-social {
    padding: 20px 0px;
  }
  .footer ul.footer-social li {
    margin: 0px 5px;
  }
  .footer ul.footer-logos {
    padding: 20px 0px;
  }
  .footer ul.footer-navigation {
    list-style: none;
    margin: 0px;
    padding: 20px 0px;
  }
  .footer ul.footer-navigation li {
    color: #ffffff;
    margin: 0px;
    padding: 0px 5px;
  }
  .footer ul.footer-navigation li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }
  .footer ul.footer-social li {
    color: #ffffff;
    margin: 0px 5px;
  }
  .footer ul.footer-social li a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: solid 2px #ffffff;
    text-align: center;
    color: #ffffff;
  }
  .footer ul.footer-social li a:hover {
    background-color: #ffffff;
    border-color: #ff6600;
    color: #ff6600;
  }
  .footer ul.footer-social li a .footer-icon {
    font-size: 20px;
    line-height: 20px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }
  .footer ul.footer-social li {
    color: #ffffff;
    margin: 0px 5px;
  }
  .footer ul.footer-social li a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: solid 2px #ffffff;
    text-align: center;
    color: #ffffff;
  }
  .footer ul.footer-social li a:hover {
    background-color: #ffffff;
    border-color: #ff6600;
    color: #ff6600;
  }
  .footer ul.footer-social li a .footer-icon {
    font-size: 20px;
    line-height: 20px;
    margin-top: 7px;
  }
  .payoff-footer {
    position: absolute;
    right: 0px;
    top: -73px;
    z-index: 1002;
    width: 200px;
  }
}
.vacancy-holder {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 20px;
}
.vacancy-holder h2 a {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  display: flex;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
}
.vacancy-holder h3 {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.vacancy-widget {
  background-color: #ffffff;
  padding: 20px 50px;
}
.vacancy-widget h2 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  height: 80px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.vacancy-widget h3 {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 50px;
}

.vacancy-widget {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  grid-template-rows: auto;
  grid-gap: 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.vacancy-widget .widget-top a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vacancy-widget .widget-image-vacancy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.for-holder {
  background-color: #eceded;
  padding-top: 60px;
  padding-bottom: 50px;
}
.for-holder h2 {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.for-widget .widget-col:first-of-type {
  padding-right: 35px;
}
.for-widget .widget-col:last-of-type {
  padding-left: 35px;
}

.move-holder {
  padding-top: 60px;
  padding-bottom: 30px;
}
.move-holder h2 {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.move-widget {
  padding: 20px 70px;
}
.move-widget .swiper-slide {
  max-width: 270px;
}
.move-widget .widget .widget-top .widget-image {
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}

.proud-container {
  overflow: hidden;
}

.proud-holder {
  background-color: #eceded;
  padding-top: 60px;
}
.proud-holder h2 {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.home-template .proud-holder {
  background-color: #ffffff;
}

.proud-pagination {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.proud-pagination .swiper-pagination-bullet {
  margin: 0px 5px;
}
.proud-pagination .swiper-pagination-bullet-active {
  background-color: #ff6600;
}

.proud-widget {
  padding-bottom: 0px;
  min-height: 100px;
  flex: 1 0 auto;
}
.proud-widget .swiper-wrapper {
  min-height: 100px;
  flex: 1 0 auto;
}
.proud-widget .widget {
  margin-bottom: 30px;
}
.proud-widget .proud-left {
  padding-right: 0px;
}
.proud-widget .proud-right {
  position: relative;
  padding-left: 0px;
}
.proud-widget .proud-right .proud-picture {
  border-radius: 50%;
  border: solid 12px #ff6600;
  position: absolute;
  width: 190px;
  height: 190px;
  left: -95px;
  top: 26px;
  overflow: hidden;
}
.proud-widget .proud-right .proud-picture .proud-picture-image {
  border-radius: 50%;
  background-position: center center;
  background-color: #ffffff;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}
.proud-widget .proud-right h2 {
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}
.proud-widget .proud-right .widget-text {
  padding-left: 116px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  height: 322px;
}
.proud-widget .proud-right .widget-text .proud-author {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.proud-widget .widget-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
  border-top: solid 1px #f4f4f4;
}
.proud-widget .widget-bottom .widget-more {
  position: absolute;
  right: 15px;
  top: -40px;
  color: #ff6600;
}

.highlight-holder {
  padding-top: 80px;
}
.highlight-holder .widget {
  margin-bottom: 30px;
}
.highlight-holder h2 {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.highlight-holder .highlight-block {
  text-align: center;
}
.highlight-holder .widget-text {
  text-align: left;
}
.highlight-holder .highlight-col {
  max-width: 370px;
}

@media only screen and (max-width: 575.98px) {
  .for-widget .widget-col:first-of-type {
    padding-right: 15px;
  }
  .for-widget .widget-col:last-of-type {
    padding-left: 15px;
  }
  .move-widget {
    padding: 20px;
  }
  .move-holder {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .move-holder h2 {
    margin-bottom: 0px;
  }
  .proud-widget {
    padding-bottom: 0px;
  }
  .proud-widget .widget {
    margin-bottom: 0px;
  }
  .proud-widget .proud-left {
    padding-right: 15px;
  }
  .proud-widget .proud-right {
    position: relative;
    padding-left: 15px;
  }
  .proud-widget .proud-right .proud-picture {
    display: none;
  }
  .proud-widget .proud-right h2 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
  }
  .proud-widget .proud-right .widget-text {
    font-size: 15px;
    line-height: 18px;
    height: auto;
    padding: 20px;
  }
  .proud-widget .proud-right .widget-text .proud-author {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    margin-right: 40px;
  }
  .proud-holder {
    background-color: #eceded;
    padding-top: 60px;
  }
  .proud-holder h2 {
    margin-bottom: 0px;
  }
  .home-template .proud-holder {
    background-color: #ffffff;
  }
  .highlight-holder {
    padding-top: 30px;
  }
  .highlight-holder .widget {
    margin-bottom: 30px;
  }
  .highlight-holder h2 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .move-widget {
    padding: 20px 100px;
  }
  .move-widget .swiper-slide {
    max-width: 370px;
  }
  .proud-widget .proud-right h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .proud-widget .proud-right .widget-text {
    font-size: 18px;
    line-height: 24px;
    height: 397px;
  }
  .proud-widget .proud-right .widget-text .proud-author {
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px;
  }
  .proud-widget .widget-image {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.27);
    border-top: solid 1px #f4f4f4;
  }
  .proud-widget .widget-bottom .widget-more {
    position: absolute;
    right: 15px;
    top: -40px;
    color: #ff6600;
  }
  .proud-holder {
    background-color: #eceded;
    padding-top: 60px;
  }
  .proud-holder h2 {
    text-align: center;
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
  .home-template .proud-holder {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .proud-widget {
    padding-bottom: 0px;
  }
  .proud-widget .widget {
    margin-bottom: 0px;
  }
  .proud-widget .proud-left {
    padding-right: 0px;
  }
  .proud-widget .proud-right {
    position: relative;
    padding-left: 0px;
  }
  .proud-widget .proud-right .proud-picture {
    display: none;
  }
  .proud-widget .proud-right h2 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
  }
  .proud-widget .proud-right .widget-text {
    font-size: 15px;
    line-height: 18px;
    height: 236px;
    padding: 20px;
  }
  .proud-widget .proud-right .widget-text .proud-author {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .proud-holder {
    background-color: #eceded;
    padding-top: 60px;
  }
  .proud-holder h2 {
    margin-bottom: 0px;
  }
  .home-template .proud-holder {
    background-color: #ffffff;
  }
}
.home-banner {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 30px;
}
.scroll-down .fa-chevron-down {
  font-size: 30px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.main-holder {
  overflow-x: hidden;
}

.banner {
  background-color: #ffd130;
}

.page-image-holder {
  min-height: 80px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-image-holder .page-image {
  -webkit-background-size: cover;
  background-size: cover;
}

.base-holder {
  padding: 50px 0px;
}

.content-more {
  background-color: #ffffff;
  padding: 30px 100px;
}

.content-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 30px;
}

.content-holder {
  margin-bottom: 20px;
}

.content-content h1 {
  padding: 20px 0 30px 0;
  margin: 0;
}
.content-content h2, .content-content h3, .content-content h4, .content-content h5, .content-content h6 {
  padding: 20px 0 0px 0;
  margin: 0;
}
.content-content p {
  margin: 0;
  padding: 0px 0 10px 0;
}
.content-content p.orange, .content-content p .orange {
  color: #ff6600;
}
.content-content p.black, .content-content p .black {
  color: #000000;
}
.content-content a {
  color: #ff6600;
}
.content-content a:not(.btn) {
  text-decoration: underline;
}
.content-content a:hover {
  color: #ff6600;
}
.content-content a:hover:not(.btn) {
  text-decoration: underline;
}
.content-content h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  padding-top: 30px;
}
.content-content h3.orange, .content-content h3 .orange {
  color: #ff6600;
}
.content-content h3.black, .content-content h3 .black {
  color: #000000;
}
.content-content h4 {
  font-size: 26px;
  line-height: 32px;
  color: #ff6600;
  font-weight: 700;
  padding-top: 30px;
}
.content-content h4.black, .content-content h4 .black {
  color: #000000;
}
.content-content h4.orange, .content-content h4 .orange {
  color: #ff6600;
}

.home-row {
  padding: 0 25px;
}

.home-template h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  padding: 70px 0 60px 0;
}
.home-template .content8 .content-content {
  text-align: center;
}

.image-block-small {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.base-content .base-title {
  display: table;
  height: 100%;
}
.base-content .base-title h1 {
  margin: 0px 0;
  padding: 0px;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #000000;
  letter-spacing: 0.2px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.content-block h2 {
  color: #ff6600;
}

.base-content-holder {
  background-color: #ffffff;
}

.main-content {
  background-color: #ffffff;
  min-height: 300px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.main-content h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.2px;
}

.base-template .move-holder {
  padding-top: 0px;
}

.breadcrumb-block {
  padding: 30px 0px 0px;
}
.breadcrumb-block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.breadcrumb-block ul li {
  color: #6d6c6c;
  font-size: 14px;
  display: inline-block;
  font-style: italic;
  line-height: 14px;
}
.breadcrumb-block ul li a {
  color: #6d6c6c;
  font-size: 14px;
  font-style: italic;
  line-height: 14px;
}
.breadcrumb-block ul li:before {
  content: ">";
  margin: 0 5px;
}
.breadcrumb-block ul li:first-of-type:before {
  display: none;
}

@media only screen and (max-width: 575.98px) {
  .home-template h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 30px 0 30px 0;
  }
  .home-template .content-holder {
    margin-bottom: 0px;
  }
  .home-template .btn-content {
    margin-top: 0px;
  }
  .main-content-holder {
    padding: 0 15px;
  }
  .breadcrumb-block {
    padding: 30px 15px 0px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .content-more {
    background-color: #ffffff;
    padding: 30px 30px;
  }
}
.contact-holder {
  margin-top: 30px;
  margin-bottom: 60px;
}

.google-view {
  background-color: #ffd130;
}
.google-view .view-frame {
  padding-left: 0px;
}
.google-view .view-text {
  color: #ffffff;
  font-size: 62px;
  line-height: 70px;
  font-weight: 700;
  position: relative;
  padding: 30px 30px;
}
.google-view .view-arrow {
  position: absolute;
  width: 100px;
  height: 50px;
  bottom: -20px;
  left: 40px;
  z-index: 400;
}

.form-holder {
  background-color: #ffffff;
  padding: 0px;
  text-align: center;
}
.form-holder h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.form-holder .form-horizontal {
  text-align: left;
}
.form-holder .form-horizontal .form-group {
  margin: 10px 0px;
  background-color: #ffffff;
  border-bottom: solid 2px #ffffff;
}
.form-holder .form-horizontal .form-group .form-control {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #e9eaeb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.form-holder .form-horizontal .form-group textarea {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.form-holder .form-horizontal .form-group .textarea-title {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  padding: 6px 12px;
}
.form-holder .form-horizontal .form-button-group {
  text-align: right;
  margin: 20px 0;
}

.signupform-holder {
  background-color: #ffffff;
  padding: 0px;
  text-align: left;
}
.signupform-holder .fhidden {
  display: none;
}
.signupform-holder .fvisible {
  display: flex;
}
.signupform-holder .signup-form ::-webkit-input-placeholder {
  color: #9f9e9e;
  font-style: italic;
  opacity: 1 !important;
}
.signupform-holder .signup-form :-moz-placeholder {
  color: #9f9e9e;
  font-style: italic;
  opacity: 1 !important;
}
.signupform-holder .signup-form ::-moz-placeholder {
  color: #9f9e9e;
  font-style: italic;
  opacity: 1 !important;
}
.signupform-holder .signup-form :-ms-input-placeholder {
  color: #9f9e9e;
  font-style: italic;
  opacity: 1 !important;
}
.signupform-holder .signup-form h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: solid 1px #ff6600;
}
.signupform-holder .signup-form .form-group {
  margin: 10px 0px;
  background-color: #ffffff;
  border-bottom: solid 2px #ffffff;
}
.signupform-holder .signup-form .form-group .form-control {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #e9eaeb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #495057;
}
.signupform-holder .signup-form .form-group .form-control.error {
  color: #721c24;
  border-color: #721c24;
  background-color: #f8d7da;
  display: block;
  padding: 4px 15px;
}
.signupform-holder .signup-form .form-group textarea {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.signupform-holder .signup-form .form-group .textarea-title {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  padding: 6px 12px;
}
.signupform-holder .signup-form .form-button-group {
  text-align: right;
  margin: 20px 0;
}
.signupform-holder .signup-form .error {
  color: #721c24;
  border-color: #721c24;
  background-color: #f8d7da;
  display: block;
  padding: 4px 15px;
}
.signupform-holder .signup-form .errorfile {
  border-color: #721c24;
  background-color: #f8d7da;
  display: block;
  padding: 4px 15px;
}
.signupform-holder .signup-form .form-group-selected {
  margin: 20px;
  border: solid 1px #c1cccd;
  padding: 20px;
  position: relative;
}
.signupform-holder .signup-form .form-group-selected .row {
  width: 100%;
}
.signupform-holder .signup-form .form-group-selected:before, .signupform-holder .signup-form .form-group-selected:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
}
.signupform-holder .signup-form .form-group-selected:before {
  left: 19px;
  border: 21px solid transparent;
  border-bottom-color: #c1cccd;
}
.signupform-holder .signup-form .form-group-selected:after {
  left: 20px;
  border: 20px solid transparent;
  border-bottom-color: #fff;
}
.signupform-holder .custom-file-label {
  border: solid 1px #e9eaeb;
  color: #9f9e9e;
  font-style: italic;
  border-radius: 0px;
}
.signupform-holder .custom-file-label.selected {
  color: #495057;
  font-style: normal;
}
.form-avg-group {
  display: grid;
  grid-template-columns: auto 10px 1fr;
  gap: 10px;
  align-items: start;
}
.form-avg-group input {
  margin-top: 5px;
}
.form-avg-group label a {
  color: #ff6600;
}
.form-avg-group-spacer {
  padding: 20px 0;
}

.widget-news-youtube a:hover .ytp-large-play-button-bg {
  fill: #ff0000;
  fill-opacity: 1;
}
.widget-news-youtube .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -62px;
  z-index: 63;
  border: none;
  background-color: transparent;
  padding: 0;
}

.latest-holder {
  padding-top: 80px;
}
.latest-holder .latest-widget {
  padding: 20px 100px;
}
.latest-holder h2 {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.latest-widget {
  padding: 20px 70px;
}
.latest-widget .swiper-single {
  max-width: 270px;
}
.latest-widget .swiper-double {
  max-width: 270px;
}
.latest-widget .widget .widget-top .widget-image {
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}

@media (min-width: 1025px) {
  .latest-widget {
    padding: 20px 100px;
  }
  .latest-widget .swiper-single {
    max-width: 370px;
  }
  .latest-widget .swiper-double {
    max-width: 370px;
  }
}
.news-pagination {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.news-pagination .swiper-pagination-bullet {
  margin: 0px 5px;
}
.news-pagination .swiper-pagination-bullet-active {
  background-color: #ff6600;
}

.home-template .latest-holder {
  background-color: #eceded;
}

.news-project-holder {
  padding-top: 80px;
}
.news-project-holder .widget {
  margin-bottom: 30px;
}
.news-project-holder h2 {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.news-holder {
  padding-top: 30px;
}
.news-holder .widget {
  margin-bottom: 30px;
}
.news-holder h2 {
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.pageNav {
  text-align: right;
  display: block;
  height: 30px;
  float: right;
}
.pageNav ul {
  margin: 0px;
  padding: 0px;
}
.pageNav ul li {
  display: inline-block;
}
.pageNav ul li a {
  font-size: 14px;
  color: #6d6c6c;
  font-style: italic;
}
.pageNav ul li a.active {
  color: #ff6600;
}
.pageNav ul li:before {
  content: "|";
  margin: 0 3px;
  font-size: 12px;
}
.pageNav ul li:first-of-type:before {
  display: none;
}

.newsdate-item {
  text-align: right;
  font-size: 16px;
  font-style: italic;
  color: #ff6600;
}

@media only screen and (max-width: 575.98px) {
  .latest-holder {
    padding-top: 30px;
  }
  .latest-holder .latest-widget {
    padding: 20px;
  }
  .latest-holder .widget {
    margin-bottom: 30px;
  }
  .latest-holder h2 {
    text-align: center;
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
}
.filter-holder {
  padding: 60px 0px;
}
.filter-holder .filter-row .btn-default {
  text-transform: none;
  margin-right: 30px;
}
.filter-holder .filter-row .btn-default .fa-chevron-down {
  color: #ff6600;
  margin-left: 30px;
}
.filter-holder .filter-row .btn-default .fa-times {
  color: #ff6600;
  margin-left: 30px;
}
.filter-holder .filter-row .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #ffffff;
}
.filter-holder .filter-row .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #ff6600;
}
.filter-holder a.btn-default.active {
  background-color: #ff6600;
  color: #ffffff;
}

.project-widget {
  margin-bottom: 30px;
}
.project-widget .project-title {
  text-transform: uppercase;
  font-weight: 500;
}
.project-widget .project-city {
  font-weight: 500;
}

.breadcrumbs-project ul {
  margin-left: 15px;
}

.main-project-title {
  color: #ff6600;
  padding: 20px 0px 0px;
}

.gallery-container {
  overflow: hidden;
  position: relative;
}
.gallery-container .swiper-slide {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: solid 10px #ffffff;
  border-left-width: 5px;
  border-right-width: 5px;
}
.gallery-container .swiper-button-next, .gallery-container .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}

.project-info-bar {
  text-align: center;
}
.project-info-bar .project-info-widget img {
  max-width: 80px;
  height: auto;
}
.project-info-bar h3 {
  text-align: center;
}

.project-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
}
.project-navigation a {
  color: #6d6c6c;
  line-height: 26px;
  vertical-align: center;
  display: inline-block;
}
.project-navigation .fa-chevron-left {
  font-size: 26px;
  color: #ff6600;
  line-height: 26px;
  margin-right: 10px;
  display: inline-block;
}
.project-navigation .fa-chevron-right {
  font-size: 26px;
  color: #ff6600;
  line-height: 26px;
  margin-left: 10px;
  display: inline-block;
}

.news-widget-holder {
  text-align: center;
}
.news-widget-holder .news-icon {
  text-align: center;
}
.news-widget-holder .news-icon img {
  width: 80px;
  height: auto;
}
.news-widget-holder h3 {
  text-align: center;
  padding: 10px 0px;
}
.news-widget-holder ul.news-project-widget {
  list-style: none;
  margin: 0px 0px 10px;
  padding: 0px;
}
.news-widget-holder ul.news-project-widget li {
  padding: 5px 0px;
  text-align: center;
}
.news-widget-holder ul.news-project-widget li a .widget-more {
  color: #ff6600;
  margin-left: 5px;
}

.widget__news-block {
  margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
  .filter-holder {
    padding: 30px 0px;
  }
  .filter-holder .filter-row .btn-default {
    text-transform: none;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
  .filter-holder .filter-row .btn-default .fa-chevron-down {
    color: #ff6600;
    margin-left: 30px;
  }
}
.team-holder {
  padding: 60px 0px;
}

.team-widget {
  margin-bottom: 20px;
}
.team-widget .widget .widget-top .widget-image {
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.team-widget .team-social {
  position: absolute;
  right: 10px;
  top: -50px;
  z-index: 105;
  max-width: 150px;
}
.team-widget .team-social .social-icon {
  font-size: 30px;
  margin-left: 10px;
  color: #afb1b3;
}
.team-widget .team-social .social-icon:hover {
  color: #ff6600;
}
.team-widget .widget-image {
  position: relative;
}
.team-widget .widget-image .team-comp {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 102, 0, 0.85);
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
}
.team-widget .widget-image:hover .team-comp {
  display: block;
}
.team-widget .team-list {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.team-widget .team-list ul {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.team-widget .team-list ul li {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.team-widget .team-name a {
  font-weight: 700;
}
.team-widget .team-function {
  font-style: italic;
}

@media only screen and (max-width: 575.98px) {
  .team-holder {
    padding: 20px 0px;
  }
}
@media (min-width: 1025px) {
  .team-widget {
    margin-bottom: 20px;
  }
  .team-widget .team-social {
    position: absolute;
    right: 10px;
    top: -50px;
    z-index: 105;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .team-widget .team-social {
    position: absolute;
    right: 10px;
    top: -126px;
    z-index: 105;
  }
  .team-widget .team-social .social-icon {
    font-size: 30px;
    margin-left: 10px;
    color: #afb1b3;
    background-color: #ffffff;
    padding: 0px;
  }
  .team-widget .team-social .social-icon:hover {
    color: #ff6600;
  }
  .team-widget .team-list ul li {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .team-widget .team-social {
    position: absolute;
    right: 10px;
    top: -50px;
    z-index: 105;
  }
  .team-widget .team-social .social-icon {
    font-size: 20px;
    margin-left: 10px;
    color: #afb1b3;
    background-color: #ffffff;
    padding: 0px;
  }
  .team-widget .team-social .social-icon:hover {
    color: #ff6600;
  }
}
.search-content-holder {
  padding: 60px 0px;
}

.list-group-item:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.loginTemplate {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eceded;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
}

.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:visited {
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #ff6600;
  border-color: #ff6600;
}

.tablet-header {
  padding: 5px 10px;
  justify-content: space-between;
  border-bottom: solid 1px #eceded;
}
.tablet-header img {
  height: 50px;
  width: auto;
}

.vacancy__holder {
  margin-bottom: 40px;
  padding-bottom: 30px;
  background-color: #eceded;
}
.vacancy__holder h2 {
  text-align: center;
}
.vacancy__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: auto;
  gap: 30px;
}
.vacancy__item {
  border: solid 1px #e9eaeb;
  padding: 10px;
  background-color: #ff6600;
}
.vacancy__item:hover {
  background-color: #f58634;
}
.vacancy__item a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.vacancy__item h3 {
  color: #ffffff;
}
.vacancy__link {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.modal__content {
  overflow-y: hidden;
  padding: 10px;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.modal__content .modal__close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 20px;
  display: inline-flex;
  align-self: flex-end;
  font-size: 20px;
  font-weight: 700;
}
.modal__content .modal__body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal__content .modal__body.left {
  align-items: flex-start;
}
.modal__content .modal__body.center {
  align-items: center;
}
.modal__content .modal__body.right {
  align-items: flex-end;
}
.modal__content .modal__body.top {
  justify-content: flex-start;
}
.modal__content .modal__body.middle {
  justify-content: center;
}
.modal__content .modal__body.bottom {
  justify-content: flex-end;
}
.modal__content .modal__body .modal__title {
  font-size: 40px;
  line-height: 44px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 25px;
}
.modal__content .modal__body .modal__title.left {
  text-align: left;
}
.modal__content .modal__body .modal__title.center {
  text-align: center;
}
.modal__content .modal__body .modal__title.right {
  text-align: right;
}
.modal__content .modal__body .modal__text {
  font-size: 24px;
  line-height: 28px;
  font-family: "Raleway", sans-serif;
}
.modal__content .modal__body .modal__text.left {
  text-align: left;
}
.modal__content .modal__body .modal__text.center {
  text-align: center;
}
.modal__content .modal__body .modal__text.right {
  text-align: right;
}
.modal__content .modal__body .modal__text p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.modal__content .modal__body .modal__button-holder {
  display: flex;
  justify-content: center;
}
.modal__content .modal__body .modal__button-holder a.modal__button {
  color: #ff6600;
}

.snowflakes {
  width: 100%;
  height: 1200px;
  position: absolute;
  top: -90px;
  left: 0;
}

i, i:after, i:before {
  background: white;
}

i {
  display: inline-block;
  -webkit-animation: snowflakes 3s linear 2s 20;
  -moz-animation: snowflakes 3s linear 2s 20;
  position: relative;
}

i:after, i:before {
  height: 100%;
  width: 100%;
  content: ".";
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(120deg);
}

i:before {
  -webkit-transform: rotate(240deg);
}

/*# sourceMappingURL=all.css.map */
