:root {
  --main-color: #899996;
  --bg-color: #F5F5F5;
  --text-color: #737373;
  --black-color: #000000;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

body {
    line-height: 1.3;
    font-family: "DINProNormal";
    color: var(--black-color);
    font-size: 18px;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

body::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border: 2px solid #fff;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    background-color: #eee;
}
h1, h2 {
  font-family: "DINProBold";
}

h1 {
  font-size: 2rem;
}

h2 {
    font-size: 2.5rem;
}
.node--view-mode-full h2 {
    font-size: 1.5rem;
}

h3 {
    font-family: "DINProMedium";
    font-size: 1.2rem;
    font-weight: normal;
}

.inner-cover {
    margin: 0 auto;
    margin-bottom: 1rem;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

.views-view-responsive-grid__item {
    border-radius: 10px;
    box-shadow: var(--details-box-shadow);
    padding: 0 7px 10px 7px;
    background: #ffffff29;
}

.btn-pds {
	width: 48%;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
}
.phone-ico {
    background-image: url(/themes/custom/pds/img/phone-ico.png);
    background-color: #ff6922;
    background-repeat: no-repeat;
    background-position: 0px 7px;
    text-align: right;
}
.whatsapp-ico {
    background-image: url(/themes/custom/pds/img/whatsapp-ico.png);
    background-color: #1f8f59;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.node--sticky h2 {
    display: none;
}

.node--sticky .node__content h2 {
    display: block;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  gap: 10px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-bottom {
  border-bottom: 1px solid var(--bg-color);
}

.border-top {
  border-top: 1px solid var(--bg-color);
}
@media all and (max-width: 991px) {

}


@media all and (min-width: 992px) {

}

@media all and (max-width: 1280px) {
  
}

@media all and (max-width: 991px) {
  
}

@media all and (max-width: 575px) {
  
}