* {
  padding: 0;
  margin: 0;
  outline: none !important;
}
/*p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: @font_yanone;
  color: @color_black;
  font-weight: 700;
}*/
h1.title,
h2.title,
h3.title {
  font-size: 48px;
  color: #4f5972;
  font-weight: 400;
  margin-bottom: 50px;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
.btn {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-white {
  background: #ffffff;
  color: #4f5972;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  padding: 0 45px;
  border: 1px solid #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  background: transparent;
}
.btn-blue {
  background: #006cb5;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 50px;
  border-radius: 30px;
}
.btn-blue:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 18px 18px -15px rgba(0, 108, 181, 0.8);
  -moz-box-shadow: 0px 18px 18px -15px rgba(0, 108, 181, 0.8);
  box-shadow: 0px 18px 18px -15px rgba(0, 108, 181, 0.8);
}
.btn-blue:focus {
  background: #005A96;
  -webkit-box-shadow: 0px 18px 18px -15px rgba(0, 108, 181, 0.8);
  -moz-box-shadow: 0px 18px 18px -15px rgba(0, 108, 181, 0.8);
  box-shadow: 0px 18px 18px -15px rgba(0, 108, 181, 0.8);
}
input {
  outline: none;
  border: none;
  box-shadow: none;
}
input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
header {
  position: absolute;
  z-index: 5;
  padding: 25px 0;
  width: 100%;
  background: #4f5972;
  /* &.light_header {
     position: relative;
     .right {
       .main_menu {
         li {
           a {
             color: @color_title;
             font-weight: 600;
             &:hover {
               color: @color_gold;
             }
           }
         }
       }

       .burger {
         span {
           background: @color_title;
           & + span {
             width: 32px;
           }
           & + span + span {
             width: 24px;
           }
         }
       }
     }
   }*/
}
header .right .main_menu {
  display: inline-block;
}
header .right .main_menu li {
  display: inline-block;
  margin-right: 35px;
}
header .right .main_menu li a {
  color: #ffffff;
  font-weight: 600;
}
header .right .main_menu li a:hover {
  color: #ddb44b;
}
header .right .burger {
  width: 32px;
  display: inline-block;
  float: right;
  cursor: pointer;
}
header .right .burger span {
  display: block;
  width: 24px;
  height: 2px;
  float: right;
  margin-bottom: 7px;
  background: #ffffff;
}
header .right .burger span + span {
  width: 32px;
}
header .right .burger span + span + span {
  width: 24px;
}
header.light_header {
  position: relative;
}
.owl-nav {
  position: absolute;
}
.owl-nav button {
  position: absolute;
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  background: #ffffff;
  color: #222222;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.4s;
}
.owl-nav button:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-prev i {
  padding-right: 3px;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-nav button.owl-next i {
  padding-left: 3px;
}
.owl-dots .owl-dot {
  width: 24px;
  background: transparent;
  height: 24px;
  outline: none;
  text-align: center;
  line-height: 16px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-right: 5px;
  /* &:after {
       content: url("../images/select_slide.svg");
       position: absolute;
       left: 0;
       top: 0;
       width: 26px;
       background: transparent;
       height: 26px;
       opacity: 0;

       -webkit-animation-name: spin;
       -webkit-animation-duration: 4000ms;
       -webkit-animation-iteration-count: infinite;
       -webkit-animation-timing-function: linear;
       -moz-animation-name: spin;
       -moz-animation-duration: 4000ms;
       -moz-animation-iteration-count: infinite;
       -moz-animation-timing-function: linear;
       -ms-animation-name: spin;
       -ms-animation-duration: 4000ms;
       -ms-animation-iteration-count: infinite;
       -ms-animation-timing-function: linear;
       animation-name: spin;
       animation-duration: 4000ms;
       animation-iteration-count: infinite;
       animation-timing-function: linear;
     }*/
}
.owl-dots .owl-dot:before {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 6px;
  background: #4F5972;
  height: 6px;
  border-radius: 50%;
  opacity: 0.3;
}
.owl-dots .owl-dot.active {
  border: 1px solid #ddb44b;
}
.owl-dots .owl-dot.active:before {
  opacity: 1;
}
.owl-dots .owl-dot.active:after {
  opacity: 1;
}
.my_dots {
  margin-top: 15px;
}
.my_dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 26px;
  background: transparent;
  height: 26px;
  border-radius: 50%;
}
.my_dots li span {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 6px;
  background: #4F5972;
  height: 6px;
  border-radius: 50%;
  opacity: 0.3;
}
.over {
  stroke-dasharray: 0, 75.36;
}
@-webkit-keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main {
  height: 100vh;
  position: relative;
}
.main .slider {
  height: 100vh;
}
.main .slider .item {
  display: flex;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.main .slider .item > div {
  margin: auto;
  position: relative;
  z-index: 2;
}
.main .slider .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(79, 89, 114, 0.7);
  background: -moz-linear-gradient(top, rgba(79, 89, 114, 0.7) 0%, rgba(79, 89, 114, 0.3) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79, 89, 114, 0.7)), color-stop(100%, rgba(79, 89, 114, 0.3)));
  background: -webkit-linear-gradient(top, rgba(79, 89, 114, 0.7) 0%, rgba(79, 89, 114, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(79, 89, 114, 0.7) 0%, rgba(79, 89, 114, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(79, 89, 114, 0.7) 0%, rgba(79, 89, 114, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(79, 89, 114, 0.7) 0%, rgba(79, 89, 114, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f5972', endColorstr='#4f5972', GradientType=0);
}
.main .slider .item h3 {
  font-weight: 400;
  font-size: 72px;
}
.main .slider .item p {
  font-size: 24px;
  padding: 30px 0;
}
.main .slider .item .btn-wrap .btn {
  margin: 0 7px;
}
.main .slider .owl-nav {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.main .slider .owl-nav button {
  position: absolute;
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  background: #ffffff;
  color: #222222;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.4s;
}
.main .slider .owl-nav button:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.main .slider .owl-nav button.owl-prev {
  left: 0;
}
.main .slider .owl-nav button.owl-prev i {
  padding-right: 3px;
}
.main .slider .owl-nav button.owl-next {
  right: 0;
}
.main .slider .owl-nav button.owl-next i {
  padding-left: 3px;
}
.types {
  padding: 75px 0 90px;
  background: url("../images/types_bg.png") center top no-repeat;
}
.types .item {
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  min-height: 645px;
  position: relative;
}
.types .item span {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #ddb44b;
}
.types .item .block {
  background: #ffffff;
  width: 100%;
  text-align: center;
  padding: 45px 30px;
}
.types .item .block h5 {
  font-size: 36px;
  padding: 30px 0;
  color: #4f5972;
  font-weight: 400;
}
.types .item .block a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ddb44b;
  position: relative;
  padding: 10px 0;
}
.types .item .block a:after {
  content: '';
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  transition: all 0.3s;
  background: #ddb44b;
}
.types .item .block a:hover:after {
  opacity: 0;
}
.about {
  padding: 90px 0;
}
.about p {
  line-height: 26px;
  font-size: 15px;
}
.about p.ltd {
  font-size: 23px;
  line-height: 36px;
  margin-bottom: 30px;
}
.about a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ddb44b;
  position: relative;
  padding: 10px 0;
  display: table;
  margin-top: 60px;
}
.about a:after {
  content: '';
  display: block;
  bottom: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #ddb44b;
  opacity: 1;
  transition: all 0.4s;
}
.about a:hover:after {
  opacity: 0;
}
.about .slider .owl-nav {
  display: none;
}
.about .slider .owl-dots {
  display: block;
  padding: 15px 0;
  /* .owl-dot {
         //background: #4F5972;
         width: 24px;
         background: transparent;
         height: 24px;
         //opacity: 0.2;
         border: none;
         outline: none;
         text-align: center;
         line-height: 16px;
         position: relative;

         &:before {
           content: '';
           display: block;
           position: absolute;
           left: 10px;
           top: 10px;
           width: 6px;
           background: #4F5972;
           height: 6px;
           border-radius: 50%;
           opacity: 0.3;
         }
         &:after {
           content: url("../images/select_slide.svg");
           position: absolute;
           left: 0;
           top: 0;
           width: 26px;
           background: transparent;
           height: 26px;
           opacity: 0;

           -webkit-animation-name: spin;
           -webkit-animation-duration: 4000ms;
           -webkit-animation-iteration-count: infinite;
           -webkit-animation-timing-function: linear;
           -moz-animation-name: spin;
           -moz-animation-duration: 4000ms;
           -moz-animation-iteration-count: infinite;
           -moz-animation-timing-function: linear;
           -ms-animation-name: spin;
           -ms-animation-duration: 4000ms;
           -ms-animation-iteration-count: infinite;
           -ms-animation-timing-function: linear;
           animation-name: spin;
           animation-duration: 4000ms;
           animation-iteration-count: infinite;
           animation-timing-function: linear;
         }

         &.active {
           &:before {
             opacity: 1;
           }
           &:after {
             opacity: 1;
           }
         }
       }*/
}
.projects {
  padding: 90px 0;
}
.projects .nav-tabs {
  border: none;
  margin-bottom: 30px;
}
.projects .nav-tabs .nav-item {
  margin-right: 30px;
}
.projects .nav-tabs .nav-item .nav-link {
  background: transparent;
  padding: 15px 0;
  display: block;
  position: relative;
  color: #4f5972;
  font-weight: 500;
  border: none;
}
.projects .nav-tabs .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: transparent;
  transition: all 0.3s;
}
.projects .nav-tabs .nav-item .nav-link.active {
  color: #ddb44b;
}
.projects .nav-tabs .nav-item .nav-link.active:after {
  background: #ddb44b;
}
.projects .nav-tabs .nav-item .nav-link:hover {
  color: #ddb44b;
}
.projects .nav-tabs .nav-item .nav-link:hover:after {
  background: #ddb44b;
}
.projects .tab-content {
  padding: 0;
  position: relative;
}
.projects .tab-content .owl-nav {
  position: absolute;
  right: 60px;
  bottom: 70px;
  width: 120px;
}
.projects .tab-content .owl-dots {
  top: 50px;
  right: 60px;
  position: absolute;
}
.projects .tab-content .owl-dots .owl-dot:before {
  background: #ffffff;
}
.projects .tab-content .desc {
  padding: 30px 0 0;
}
.projects .tab-content .desc span {
  display: block;
  font-size: 14px;
  color: #ddb44b;
}
.projects .tab-content .desc h6 {
  font-size: 36px;
  font-weight: 400;
  color: #4f5972;
}
.download {
  background: url("../images/download_bg.jpg") center center no-repeat;
  height: 476px;
  background-size: cover;
}
.download h4 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  display: table;
}
.download h4:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 4px;
  background: #ddb44b;
}
.download .btn-white {
  margin-top: 50px;
}
.download .img_wrap img {
  width: auto;
  height: 100%;
  max-width: none;
  position: relative;
  top: -30px;
}
.download.main_download .btn-white {
  padding: 0 20px;
  margin-right: 10px;
}
.customers {
  padding: 75px 0 90px;
  background: #f9f9f9 url("../images/customers.jpg") center top no-repeat;
}
.customers .owl-customers .disabled {
  display: none;
}
.customers .owl-customers .item {
  width: 270px;
  height: 140px;
  display: flex;
  background: #ffffff;
  text-align: center;
}
.customers .owl-customers .item img {
  margin: auto;
  max-width: 175px;
  width: auto;
  display: inline-block;
  transform: scale(1);
  transition: all 0.3s;
}
.customers .owl-customers .item:hover img {
  transform: scale(1.1);
}
footer {
  padding: 50px 0;
  background: linear-gradient(180deg, #111111 0%, rgba(34, 34, 34, 0) 100%), #4f5972;
  color: #ffffff;
}
footer .left h3.title {
  color: #ffffff;
}
footer .left .foot_contact {
  margin-bottom: 40px;
}
footer .left .foot_contact li {
  display: flex;
  padding-bottom: 15px;
}
footer .left .foot_contact li a {
  color: #ffffff;
}
footer .left .foot_contact li a:hover {
  color: #ddb44b;
}
footer .left .foot_contact li b {
  display: inline-block;
  min-width: 200px;
  font-weight: 700;
}
footer .left .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer .left .in a {
  color: #ffffff;
}
footer .left .in b {
  font-weight: 700;
}
footer .left .in b i {
  display: inline-block;
  margin-right: 15px;
  color: #4f5972;
  background: #ffffff;
  border-radius: 3px;
  padding: 5px;
}
footer .left .in .btn {
  color: #ffffff;
  font-weight: 700;
  background: #0073B1;
  line-height: 32px;
  display: block;
  padding: 0 15px;
}
footer .left .white_block {
  background: #ffffff;
  padding: 10px 20px;
  color: #4f5972;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .left .white_block .img_wrap {
  margin-right: 30px;
  min-width: 100px;
}
footer .left .white_block p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
footer .right {
  padding: 30px 0 0 60px;
}
footer .right h5 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 30px;
}
footer .right form .btn-white {
  float: right;
  padding: 0 15px;
}
footer .bottom {
  padding-top: 50px;
}
footer .bottom p {
  margin: 0;
}
form .form-group label {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
}
form .form-group input,
form .form-group textarea {
  border: none;
  display: block;
  width: 100%;
  padding: 0;
  color: #ffffff;
  line-height: 36px;
  border-bottom: 1px solid #ddb44b;
  background: transparent;
}
form .form-group textarea {
  line-height: normal;
  padding: 10px 0;
}
.pushy-content .pushy-head {
  padding: 25px 0;
}
.pushy-content .pushy-body {
  padding: 50px 0 30px;
}
.pushy-content .pushy-body .menu {
  font-weight: normal;
  font-size: 24px;
  line-height: 48px;
}
.pushy-content .pushy-body .menu a:hover {
  color: #ddb44b;
}
.pushy-content .pushy-body .pushy-contact {
  padding-top: 50px;
  color: #ffffff;
}
.pushy-content .pushy-body .pushy-contact h3 {
  font-weight: bold;
  font-size: 36px;
  position: relative;
  display: table;
  padding: 10px 0;
  margin-bottom: 30px;
}
.pushy-content .pushy-body .pushy-contact h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ddb44b;
}
.pushy-content .pushy-body .pushy-contact ul li {
  display: flex;
  padding-bottom: 15px;
}
.pushy-content .pushy-body .pushy-contact ul li b {
  display: inline-block;
  min-width: 200px;
  font-weight: 700;
}
.pushy-content .pushy-body .pushy-contact ul li a {
  display: inline-block;
}
.pushy-content .pushy-body .pushy-contact ul li a:hover {
  color: #ddb44b;
}
.pushy-content .pushy-body .types-menu li {
  position: relative;
  width: 100%;
  height: 150px;
  background: transparent;
  border: 1px solid #ffffff;
}
.pushy-content .pushy-body .types-menu li span {
  position: absolute;
  left: 15px;
  top: 12px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
}
.pushy-content .pushy-body .types-menu li .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.pushy-content .pushy-body .types-menu li a {
  position: relative;
  z-index: 2;
  display: table;
  line-height: 44px;
}
.pushy-content .pushy-body .types-menu li a.title {
  font-size: 36px;
}
.pushy-content .pushy-body .types-menu li a.more {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ddb44b;
  position: relative;
  padding: 0;
}
.pushy-content .pushy-body .types-menu li a.more:after {
  content: '';
  display: block;
  bottom: 4px;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #ddb44b;
  opacity: 1;
  transition: all 0.3s;
}
.pushy-content .pushy-body .types-menu li a.more:hover:after {
  opacity: 0;
}
.pushy-content .pushy-body .types-menu li:hover .bg {
  opacity: 1;
}
div.soc {
  position: fixed;
  z-index: 99999;
  bottom: 45px;
  left: 35px;
}
div.soc ul li {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
div.soc ul li a {
  color: #222222;
}
div.soc ul li a:hover {
  color: #ddb44b;
}
div.soc ul.white li a {
  color: #ffffff;
}
div.soc ul.white li a:hover {
  color: #ddb44b;
}
div.soc ul.white2 li a {
  color: #ffffff;
}
div.soc ul.white2 li a:hover {
  color: #ddb44b;
}
.grey_bg {
  background-color: #F9F9F9;
}
.our_services {
  padding: 50px 0 80px;
}
.our_services .ltd {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
}
.our_services .accordion .item {
  margin-bottom: 15px;
}
.our_services .accordion .item .card-link {
  position: relative;
}
.our_services .accordion .item .card-link .pl-mn {
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: #ddb44b;
  border: 1px solid #ddb44b;
  border-radius: 50%;
  position: relative;
}
.our_services .accordion .item .card-link .pl-mn span {
  position: absolute;
  width: 12px;
  height: 2px;
  background: #ffffff;
  left: 9px;
  top: 14px;
  transition: all 0.4s;
}
.our_services .accordion .item .card-link .pl-mn span + span {
  transform: rotate(0deg);
}
.our_services .accordion .item .card-link .pl-mn i {
  color: #ddb44b;
  display: block;
  line-height: 32px;
  text-align: center;
}
.our_services .accordion .item .card-link.collapsed .pl-mn {
  background: transparent;
}
.our_services .accordion .item .card-link.collapsed .pl-mn span {
  background: #ddb44b;
}
.our_services .accordion .item .card-link.collapsed .pl-mn span + span {
  transform: rotate(90deg);
}
.our_services .accordion .item .card-link p {
  font-size: 24px;
  margin: 0;
  padding-left: 25px;
  color: #4f5972;
}
.our_services .accordion .item .card-body {
  padding-left: 55px;
}
.testimonials {
  padding: 50px 0 80px;
}
.testimonials .owl-testimonials .item {
  position: relative;
  border: 1px solid #ddb44b;
  box-shadow: 0px 10px 15px rgba(221, 180, 75, 0.05);
  padding: 60px;
  margin-bottom: 10px;
  height: auto;
}
.testimonials .owl-testimonials .item:before {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #ddb44b;
  border-bottom: 1px solid #ddb44b;
  transform: rotate(-45deg);
  background: #ffffff;
}
.testimonials .owl-testimonials .item h6 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 20px;
}
.testimonials .owl-testimonials .item p {
  font-size: 16px;
  line-height: 24px;
}
.testimonials .owl-testimonials .item .logo {
  min-width: 230px;
  padding-left: 30px;
}
.testimonials .owl-testimonials .owl-dots {
  position: absolute;
  right: 0;
  top: -90px;
}
.testimonials .owl-testimonials .owl-nav {
  top: 50%;
  width: 100%;
  transform: translateY(-100px);
}
.testimonials .owl-testimonials .owl-nav button {
  border: 1px solid #4f5972;
  opacity: 0.4;
}
.testimonials .owl-testimonials .owl-nav button:hover {
  background: #4f5972;
  color: #ffffff;
  opacity: 0.8;
}
.testimonials .owl-testimonials .owl-nav .owl-prev {
  left: -100px;
}
.testimonials .owl-testimonials .owl-nav .owl-next {
  right: -100px;
}
.testimonials .bottom {
  margin-top: 40px;
}
.testimonials .bottom b {
  display: block;
  font-weight: bold;
  color: #4f5972;
}
.testimonials .bottom a {
  font-size: 14px;
  display: block;
  color: #4f5972;
  line-height: 24px;
}
.derectors {
  padding: 10px 0 100px;
}
.derectors .txt {
  padding-right: 75px;
}
.derectors h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #4f5972;
  padding-bottom: 30px;
}
.derectors p {
  font-size: 16px;
  line-height: 26px;
}
.derectors .profile {
  border: 1px solid #ddb44b;
  padding: 20px;
}
.derectors span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #4f5972;
  padding-top: 15px;
}
.breadcrumbs {
  border-top: 1px solid #EEEEEE;
}
.breadcrumbs ul {
  padding: 10px 0;
}
.breadcrumbs ul li {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #4f5972;
}
.breadcrumbs ul li a {
  color: #ddb44b;
}
.contacts {
  padding: 80px 0;
  color: #4f5972;
}
.contacts p {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  padding-right: 60px;
}
.contacts .contact {
  padding-top: 80px;
}
.contacts .contact li {
  display: flex;
  padding-bottom: 15px;
}
.contacts .contact li b {
  display: inline-block;
  min-width: 200px;
  font-weight: 700;
}
.contacts .contact li a {
  color: #ddb44b;
}
.contacts .form-wrap {
  background: #FAFAFA;
  padding: 50px;
}
.contacts .form-wrap form input,
.contacts .form-wrap form textarea {
  color: #4f5972;
}
.contacts .form-wrap form .btn-white {
  float: right;
  background: #4f5972;
  color: #ffffff;
  border: 1px solid #4f5972;
  padding: 0 15px;
}
.contacts .form-wrap form .btn-white:hover {
  background: #ffffff;
  color: #4f5972;
}
.contacts .map {
  margin-top: 50px;
  width: 100%;
  height: 500px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-l-80 {
  padding-left: 80px;
}
.linkedin {
  background: #FAFAFA;
  padding: 50px 0 100px;
}
.linkedin .item {
  background: #ffffff;
}
.linkedin .item .left {
  width: 40%;
}
.linkedin .item .right {
  width: 60%;
  padding: 50px 90px;
}
.linkedin .item .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.linkedin .item .right .top .btn {
  color: #ffffff;
  font-weight: 700;
  background: #0073B1;
  line-height: 32px;
  display: block;
  padding: 0 15px;
}
.linkedin .item .right span {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.linkedin .item .right p {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-top: 15px;
}
.linkedin .item .right p b {
  font-weight: 700;
}
.linkedin .owl-linkedin {
  position: relative;
}
.linkedin .owl-dots {
  position: absolute;
  right: 0;
  top: -90px;
}
.linkedin .owl-nav {
  top: 50%;
  width: 100%;
  transform: translateY(-60px);
}
.linkedin .owl-nav button {
  border: 1px solid #4f5972;
  opacity: 0.4;
}
.linkedin .owl-nav button:hover {
  background: #4f5972;
  color: #ffffff;
  opacity: 0.8;
}
.linkedin .owl-nav .owl-prev {
  left: -100px;
}
.linkedin .owl-nav .owl-next {
  right: -100px;
}
/*=======================================*/
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
