html {
  --transparent-card-border-color: rgba(217, 217, 217, 1);
  --indicator-background-color: rgba(217, 217, 217, 1);
  --description-left-border-color: rgba(211, 211, 211, 1);
}
html.dark-mode {
  --description-left-border-color: rgb(117, 117, 117);
}

.cover-block {
  height: 780px;
  background: var(--secondary-color);
  overflow: hidden;
  margin-bottom: 50px;
}
.cover-block .container {
  position: relative;
}
.cover-block .text-block {
  color: rgb(255, 255, 255);
  max-width: 550px;
  position: absolute;
  top: 250px;
  left: 100px;
  animation: fadeInLeft;
  animation-duration: 1s;
}
.cover-block .text-block .title {
  font-size: 70px;
  font-weight: 300;
}
.cover-block .text-block .description {
  font-size: 20px;
}
.cover-block img {
  position: absolute;
  width: 600px;
  top: 130px;
  right: 100px;
}
@media (max-width: 575px) {
  .cover-block {
    height: 600px;
  }
  .cover-block .text-block .title {
    font-size: 40px;
  }
  .cover-block .text-block .description {
    font-size: 14px;
  }
  .cover-block .text-block {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 400px;
    padding: 0 10px 0 10px;
  }
  .cover-block img {
    top: 80px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cover-block {
    height: 700px;
  }
  .cover-block .text-block .title {
    font-size: 50px;
  }
  .cover-block .text-block .description {
    font-size: 16px;
  }
  .cover-block .text-block {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 480px;
    text-align: center;
  }
  .cover-block img {
    top: 70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 470px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cover-block {
    height: 700px;
  }
  .cover-block .text-block .title {
    font-size: 50px;
  }
  .cover-block .text-block .description {
    font-size: 16px;
  }
  .cover-block .text-block {
    left: 0;
  }
  .cover-block img {
    top: 150px;
    right: 0;
    width: 470px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cover-block {
    height: 700px;
  }
  .cover-block .text-block {
    left: 80px;
  }
  .cover-block img {
    width: 450px;
    right: 80px;
    top: 150px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .container.shortest {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container.shortest {
    padding-left: 100px;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .container.shortest {
    padding-left: 140px;
    padding-right: 0;
  }
}

.section-title {
  color: var(--important-font-color);
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .section-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.about-company-card {
  border-radius: 15px;
  padding: 25px 5px 25px 35px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about-company-card {
    border-radius: 10px;
    padding: 15px 5px 15px 25px;
  }
}

.about-company-card.white {
  border: 1px solid var(--transparent-card-border-color);
}

.about-company-card.blue {
  background-color: var(--primary-color);
  color: white;
}

.about-company-card.green {
  background-color: var(--secondary-color);
  color: white;
}

.about-company-card.about-us {
  font-size: 26px;
  line-height: 45px;
  margin-bottom: 35px;
}
.about-company-card.about-us span {
  color: var(--important-font-color);
  font-weight: 400;
}
@media (max-width: 767px) {
  .about-company-card.about-us {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-company-card.about-us {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-company-card.about-us {
    font-size: 24px;
    line-height: 38px;
  }
}

.card-panel {
  margin-bottom: 45px;
}
.card-panel .about-company-card {
  padding-top: 10px;
  padding-right: 20px;
  border-radius: 10px;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
}
.card-panel .about-company-card .big-card-title {
  font-size: 86px;
  line-height: 86px;
  font-weight: 700;
  margin-bottom: 15px;
}
.card-panel .about-company-card.white .big-card-title {
  color: var(--important-font-color);
}
.card-panel .about-company-card.roads .big-card-title span, .card-panel .about-company-card.office .big-card-title span {
  margin-left: 5px;
  line-height: 40px;
  font-size: 38px;
}
.card-panel .about-company-card.logo {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-panel .about-company-card.logo img {
  width: 272px;
}
@media (max-width: 575px) {
  .card-panel .about-company-card.logo img {
    width: 200px;
  }
  .card-panel .about-company-card {
    font-size: 16px;
    min-height: 300px;
  }
  .card-panel .about-company-card .big-card-title {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 10px;
  }
  .card-panel .about-company-card.roads .big-card-title span, .card-panel .about-company-card.office .big-card-title span {
    margin-left: 2px;
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .card-panel .about-company-card.logo img {
    width: 200px;
  }
  .card-panel .about-company-card {
    font-size: 16px;
    min-height: 300px;
  }
  .card-panel .about-company-card .big-card-title {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 10px;
  }
  .card-panel .about-company-card.roads .big-card-title span, .card-panel .about-company-card.office .big-card-title span {
    margin-left: 2px;
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-panel .about-company-card {
    min-height: 320px;
  }
  .card-panel .about-company-card .big-card-title {
    font-size: 70px;
    line-height: 72px;
  }
  .card-panel .about-company-card.roads .big-card-title span, .card-panel .about-company-card.office .big-card-title span {
    margin-left: 2px;
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .card-panel .about-company-card {
    min-height: 360px;
  }
  .card-panel .about-company-card .big-card-title {
    font-size: 70px;
    line-height: 72px;
  }
  .card-panel .about-company-card.roads .big-card-title span, .card-panel .about-company-card.office .big-card-title span {
    margin-left: 2px;
    font-size: 26px;
  }
}

.carousel-inner {
  border-radius: 15px;
  overflow: hidden;
}

.about-us-slider-block {
  position: relative;
  padding-bottom: 45px;
  overflow: visible;
  margin-bottom: 50px;
}
.about-us-slider-block .carousel-indicators {
  bottom: -50px;
}
.about-us-slider-block .carousel-indicators button {
  width: 50px;
  height: 4px;
  background-color: var(--indicator-background-color);
}
.about-us-slider-block .carousel-indicators button.active {
  background-color: var(--secondary-color);
}
@media (max-width: 991px) {
  .about-us-slider-block .carousel-indicators {
    bottom: -40px;
  }
  .about-us-slider-block .carousel-indicators button {
    width: 30px;
    height: 4px;
    background-color: var(--indicator-background-color);
  }
}

.about-company-card.identity {
  margin-bottom: 80px;
  padding-right: 90px;
}
.about-company-card.identity .section-title {
  color: white;
  margin-bottom: 20px;
}
.about-company-card.identity .group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.about-company-card.identity .description {
  font-size: 20px;
  width: 50%;
}
.about-company-card.identity .btn-block {
  margin-left: auto;
}
.about-company-card.identity .btn {
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  width: 200px;
  padding: 8px 0 8px 0;
}
@media (max-width: 991px) {
  .about-company-card.identity {
    padding-right: 25px;
  }
  .about-company-card.identity .group {
    flex-direction: column;
    align-items: start;
  }
  .about-company-card.identity .description {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  .about-company-card.identity .btn-block {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .about-company-card.identity .btn {
    font-size: 16px;
  }
}

.about-company-card.history {
  border-radius: 10px;
  padding-top: 40px;
  padding-right: 30px;
  margin-bottom: 80px;
  position: relative;
  height: 870px;
  overflow: hidden;
}
.about-company-card.history .section-title {
  margin-bottom: 60px;
}
.about-company-card.history img {
  width: 100%;
}
.about-company-card.history .description {
  border-left: 3px var(--description-left-border-color) solid;
  position: absolute;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 24px;
  bottom: 90px;
  right: 45px;
  width: 585px;
}
@media (max-width: 575px) {
  .about-company-card.history {
    height: 520px;
  }
  .about-company-card.history .section-title {
    margin-bottom: 20px;
  }
  .about-company-card.history .description {
    font-size: 14px;
    line-height: 18px;
    bottom: 20px;
    padding: 0;
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-company-card.history {
    height: 600px;
  }
  .about-company-card.history .section-title {
    margin-bottom: 20px;
  }
  .about-company-card.history .description {
    font-size: 14px;
    bottom: 30px;
    padding: 0;
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-company-card.history {
    height: 600px;
  }
  .about-company-card.history .section-title {
    margin-bottom: 40px;
  }
  .about-company-card.history .description {
    font-size: 16px;
    line-height: 20px;
    bottom: 30px;
    right: 25px;
    width: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-company-card.history {
    height: 800px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-company-card.history {
    height: 800px;
  }
}

.management-section .section-title {
  margin-bottom: 50px;
}
.management-section .person {
  padding: 0;
  transition: 0.5s;
  margin-bottom: 60px;
}
.management-section .line-divider {
  color: rgb(196, 197, 200);
  margin-bottom: 70px;
}
.management-section .person.with-description:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.5s;
}
.management-section .person img {
  width: 220px;
  margin-bottom: 18px;
}
.management-section .person .name {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 12px;
}
.management-section .person .position {
  font-size: 20px;
}
.management-section .person.main img {
  width: 250px;
}
.management-section .person.main .name {
  font-size: 28px;
  line-height: 43px;
}
.management-section .person.main .position {
  font-size: 23px;
}
@media (max-width: 575px) {
  .management-section .section-title {
    margin-bottom: 30px;
  }
  .management-section .person {
    margin-bottom: 40px;
    text-align: center;
  }
  .management-section .person .name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .management-section .person .position {
    font-size: 16px;
  }
  .management-section .person.main .name {
    font-size: 20px;
    line-height: 28px;
  }
  .management-section .person.main .position {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .management-section .person .name {
    font-size: 20px;
  }
  .management-section .person .position {
    font-size: 18px;
  }
  .management-section .person.main .name {
    font-size: 22px;
    line-height: 33px;
  }
  .management-section .person.main .position {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .management-section .person .name {
    font-size: 20px;
  }
  .management-section .person .position {
    font-size: 18px;
  }
  .management-section .person.main .name {
    font-size: 24px;
    line-height: 35px;
  }
  .management-section .person.main .position {
    font-size: 20px;
  }
}

.about-person-modal .modal-content {
  position: relative;
}
.about-person-modal .modal-content button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 400;
}
.about-person-modal .modal-content .modal-body {
  padding: 60px 40px;
}
.about-person-modal .modal-content .person-img img {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
}
.about-person-modal .modal-content .person-img a {
  display: block;
  color: var(--base-font-color);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.about-person-modal .modal-content .person-info {
  padding-left: 20px;
  padding-right: 100px;
}
.about-person-modal .modal-content .person-info .name {
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-person-modal .modal-content .person-info .position {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}
.about-person-modal .modal-content .person-info .email {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.about-person-modal .modal-content .person-info .description {
  font-size: 18px;
  font-weight: 300;
}
.about-person-modal .modal-content .person-info .description span, .about-person-modal .modal-content .person-info .description a {
  color: var(--important-font-color);
  font-weight: 600;
}
@media (max-width: 991px) {
  .about-person-modal .modal-content .person-info {
    padding: 0;
  }
  .about-person-modal .modal-content .modal-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-person-modal .modal-content .person-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-person-modal .modal-content .person-img img {
    width: 50%;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .about-person-modal .modal-content .person-info .name {
    font-size: 24px;
  }
  .about-person-modal .modal-content .person-info .position, .about-person-modal .modal-content .person-info .description {
    font-size: 16px;
  }
  .about-person-modal .modal-content .modal-body {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-person-modal .modal-content .person-info {
    padding-right: 50px;
  }
}

.office-section {
  background-color: var(--primary-color);
  color: white;
  padding-top: 35px;
  padding-bottom: 50px;
  margin-bottom: 150px;
}
.office-section .container.shortest {
  padding-right: 200px;
}
.office-section .section-title {
  color: white;
  margin-bottom: 25px;
}
.office-section p {
  font-weight: 300;
  font-size: 18px;
}
.office-section #office-slider {
  margin-bottom: 95px;
}
.office-section #office-slider .carousel-indicators {
  bottom: -65px;
}
.office-section #office-slider .carousel-indicators button {
  width: 50px;
  height: 4px;
  background-color: var(--indicator-background-color);
}
@media (max-width: 991px) {
  .office-section #office-slider .carousel-indicators {
    bottom: -40px;
  }
  .office-section #office-slider .carousel-indicators button {
    width: 30px;
    height: 4px;
    background-color: var(--indicator-background-color);
  }
}
@media (max-width: 575px) {
  .office-section {
    padding-bottom: 20px;
  }
  .office-section p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .office-section {
    margin-bottom: 100px;
  }
  .office-section #office-slider {
    margin-bottom: 60px;
  }
  .office-section .container.shortest {
    padding-right: 50px;
  }
  .office-section p {
    font-size: 16px;
  }
}

.connect-with-us-section {
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  .connect-with-us-section {
    margin-bottom: 100px;
  }
}

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