@import "font-awesome.min.css";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 16px !important;
  font-family: 'Arial', sans-serif !important;
  background: #fff;
  overflow-x: hidden;
  color: #202020 !important;
  line-height: 1.2 !important;
}
.container-fluid {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 200;
}
.header {
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header {
    background: #333;
  }
}
.header-inner {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 231px;
}
@media only screen and (max-width: 767px) {
  .header-inner {
    height: auto;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  left: -130px;
  position: absolute;
  top: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-logo {
    position: static;
    text-align: center;
    margin-top: -15px;
  }
  .header-logo img {
    max-width: 100%;
  }
}
.header-title-wrap {
  margin-right: 10px;
}
.header-title {
  font-family: 'Calibri';
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  white-space: nowrap;
}
.header-slogan {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Calibri';
  margin-top: 4px;
}
.header-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
.header-menu ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  display: block;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .header-menu ul li a {
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.header-menu ul li.active a,
.header-menu ul li:hover a {
  background: #db0000;
}
@media only screen and (max-width: 767px) {
  .header-menu ul {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .header-menu ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.intro-slider {
  margin-top: -98px;
}
.intro-slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.intro-slider ul li {
  position: relative;
}
.intro-slider ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .intro-slider {
    margin-top: 0;
  }
}
.intro-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .intro-slide {
    padding-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-slide {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.intro-slide-inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .intro-slide-inner {
    text-align: center;
    padding: 15px;
    width: 100%;
  }
}
.intro-dots {
  display: flex;
}
.intro-dots a {
  display: block;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
  background: #fff;
}
.intro-dots a:last-child {
  margin-right: 0;
}
.intro-dots a:hover,
.intro-dots a.active {
  background: #db0000;
}
@media only screen and (max-width: 767px) {
  .intro-dots {
    justify-content: center;
  }
}
.intro-slide-inner .text {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Calibri';
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .intro-slide-inner .text {
    text-align: center;
    font-size: 24px;
  }
  .intro-slide-inner .text br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .intro-slide-inner .text {
    font-size: 20px;
  }
}
.section-about {
  padding: 50px 0 80px 0;
  text-align: center;
}
.section-about h1 {
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .section-about h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .section-about h1 br {
    display: none;
  }
}
.section-about p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.section-about p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-about {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.about-after {
  height: 40px;
  background: url('../img/about.png') center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.section-services p {
  margin:0;
}
.section-services h3 {
  text-align: center;
  font-size: 45px;
  margin: 30px 0 45px 0;
}
@media only screen and (max-width: 767px) {
  .section-services h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.services {
  position: relative;
}
.services img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .services img {
    display: none;
  }
}
.services ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.services ul li {
  width: 33.3333%;
  height: 50%;
  float: left;
}
.services ul li a {
  display: block;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  padding: 50px 60px;
  font-family: 'Calibri';
  font-size: 35px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}
@media only screen and (max-width: 1200px) {
  .services ul li a {
    font-size: 24px;
    padding: 15px;
  }
}
.services ul li:hover a,
.services ul li.active a {
  background: rgba(132, 0, 0, 0.25);
}
.services ul li:nth-child(1) a {
  border-left: none;
  border-top: none;
}
.services ul li:nth-child(2) a {
  border-top: none;
}
.services ul li:nth-child(3) a {
  border-right: none;
  border-top: none;
}
.services ul li:nth-child(4) a {
  border-left: none;
  border-bottom: none;
}
.services ul li:nth-child(5) a {
  border-bottom: none;
}
.services ul li:nth-child(6) a {
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .services ul li {
    width: 100%;
  }
  .services ul li a {
    border: 1px solid #fff !important;
  }
}
@media only screen and (max-width: 767px) {
  .services ul {
    position: static;
    width: auto;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .services {
    background: url('../img/service1.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.section-sotrud {
  background: url('../img/sotrud.jpg') center center no-repeat;
  padding-bottom: 100px;
  -webkit-background-size: cover;
  background-size: cover;
}
.section-sotrud h3 {
  font-size: 45px;
  text-align: center;
  font-weight: normal;
  margin: 100px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .section-sotrud h3 {
    font-size: 24px;
    margin: 0;
    padding: 45px 0 0px 0;
    font-weight: bold;
  }
  .section-sotrud h3 br {
    display: none;
  }
}
.section-sotrud ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-sotrud ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  margin-top: 60px;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .section-sotrud ul li img {
    height: 100px;
  }
}
.section-sotrud ul li span {
  display: block;
  font-size: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .section-sotrud ul li span {
    font-size: 24px;
  }
  .section-sotrud ul li span br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-sotrud ul li span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .section-sotrud ul li span {
    font-size: 16px;
  }
}
.section-sotrud ul li:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .section-sotrud ul li {
    width: 50%;
    margin-top: 30px;
  }
  .section-sotrud ul li:nth-child(3n+1) {
    clear: none;
  }
  .section-sotrud ul li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .section-sotrud ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-sotrud {
    padding-bottom: 30px;
  }
}
.section-map {
  /*
  background: #1d55a2;
  padding: 30px 0;
  */
  text-align: center;
  background: #fffcf2;
}
.section-map img {
  max-width: 100%;
}

.section-map h3 {
  text-align: center;
  font-size: 45px;
  font-weight: normal;
  padding: 100px 15px 30px 15px;

}

.section-partners h3 {
  text-align: center;
  font-size: 45px;
  font-weight: normal;
  padding: 100px 0 30px 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .section-partners h3,
  .section-map h3{
    font-size: 30px;
  }
  .section-partners h3 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-partners h3,
  .section-map h3{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .section-partners h3 br,
  .section-map h3 br{
    display: none;
  }
}
.section-partners {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-partners {
    margin-bottom: 15px;
  }
}
.partners-list ul {
  margin: 60px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.partners-list ul li {
  display: inline-block;
  margin-bottom: 60px;
  margin-left: 30px;
  margin-right: 30px;
}
.partners-list ul li img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .partners-list ul {
    margin: 30px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .partners-list ul li {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .partners-list ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.footer {
  background-color: #1b1b1b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3a3a3a), to(#1b1b1b));
  /* Konqueror */
  background-image: -moz-linear-gradient(#3a3a3a, #1b1b1b);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#3a3a3a, #1b1b1b);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, #1b1b1b));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#3a3a3a, #1b1b1b);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#3a3a3a, #1b1b1b);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #3a3a3a 0%, #1b1b1b 100%);
  /* IE10+ */
  background-image: linear-gradient(#3a3a3a, #1b1b1b);
  /* the standard */
  padding: 60px 0 100px 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-menu ul li:hover a,
.footer-menu ul li.active a {
  text-decoration: underline !important;
}
.brand {
  color: #fff !important;
  text-decoration: underline !important;
}
.brand:hover {
  text-decoration: none !important;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
.footer-col {
  padding: 0 15px;
}
.footer-col:first-child {
  padding-left: 0;
}
.footer-col:last-chilr {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-col {
    padding: 15px 0;
  }
  .footer-col ul {
    list-style-type: none;
  }
}
.preload {
  display: none;
}
input.error {
  border-color: #ff0000 !important;
}
label.error {
  display: none !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fancybox-close-small:after {
  display: none !important;
}
.fancybox-close-small {
  width: 18px !important;
  height: 18px !important;
  right: 10px !important;
  top: 10px !important;
  background: url('../img/close.png') !important;
}
.fancybox-close-small:hover {
  opacity: .5;
}
.fancybox-is-open .fancybox-bg {
  opacity: .5;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  color: #151515;
  opacity: 1;
}
:-moz-placeholder {
  color: #151515;
  opacity: 1;
}
::-moz-placeholder {
  color: #151515;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #151515;
  opacity: 1;
}
* {
  outline: none !important;
}

.section-main {
  padding-bottom:30px;
}

.pagination-centered {
	text-align:center;
    display: block;
}
