@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
#wpadminbar {
  z-index: 9 !important;
}
body {
  background: #fff;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  color: #4d4d4d;
}
@media (max-width: 991px) {
  body {
    font-size: 13px;
  }
}
* {
  transition: all 0.25s;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  max-width: 1000px;
  position: relative;
  padding: 15px 50px 15px 60px;
  margin: 20px auto;
  background-image: url('../img/icons/quote-top-left.png'), url('../img/icons/quote-bottom-right.png');
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 53px 31px, 50px 31px;
  /* Adjust sizes if needed */
  font-weight: 700;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #c41414;
}
.text-center {
  text-align: center;
}
.btn {
  background: #c41414;
  color: #fff;
  border-radius: 25px;
  padding-inline: 30px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  text-transform: none;
  font-weight: 500;
  border: none;
}
@media (max-width: 991px) {
  .btn {
    height: 30px;
    border-radius: 30px;
    font-size: 12px;
  }
}
.btn:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
}
.top-bar {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.09);
  height: 120px;
  display: flex;
  align-items: center;
}
.top-bar .logo img {
  max-width: 100%;
}
.top-bar .logo:hover img {
  transform: scale(1.05);
}
.top-bar nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.top-bar nav ul.menu > li {
  padding-inline: 1em;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.top-bar nav ul.menu > li.open .sub-menu {
  z-index: 99;
  display: block;
}
.top-bar nav ul.menu .sub-menu {
  list-style: none;
  background: #fff;
  position: absolute;
  display: none;
  box-shadow: 0px 5px 6.5px rgba(0, 0, 0, 0.15);
  padding: 1em;
  margin: 0;
}
.top-bar nav ul.menu .sub-menu li {
  white-space: nowrap;
  padding-block: 0.5em;
}
@media (max-width: 991px) {
  .top-bar nav ul.menu {
    flex-direction: column;
  }
  .top-bar nav ul.menu > li {
    padding: 0;
  }
  .top-bar nav ul.menu .sub-menu {
    position: relative;
    box-shadow: none;
    margin-left: 1em;
    padding-block: 0;
  }
  .top-bar nav ul.menu .sub-menu li {
    padding-block: initial;
  }
}
@media (max-width: 991px) {
  .top-bar {
    height: 60px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .top-bar .btn {
    font-size: 10px;
    padding-inline: 15px;
    margin-right: 1em;
  }
}
.main-menu-wrapper img {
  display: none;
}
@media (max-width: 991px) {
  .main-menu-wrapper {
    position: fixed;
    z-index: 1;
    top: 0;
    transform: translateX(100%);
    background: #fff;
    width: 100vw;
    height: 100vh;
    padding: 1em;
    left: 0;
  }
  .main-menu-wrapper .mobile-menu-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .main-menu-wrapper img {
    display: inline-block;
    margin-bottom: 1em;
  }
  .main-menu-wrapper.open {
    transform: translateX(0);
  }
}
.mobile-menu-toggle {
  color: transparent;
  font-size: 0;
  display: block;
  width: 34px;
  height: 30px;
  background-image: url('../img/icons/menu.png');
}
@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.main-header {
  background-image: url('../img/banner-tmts-hp.jpg');
  height: 490px;
  background-size: auto 490px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .main-header {
    height: 150px;
    background-size: auto 150px;
  }
}
.divider-img {
  background-image: url('../img/hero-banner.png');
  height: 355px;
  background-size: auto 355px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .divider-img {
    height: 150px;
    background-size: auto 150px;
  }
}
.header-partners {
  background: #f2f2f2;
  height: 85px;
  background-image: url('../img/header-logos.svg?v=2');
  background-size: cover;
}
@media (max-width: 991px) {
  .header-partners {
    height: 40px;
  }
}
.section-title {
  font-size: 37px;
  font-weight: 900;
  text-align: center;
  margin-top: 70px;
}
h1.section-title {
  margin-bottom: 60px;
}
.section-title.article-title {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 22px;
    margin-top: 20px;
  }
  h1.section-title {
    margin-bottom: 20px;
  }
}
.article-category {
  display: block;
  text-align: center;
  margin-top: 90px;
}
.article-meta {
  font-size: 19px;
  color: #c3bebe;
  font-weight: 275;
  text-align: center;
  display: block;
  padding-top: 1em;
  margin-bottom: 3em;
}
.section-desc {
  font-size: 19px;
  font-weight: 275;
}
@media (max-width: 991px) {
  .section-desc {
    font-size: 13px;
  }
}
.section-bg-muted {
  background-color: #f2f2f2 !important;
}
.section-bg-white {
  background-color: #fff !important;
}
.services {
  padding-bottom: 100px;
}
.services > .row > .col-4 {
  margin-bottom: 2em;
}
@media (max-width: 991px) {
  .services {
    padding-bottom: 10px;
  }
}
.services .service {
  display: block;
  box-shadow: 0px 5px 6.5px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-inline: 15px;
}
@media (max-width: 991px) {
  .services .service {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.services .service:hover {
  transform: scale(1.05);
}
.services .service .service-name {
  font-size: 16px;
  font-weight: 800;
  color: #4d4d4d;
}
@media (max-width: 991px) {
  .services .service .service-name {
    font-size: 14px;
    display: block;
    line-height: 1.25em;
    padding-top: 0.5em;
  }
}
.services .service .service-icon {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.services .service .service-icon.performance-marketing {
  background-image: url('../img/sluzby performance.svg');
}
.services .service .service-icon.social-media-management {
  background-image: url('../img/sluzby social.svg');
}
.services .service .service-icon.web-analytics {
  background-image: url('../img/sluzby analytika.svg');
}
.services .service .service-icon.content-marketing {
  background-image: url('../img/sluzby content.svg');
}
.services .service .service-icon.email-marketing {
  background-image: url('../img/sluzby email.svg');
}
.services .service .service-icon.courses {
  background-image: url('../img/sluzby kurzy.svg');
}
.services .service .service-icon.seo {
  background-image: url('../img/sluzby seo.svg');
}
.about-us {
  background: #f2f2f2;
  background-image: url('../img/half-bottom.png');
  background-position: right 10% top;
  background-repeat: no-repeat;
  padding-bottom: 75px;
}
.about-us p.section-desc {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-us {
    background-size: 60px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .about-us p.section-desc {
    margin-bottom: 20px;
  }
}
.about-us-numbers {
  color: #fff;
  height: 365px;
  background-image: url('../img/about-us-red.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 991px) {
  .about-us-numbers {
    height: 90px;
  }
  .about-us-numbers .col-4 {
    padding-inline: 5px;
  }
}
.number-tile {
  width: 100%;
  border: solid 5px white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  max-width: 375px;
  text-align: center;
}
.number-tile:hover {
  transform: scale(1.05);
}
.number-tile .number {
  font-size: 60px;
  font-weight: 900;
}
.number-tile .desc {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .number-tile {
    min-height: 65px;
    border-width: 2px;
  }
  .number-tile .number {
    font-size: 17px;
  }
  .number-tile .desc {
    font-size: 9px;
  }
}
@media (max-width: 991px) {
  .our-work .col-our-work-img {
    padding: 0;
  }
}
.our-work .our-work-img {
  background-image: url('../img/our-work-left.png');
  min-height: 740px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .our-work .our-work-img {
    min-height: initial;
    height: 120px;
  }
}
.our-work .our-work-img .our-work-link {
  background: #c41414;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-left: -15%;
  width: 330px;
  height: 320px;
  align-items: center;
  justify-content: center;
}
.our-work .our-work-img .our-work-link:hover {
  transform: scale(1.05);
}
.our-work .our-work-img .our-work-link .large-text {
  font-size: 37px;
  font-weight: 900;
}
.our-work .our-work-img .our-work-link .arrow-text {
  font-size: 24px;
}
@media (max-width: 991px) {
  .our-work .our-work-img .our-work-link {
    display: none;
  }
}
.our-work .logos {
  padding-block: 30px;
}
.our-work .logos .logo-container {
  position: relative;
  width: 100%;
  padding-top: 56%;
  display: block;
}
.our-work .logos img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews {
  background: #f2f2f2;
  padding-bottom: 100px;
  /*.review-tile {
        max-width: 400px;
        min-height: 620px;
        background: #fff;
        box-shadow: 0px 15px 12.5px rgba(0, 0, 0, 0.15);
        text-align: center;
        margin-block: 30px;
        padding-inline: 15px;

        .logo-wrapper {
            position: relative;
            width: 100%;
            padding-top: 56%;
        }

        img {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .client,
        .client-desc,
        .client-text {
            display: block;
        }

        .client {
            color: @colorBrand;
            font-weight: 900;
            font-size: 24px;
        }

        .client-desc {
            font-size: 21px;
            font-weight: 600;
        }

        .client-text {
            padding-top: 40px;
            font-size: @fontSizeBaseSmaller;
            font-weight: 275;
            color: @colorTextMuted;
        }

        @media (max-width: @breakpointMobileMax) {
            min-height: 200px;
            margin-top: 10px;

            .client {
                font-size: @fontSizeSmallerTitleMobile;
            }

            .client-desc {
                font-size: @fontSizeBtnBaseMobile;
            }

            .client-text {
                font-size: @fontSizeBtnBaseMobile;
                padding-top: 15px;
                padding-bottom: 15px;
            }
        }
    }*/
}
@media (max-width: 991px) {
  .reviews {
    padding-bottom: 20px;
  }
}
.reviews .swiper-col {
  position: relative;
}
.reviews .swiper-col .swiper-button-next,
.reviews .swiper-col .swiper-button-prev {
  color: #c41414;
}
.reviews .swiper-col .swiper-button-next {
  right: -40px;
}
.reviews .swiper-col .swiper-button-prev {
  left: -60px;
}
@media (max-width: 991px) {
  .reviews .swiper-col {
    padding-inline: 20px;
  }
  .reviews .swiper-col .swiper-button-next {
    right: 0px;
    padding-left: 5px;
  }
  .reviews .swiper-col .swiper-button-prev {
    left: -5px;
  }
  .reviews .swiper-col .swiper-button-prev:after,
  .reviews .swiper-col .swiper-button-next:after {
    font-size: 16px;
  }
}
.blogposts .blogpost {
  box-shadow: 0px 15px 12.5px rgba(0, 0, 0, 0.15);
  color: #4d4d4d;
}
.blogposts .blogpost:hover {
  transform: scale(1.05);
}
.blogposts .blogpost img {
  max-width: 100%;
}
.blogposts .blogpost figure {
  position: relative;
}
.blogposts .blogpost figure figcaption {
  margin-top: -2em;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin-left: 1em;
  height: 21px;
}
.blogposts .blogpost .blogpost-text {
  min-height: 350px;
  padding-inline: 20px;
  padding-top: 35px;
  position: relative;
  padding-bottom: 35px;
}
.blogposts .blogpost .blogpost-text h3 {
  font-size: 24px;
  font-weight: 900;
}
.blogposts .blogpost .blogpost-text p {
  font-size: 17px;
  font-weight: 275;
}
.blogposts .blogpost .blogpost-text .readmore {
  display: block;
  text-align: right;
  color: #c41414;
  padding-bottom: 20px;
  text-decoration: underline;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media (max-width: 991px) {
  .blogposts .blogpost .blogpost-text {
    padding-top: 0;
    padding-inline: 10px;
    min-height: 105px;
  }
  .blogposts .blogpost .blogpost-text h3 {
    font-size: 14px;
  }
  .blogposts .blogpost .blogpost-text p {
    font-size: 13px;
  }
  .blogposts .blogpost .blogpost-text .readmore {
    font-size: 12px;
  }
}
.swiper-slide {
  padding: 20px 0px 30px 0px;
}
.reference {
  box-shadow: 0px 15px 12.5px rgba(0, 0, 0, 0.15);
  color: #4d4d4d;
}
.reference.review {
  background: #fff;
  max-width: 400px;
  margin-inline: 10px;
}
.reference.review img {
  max-width: 100%;
}
.reference:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.reference img {
  display: block;
  margin: auto;
}
.reference .reference-text {
  position: relative;
  padding: 15px 15px 45px 15px;
  font-size: 17px;
  font-weight: 275;
}
@media (min-width: 992px) {
  .reference .reference-text p {
    max-height: 153px;
    overflow: hidden;
  }
}
.reference .reference-text .value {
  display: block;
}
.reference .reference-text .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #c41414;
  text-decoration: underline;
  font-size: 14px;
}
@media (max-width: 991px) {
  .reference .reference-text {
    font-size: 13px;
  }
  .reference .reference-text .more {
    font-size: 12px;
  }
}
.reference-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 10;
}
.reference-modal.open {
  display: block;
}
.reference-modal .backdrop {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.reference-modal .reference-modal-inner {
  position: relative;
  background: #fff;
  box-shadow: 0px 15px 12.5px rgba(0, 0, 0, 0.15);
  max-width: 800px;
  width: 100%;
  padding: 30px;
  font-weight: 275;
  overflow: auto;
}
.reference-modal .reference-modal-inner .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  color: #c41414;
  border: none;
  font-weight: 275;
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .reference-modal .reference-modal-inner {
    min-width: initial;
    min-height: initial;
    width: 90vw;
    height: 90vh;
  }
}
.reference-modal .reference-modal-inner img {
  display: block;
  margin: auto;
}
.reference-modal .reference-modal-inner .reference-text {
  font-size: 19px;
}
.reference-modal .reference-modal-inner .reference-text .value {
  display: block;
}
.contact-us {
  background: #f2f2f2;
  height: 1025px;
}
.contact-us .contact-form-row {
  position: relative;
}
.contact-us .contacts a {
  color: #fff;
}
.contact-us .contacts > span {
  display: flex;
  align-items: center;
  margin-block: 20px;
}
.contact-us .contacts > span .contact-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 40px;
}
.contact-us .contacts > span .contact-icon.address {
  background-image: url('../img/icons/adresa-white.svg');
}
.contact-us .contacts > span .contact-icon.phone {
  background-image: url('../img/icons/mobil-white.svg');
}
.contact-us .contacts > span .contact-icon.email {
  background-image: url('../img/icons/mail-white.svg');
}
.contact-us .contacts > span .contact-icon.web {
  background-image: url('../img/icons/web-white.svg');
}
@media (max-width: 991px) {
  .contact-us .contacts > span {
    font-size: 14px;
    margin-block: 10px;
  }
  .contact-us .contacts > span .contact-icon {
    width: 16px;
    height: 16px;
  }
}
.contact-us .guide-col {
  background: #c41414;
  height: 715px;
  margin-top: 155px;
  z-index: 1;
  color: #fff;
  padding-top: 85px;
  padding-left: 85px;
}
.contact-us .guide-col h3 {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 40px;
}
.contact-us .guide-col.mode-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .contact-us .guide-col.mode-page {
    padding-block: 30px;
  }
}
.contact-us .guide-col .guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-us .guide-col .guide-steps li {
  display: flex;
  margin-bottom: 38px;
  align-items: center;
  height: 40px;
}
.contact-us .guide-col .guide-steps li:hover .text {
  transform: scale(1.05);
}
.contact-us .guide-col .guide-steps .text {
  font-size: 20px;
  max-width: 300px;
  line-height: 1.1;
}
.contact-us .guide-col .guide-steps .num {
  display: flex;
  position: relative;
  color: #c41414;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 32px;
  margin-right: 16px;
}
.contact-us .guide-col .guide-steps .num:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 30px;
  border-left: solid 2px #fff;
  top: 38px;
}
.contact-us .guide-col .guide-steps .num.last {
  margin-bottom: 0;
}
.contact-us .guide-col .guide-steps .num.last:after {
  display: none;
}
.contact-us .form-col {
  margin-top: 87px;
  background: #fff;
  top: 0;
  right: 0;
  position: absolute;
  height: 850px;
  box-shadow: 0px 15px 12.5px rgba(0, 0, 0, 0.15);
}
.contact-us .form-col .mailform {
  max-width: 545px;
  margin-right: 115px;
  margin-left: auto;
  padding-top: 65px;
}
@media (max-width: 1400px) {
  .contact-us .form-col .mailform {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .contact-us .form-col .mailform {
    max-width: 470px;
  }
}
.contact-us .form-col h3 {
  font-size: 37px;
  font-weight: 900;
}
.contact-us .form-col p {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.contact-us .form-col input,
.contact-us .form-col textarea {
  background: #fceded;
  border: none;
  font-size: 18px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 28px;
}
.contact-us .form-col input:placeholder-shown,
.contact-us .form-col textarea:placeholder-shown {
  font-style: italic;
}
.contact-us .form-col input {
  height: 60px;
}
.contact-us .form-col textarea {
  height: 215px;
  padding-top: 15px;
}
.contact-us .form-col .btn {
  height: 60px;
  font-size: 22px;
  border-radius: 60px;
  padding-inline: 50px;
}
.contact-us .form-col .msg {
  background: green;
  font-size: 20px;
  color: #fff;
  padding: 0.5em;
  position: absolute;
  top: 0;
}
.contact-us .form-col .msg.msg-err {
  background: red;
}
@media (max-width: 991px) {
  .contact-us {
    height: initial;
  }
  .contact-us .form-col {
    order: 1;
    position: relative;
    height: initial;
    margin-top: 30px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding-bottom: 30px;
  }
  .contact-us .form-col h3 {
    font-size: 17px;
    text-align: center;
  }
  .contact-us .form-col h3 br {
    display: none;
  }
  .contact-us .form-col p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
  }
  .contact-us .form-col .mailform {
    width: 100%;
    padding-top: 35px;
  }
  .contact-us .form-col input,
  .contact-us .form-col textarea {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .contact-us .form-col input {
    height: 30px;
  }
  .contact-us .form-col textarea {
    height: 115px;
  }
  .contact-us .form-col .btn-col {
    display: flex;
    justify-content: center;
  }
  .contact-us .form-col .btn {
    height: 30px;
    font-size: 13px;
  }
  .contact-us .guide-col {
    padding-inline: 20px;
    margin-top: 0px;
    padding-top: 35px;
    height: initial;
    padding-bottom: 0px;
    order: 2;
  }
  .contact-us .guide-col h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-us .guide-col h3 br {
    display: none;
  }
  .contact-us .guide-col .guide-steps li,
  .contact-us .guide-col .guide-steps li .text {
    font-size: 13px;
  }
  .contact-us .guide-col .guide-steps li {
    height: 20px;
  }
  .contact-us .guide-col .guide-steps .num:after {
    height: 16px;
  }
}
.how-to-locate {
  background: #f2f2f2;
  padding-block: 60px;
}
.how-to-locate .section-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .how-to-locate {
    padding-block: 30px;
  }
}
.how-to-locate img {
  max-width: 100%;
}
.footer {
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 50px;
}
.footer a {
  color: #4d4d4d;
}
.footer .logo-box {
  margin-top: 25px;
  margin-bottom: 45px;
}
.footer .block-title {
  color: #c41414;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
}
.footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 48px;
}
.footer .menu a {
  color: #4d4d4d;
}
.footer p img {
  margin-right: 0.5em;
}
.footer hr {
  margin-top: 90px;
  margin-bottom: 25px;
  border-color: #a6a6a6;
}
@media (max-width: 991px) {
  .footer {
    font-size: 13px;
    line-height: 20px;
  }
  .footer .block-title {
    font-size: 17px;
    margin-bottom: 1em;
  }
  .footer .menu {
    line-height: 20px;
    margin-bottom: 16px;
  }
  .footer hr {
    margin-top: 10px;
  }
}
.fadein {
  opacity: 0;
  transition: all 1s;
}
.fadein.visible {
  opacity: 1;
}
.aligncenter {
  display: block;
  margin-inline: auto;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
