header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #414042;
  padding: 10px 0px;
}

header .header-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header-items .logo-block {
  display: flex;
  flex-basis: 33%;
}

@media (min-width: 768px) {
  header .header-items .logo-block {
    flex-basis: unset;
  }
}

header .header-items .logo-block img {
  height: 35px;
  width: auto;
}

@media (min-width: 768px) {
  header .header-items .logo-block img {
    height: 45px;
  }
}

@media (min-width: 1200px) {
  header .header-items .logo-block img {
    height: 65px;
  }
}

header .header-items .menu-desktop .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

header .header-items .menu-desktop .menu li {
  margin: 0 10px;
}

header .header-items .menu-desktop .menu li.current_page_item a:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
}

header .header-items .menu-desktop .menu li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  display: flex;
}

header .header-items .menu-desktop .menu li a:before {
  content: "";
  height: 2px;
  width: 0;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  transition: 0.35s all;
}

header .header-items .menu-desktop .menu li a:hover:before {
  width: 100%;
}

@media (min-width: 1200px) {
  header .header-items .menu-desktop .menu li a {
    font-size: 18px;
    line-height: 21px;
  }
}

header .header-items .phone-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 33%;
  text-align: right;
}

@media (min-width: 768px) {
  header .header-items .phone-block {
    flex-basis: unset;
    text-align: unset;
  }
}

header .header-items .phone-block a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  header .header-items .phone-block a {
    font-size: 18px;
    line-height: 21px;
  }
}

header .header-items .lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-items .lang ul li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF !important;
  text-decoration: none;
}

@media (min-width: 1200px) {
  header .header-items .lang ul li a {
    font-size: 18px;
    line-height: 21px;
  }
}

header .header-items .menu-btn {
  text-align: right;
  flex-basis: 33%;
}

@media (min-width: 768px) {
  header .header-items .menu-btn {
    flex-basis: unset;
    text-align: unset;
  }
}

header .header-items .menu-btn .close-mobile {
  display: none;
}

header.scrolled {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

body {
  margin-bottom: 0 !important;
  background: #fcfcfc;
}

.hero-section {
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .hero-section {
    min-height: 80vh;
  }
}

@media (min-width: 1200px) {
  .hero-section {
    min-height: 60vh;
  }
}

.hero-section .title-block h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .hero-section .title-block h1 {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width: 1200px) {
  .hero-section .title-block h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 20px;
  }
}

@media (min-width: 1620px) {
  .hero-section .title-block h1 {
    font-size: 60px;
    line-height: 78px;
  }
}

.hero-section .title-block p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .hero-section .title-block p {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-section .title-block p {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 40px;
  }
}

@media (min-width: 1620px) {
  .hero-section .title-block p {
    font-size: 36px;
    line-height: 42px;
  }
}

.hero-section .image-block {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
}

@media (min-width: 578px) {
  .hero-section .image-block {
    order: 1;
    justify-content: flex-end;
  }
}

.hero-section .image-block img {
  height: 75px;
  width: auto;
}

@media (min-width: 768px) {
  .hero-section .image-block img {
    height: 100px;
  }
}

@media (min-width: 992px) {
  .hero-section .image-block img {
    height: 200px;
  }
}

a {
  outline: none !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E22E07;
  height: 40px;
  min-width: 80px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff !important;
  background: #E22E07;
  transition: 0.35s all;
  padding: 0 10px;
}

.btn:hover {
  background: #C62400;
}

@media (min-width: 768px) {
  .btn {
    min-width: 105px;
  }
}

@media (min-width: 1200px) {
  .btn {
    font-size: 20px;
    line-height: 24px;
    min-width: 120px;
  }
}

@media (min-width: 1620px) {
  .btn {
    font-size: 24px;
    line-height: normal;
    min-width: 160px;
  }
}

.btn.small {
  height: 25px;
  font-size: 10px;
  line-height: 12px;
  width: fit-content;
}

@media (min-width: 768px) {
  .btn.small {
    font-size: 14px;
    line-height: 16px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .btn.small {
    font-size: 18px;
    line-height: 16px;
    height: 40px;
  }
}

@media (min-width: 1620px) {
  .btn.small {
    font-size: 22px;
    line-height: normal;
    min-width: 160px;
  }
}

.btn.orange {
  border-color: #E22E07;
  color: #ffffff !important;
  background: #E22E07;
}

.btn.orange:hover {
  background: #C62400;
}

.arrow-link {
  text-align: center;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  color: #2E2424 !important;
  margin-top: 15px;
  width: fit-content;
}

.arrow-link svg {
  transition: 0.35s all;
}

@media (min-width: 1200px) {
  .arrow-link {
    font-size: 16px;
    line-height: 20px;
  }

  .arrow-link:hover svg {
    position: relative;
    transform: translateX(5px) scale(1.2);
  }
}

.arrow-link.white {
  color: #ffffff !important;
}

.arrow-link.white svg path {}

.slick-dots {
  position: relative;
  bottom: -15px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #2E2424;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background: #2E2424;
}

.slick-dots li button {
  display: none;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
  text-align: center;
  color: #333333;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 36px;
    line-height: normal;
  }
}

@media (min-width: 1620px) {
  .section-title {
    font-size: 48px;
  }
}

.section-title.white {
  color: #ffffff;
}

.custom-tab .tabs-label {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.custom-tab .tabs-label li {
  background: #414042;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin: 5px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  cursor: pointer;
  padding: 0 20px;
  transition: 0.35s all;
}

.custom-tab .tabs-label li:hover {
  background: #2a292a;
}

@media (min-width: 768px) {
  .custom-tab .tabs-label li {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (min-width: 1200px) {
  .custom-tab .tabs-label li {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
  }
}

.custom-tab .tabs-label li.checked {
  background: #E22E07;
}

.custom-tab .tabs-label li.checked:hover {
  background: #E22E07;
}

.custom-tab .tabs-info .tab-info {
  height: 0;
  overflow: hidden;
}

.custom-tab .tabs-info .tab-info.active {
  height: auto;
}

.service-section {
  padding: 20px 0;
  background: #F4F4F4;
}

@media (min-width: 768px) {
  .service-section {
    padding: 35px 0;
  }
}

.service-section .tabs-label {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .service-section .tabs-label {
    justify-content: space-between;
  }
}

.service-section .tabs-label li {
  width: 90px;
}

@media (min-width: 768px) {
  .service-section .tabs-label li {
    flex-basis: calc(20% - 10px);
    margin: 0;
  }
}

.service-section .tab-info h3 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

@media (min-width: 768px) {
  .service-section .tab-info h3 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .service-section .tab-info h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

.service-section .tab-info .main-text p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333333;
}

@media (min-width: 1200px) {
  .service-section .tab-info .main-text p {
    font-size: 18px;
    line-height: normal;
  }
}

.service-section .tab-info .action-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 578px) {
  .service-section .tab-info .action-block {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.service-section .tab-info .action-block .btn {
  width: 100%;
}

@media (min-width: 578px) {
  .service-section .tab-info .action-block .btn {
    width: 105px;
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  .service-section .tab-info .action-block .btn {
    width: 120px;
  }
}

@media (min-width: 1620px) {
  .service-section .tab-info .action-block .btn {
    width: 160px;
  }
}

.service-section .tab-info .action-block p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

@media (min-width: 578px) {
  .service-section .tab-info .action-block p {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .service-section .tab-info .action-block p {
    font-size: 18px;
    line-height: normal;
  }
}

.service-section .tab-info .image-block {
  max-height: 400px;
}

.service-section .tab-info .image-block img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.complex-services {
  padding: 20px 0;
  background-size: cover;
}

@media (min-width: 768px) {
  .complex-services {
    padding: 35px 0;
  }
}

.complex-services .custom-tab .tabs-label {
  justify-content: space-between;
  margin-bottom: 20px;
}

.complex-services .custom-tab .tabs-label li {
  height: 25px;
  margin: 0;
}

@media (min-width: 768px) {
  .complex-services .custom-tab .tabs-label li {
    flex-basis: 30%;
    height: 40px;
  }
}

@media (min-width: 768px) {
  .complex-services .custom-tab .tabs-label li {
    flex-basis: 30%;
    height: 50px;
  }
}

.complex-services .custom-tab .tabs-label li.checked {
  color: #ffffff;
  border-color: #ffffff;
}

@media (min-width: 768px) {
  .complex-services .custom-tab .main-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}

.complex-services .custom-tab .main-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
}

.complex-services .custom-tab .main-info ul:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px;
  background: #fff;
}

.complex-services .custom-tab .main-info ul li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  left: 20px;
  margin: 10px 0;
  width: 80%;
}

@media (min-width: 1200px) {
  .complex-services .custom-tab .main-info ul li {
    font-size: 18px;
    line-height: normal;
  }
}

.complex-services .custom-tab .main-info ul li:first-child {
  margin-top: 0;
}

.complex-services .custom-tab .main-info ul li:last-child {
  margin-bottom: 0;
}

.complex-services .custom-tab .main-info ul li:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -20px;
}

.complex-services .custom-tab .image-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.complex-services .custom-tab .price {
  text-align: center;
}

.complex-services .custom-tab .price p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .complex-services .custom-tab .price p {
    font-size: 20px;
    line-height: normal;
  }
}

.complex-services .custom-tab .price a {
  margin: 0 auto;
}

.products-section {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .products-section {
    margin: 35px 0;
  }
}

.products-section .custom-tab .tabs-label {
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .products-section .custom-tab .tabs-label {
    flex-direction: column;
  }
}

.products-section .custom-tab .tabs-label li {
  padding: 0;
}

@media (min-width: 578px) {
  .products-section .custom-tab .tabs-label li {
    width: 110px;
  }
}

@media (min-width: 768px) {
  .products-section .custom-tab .tabs-label li {
    flex-basis: calc(25% - 20px);
  }
}

@media (min-width: 1200px) {
  .products-section .custom-tab .tabs-label li {
    flex-basis: unset;
    width: 100%;
    height: 40px;
  }
}

.products-section .product-slider {
  margin: 10px 0;
}

.products-section .product-slider .product-item {
  display: flex !important;
  justify-content: center;
}

.products-section .product-slider .product-item .image-block {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 10px;
}

.products-section .product-slider .product-item .image-block img {
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
}

.products-section .product-slider .product-item .image-block p {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12.3757px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #2E2424;
  margin: 0;
}

@media (min-width: 1200px) {
  .products-section .product-slider .product-item .image-block p {
    font-size: 20px;
    left: 15px;
    right: 15px;
  }
}

.specialist-section {
  background: #F4F4F4;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .specialist-section {
    padding: 35px 0;
  }
}

.specialist-section .main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 578px) {
  .specialist-section .main-text {
    align-items: flex-start;
    justify-content: center;
  }
}

.specialist-section .main-text h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

@media (min-width: 768px) {
  .specialist-section .main-text h3 {
    font-size: 24px;
    line-height: normal;
  }
}

.specialist-section .main-text .orange {
  height: 25px;
}

@media (min-width: 768px) {
  .specialist-section .main-text .orange {
    height: 40px;
  }
}

.specialist-section .image-block {
  text-align: right;
}

.about-us {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .about-us {
    margin: 35px 0;
  }
}

.about-us .about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-us .about-item p.title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #333333;
  margin-bottom: 0;
  height: 35px;
}

@media (min-width: 768px) {
  .about-us .about-item p.title {
    font-size: 20px;
    line-height: normal;
  }
}

.about-us .about-item p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #333333;
}

@media (min-width: 768px) {
  .about-us .about-item p {
    font-size: 18px;
    line-height: normal;
  }
}

.about-us .about-item img {
  max-height: 55px;
}

@media (min-width: 1200px) {
  .about-us .about-item img {
    max-height: 70px;
    height: 100%;
  }
}

.benefits-section {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .benefits-section {
    padding: 35px 0;
  }
}

.benefits-section .benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefits-section .benefits-item p.title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .benefits-section .benefits-item p.title {
    font-size: 20px;
    line-height: normal;
  }
}

.benefits-section .benefits-item p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .benefits-section .benefits-item p {
    font-size: 18px;
    line-height: normal;
  }
}

.benefits-section .benefits-item img {
  max-height: 55px;
}

@media (min-width: 1200px) {
  .benefits-section .benefits-item img {
    max-height: 70px;
    height: 70px;
  }
}

.extra-section {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .extra-section {
    padding: 35px 0;
  }
}

@media (min-width: 578px) {
  .extra-section .info-block .col-sm-6 {
    padding: 0 !important;
  }
}

.extra-section .info-block .text-block {
  padding: 30px 0;
}

@media (min-width: 578px) {
  .extra-section .info-block .text-block {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .extra-section .info-block .text-block {
    padding: 45px 30px;
  }
}

.extra-section .info-block .text-block p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .extra-section .info-block .text-block p {
    font-size: 18px;
    line-height: normal;
  }
}

.extra-section .info-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.site-footer {
  background: #414042;
  padding: 40px 15px;
  color: #ffffff;
}

.site-footer .col {
  padding: 15px 10px !important;
}

.site-footer .col h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .site-footer .col h5 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .site-footer .col h5 {
    font-size: 24px;
  }
}

.site-footer .col .menu-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .col .menu-footer ul li {
  flex-basis: calc(50% - 20px);
}

.site-footer .col a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  color: #FFFFFF;
  display: flex;
  text-decoration: none;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .site-footer .col a {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .site-footer .col a {
    font-size: 18px;
  }
}

.site-footer .col.phones {
  border-right: 0;
}

.site-footer .col.col-12 {
  border-top: 0;
}

@media (min-width: 578px) {
  .site-footer .col.col-12 {
    border-left: 0;
  }
}

.testimonials-section {
  background: #2E2424;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .testimonials-section {
    padding: 35px 0;
  }
}

.testimonials-section .slick-dots li {
  border-color: #ffffff;
}

.testimonials-section .slick-dots li.slick-active {
  background: #ffffff;
}

.testimonials-section .testimonial-block {
  background: #ffffff;
  padding: 15px;
  margin: 15px;
}

.testimonials-section .testimonial-block p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .testimonials-section .testimonial-block p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .testimonials-section .testimonial-block p {
    font-size: 18px;
  }
}

.testimonials-section .testimonial-block p:last-child {
  margin-bottom: 0;
}

.testimonials-section .testimonial-block p.name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
}

@media (min-width: 768px) {
  .testimonials-section .testimonial-block p.name {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .testimonials-section .testimonial-block p.name {
    font-size: 24px;
  }
}

.add-testimonial {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .add-testimonial {
    margin: 35px 0;
  }
}

.add-testimonial .wpcf7 .wpcf7-text {
  border: 0.851664px solid #000000;
  margin: 10px 0;
  width: 100%;
  height: 40px;
  padding: 5px;
  padding-left: 20px;
}

.add-testimonial .wpcf7 textarea {
  border: 0.851664px solid #000000;
  margin: 10px 0;
  width: 100%;
  padding: 5px;
  padding-left: 20px;
  resize: none;
  height: 150px;
}

.add-testimonial .wpcf7 .btn {
  cursor: pointer;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E22E07;
  height: 40px;
  width: 80px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff !important;
  background: #E22E07;
  transition: 0.35s all;
}

.add-testimonial .wpcf7 .btn:hover {
  background: #C62400;
}

@media (min-width: 768px) {
  .add-testimonial .wpcf7 .btn {
    width: 105px;
  }
}

@media (min-width: 1200px) {
  .add-testimonial .wpcf7 .btn {
    font-size: 20px;
    line-height: 24px;
    width: 120px;
  }
}

@media (min-width: 1620px) {
  .add-testimonial .wpcf7 .btn {
    font-size: 24px;
    line-height: normal;
    width: 160px;
  }
}

.add-testimonial .wpcf7 .btn.small {
  height: 25px;
  font-size: 10px;
  line-height: 12px;
}

@media (min-width: 768px) {
  .add-testimonial .wpcf7 .btn.small {
    font-size: 14px;
    line-height: 16px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .add-testimonial .wpcf7 .btn.small {
    font-size: 18px;
    line-height: 16px;
    height: 40px;
  }
}

@media (min-width: 1620px) {
  .add-testimonial .wpcf7 .btn.small {
    font-size: 22px;
    line-height: normal;
    width: 160px;
  }
}

.add-testimonial .wpcf7 .btn.orange {
  border-color: #E22E07;
  color: #ffffff !important;
  background: #E22E07;
}

.add-testimonial .wpcf7 .btn.orange:hover {
  background: #C62400;
}

.page-template-about-page .about-us {
  margin: 20px 0px;
}

@media (min-width: 1200px) {
  .page-template-about-page .about-us {
    margin: 30px 0;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #333333;
  padding: 90px;
  display: none;
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu ul li {
  margin: 10px 0;
  text-align: center;
}

.mobile-menu ul li.current_page_item a:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
}

.mobile-menu ul li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF !important;
  text-decoration: none;
  position: relative;
}

.mobile-menu ul li a:before {
  content: "";
  height: 2px;
  width: 0;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  transition: 0.35s all;
}

.secondary-header {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 40vh; */
  padding: 1rem 16px;
}

.secondary-header h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: normal;
  color: #FCFCFC;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .secondary-header h1 {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .secondary-header h1 {
    font-size: 64px;
    line-height: 78px;
  }
}

.page-template-price-page .complex-services .tabs-label li {
  margin-bottom: 15px;
}

.page-template-price-page .price-section {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .page-template-price-page .price-section {
    margin: 35px 0;
  }
}

.page-template-price-page .price-section .h4,
.page-template-price-page .price-section h3 {
  font-family: "Roboto", sans-serif;
}

.page-template-price-page .price-section h3 {
  font-size: 1.5rem;
  margin-top: 0;
}

.page-template-price-page .price-section .h4 {
  font-size: 1.25rem;
}

.page-template-price-page .price-section .price-line {
  padding: 15px 0;
  border-bottom: 1px solid lightgray;
}

.page-template-price-page .price-section .price-line p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #000000;
  margin: 0;
}

@media (min-width: 768px) {
  .page-template-price-page .price-section .price-line p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .page-template-price-page .price-section .price-line p {
    font-size: 18px;
  }
}

.blog-page {
  font-family: "Roboto", sans-serif;
  /* margin-top: 125px; */
  margin-bottom: 50px;
}

/* @media (max-width: 767px) {
  .blog-page {
    margin-top: 75px;
  }
} */

.related-post {
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px;
}

.related-post .img-holder a {
  text-decoration: none;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}

.related-post .post-info {
  display: flex;
  justify-content: space-between;
}

.related-post .post-info a {
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  font-style: italic;
}

.post-hero {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .post-hero h1 {
    font-size: 31px;
    line-height: 40px;
  }
}

.post-hero h1 {
  text-align: center;
}

.post-template-default {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .post-template-default .test .col-lg-1 {
    display: none;
  }
}

.post-template-default .test .social-btn {
  position: sticky;
  top: 200px;
  left: 200px;
  padding-top: 200px;
}

@media (max-width: 1200px) {
  .post-template-default .test .social-btn {
    left: 50px;
  }
}

@media (max-width: 767px) {
  .post-template-default .test .social-btn {
    display: none;
  }
}

.post-template-default .test .social-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-template-default .test .social-btn ul li {
  text-align: center;
  margin-bottom: 10px;
}

.blog-container {
  font-family: "Roboto", sans-serif;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1600px) {
  .blog-container {
    max-width: 785px;
  }
}

@media (max-width: 980px) {
  .blog-container {
    max-width: 530px;
  }
}

@media (max-width: 767px) {
  .blog-container {
    max-width: 320px;
  }
}

.post-navigation {
  display: none !important;
}

#true_loadmore {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background: #C62400;
  padding: 25px 25px;
  text-align: center;
  margin: 0 auto;
  width: 207px;
  height: 67px;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.post-content ul,
.post-content ol {
  margin: 0;
}

.contact-section {
  margin: 40px 0;
}

@media (min-width: 1200px) {
  .contact-section {
    margin: 120px 0;
  }
}

.contact-section .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  order: -1;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .contact-section .info {
    order: 1;
  }
}

.contact-section .info .info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .contact-section .info .info-block {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .contact-section .info .info-block .icon {
    margin-right: 20px;
    flex-basis: 50px;
  }
}

@media (min-width: 1600px) {
  .contact-section .info .info-block .icon {
    flex-basis: 65px;
  }
}

.contact-section .info .info-block .icon img {
  height: 40px;
}

@media (min-width: 992px) {
  .contact-section .info .info-block .icon img {
    height: 50px;
  }
}

@media (min-width: 1600px) {
  .contact-section .info .info-block .icon img {
    height: 65px;
  }
}

.contact-section .info .info-block .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section .info .info-block .text a,
.contact-section .info .info-block .text p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  color: #000000;
  text-decoration: none;
  outline: none;
}

@media (min-width: 768px) {

  .contact-section .info .info-block .text a,
  .contact-section .info .info-block .text p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {

  .contact-section .info .info-block .text a,
  .contact-section .info .info-block .text p {
    font-size: 18px;
  }
}

.services-section {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .services-section {
    margin: 35px 0;
  }
}

.services-section .col-12 {
  margin-bottom: 30px;
}

.services-section a {
  text-decoration: none;
}

.services-section .item {
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
}

@media (min-width: 1200px) {

  .services-section .item:hover img,
  .services-section .item:hover picture {
    transform: scale(1.1);
  }

  .services-section .item:hover p {
    opacity: 1;
    visibility: visible;
  }

  .services-section .item:hover div.title {
    transform: translateY(-70px);
  }
}

.services-section .item img,
.services-section .item picture {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.35s;
}

.services-section .item div.title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  color: #FCFCFC;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.35s;
  margin-top: 0;
}

.services-section .item p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  color: #FCFCFC;
  text-decoration: none;
  outline: none;
}

@media (min-width: 768px) {
  .services-section .item p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .services-section .item p {
    font-size: 16px;
  }
}

.service-one-section {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .service-one-section {
    margin: 35px 0;
  }
}

.service-one-section h1,
.service-one-section h2,
.service-one-section h3,
.service-one-section h4,
.service-one-section h5,
.service-one-section h6,
.service-one-section li,
.service-one-section a,
.service-one-section p {
  font-family: "Roboto", sans-serif;
}

.service-one-section h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .service-one-section h2 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .service-one-section h2 {
    font-size: 48px;
  }
}

.service-one-section h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .service-one-section h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .service-one-section h3 {
    font-size: 36px;
  }
}

.service-one-section hr {
  margin: 20px 0;
}

.service-one-section p,
.service-one-section a,
.service-one-section h4,
.service-one-section h5,
.service-one-section h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  margin: 10px 0;
  outline: none;
  color: #000000 !important;
}

@media (min-width: 768px) {

  .service-one-section p,
  .service-one-section a,
  .service-one-section h4,
  .service-one-section h5,
  .service-one-section h6 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {

  .service-one-section p,
  .service-one-section a,
  .service-one-section h4,
  .service-one-section h5,
  .service-one-section h6 {
    font-size: 18px;
  }
}

.service-one-section a {
  font-weight: bold;
}

.extra-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
}

.extra-list:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px;
  background: #000000;
}

.extra-list li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  position: relative;
  display: flex;
  left: 20px;
  margin: 10px 0;
  width: 80%;
  flex-direction: column;
  justify-content: center;
}

.extra-list li h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  color: #000000;
}

@media (min-width: 768px) {
  .extra-list li h5 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .extra-list li h5 {
    font-size: 20px;
  }
}

.extra-list li p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  outline: none;
  color: #000000 !important;
}

@media (min-width: 768px) {
  .extra-list li p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .extra-list li p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .extra-list li {
    font-size: 18px;
    line-height: normal;
  }
}

.extra-list li:first-child {
  margin-top: 0;
}

.extra-list li:last-child {
  margin-bottom: 0;
}

.extra-list li:before {
  content: "";
  background: #000000;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -20px;
}

.error-page .info {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.error-page .info p {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin: 0;
}

.error-page .info h1 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 64px;
}

.error-page img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

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