.header {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.header .header-logo-wrap {
  display: flex;
  justify-content: left;
  align-items: center;
}
.header .header-contacts {
  margin-bottom: 5px;
}
.header .header-contacts .contacts-tittle {
  font-size: 13px;
  text-align: right;
  margin-bottom: 5px;
}
.header .header-contacts .phone {
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: Roboto-b;
  font-size: 18px;
}
.header .header-contacts .phone img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}
.header .contacts-address {
  color: #7d7d7d;
  font-size: 14px;
  text-align: right;
}

.navigation-bar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navigation-bar .nav .nav-item {
  font-size: 13px;
  text-transform: uppercase;
}
.navigation-bar .nav .nav-item .nav-link {
  color: #333333;
}
.navigation-bar .nav .dropdown .dropdown-menu .dropdown-item {
  text-transform: none;
  font-size: 13px;
  color: #333333;
}

.block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block .block-title {
  text-align: center;
  color: #E82222;
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.block .w-sub-title {
  margin-bottom: 0;
  text-align: left;
}
.block .w-sub-title h1 {
  line-height: 20px;
}
.block .sub-title {
  font-size: 20px;
  color: #E82222;
  margin-bottom: 30px;
}

.events-slider {
  background-color: #E5E5E5;
  padding-top: 50px;
  padding-bottom: 30px;
}
.events-slider .tns-outer {
  min-height: 100%;
  height: 100%;
}
.events-slider .tns-outer .tns-inner {
  min-height: 101.5px;
  height: 101.5px;
}
.events-slider .tns-outer .tns-inner .tns-slider {
  min-height: 101.5px;
  height: 101.5px;
}
.events-slider .tns-outer .tns-inner .tns-slider .tns-item {
  min-height: 101.5px;
  height: 101.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}

.tns-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.tns-nav button {
  border: 0 none;
  background-color: #cccccc;
  height: 5px;
  width: 30px;
  border-radius: 2px;
  transition: 0.6s;
}
.tns-nav .tns-nav-active {
  background-color: #E82222;
}

@media (min-width: 768px) {
  .events-slider .tns-outer .tns-inner {
    min-height: 201.5px;
    height: 201.5px;
  }
  .events-slider .tns-outer .tns-inner .tns-slider {
    min-height: 201.5px;
    height: 201.5px;
  }
  .events-slider .tns-outer .tns-inner .tns-slider .tns-item {
    min-height: 201.5px;
    height: 201.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
  }
}
@media (min-width: 992px) {
  .events-slider .tns-outer {
    min-height: 100%;
    height: 100%;
  }
  .events-slider .tns-outer .tns-inner {
    min-height: 201.5px;
    height: 201.5px;
  }
  .events-slider .tns-outer .tns-inner .tns-slider {
    min-height: 201.5px;
    height: 201.5px;
  }
  .events-slider .tns-outer .tns-inner .tns-slider .tns-item {
    min-height: 201.5px;
    height: 201.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .events-slider .tns-outer {
    min-height: 100%;
    height: 100%;
  }
  .events-slider .tns-outer .tns-inner {
    min-height: 301.5px;
    height: 301.5px;
  }
  .events-slider .tns-outer .tns-inner .tns-slider {
    min-height: 301.5px;
    height: 301.5px;
  }
  .events-slider .tns-outer .tns-inner .tns-slider .tns-item {
    min-height: 301.5px;
    height: 301.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
  }
}
.advantages .card-advantages {
  border: 1px solid #eeeeee;
  min-height: 225px;
}
.advantages .card-advantages .card-body {
  background-position: right bottom;
  background-size: 50%;
  background-repeat: no-repeat;
}
.advantages .card-advantages .card-body .title {
  text-align: center;
  font-size: 18px;
  min-height: 54px;
  margin-bottom: 10px;
  font-weight: bold;
}
.advantages .card-advantages .card-body .text {
  text-align: center;
  font-size: 14px;
}

.footer {
  background-color: #222222;
  font-size: 14px;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .meta {
  padding-bottom: 10px;
}
.footer .meta .company {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer .meta .label {
  text-transform: uppercase;
  font-weight: 500;
}
.footer .meta .text a {
  color: #ffffff;
  text-decoration: underline;
}
.footer .meta .copy a {
  color: #ffffff;
  text-decoration: underline;
}/*# sourceMappingURL=landing-page.css.map */