:root {
  --color-primary-dark: #27262D;
  --color-brand-normal: #30B95D;
  --color-brand-dark: #059C55;
  --color-brand-light: #DDF3E4;
  --color-text-light: #ffffff;
  --bg-light: #ffffff;
  --bg-secondary: #9CA0A4;
  --bg-primary-dark: #201E2F;
  --bg-dropdown-dark: #2A2A2A;
  --bg-dropdown-hover: #484848;
  --color-dropdown-border: #5C5C5C;
  --color-form-border: #BEBEBE;
  --bg-brand-dark-rgb: 52, 149, 118;
  --color-fb: #0054C3;
}

.text-hero {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-brand {
  color: var(--color-brand-normal);
}

.text-border-left {
  display: block;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  border-left: 8px solid var(--color-brand-normal);
  color: var(--color-primary-dark);
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .text-border-left {
    padding-left: 12px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .text-border-left {
    padding-left: 16px;
    font-size: 24px;
    line-height: 40px;
  }
}

body {
  font-family: "Urbanist", sans-serif;
  color: var(--color-primary-dark);
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

a {
  color: var(--color-primary-dark);
  text-decoration: none;
}
a:hover {
  color: var(--color-brand-normal);
}

hr.hr-brand {
  border-width: 4px;
  border-color: var(--color-brand-normal);
  opacity: 1;
}

.header {
  min-height: 60px;
  padding: 9px 0;
  background-color: var(--color-brand-normal);
  color: var(--color-text-light);
}

.banner {
  padding-top: 32px;
  padding-bottom: 50px;
  background-color: var(--bg-secondary);
  background-image: url("../images/bg-banner-main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.banner-content {
  margin-bottom: 24px;
  color: var(--color-text-light);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .banner-content {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-content {
    margin-bottom: 0;
  }
}
.banner-content p {
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .banner-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-content p {
    font-size: 24px;
  }
}
.banner-content .text-promo {
  width: 625px;
  max-width: 100%;
}
.banner-content .btn {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .banner-content .btn {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-content .btn {
    margin-top: 32px;
  }
}
.banner h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .banner h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner h1 {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.secondary {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.banner.secondary h1 {
  font-size: 40px;
  line-height: 1.32;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .banner.secondary h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.secondary h1 {
    font-size: 64px;
  }
}
.banner.about-us {
  background-color: var(--bg-secondary);
  background-image: url("../images/bg-banner-about.jpg");
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section__title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .section__title {
    font-size: 38px;
    margin-bottom: 24px;
  }
}

.about-us {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-us {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us__title {
    margin-bottom: 32px;
  }
}
.about-us__text {
  width: 526px;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .about-us__text {
    margin-bottom: 32px;
  }
}

.services-list {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .services-list {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .services-list {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .services-list {
    gap: 40px;
  }
}
.services-item {
  margin-top: 8px;
  margin-bottom: 24px;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .services-item {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .services-item {
    flex-basis: calc(50% - 40px);
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .services-item {
    flex-basis: calc(33.3333333333% - 40px);
  }
}
.services-item__title {
  display: block;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  border-left: 8px solid var(--color-brand-normal);
  text-decoration: none;
  color: var(--color-primary-dark);
}
.services-item__title:hover {
  color: var(--color-brand-normal);
}
@media only screen and (min-width: 768px) {
  .services-item__title {
    margin-top: 16px;
    padding-left: 12px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .services-item__title {
    margin-top: 20px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 40px;
  }
}
.services-item__img {
  display: block;
  max-width: 100%;
}

.projects {
  padding-bottom: 60px;
  background-color: rgba(var(--bg-brand-dark-rgb), 0.1);
}
@media only screen and (min-width: 1200px) {
  .projects {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .projects__title {
    margin-bottom: 48px;
  }
}

.footer {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.footer-logo {
  width: 200px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    width: 284px;
    margin-bottom: 60px;
  }
}
.footer .social-media-link.fb {
  fill: var(--color-fb);
}

.locations-list__item {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.locations-list__link {
  color: var(--color-primary-dark);
  text-decoration: none;
}
.locations-list__link:hover {
  color: var(--color-brand-normal);
}

.contacts-list {
  margin-bottom: 32px;
}
.contacts-list__item {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}
.contacts-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color-brand-light);
}
.contacts-list__icon svg {
  height: 20px;
  fill: var(--color-brand-normal);
}
.contacts-list__link {
  color: var(--color-primary-dark);
  text-decoration: none;
}
.contacts-list__link:hover {
  color: var(--color-brand-normal);
}

.copyright {
  font-size: 16px;
  line-height: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--bg-primary-dark);
  color: var(--color-text-light);
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  width: 125px;
}
@media only screen and (min-width: 991px) {
  .navbar .nav-item {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .nav-item {
    margin-left: 32px;
  }
}
.navbar .nav-link {
  color: var(--color-text-light);
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  text-decoration: underline;
}
.navbar .nav-link.active, .navbar .nav-link.show {
  color: var(--color-text-light);
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .navbar .nav-link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 18px;
  }
}
.navbar .nav-link-fb {
  padding: 0;
  fill: var(--color-text-light);
}
.navbar .nav-link-fb svg {
  width: 40px;
}
.navbar .nav-link-fb:hover {
  opacity: 0.85;
}
.navbar .dropdown-menu {
  background-color: var(--bg-dropdown-dark);
}
.navbar .dropdown-item {
  color: var(--color-text-light);
  border-bottom: 1px solid var(--color-dropdown-border);
}
.navbar .dropdown-item:hover {
  background-color: var(--bg-dropdown-hover);
}

.optin-form {
  width: 416px;
  max-width: 100%;
  padding: 24px 24px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: var(--bg-light);
}
.optin-form__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .optin-form__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .optin-form__title {
    font-size: 40px;
    margin-bottom: 12px;
    line-height: 1.2;
  }
}
.optin-form p {
  line-height: 1.2;
}

.form-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.form-control {
  padding: 8px 12px;
  font-weight: 300;
  line-height: 20px;
  border-radius: 4px;
  border-color: var(--color-form-border);
}

.form-control-wrap {
  margin-bottom: 10px;
}

.btn-brand {
  padding: 12px 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-radius: 60px;
  border: 2px solid transparent;
  background-color: var(--color-brand-normal);
  color: var(--color-text-light);
}
@media only screen and (min-width: 1200px) {
  .btn-brand {
    font-size: 20px;
  }
}
.btn-brand:hover {
  background-color: var(--color-brand-dark);
  color: var(--color-text-light);
  border-color: transparent;
}
.btn-brand:focus {
  background-color: var(--color-brand-dark);
  color: var(--color-text-light);
  border-color: transparent;
}

.btn-brand-outline {
  padding: 12px 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  border-radius: 60px;
  border: 2px solid var(--color-brand-normal);
  background-color: transparent;
  color: var(--color-brand-normal);
  transition: 0.2s all ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .btn-brand-outline {
    font-size: 20px;
  }
}
.btn-brand-outline:hover {
  background-color: var(--color-brand-normal);
  color: var(--color-text-light);
  border-color: transparent;
}
.btn-brand-outline:focus {
  background-color: var(--color-brand-normal);
  color: var(--color-text-light);
  border-color: transparent;
}

.btn-optin {
  padding: 12px 10px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: var(--color-brand-normal);
  color: var(--color-text-light);
}
@media only screen and (min-width: 1200px) {
  .btn-optin {
    font-size: 20px;
  }
}
.btn-optin:hover {
  background-color: var(--color-brand-dark);
  color: var(--color-text-light);
  border-color: transparent;
}
.btn-optin:focus {
  background-color: var(--color-brand-dark);
  color: var(--color-text-light);
  border-color: transparent;
}

:root {
  --swiper-navigation-size: 40px;
  --swiper-navigation-sides-offset: 48px;
}

.slider {
  height: 320px;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
  background-color: var(--color-brand-normal);
  border-radius: 50%;
  transition: 0.2s background-color ease-in-out;
}
.swiper-button-next svg, .swiper-button-prev svg {
  height: 20px;
  fill: var(--color-text-light);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: var(--color-brand-dark);
}/*# sourceMappingURL=main.css.map */