@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}

b, strong {
    font-weight: bold;
}

.header {
  padding-top: 47px;
  padding-bottom: 0;
}

.header-top {
  padding-bottom: 42px;
  border-bottom: 1px solid #A1A1A1;
}

.header-adaptive {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top svg {
  margin-right: 5px;
}

.navbar-address,
.navbar-mail {
  display:inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #48494A;
}

.navbar-mail a {
  text-decoration: underline;
}

.navbar-mail a:hover {
  color: #48494A;
}

.navbar-phone {
  font-size: 18px;
  line-height: 21px;
  color: #5E5E5E;
}

.navbar-phone:hover {
  text-decoration: none;
  color: #5E5E5E;
}

.btn {
  font-size: 16px;
  line-height: 19px;
  color: #5E5E5E;
  display: block;
  height: 41px;
  border-radius: 5px;
  border: 1px solid #5E5E5E;
  padding: 10px 23px;
}

.header-bottom {
  padding: 30px 0;
}

#navbar .navbar-nav .nav-link {
  padding: 12px 0;
  margin-left: 60px;
  margin-right: 60px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #323232;
  transition: 0.3s;
  border-bottom: 2px solid rgba(0, 160, 227, 0);
}

.header #navbar .navbar-nav {
  justify-content: center;
}

#navbar .navbar-nav .nav-link:hover {
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 160, 227, 1);
}

.background-slide-wrapper .background-slide-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
}

#background-slider .owl-nav .owl-prev,
#background-slider .owl-nav .owl-next,
#background-slider .owl-nav .owl-prev:hover,
#background-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}

.owl-prev {
  background-image: url("../images/icons/prev.svg");
}
.owl-next {
  background-image: url("../images/icons/next.svg");
}
.owl-prev:hover {
  background-image: url("../images/icons/prev.svg");
  opacity: 0.5;
}
.owl-next:hover {
  background-image: url("../images/icons/next.svg");
  opacity: 0.5;
}

.owl-dots .owl-dot.active, .owl-dots .owl-dot:hover, .owl-dots .owl-dot:focus {
  background: #ffffff;
}

.owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.5);
}

.tizers {
    padding: 90px 0 140px;
}

.tizer-item-hover {
  text-align: center;
}

.tizer-item-hover img {
  min-height: 92px;
}

.tizer-preview {
  margin-top: 40px;
}

.tizers .tizer-item .tizer-title {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.tizer-plane {
  width: 44px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tizers .tizer-item .tizer-desc {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #969696;
}

.about-section-content {
  padding: 35px 0;
  padding-left: 30px;
}

.about-section-title {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #181A16;
}

.title-line {
  position: relative;
}

.title-line span {
  position: absolute;
  left: 270px;
  top: 20px;
  border-bottom: 1px solid #000000;
  width: 189px;
}

.about-section-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #181A16;
}

.about-image-pos {
    position: relative;
}

.about-img {
    position:absolute;
    top: -335px;
    left: 0;
}

.about-image-pos:before {
   content: '';
   background-color: #f8f8f8;
   width: 100%;
   height: 674px;
   position:absolute;
   top: -275px;
   left: 60px;
   z-index: -1;
}

.about-image-pos:after {
   content: '';
   background-color: #fff;
   width: 100%;
   height: 674px;
   position:absolute;
   top: -187px;
   left: -65px;
   z-index: -2;
}

.bg-gray {
    z-index: -3;
    position: relative;
}

.documents {
  padding-top: 100px;
}

.documents-title,
.partners-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #181A16;
  margin-bottom: 45px;
}

.partners {
  margin: 0;
  padding: 0px 0 40px 0;
}

.partners-title.title-line span {
  left: 355px;
}

.footer .footer-menu .nav-link,
#sticky-header .footer-menu .nav-link {
  font-size: 18px;
  line-height: 21px;
  color: #5E5E5E;
}

.footer .footer-menu .nav-link:hover,
#sticky-header .footer-menu .nav-link:hover {
  text-decoration: underline;
}

.footer .navbar-phone,
#sticky-header .navbar-phone  {
  font-size: 18px;
  line-height: 21px;
}

#sticky-header .footer-menu .nav-link  {
  padding: .5rem 0rem;
}

.footer .footer_top {
    padding-top: 80px;
    padding-bottom: 0;
}

.footer-underline {
    padding-bottom: 40px;
    border-bottom: 1px solid #A1A1A1;
}

.footer .footer_bottom {
    padding: 40px 0;
}

#sticky-header .footer-menu {
    width: 100%;
    position: relative;
    justify-content: space-around;
    align-content: center;
    margin: 0;
}

#sticky-header ul {
    list-style-type: none;
    padding-left: 0;
}

#sticky-header {
  padding: 15px 0;
}

.mobile-email {
  margin-left: 3px;
}

.gallery_item {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}

.partners_item img {
    width: 185px;
    height: 60px;
}

.success {
    display: block;
    text-align: center;
}

.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.modal-header {
    display: block;
}