.calm .calm-itch-info .green-text-h4 {
  color: #5f9097;
  margin-top: 20px;
}

.owl-stage-outer {
  margin-top: 20px;
}

.dropdown-menu {
  position: relative;
  z-index: 2;
  display: block;
  background-color: transparent;
  border: none;
  float: none;
  top: 100%;
  left: 0;
  min-width: 10rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
}
.dropdown-menu .dropdown {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 30px;
  position: relative;
}
.dropdown-menu .dropdown .dropdown-head {
  border: 1px solid #084ea3;
  background-color: var(--dusty-teal);
  position: relative;
  border-radius: 35px;
  cursor: pointer;
  z-index: 1;
  max-height: 50px;
}
.dropdown-menu .dropdown .dropdown-head .title {
  font-size: 3rem;
  line-height: 3rem;
}
.dropdown-menu .dropdown .dropdown-head .title p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 30px;
  color: white;
  text-align: left;
}
.dropdown-menu .dropdown .dropdown-head .arrow {
  transition: transform 0.3s ease;
}
.dropdown-menu .dropdown .dropdown-head .arrow::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 20px;
  height: 10px;
  background: url(../../img/arrow-down.svg) no-repeat 50% 50%;
}
.dropdown-menu .dropdown .dropdown-head .arrow.rotated::after {
  transform: rotate(180deg);
}
.dropdown-menu .dropdown.opened .dropdown-list {
  max-height: 1714px;
}
.dropdown-menu .dropdown .dropdown-list {
  max-height: 0;
  overflow-x: hidden;
  background: #f2f0f0;
  border-radius: 20px;
}
.dropdown-menu .dropdown .dropdown-list .dropdown-list-block {
  padding: 20px 10px;
}
.dropdown-menu .dropdown .dropdown-list .dropdown-list-block .country-block {
  position: relative;
  padding: 6px 20px;
  cursor: pointer;
}
.dropdown-menu .dropdown .dropdown-list .dropdown-list-block .country-block .paragraph.paragraph--type--file-by-country {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-slide {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 5%;
  border-radius: 30px;
  background-color: #e5827d;
  padding: 10px 30px;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */
