body {
  font-family: "Montserrat", sans-serif;
}

.container-fluid {
  overflow: hidden;
}

.bg-body-tertiary {
  background-color: transparent !important;
}

.navbar {
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav {
  justify-content: space-evenly;
  width: 70%;
}

.navbar-toggler {
  display: none;
  border: 0;
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 5;
}

.navbar-toggler-icon {
  background-image: url(../img/menu.png);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link:focus,
.nav-link:hover {
  color: #58585a;
}

.lang>span {
  color: #fff;
}

.social {
  display: flex;
  align-items: center;
}

.social>.socialIcon {
  border: 1px solid white;
  border-radius: 50%;
  margin: 0 5px;
}

.social>.socialIcon>a>img {
  width: 30px;
  padding: 20%;
}

.lang {
  display: flex;
  align-items: center;
}

.langLine {
  background-color: #fff;
  height: 30px;
  width: 1px;
  margin: 10px 5px 0 5px;
}

.katalog {
  background-color: #fff;
  color: #046b32;
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 10px;
  width: fit-content;
}

.katalog:focus,
.katalog:hover {
  background-color: #046b32;
  color: #fff;
}

#carouselExample .carousel-item p::before {
  content: url(../images/vec.png);
  position: absolute;
  top: 0%;
  left: 21.5%;
  opacity: 14%;
}

#carouselExample .carousel-indicators [data-bs-target] {
  position: absolute;
  width: 100%;
  height: 6px;
  border: 0.2px solid #ffffff70;
  border-radius: 24px;
  background: #ffffff70;
  cursor: default;
  transition: all 0.5s;
}

#carouselExample .carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0;
  height: 100%;
  background: #fffff1f0;
  border-radius: inherit;
  cursor: default;
  transition: all 1s;
}

#carouselExample .carousel-control-prev {
  left: 74%;
}

#carouselExample .carousel-control-next {
  right: 8%;
}

#carouselExample .carousel-control-next,
#carouselExample .carousel-control-prev {
  top: 80%;
  opacity: 1;
  height: fit-content;
}

#carouselExample .carousel-indicators {
  bottom: 10%;
}

#carouselExample .carousel-item>img {
  height: 100vh;
}

#carouselExample #carouselExampleB .carousel-inner {
  width: 1920px;
}

#carouselExample .carousel-caption {
  right: 0px;
  bottom: 100px;
  left: 0;
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -300px;
  transform: translateY(-50%);
  width: 300px;
  height: auto;
  padding: 20px 20px 20px 20px;
  background: #ffffffbc;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 2;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 50px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 0;
  outline: none;
  border-bottom: 1px solid #707070;
  background: transparent;
  font-weight: 600;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #464749;
  font-weight: 700;
  margin-top: 30px;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: transparent;
  color: #464749;
  cursor: pointer;
  border: 1px solid #707070;
  font-size: 15px;
  font-weight: 700;
  width: 100px;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 20px;
  height: 40px;
}

.toggle {
  position: absolute;
  height: 38px;
  width: 175px;
  text-align: center;
  cursor: pointer;
  background: #046b32;
  top: 68px;
  left: -106px;
  line-height: 38px;
  transform: rotate(270deg);
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 160px;
  letter-spacing: 1px;
  font-weight: 600;
}

.toggle:after {
  content: "\f077";
  margin-left: 10px;
  font-family: fontAwesome;
}

.toggle.active:after {
  content: "\f078";
}

.toggle.active {
  left: -106px;
}

.sidebar-contact input::placeholder,
.sidebar-contact textarea::placeholder {
  color: #464749;
}

.tip,
.kampanya {
  display: flex;
  font-size: 12px;
  align-items: flex-start;
  flex-direction: row;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1;
  justify-content: space-between;
  width: 80%;
}

.kampanya>span {
  font-weight: 500;
  width: 90%;
}

.tip>input,
.kampanya>input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.ribbonedDiv {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(0deg,
      #fff,
      #fff 0px,
      #e9ede9 0,
      #e9ede9 170px,
      #fff,
      #fff 0px);
}

.ribbonedDiv>img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 250px;
}

.ribbonedDiv>img:nth-of-type(1) {
  width: 30%;
  margin: 100px auto 10px;
}

.ribbonedDiv>p {
  font-weight: 500;
}

.ribbonedDiv>span {
  font-weight: 600;
}

.ribbonedDivA {
  margin: 150px 0;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  background: linear-gradient(0deg,
      #fff,
      #fff 0px,
      #e9ede9 0,
      #e9ede9 650px,
      #fff,
      #fff 10px);
  padding: 30px 0 70px;
}

#carouselExampleA {
  width: 650px;
  position: absolute;
  bottom: -40px;
  right: 0;
}

#carouselExampleA .carousel-item>img {
  width: 90%;
}

.sloganText {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sloganText>img {
  z-index: 2;
  width: 350px;
}

.sloganText>p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.sloganText .carousel-control-next,
.sloganText .carousel-control-prev {
  top: 106%;
  opacity: 1;
  height: fit-content;
}

.sloganText .carousel-control-next {
  left: 44%;
}

.sloganText .carousel-control-prev {
  left: 40%;
}

.sloganText .carousel-control-prev-icon,
.ribbonB .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23046b32'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.sloganText .carousel-control-next-icon,
.ribbonB .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23046b32'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.imageDiv {
  position: relative;
  margin: 100px 0;
}

.imageDiv>img:nth-of-type(1) {
  width: 100%;
}

.imageDiv>img:nth-of-type(2) {
  position: absolute;
  top: 50px;
  width: 650px;
  left: 50px;
}

.imageDiv>p {
  width: fit-content;
  position: absolute;
  color: white;
  left: 20%;
  top: 45%;
  text-align: center;
  font-weight: 500;
}

.ribbonRender {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}

.renderBanner {
  position: relative;
  margin-top: 20px;
  width: fit-content;
  cursor: pointer;
}

.renderBanner>p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: white;
  font-weight: 600;
  z-index: 2;
}

.renderBanner>p::before {
  content: "\f00e";
  font-family: fontAwesome;
  font-weight: lighter;
  font-size: 20px;
  position: relative;
  bottom: 50px;
  left: 120px;
}

.ribbonRender>h1 {
  color: #046b32;
  font-weight: 800;
  font-size: 2rem;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #046b3245;
  opacity: 0;
  transition: all 0.5s;
}

.renderBanner:hover .overlay {
  opacity: 1;
}

.kath1 {
  color: #046b32;
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
}

.ribbonB {
  justify-content: space-evenly;
  margin: 50px 0;
}

.ribbonB .carousel-control-next,
.ribbonB .carousel-control-prev {
  top: 110%;
  opacity: 1;
}

.ribbonB .carousel-control-prev {
  left: 37%;
}

.ribbonB .carousel-control-next {
  left: 45%;
}

.ribbonedDivC img {
  position: relative;
  width: 300px;
}

.ribbonedDivC {
  position: relative;
}

.ribbonedDivD {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #e9ede9;
  align-items: center;
  position: relative;
}

.ribbonedDivD>img:nth-of-type(1) {
  padding: 50px;
  width: 60%;
}

.adres, .address {
  text-align: center;
  font-weight: 600;
}

.adres>span, .address>span {
  color: #145128;
}

.ribbonedDivD>img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
}

.footerSocial>ul {
  list-style: none;
  display: flex;
  padding: 0;
}

.footerSocial>ul>li {
  border: 1px solid #4f4d4a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.footerSocial>ul li>a>img {
  width: 15px;
}

.footerNav>ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.footerNav>ul>li {
  color: #4f4d4a;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 10px;
}

.footerNav>ul>li>a {
  color: #4f4d4a;
  text-decoration: none;
  font-weight: 600;
}

.footerDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #818181;
  padding-top: 50px;
  margin-top: 100px;
}

.footerLine {
  width: 2px;
  height: 15px;
  background-color: #4f4d4a;
  margin: 0 5px;
}

.footerDiv>img {
  width: 150px;
}

#navbarNav {
  background: linear-gradient(45deg, rgb(4, 107, 50) 400px, rgb(255, 255, 255) 900px);
  z-index: 3;
  padding: 50px 50px;
}

#navbarNav>ul {
  height: 70vh;
}

.offcanvas-backdrop.show {
  opacity: 0;
  display: none;
}

.carouselB>.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carouselB>.carousel-inner .carousel-item.active,
.carouselB>.carousel-inner .carousel-item-next,
.carouselB>.carousel-inner .carousel-item-prev {
  display: flex;
  justify-content: center;
}

.carouselB .col-md-3 {
  margin: 0 30px;
  cursor: pointer;
}

.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 1200px;
  position: relative;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  margin: 0 auto;
}

.gallery__item>img {
  width: 100%;
  height: auto;
}

.gallery__selector:checked+.gallery__img {
  opacity: 1;
}

.gallery__thumb {
  padding-top: 6px;
  margin: 6px;
  display: block;
  cursor: pointer;
}

.gallery__thumb>img {
  width: 220px;
  height: 165px;
}

.gallery__selector:checked~.gallery__thumb>img {
  box-shadow: 0 0 0 3px #046b32;
}

#carouselExample .carousel-caption {
  font-size: 40px;
  font-weight: 700;
}

#carouselExample .carousel-caption>img {
  width: 40%;
  position: relative;
  left: -15%;
}

.footerDiv>span {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 20px;
}

.fancybox-content {
  padding: 0 !important;
}

.fancybox-content>img {
  width: 100% !important;
  height: 99vh !important;
}

.bg-body-tertiary {
  background-color: transparent !important;
}

.lang {
  display: flex;
  align-items: center;
}

.langLine {
  background-color: #fff;
  height: 30px;
  width: 1px;
  margin: 10px 5px 0 5px;
}

.katalog {
  background-color: #fff;
  color: #046b32;
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 10px;
  width: fit-content;
}

.katalog:focus,
.katalog:hover {
  background-color: #046b32;
  color: #fff;
}

#carouselExample .carousel-item p::before {
  content: url(../images/vec.png);
  position: absolute;
  top: 0%;
  left: 21.5%;
  opacity: 14%;
}

#carouselExample .carousel-indicators [data-bs-target] {
  position: absolute;
  width: 100%;
  height: 6px;
  border: 0.2px solid #ffffff70;
  border-radius: 24px;
  background: #ffffff70;
  cursor: default;
  transition: all 0.5s;
}

#carouselExample .carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0;
  height: 100%;
  background: #fffff1f0;
  border-radius: inherit;
  cursor: default;
  transition: all 1s;
}

#carouselExample .carousel-control-prev {
  left: 74%;
}

#carouselExample .carousel-control-next {
  right: 8%;
}

#carouselExample .carousel-control-next,
#carouselExample .carousel-control-prev {
  top: 80%;
  opacity: 1;
  height: fit-content;
}

#carouselExample .carousel-indicators {
  bottom: 10%;
}

#carouselExample .carousel-item>img {
  height: 100vh;
}

#carouselExample #carouselExampleB .carousel-inner {
  width: 1920px;
}

#carouselExample .carousel-caption {
  right: 0px;
  bottom: 100px;
  left: 0;
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -300px;
  transform: translateY(-50%);
  width: 300px;
  height: auto;
  padding: 20px 20px 20px 20px;
  background: #ffffffbc;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 3;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 50px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 0;
  outline: none;
  border-bottom: 1px solid #707070;
  background: transparent;
  font-weight: 600;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #464749;
  font-weight: 700;
  margin-top: 30px;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: transparent;
  color: #464749;
  cursor: pointer;
  border: 1px solid #707070;
  font-size: 15px;
  font-weight: 700;
  width: 100px;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 20px;
  height: 40px;
}

.toggle {
  position: absolute;
  height: 38px;
  width: 175px;
  text-align: center;
  cursor: pointer;
  background: #046b32;
  top: 68px;
  left: -106px;
  line-height: 38px;
  transform: rotate(270deg);
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 160px;
  letter-spacing: 1px;
  font-weight: 600;
}

.toggle:after {
  content: "\f077";
  margin-left: 10px;
  font-family: fontAwesome;
}

.toggle.active:after {
  content: "\f078";
}

.toggle.active {
  left: -106px;
}

.sidebar-contact input::placeholder,
.sidebar-contact textarea::placeholder {
  color: #464749;
}

.tip,
.kampanya {
  display: flex;
  font-size: 12px;
  align-items: flex-start;
  flex-direction: row;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1;
  justify-content: space-between;
  width: 80%;
}

.kampanya>span {
  font-weight: 500;
  width: 90%;
}

.tip>input,
.kampanya>input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.ribbonedDiv {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(0deg,
      #fff,
      #fff 0px,
      #e9ede9 0,
      #e9ede9 170px,
      #fff,
      #fff 0px);
}

.ribbonedDiv>img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 250px;
}

.ribbonedDiv>img:nth-of-type(1) {
  width: 30%;
  margin: 100px auto 10px;
}

.ribbonedDiv>p {
  font-weight: 500;
}

.ribbonedDiv>span {
  font-weight: 600;
}

.imageDiv {
  position: relative;
  margin: 100px 0;
}

.imageDiv>img:nth-of-type(1) {
  width: 100%;
}

.imageDiv>img:nth-of-type(2) {
  position: absolute;
  top: 50px;
  width: 650px;
  left: 50px;
}

.imageDiv>p {
  width: fit-content;
  position: absolute;
  color: white;
  left: 20%;
  top: 45%;
  text-align: center;
  font-weight: 500;
}

.ribbonRender {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}

.renderBanner {
  position: relative;
  margin-top: 20px;
  width: fit-content;
  cursor: pointer;
}

.renderBanner>p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: white;
  font-weight: 600;
  z-index: 2;
}

.renderBanner>p::before {
  content: "\f00e";
  font-family: fontAwesome;
  font-weight: lighter;
  font-size: 20px;
  position: relative;
  bottom: 50px;
  left: 120px;
}

.ribbonRender>h1 {
  color: #046b32;
  font-weight: 800;
  font-size: 2rem;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #046b3245;
  opacity: 0;
  transition: all 0.5s;
}

.renderBanner:hover .overlay {
  opacity: 1;
}

.kath1 {
  color: #046b32;
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
}

.ribbonB {
  justify-content: space-evenly;
  margin: 50px 0;
}

.ribbonB .carousel-control-next,
.ribbonB .carousel-control-prev {
  top: 110%;
  opacity: 1;
}

.ribbonB .carousel-control-prev {
  left: 37%;
}

.ribbonB .carousel-control-next {
  left: 45%;
}

.ribbonedDivC {
  position: relative;
}

.ribbonedDivD>img:nth-of-type(1) {
  padding: 50px;
  width: 60%;
}

.ribbonedDivD>img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
}

.footerSocial>ul {
  list-style: none;
  display: flex;
  padding: 0;
}

.footerSocial>ul>li {
  border: 1px solid #4f4d4a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.footerSocial>ul li>a>img {
  width: 15px;
}

.footerNav>ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.footerNav>ul>li {
  color: #4f4d4a;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 10px;
}

.footerNav>ul>li>a {
  color: #4f4d4a;
  text-decoration: none;
  font-weight: 600;
}

.footerDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #818181;
  padding-top: 50px;
  margin-top: 100px;
}

.footerLine {
  width: 2px;
  height: 15px;
  background-color: #4f4d4a;
  margin: 0 5px;
}

.footerDiv>img {
  width: 150px;
}

#navbarNav {
  background: linear-gradient(45deg, rgb(4, 107, 50) 400px, rgb(255, 255, 255) 900px);
  z-index: 4;
  padding: 50px 50px;
}

#navbarNav>ul {
  height: 70vh;
}

.offcanvas-backdrop.show {
  opacity: 0;
  display: none;
}

.carouselB>.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carouselB>.carousel-inner .carousel-item.active,
.carouselB>.carousel-inner .carousel-item-next,
.carouselB>.carousel-inner .carousel-item-prev {
  display: flex;
  justify-content: center;
}

.carouselB .col-md-3 {
  margin: 0 30px;
  cursor: pointer;
  height: 210px;
  overflow: hidden;
}

.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 1200px;
  position: relative;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  margin: 0 auto;
}

.gallery__item>img {
  width: 100%;
  height: auto;
}

.gallery__selector:checked+.gallery__img {
  opacity: 1;
}

.gallery__thumb {
  padding-top: 6px;
  margin: 6px;
  display: block;
  cursor: pointer;
}

.gallery__thumb>img {
  width: 220px;
  height: 165px;
}

.gallery__selector:checked~.gallery__thumb>img {
  box-shadow: 0 0 0 3px #046b32;
}

#carouselExample .carousel-caption {
  font-size: 40px;
  font-weight: 700;
}

#carouselExample .carousel-caption>img {
  width: 40%;
  position: relative;
  left: -15%;
}

.footerDiv>span {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 20px;
}

.fancybox-content {
  padding: 0 !important;
}

.fancybox-content>img {
  width: 100% !important;
  height: 99vh !important;
}

.wpfloat {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 100px;
  right: 40px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.telfloat {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #0088CC;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.my-float {
  font-size: 30px;
}

.ribbonedDivE {
  margin: 0 auto 50px;
  padding: 20px;
}

.distance {
  display: flex;
}

.distance>span {
  color: #145128;
  margin-right: 10px;
}

.adres>h1, .address>h1 {
  color: #046b32;
  font-weight: 800;
  font-size: 2rem;
  text-align: left;
  margin-top: 20px;
}

.map>img {
  width: 90%;
}

.address {
  width: 50%;
}

.adres {
  display: flex;
  flex-direction: column;
}

.adres>a {
  color: #145128;
  margin-bottom: 50px;
}