@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Open+Sans&family=Roboto:wght@500&display=swap');

* {
    box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #393939;
}
a {
  text-decoration: none;
}
.section-page {
  margin-bottom: 80px;
}
.container {
  width: 995px;
  margin-left: auto;
  margin-right: auto;
}
.menu-bar {
  text-align: center;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.menu-bar a {
  color: #393939;
  text-transform: uppercase;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 3px;
}
.menu-bar a:hover,
.menu-bar.selected {
  color: #5E0F59;
  border-bottom: 1px solid #5E0F59;
}
.menu-bar.selected {
  cursor: default;
}
.menu-bar__items {
  display: inline-flex;
  list-style: none;
  height: 25px;
  padding: 0;
}
.menu-bar__item {}
.menu-bar__item::after {
  content: ':';
  display: inline-block;
  margin-right: 15px;
}
.menu-bar__item:last-child {
  margin: 0;
}
/* .menu-bar__item a {
  margin-right: 0;
} */
.menu-bar__item:last-child::after {
  display: none;
}
.menu-bar__langs {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  /* height: 20px; */
  /* overflow: hidden; */
}
.menu-bar__langs.open {
  height: auto;
}
.menu-bar__lang-item {
  line-height: 0;
}
.menu-bar__langs a {
  border: 2px solid transparent;
  padding: 0;
  margin: 0;
}
.menu-bar__langs a:hover,
.menu-bar__lang-item.selected  {
  border: 2px solid #5E0F59;
  display: inline-block;
}
.menu-bar__lang-item:first-child {
  margin-right: 15px;
}
.title {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.title--section {
  color: #83C22E;
  margin-top: 0;
  margin-bottom: 30px;
}
.title--section::after {
  background-color: #83C22E;
  display: block;
  content: '';
  height: 1px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.title--block {
  color: #5E0F59;
  font-size: 18px;
}
.title--little {
  font-size: 16px;
}
.paragraph--centered {
  text-align: center;
}
.paragraph--more-margin {
  margin-bottom: 30px;
}
.hero {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  background: #EAEAEB;
  margin-bottom: 80px;
}
.hero-main {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  width: 80%;
}
.hero-secundary {
  font-size: 20px;
  width: 60%;
  margin-bottom: 50px;
}
.hero-main,
.hero-secundary {
  margin-left: auto;
  margin-right: auto;
}
.button--call-action {
  display: inline-flex;
  background: #5E0F59;
  width: 215px;
  height: 70px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  text-align: center;
  text-transform: lowercase;
  align-items: center;
  justify-content: center;
}
.button--contact-mail {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  margin: 0;
  padding-top: 7px;
}
.service-list {
  margin-bottom: 40px;
}
.service-list__service {
  border-radius: 5px;
  background-color: #ececec;
  border: 1px solid #C1C1C1;
  margin-right: 20px;
  padding: 20px;
}
.service-list__service img {}
.service-list__service:last-child {
  margin-right: 0;
}
.service-list__details {
  font-size: 15px;
  padding-left: 15px;
  list-style: none;
}
.service-list__details--no-pd {
  padding: 0;
}
.img-container {
  text-align: center;
}
.join-into {}
.join-into__type {
  margin-right: 35px;
}
.join-into__type:last-child {
  margin-right: 0;
}
.list-columns {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.list-columns li {
  width: 100%;
}
.list-contacts {
  text-align: center;
}
.list-contacts__list {
  list-style: none;
  display: inline-block;
}
.list-contacts__contact {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.list-contacts img {
  position: absolute;
  left: 0;
  top: 0;
}