@font-face {
  font-family: "Causten";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url('../fonts/Causten-Light.woff2') format('woff2'), url('../fonts/Causten-Light.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "Causten";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url('../fonts/Causten-ExtraBold.woff2') format('woff2'), url('../fonts/Causten-ExtraBold.woff') format('woff');
  font-display: swap;
}
.post,
.page {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body,
p {
  font-family: 'Causten';
  font-size: 0.9rem;
}
body,
button,
input,
select,
optgroup,
textarea,
label {
  color: #1f2431;
}
label {
  opacity: 1;
}
* {
  outline: none !important;
}
h1 {
  display: inline-block;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
h1,
h2,
h3 {
  margin: 0 0 0.5rem 0;
}
h3 {
  margin-top: 0.5rem;
}
h4,
p {
  margin: 0 0 0.5rem 0;
}
ul {
  margin: 1rem 0;
  padding-left: 1rem;
}
ul li {
  line-height: 1.6;
}
.section-title {
  font-size: 1.7rem;
  padding: 1rem 0;
}
p:last-of-type {
  margin-bottom: 1rem;
}
input,
textarea {
  border: 1px solid #d2d7e3 !important;
  border-radius: 0.25rem;
  outline: none;
  padding: 0.5rem 1rem;
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5rem;
}
input:focus,
textarea:focus {
  border: 1px solid #b3bbcf !important;
  box-shadow: none !important;
}
label {
  font-weight: 300;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.25rem;
}
header {
  top: 0;
  background-color: transparent;
  z-index: 10;
  padding: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  header {
    padding: 2rem;
  }
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  header {
    padding: 2rem 4rem;
  }
}
header .logo a {
  height: 3rem;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  header .logo a {
    height: 4rem;
  }
}
header .logo a img {
  max-height: 100%;
}
header #menu-switch {
  width: 1.5rem;
  height: 2.5rem;
  background-color: #fff;
  background-image: url('../../img/ham_b.svg;');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  border-radius: 2px;
  z-index: 9;
  transition: 0.3s ease;
  cursor: pointer;
  padding: 1rem;
  background-size: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  header #menu-switch {
    top: 1.5rem;
    right: 1.5rem;
    position: absolute;
  }
}
header #menu-switch.active {
  background-image: url('../../img/arrow_l.svg;');
  transition: 0.3s ease;
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  header #menu-switch.active {
    right: 4rem;
    top: 2rem;
  }
}
header #menu {
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  padding: 6rem 3rem;
  display: flex;
  flex-flow: column wrap;
  background-color: #fff;
  box-sizing: content-box;
  height: 100vh;
  z-index: 8;
  transition: 0.3s ease;
  transform: translateX(100%);
}
header #menu.active {
  box-shadow: 0 0 14px #d2d7e3;
  transform: translateX(0);
  transition: 0.3s ease;
}
header #menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header #menu ul a {
  font-size: 0.9rem;
  color: #1f2431;
  text-decoration: none;
  font-weight: 700;
  padding: 0.5rem 1rem;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .start-page header {
    position: fixed;
    width: auto;
  }
}
.start-page #menu-switch {
  background-color: transparent;
  right: 1.5rem;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .start-page #menu-switch {
    position: fixed;
  }
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .start-page #menu-switch {
    right: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .start-page #menu-switch {
    position: absolute;
    top: 1.5rem;
  }
}
main {
  padding: 2rem 4rem 8rem 4rem;
  max-width: 40rem;
  margin: auto;
  min-height: calc(100vh - 10rem);
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  main {
    min-height: calc(100vh - 13rem);
  }
}
main h1 {
  margin-bottom: 1rem;
}
div.half {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
div.half > div {
  flex: 0 0 48%;
}
div.half > * {
  flex: 0 0 48%;
}
.wpcf7 {
  margin-top: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  width: 100%;
  border: none;
  box-shadow: none;
  font-family: 'Causten';
  font-weight: 700;
  color: #fff;
  background: #1c71d8;
  border-radius: 5px !important;
  border: none !important;
  padding: 0.5rem;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea {
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
  font-family: 'Causten';
}
.wpcf7 .wpcf7-form textarea {
  padding: 0.5rem 1rem;
  height: 220px;
}
.wpcf7 .wpcf7-form label {
  color: #505d7f;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  flex: 0 0 100%;
  border: none !important;
  background: #f2f3f6;
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -0.25rem;
}
.wpcf7 .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
.list main {
  background: linear-gradient(180deg, #f2f3f6 0%, rgba(242, 243, 246, 0.3) 100%);
  padding-bottom: 8rem !important ;
  padding: 2rem;
  max-width: 100%;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .list main {
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .list main {
    padding: 2rem 2rem 6rem 2rem;
  }
}
.list main .flex {
  padding-top: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .list main .flex > div:nth-child(1) {
    flex: 0 0 17rem;
  }
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .list main .flex > div:nth-child(2) {
    flex: 0 0 calc(100% - 20rem);
  }
}
.list main .flex .companies {
  justify-content: flex-start;
  align-items: initial !important;
  align-items: initial;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .list main .flex .companies {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .list main .flex .companies > div {
    flex: 0 0 48%;
  }
}
@media only screen and (min-width: 1800px) {
  .list main .flex .companies {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-items: initial;
    justify-content: flex-start;
  }
  .list main .flex .companies > div {
    flex: 0 0 31.5%;
  }
}
.list main .flex .companies > div {
  background-color: #fff;
  margin-right: 1.5%;
  border-radius: 5px;
  border-radius: 2px;
  padding: 2rem 2rem 3rem 2rem;
  display: flex;
  margin-bottom: 1.5%;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .list main .flex .companies > div {
    padding: 1rem 3rem 3rem 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .list main .flex .companies > div {
    margin-bottom: 1rem;
  }
}
.list main .flex .companies > div h2 {
  color: #1f2431;
}
.list main .flex .companies > div a {
  color: #1c71d8;
  font-weight: 700;
  font-family: 'Causten';
  text-decoration: none;
  font-size: 0.9rem;
  cursor: pointer;
}
.list main .flex .companies > div:nth-child(3n) {
  margin-right: 0;
}
.list main .flex .companies .data,
.list main .flex .companies .logo {
  flex: 100%;
}
.list main .flex .companies .data {
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
}
.list main .flex .companies .logo {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 50%;
  padding: 1rem 0;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .list main .flex .companies .logo {
    min-height: 15rem;
  }
}
.list main .content {
  flex: 0 0 100%;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .list main .content {
    flex: 0 0 calc(100% - 4vw);
  }
}
.list main .content .main-header {
  padding: 0;
  flex: 0 0 100%;
}
.list main .content .main-header .second-header {
  display: block;
  text-align: left;
  padding: 0.5rem 0;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
}
.list main .pagination {
  margin-top: 2rem;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .list main .pagination {
    margin-top: 3rem;
  }
}
.list main .pagination a {
  padding: 0.25rem 0.75rem;
  margin: 0rem 0.5rem;
  border-radius: 5px;
  border-radius: 2px;
  font-size: 0.9rem;
  color: #1f2431;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
}
.list main .pagination a.active {
  background-color: #1c71d8;
  color: #fff;
}
aside,
.start-selector {
  padding-right: 3rem;
  border-right: 1px solid #d2d7e3;
  flex: 0 0 17rem;
}
aside #categories-form legend,
.start-selector #categories-form legend,
aside #categories-form label[for=location-select],
.start-selector #categories-form label[for=location-select] {
  font-weight: 700;
  display: block;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}
aside #categories-form label[for=location-select],
.start-selector #categories-form label[for=location-select] {
  padding-left: 0;
  display: block;
  box-sizing: content-box;
  margin-bottom: 0.25rem;
  font-weight: 700;
  height: auto;
}
aside #categories-form select#location-select,
.start-selector #categories-form select#location-select {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #d2d7e3;
  border-radius: 5px;
  border-radius: 2px;
  font-family: 'Causten';
  margin-bottom: 2rem;
}
aside #categories-form select#location-select option,
.start-selector #categories-form select#location-select option {
  font-family: 'Causten';
}
aside #categories-form label,
.start-selector #categories-form label {
  font-weight: 700;
}
aside #categories-form input,
.start-selector #categories-form input {
  visibility: hidden;
}
aside #categories-form .mark,
.start-selector #categories-form .mark {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  background-color: #fff;
  border: 1px solid #d2d7e3;
  border-radius: 5px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.15rem;
}
aside #categories-form input:checked ~ .mark,
.start-selector #categories-form input:checked ~ .mark {
  background-image: url('../../img/check_b.svg;');
  background-size: 66%;
  background-repeat: no-repeat;
  background-position: center;
}
aside #categories-form label,
.start-selector #categories-form label {
  display: block;
  position: relative;
  padding-left: 2rem;
  height: 2rem;
  font-size: 0.9rem;
  cursor: pointer !important;
}
@media (min-width: 560px) and (max-width: 1024px) {
  aside #categories-form,
  .start-selector #categories-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  aside #categories-form legend,
  .start-selector #categories-form legend {
    flex: 0 0 100%;
    margin-bottom: 0.5rem;
  }
  aside #categories-form label,
  .start-selector #categories-form label {
    flex: 0 0 48%;
  }
}
aside #list-submit,
.start-selector #list-submit {
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #1c71d8;
  font-size: 1.2rem;
  width: 100%;
  border-radius: 5px;
  border-radius: 2px;
  text-align: center;
  margin: 2rem 0;
  display: inline-block;
}
.filters {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #1c71d8;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.filters span {
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
}
aside .aside-close {
  display: none;
}
@media only screen and (max-width: 1024px) {
  aside .aside-close {
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('../../img/close_n.svg;');
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1024px) {
  aside {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    padding: 4rem 2rem;
    z-index: 10;
    overflow-y: scroll;
    transform: translateY(100%);
    transition: 0.3s ease;
  }
  aside.active {
    transform: translateY(0);
    transition: 0.3s ease;
  }
}
.company-data header {
  background-color: #fff;
}
.company-data main {
  padding: 2rem;
  max-width: 100%;
  padding-top: 0;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main {
    padding: 2rem 4rem;
  }
}
.company-data main .breads {
  padding: 0.25rem 0 0 0;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .breads {
    padding: 0 0 3rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  .company-data main .breads {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .company-data main .breads:-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .breads .breadcrumbs {
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1024px) {
  .company-data main .breads .breadcrumbs {
    display: flex;
    flex-flow: row nowrap;
  }
}
.company-data main .breads .breadcrumbs > a,
.company-data main .breads .breadcrumbs .mainbread {
  font-size: 0.9rem;
  color: #1f2431;
  text-decoration: none;
  font-weight: 700;
  padding-right: 1rem;
}
@media only screen and (max-width: 1024px) {
  .company-data main .breads .breadcrumbs > a,
  .company-data main .breads .breadcrumbs .mainbread {
    flex: 0 0 auto;
  }
}
.company-data main .breads .breadcrumbs > a:after,
.company-data main .breads .breadcrumbs .mainbread:after {
  content: '/';
  margin-left: 1rem;
}
.company-data main .breads .breadcrumbs > a:last-of-type:after,
.company-data main .breads .breadcrumbs .mainbread:last-of-type:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .company-data main .breads .breadcrumbs a {
    font-size: 0.8rem;
    line-height: 1.8;
  }
}
.company-data main .breads .breadcrumbs .mainbread {
  position: relative;
  cursor: pointer;
}
.company-data main .breads .breadcrumbs .mainbread:last-of-type:after {
  display: inline-block;
}
.company-data main .breads .breadcrumbs .mainbread .subbread {
  position: absolute;
  left: 0;
  top: 2.25rem;
  visibility: hidden;
  opacity: 0;
  width: auto;
  min-width: 10rem;
  box-sizing: content-box;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 14px #d2d7e3;
  border-radius: 5px;
  border-radius: 2px;
  transition: 0.3s ease;
}
.company-data main .breads .breadcrumbs .mainbread .subbread a {
  padding-left: 2.625rem;
  display: block;
  position: relative;
  font-size: 0.9rem;
  color: #1f2431;
  text-decoration: none;
  font-weight: 300;
  padding-left: 1.5rem;
  padding-right: 0;
  transition: 0.3s ease;
}
.company-data main .breads .breadcrumbs .mainbread .subbread a:after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 1.3125rem;
  top: 0.1584rem;
  width: 0.75rem;
  height: 0.9rem;
  background-size: contain;
  background-image: url('../../img/arrow_l.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.company-data main .breads .breadcrumbs .mainbread .subbread a:hover {
  text-decoration: underline;
}
.company-data main .breads .breadcrumbs .mainbread .subbread a:after {
  left: 0;
}
.company-data main .breads .breadcrumbs .mainbread .subbread a:hover {
  margin-left: 0.25rem;
  transition: 0.3s ease;
}
.company-data main .breads .breadcrumbs .mainbread:hover .subbread {
  opacity: 1;
  visibility: visible;
  top: 1.75rem;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .content {
    display: flex;
  }
  .company-data main .content > *:nth-child(1) {
    flex: 0 0 18%;
  }
  .company-data main .content > *:nth-child(2) {
    flex: 0 0 51%;
  }
  .company-data main .content > *:nth-child(3) {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .company-data main .content {
    display: flex;
    flex-flow: column nowrap;
  }
}
.company-data main .content .left {
  align-self: start;
  background-color: #f2f3f6;
  padding: 3rem;
}
@media only screen and (max-width: 1024px) {
  .company-data main .content .left {
    order: 2;
    width: 100%;
  }
}
.company-data main .content .left h4 {
  color: #47526f;
  margin-top: 1.5rem;
}
.company-data main .content .left h4:first-of-type {
  margin-top: 0;
}
.company-data main .content .left a,
.company-data main .content .left p {
  color: #47526f;
  font-weight: 300;
  text-decoration: none;
  display: block;
}
.company-data main .content .left a:hover {
  text-decoration: underline;
}
.company-data main .content .left div {
  margin-bottom: 0.5rem;
}
.company-data main .content .left > *:last-of-type {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .content .center {
    padding: 0 2rem 2rem 2rem;
  }
}
.company-data main .content .center .company-header {
  display: flex;
  flex-flow: column-reverse;
  padding-bottom: 0.5rem;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .content .center .company-header {
    flex-flow: row wrap;
  }
}
.company-data main .content .center .company-header h1 {
  display: inline-block;
  font-size: 2.2rem;
  flex: 0 0 calc(100% - 20rem);
}
@media only screen and (max-width: 1024px) {
  .company-data main .content .center .company-header h1 {
    font-size: 1.75rem;
  }
}
.company-data main .content .center .company-header .company-logo {
  height: auto;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .company-data main .content .center .company-header .company-logo {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .content .center .company-header .company-logo {
    flex: 0 0 15rem;
  }
}
.company-data main .content .center .company-header .company-logo img {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .content .center .company-header .company-logo img {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .content .center .features {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .company-data main .content .center .features > div {
    flex: 0 0 48%;
  }
}
.company-data main .content .right {
  padding-top: 0;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .content .right {
    order: 3;
  }
}
.company-data main .content .right figure {
  margin-top: 0;
}
.company-data main .content .right figure img {
  width: 100%;
}
.company-data main .content .right figcaption {
  text-align: right;
}
.company-data main .gallery-container {
  margin-right: -1rem;
  margin-left: -1rem;
}
.company-data main .company-gallery {
  visibility: visible;
  max-width: 100%;
}
.company-data main .company-gallery .company-gallery-item {
  padding: 0 0.5rem 1rem 0.5rem;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .company-data main .company-gallery .company-gallery-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .company-data main .company-gallery .company-gallery-item {
    position: relative !important;
  }
}
.company-data main .company-gallery .company-gallery-item img {
  height: unset;
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.company-data main .company-gallery figure {
  visibility: visible;
}
.company-data main .company-gallery figcaption {
  padding: 0.25rem 1rem;
  position: absolute;
  bottom: 1rem;
  background-color: rgba(71, 82, 111, 0.5);
  color: #fff;
}
.sidebar {
  display: none;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .sidebar {
    display: block;
  }
  .sidebar .countries-menu,
  .sidebar .filters-menu {
    position: relative;
    display: flex;
    width: auto;
    box-sizing: content-box;
    padding: 0 0.125rem;
    transition: 1s ease;
    opacity: 1;
  }
  .sidebar .countries-menu .continent-submenu,
  .sidebar .filters-menu .continent-submenu {
    line-height: 1.75rem;
  }
  .sidebar .countries-menu > div,
  .sidebar .filters-menu > div {
    background: #fff;
    color: #1f2431;
    font-family: 'Causten';
    font-weight: bold;
    display: inline-block;
    padding: 0.25rem 1rem;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 0.25rem 0.125rem;
  }
  .sidebar .countries-menu > div:hover,
  .sidebar .filters-menu > div:hover,
  .sidebar .countries-menu > div.active,
  .sidebar .filters-menu > div.active {
    background: #1c71d8;
    color: #fff;
    transition: 0.3s ease;
  }
  .sidebar .countries-menu > div:hover .continent-submenu,
  .sidebar .filters-menu > div:hover .continent-submenu {
    visibility: visible;
    opacity: 1;
    line-height: 1.75rem;
    transition: 0.3s ease;
  }
  .sidebar .countries-menu .continent-submenu,
  .sidebar .filters-menu .continent-submenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    left: 0;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    top: 2.7rem;
    background-color: rgba(255, 255, 255, 0.5);
    column-count: 4;
  }
  .sidebar .countries-menu .continent-submenu a,
  .sidebar .filters-menu .continent-submenu a {
    display: block;
    flex: 0 0 24%;
    padding-bottom: 0.25rem;
    font-weight: 300;
    color: #47526f;
    text-decoration: none;
    font-family: 'Causten';
    font-weight: bold;
    transition: 0.3s ease;
  }
  .sidebar .countries-menu .continent-submenu a:hover,
  .sidebar .filters-menu .continent-submenu a:hover {
    text-decoration: underline;
    transition: 0.3s ease;
  }
  .sidebar .countries-menu {
    position: fixed;
    left: 3rem;
    top: 9rem;
    z-index: 10;
    visibility: visible;
    opacity: 1;
  }
  .sidebar .countries-menu > div {
    height: 2.5rem;
    box-sizing: border-box;
    z-index: 8;
    white-space: nowrap;
    line-height: 2rem;
  }
  .sidebar .countries-menu #choose-country {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .sidebar .countries-menu.hide {
    overflow: hidden;
  }
  .sidebar .countries-menu.hide .continent-submenu {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .sidebar .countries-menu.hide > .stable {
    height: 2.5rem;
    width: 1.75rem;
    visibility: visible;
    opacity: 1;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    z-index: 9;
  }
  .sidebar .countries-menu.hide > div {
    width: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    transition: 0.25s ease;
    color: #fff !important;
    height: 2.5rem;
  }
  .sidebar .countries-menu.hide > div:hover .continent-submenu {
    display: none;
  }
  .sidebar .countries-menu.hide #choose-country {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    opacity: 1;
    visibility: visible;
    margin: 0.25rem;
    transition: 0.7s ease;
    color: #1f2431 !important;
  }
  .sidebar .countries-menu.hide #choose-country:hover {
    color: #fff !important;
  }
  .sidebar .countries-menu #close-countries-menu {
    background: #1c71d8;
    height: 2.5rem;
    width: 2.5rem;
    z-index: 9;
    padding: 0;
    background-image: url('../../img/double-right.svg;');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 33%;
    transition: 0.3s ease;
  }
  .sidebar .countries-menu #close-countries-menu:hover {
    background-image: url('../../img/double-left.svg;');
    transition: 0.3s ease;
  }
  .sidebar .filters-menu {
    flex-flow: row wrap;
    margin-bottom: 1rem;
    display: flex;
    flex-flow: column;
    width: auto;
    position: fixed;
    left: 3rem;
    bottom: 3rem;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.125rem 0;
  }
  .sidebar .filters-menu .filter {
    padding: 0;
  }
  .sidebar .filters-menu > div {
    margin: 0.125rem 0.25rem;
    position: relative;
    z-index: 2;
  }
  .sidebar .filters-menu > div:hover {
    color: #1f2431;
  }
  .sidebar .filters-menu > div .filter-switcher {
    padding: 0.5rem 2rem 0.5rem 3rem;
    border: 1px solid #f2f3f6;
    background: #fff;
    border-radius: 5px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
  }
  .sidebar .filters-menu > div .filter-switcher:hover {
    background-color: #f2f3f6;
  }
  .sidebar .filters-menu > div .filter-switcher:before {
    display: inline-block;
    content: '';
    width: 0.75rem;
    height: 0.65rem;
    background-size: 50% 33%;
    background-image: url('../../img/sq_b.svg;');
    position: absolute;
    left: 1.25rem;
    top: 0.9rem;
    background-color: transparent;
    background-size: 75%;
    background-repeat: no-repeat;
  }
  .sidebar .filters-menu > div .filter-switcher:hover:before {
    background-color: transparent;
  }
  .sidebar .filters-menu > div .active-layer:before {
    background-image: url('../../img/check.svg;');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: 0.3s ease;
  }
  .sidebar .filters-menu > div.active .filter-switcher {
    background: #1c71d8;
    color: #fff;
  }
  .sidebar .filters-menu > div.active:hover .subfilter {
    transform: translateX(0);
    transition: 0.3s ease;
  }
  .sidebar .filters-menu > div .subfilter {
    position: absolute;
    right: 0;
    width: 9rem;
    top: 1px;
    background: #fff;
    margin-left: 0rem;
    z-index: 1;
    left: 100%;
    transform: translateX(-105%);
    transition: 0.3s ease;
  }
  .sidebar .filters-menu > div .subfilter a {
    color: #1f2431;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .sidebar .filters-menu > div .subfilter:hover {
    background: #f2f3f6;
  }
  .sidebar .filters-menu.hide {
    transform: translateY(100vh);
    transition: 1s ease;
    opacity: 0;
  }
}
#see-list {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  box-sizing: content-box;
  background-color: #33d17a;
  color: #fff;
  transform: translateY(10rem);
  font-family: 'Causten';
  font-weight: bold;
  transition: 0.5s ease;
  z-index: 10;
  background: #33d17a;
  transition: all 0.5s ease;
  background-color: #1c71d8;
}
#see-list.active {
  transform: translateY(0);
  transition: transform 0.5s ease;
}
#see-list:hover {
  right: 3.25rem;
  transition: 0.25s ease;
}
#see-list a {
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  padding-left: 3.5rem;
}
#see-list a:after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 1.75rem;
  top: 0.352rem;
  width: 1rem;
  height: 2rem;
  background-size: contain;
  background-image: url('../../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
}
#see-list a span {
  color: #fff;
}
.le-popup {
  transition: visibility 1s ease;
}
.le-popup .mapboxgl-popup-content {
  box-shadow: 0 0 14px #d2d7e3;
  border-radius: 5px;
  padding: 1.5rem;
  font-family: 'Causten';
  font-size: 0.9rem;
}
.le-popup .mapboxgl-popup-content h4,
.le-popup .mapboxgl-popup-content p {
  margin: 0 0 0.25rem 0;
}
.le-popup .mapboxgl-popup-content a {
  font-family: 'Causten';
  font-weight: bold;
  color: #1c71d8;
  text-decoration: none;
  display: block;
  padding: 0.1rem 0;
}
.le-popup .mapboxgl-popup-content p.description {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.le-popup .mapboxgl-popup-content .phones a,
.le-popup .mapboxgl-popup-content .emails a {
  display: inline-block;
  font-weight: 300;
  color: #1f2431;
  margin-right: 0.25rem;
}
.le-popup .mapboxgl-popup-content .phones a:after,
.le-popup .mapboxgl-popup-content .emails a:after {
  content: ', ';
}
.le-popup .mapboxgl-popup-content .phones a:hover,
.le-popup .mapboxgl-popup-content .emails a:hover {
  text-decoration: underline;
}
.le-popup .mapboxgl-popup-content .phones a:last-of-type:after,
.le-popup .mapboxgl-popup-content .emails a:last-of-type:after {
  content: '';
}
.le-popup .mapboxgl-popup-tip {
  display: none;
}
.countries-menu {
  background: rgba(255, 255, 255, 0.5);
}
#map {
  display: none;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  #map {
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    max-width: 100%;
    position: fixed;
  }
}
#color {
  width: 100vw;
  height: 100vh;
  background-color: red;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.map-zoom {
  position: fixed;
  right: 3rem;
  bottom: 4rem;
  border: 1px solid #d2d7e3;
  border-radius: 5px;
  border-radius: 2px;
  outline: none;
  box-shadow: none !important;
  padding: 0.33rem 2.5rem;
  width: 19rem;
  height: 2.25rem;
}
.map-zoom .slidecontainer {
  width: 100%;
}
.map-zoom .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 0.125rem;
  background: #f2f3f6;
  outline: none;
  border: none !important;
  border-radius: 5px;
  border-radius: 2px;
  transition: 0.3s ease;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: opacity 0.5s;
  margin: 0;
}
.map-zoom .slider:hover {
  opacity: 1;
  border: none !important;
  transition: 0.3s ease;
  -webkit-transition: 0.5s;
  transition: opacity 0.5s;
  background: #e2e5ed;
}
.map-zoom .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  border: none;
  border-radius: 0.5rem;
  background: #1c71d8;
  cursor: pointer;
}
.map-zoom .slider::-moz-range-thumb {
  appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  border: none;
  border-radius: 0.5rem;
  background: #1c71d8;
  cursor: pointer;
}
.map-zoom .zoomin,
.map-zoom .zoomout {
  background-position: center;
  background-size: 33%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 100%;
  border-radius: 5px;
  border-radius: 2px;
}
.map-zoom .zoomin:hover,
.map-zoom .zoomout:hover {
  background-color: #f2f3f6;
}
.map-zoom .zoomin {
  right: 0;
  padding: 0.25rem 0.75rem;
  top: 0;
  position: absolute;
  font-size: 1.5em;
  font-weight: 700;
  cursor: pointer;
  background-image: url('../../img/plus.svg;');
}
.map-zoom .zoomout {
  left: 0;
  padding: 0.25rem 0.75rem;
  top: 0;
  position: absolute;
  font-size: 2em;
  font-weight: 700;
  cursor: pointer;
  background-image: url('../../img/minus.svg;');
}
.gradient {
  display: none;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .gradient {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #e5f0ff;
    background: linear-gradient(#e5f0ff 0%, #cce1ff 66%);
    z-index: 1;
  }
}
.fade {
  display: none;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .fade {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #e5f0ff;
    background: linear-gradient(#e5f0ff 0%, #cce1ff 66%);
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: 1.5s ease;
  }
  .fade.active {
    opacity: 1;
    visibility: visible;
  }
}
.start-selector {
  padding: 3rem 2rem;
}
.start-selector h1 {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.start-selector p {
  margin-bottom: 1rem;
}
.start-selector #categories-form label {
  display: block;
}
.start-selector label[for="location-select"] {
  margin-top: 1rem;
}
.start-selector #categories-form select#location-select {
  margin-bottom: 0;
}
footer {
  padding: 1.5rem 5rem 1.5rem 5rem;
  background-color: #f2f3f6;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
footer p {
  text-align: right;
  font-weight: 700;
  display: inline-block;
}
footer p:last-of-type {
  margin-bottom: 0;
}
footer img {
  max-height: 1.5rem;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .infbox {
    position: fixed;
    z-index: 9;
    top: 9rem;
    right: 3rem;
    max-width: 20rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s ease;
    padding: 0.5rem;
    border-radius: 5px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
  }
}
.infbox.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 2000ms ease;
}
.infbox img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.infbox .content {
  padding: 3rem 2rem;
  margin-top: -0.5rem;
  background: linear-gradient(0deg, #47526f 0%, #333b50 100%);
  color: #fff;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .infbox .content {
    padding: 1rem;
    padding-bottom: 2rem;
    background: #fff;
    color: #1f2431;
  }
}
.infbox .content h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .infbox .content h1 {
    font-size: 1.2rem;
  }
}
.infbox .content p {
  font-weight: 700;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .infbox .content p {
    font-weight: 300;
  }
}
@media only screen and (max-width: 1024px) {
  .infbox .content p {
    margin-bottom: 0;
  }
}
.infbox .content a {
  color: #1c71d8;
  font-weight: 700;
  font-family: 'Causten';
  text-decoration: none;
  font-size: 0.9rem;
  cursor: pointer;
  display: none !important;
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .infbox .content a {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 769px) and (min-height:560px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}
