@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat Italic";
  src: url("../fonts/montserrat/Montserrat-Italic.ttf");
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat SemiBoldItalic";
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat ExtraBold";
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat Light";
  src: url("../fonts/montserrat/Montserrat-Light.ttf");
}
html, body {
  font-family: "Montserrat Regular";
}

h1, h2, h3, h4, h5, h6, b {
  font-family: "Montserrat Bold";
}

.text-thin {
  font-family: "Montserrat Light";
}

.text-semibold {
  font-family: "Montserrat SemiBold";
}

.text-extrabold {
  font-family: "Montserrat ExtraBold";
}

.text-semilarge {
  font-size: 1.5rem;
}

.text-large {
  font-size: 2rem;
}

.letter-1 {
  letter-spacing: -1px;
}

.text-125 {
  font-size: 1.25rem;
}

.text-15 {
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  .text-085 {
    font-size: 0.85rem;
  }
}
.text-medium {
  font-family: "Montserrat Medium";
}

.text-italic {
  font-family: "Montserrat Italic";
}

.text-semibold-italic {
  font-family: "Montserrat SemiBoldItalic";
}

html, body {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

.banner-info {
  background: #005AD2;
  color: white;
}

.border-04 {
  border-radius: 0.4rem;
}

.text-intro-title {
  color: #2E363E;
}

.base-yellow-bg {
  background: #FFD502;
}

.gap-1 {
  gap: 1rem;
}

.intro-description {
  letter-spacing: -0.2px;
}

header .header-left img {
  max-height: 3rem;
}
header .drop-lang {
  cursor: pointer;
  border: 1px solid #272626;
  border-radius: 1rem;
}
header .drop-lang [data-lang]:hover, header .drop-lang [data-lang]:focus {
  position: relative;
}
header .drop-lang [data-lang]:hover span:before, header .drop-lang [data-lang]:focus span:before {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 1px solid #272626;
  top: 100%;
  left: 0;
  right: 0;
}
header .drop-lang img {
  max-height: 1rem !important;
}
header .drop-lang ul {
  list-style: none;
}
header .drop-lang:hover ul li:hover, header .drop-lang:hover ul li:focus, header .drop-lang:focus-within ul li:hover, header .drop-lang:focus-within ul li:focus {
  position: relative;
}
header .drop-lang:hover ul li:hover span:before, header .drop-lang:hover ul li:focus span:before, header .drop-lang:focus-within ul li:hover span:before, header .drop-lang:focus-within ul li:focus span:before {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 1px solid #272626;
  top: 100%;
  left: 0;
  right: 0;
}
header.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-bottom: 1px solid rgba(222, 146, 0, 0.3490196078);
  transition: top 0.5s;
}
header.mobile-header.hidden {
  top: -7rem;
}
header.mobile-header img {
  max-height: 2rem;
  cursor: pointer;
}
header.mobile-header .menu {
  z-index: 5;
  background: #f3be06;
  position: fixed;
  top: 4.5rem;
  right: 0;
  left: 0;
}
header.mobile-header .menu nav {
  background: #f3be06;
}

nav {
  background: rgba(222, 146, 0, 0.3490196078);
}
nav a {
  border-bottom: 2px solid transparent;
}
nav a:hover, nav a:focus, nav a:active {
  border-bottom: 2px solid white;
  font-weight: 500;
}

#head .head-content > div {
  font-size: 2.5rem;
  color: #081130;
}
@media (max-width: 575px) {
  #head .head-content > div {
    font-size: 2rem;
  }
}
#head .head-content .show-price-title {
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
}

.tile .img-block {
  background: #C4C4C4;
  min-height: 23rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  max-height: 35rem;
}
.tile .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tile .tile-content {
  background: #FFD502;
  margin-top: 0.25rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.tile .tile-content.blue {
  background: #005AD2;
  color: white;
}
.tile .tile-content.red {
  background: #E82C2D;
  color: white;
}
.tile .tile-content.gray {
  background: #E3E3E3;
}
.tile .tile-content.green {
  background: #58D239;
}
.tile .description {
  font-size: 1.125rem;
}
.tile .position-absolute {
  right: 5%;
  bottom: 0;
  max-width: 50%;
}
@media (max-width: 575px) {
  .tile .position-absolute {
    max-width: 35%;
  }
}
.tile .position-absolute.sticky-flag {
  top: -5px;
  right: 4rem;
  width: 3rem;
}

#pros {
  background: #FAFAFA;
}
#pros img {
  max-width: 19rem;
}
#pros .tile img {
  max-width: 100%;
}

#price .position-absolute {
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 576px) {
  #price .position-absolute {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  #price .position-absolute {
    bottom: 0.25rem;
  }
}
@media (min-width: 992px) {
  #price .position-absolute {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  #price .position-absolute {
    bottom: 0.25rem;
  }
}

.location-block {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  .location-block {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 5fr;
  }
}
.location-block > div, .location-block > a {
  background: #005AD2;
  border-radius: 0.4rem;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .location-block .location {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
  }
}

.q-bg {
  background: #FFD60A;
}

.blue-btn {
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
}

footer {
  background: #005AD2;
}
footer .logo {
  max-height: 4rem;
}
footer .socials img {
  max-width: 3rem;
}