:root {
  --dim-grey-2: #4d4d4d;
  --orange-red: #ff5f0f;
  --dim-grey: #6c6c6c;
  --firebrick: #ac1313;
  --black: black;
  --semmelweis: #1f4287;
  --dark-grey: #a1a1a1;
  --white: white;
  --gainsboro: #dbdbdb;
  --burlywood: #ebb96a;
  --grey: #858585;
  --light-coral: #d77474;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #0c152f99;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  color: var(--dim-grey-2);
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: silver;
  text-align: justify;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: var(--orange-red);
  font-size: 16px;
  text-decoration: underline;
}

li {
  font-size: 16px;
}

.item-tittle {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--firebrick);
}

.wrapper-pages.dark {
  background-color: var(--black);
}

.wrapper-pages.blue {
  background-color: var(--semmelweis);
}

.hero-section {
  color: #0000;
  height: 100vh;
}

.hero-section.about-us {
  background-image: url('../images/appareil-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 20%;
  padding-bottom: 130px;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.shop {
  background-image: url('../images/Shop.jpg');
  background-position: 50% 59%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.about-us.contact {
  background-image: url('../images/contact-1.jpg');
  background-position: 50% 96%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.about-us.licensing {
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
}

.hero-section.licensing {
  background-image: url('../images/shutterstock_258281537-1.jpg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-top: 10%;
  padding-bottom: 8%;
}

.hero-section.semmelweis {
  background-color: #f7f5f4;
  background-image: url('../images/semmelweis.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 140px;
  padding-bottom: 130px;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.semmelweis.shop {
  background-image: url('../images/Shop.jpg');
  background-position: 50% 59%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.semmelweis.contact {
  background-image: url('../images/contact-1.jpg');
  background-position: 50% 96%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.semmelweis.licensing {
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
}

.nav-link {
  opacity: 1;
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
}

.nav-link.w--current {
  opacity: .34;
  color: #db4900;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link.light {
  border-left: 1px solid var(--dark-grey);
}

.nav-link.white {
  color: var(--white);
  font-weight: 300;
  transition: all .2s;
}

.nav-link.white:hover {
  color: #6599ff;
}

.nav-link.dark.w--current {
  color: var(--orange-red);
}

.nav-link.feher.w--current {
  color: var(--black);
}

.nav-link.hide {
  display: none;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.heading.left {
  text-align: left;
}

.items-content {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  border-bottom: 0 #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.jobb {
  text-align: right;
  align-items: flex-end;
}

.left-block.jobb.lent {
  justify-content: flex-end;
}

.section {
  padding-bottom: 10%;
  font-weight: 500;
  position: relative;
}

.section.collections {
  background-color: #fff;
  border-top-style: none;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section.collections.dark {
  background-color: var(--black);
}

.section.collections.blue {
  background-color: var(--semmelweis);
}

.section.footer-section {
  background-color: #fafafa;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section.newslatter {
  position: relative;
}

.section.gray {
  background-color: #f8f8f8;
}

.section.gray.testimonials {
  position: relative;
}

.section.gray.testimonials.dark {
  background-color: #1d1d1d;
}

.section.gray.testimonials.kek {
  background-color: #129c5a;
  padding-bottom: 10%;
}

.section.gray.testimonials.red {
  background-color: #240000;
}

.section.cta {
  background-image: linear-gradient(135deg, #8b583633, #ff5f0f00 57%), url('../images/also_banner.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.sale-section {
  color: #0000;
  position: relative;
}

.section.collection {
  position: relative;
}

.section.optikak {
  color: #24356699;
  background-color: #f8f8f8;
  position: relative;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
}

.brand.footer {
  margin-bottom: 20px;
}

.items-price {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.items-price.cart {
  color: var(--dim-grey-2);
  font-weight: 500;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  display: block;
}

.nav-menu.dark {
  border-left: 1px solid var(--dark-grey);
}

.nav-menu.blue {
  border-left: 1px solid var(--white);
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  top: 50%;
  left: auto;
  right: 0%;
}

.vertical-category.dark {
  color: var(--dim-grey-2);
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.left, .top-text.cta {
  text-align: left;
}

.top-text.hero {
  color: var(--gainsboro);
  margin-bottom: -20px;
  font-size: 16px;
  font-weight: 700;
}

.top-text.hero.black {
  color: var(--black);
}

.link-block-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slide-01 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.slide-01.about-section {
  padding-left: 0;
  padding-right: 0;
}

.footer-subscribe {
  float: left;
  color: var(--dim-grey);
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.footer-subscribe.email {
  width: 94%;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  width: 35%;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

.subscribe-button:hover {
  background-color: var(--firebrick);
}

.top-padding {
  margin-top: 40px;
}

.footer-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  background-color: #cecece;
  background-image: url('../images/icons8-paper-plane-64_1icons8-paper-plane-64.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.links-category {
  color: #999;
  background-color: #0000;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  color: #000;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  margin-top: 40px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--firebrick);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  background-color: var(--firebrick);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark.center {
  text-align: center;
  display: block;
}

.button.dark.blue {
  background-color: #1341ac;
}

.button.dark.blue:hover {
  background-color: var(--black);
}

.button.dark.hide {
  display: none;
}

.product-page-image {
  text-align: center;
  background-image: url('../images/oriento-663905-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.list-item {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  color: #0c152f99;
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  color: #0c152f99;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.page-title {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title.big {
  color: var(--white);
  text-transform: uppercase;
  width: 50%;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
}

.page-title.big.height {
  align-self: flex-end;
  margin-top: 30px;
  line-height: 50px;
}

.page-title.big.optika {
  line-height: 50px;
}

.page-title.white {
  color: #fff;
  text-align: right;
  align-self: flex-end;
}

.page-title.blue {
  color: var(--semmelweis);
  text-align: right;
  text-transform: uppercase;
  align-self: flex-end;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.paragraph.main {
  width: 30%;
}

.paragraph.main.jobb {
  color: var(--dark-grey);
  text-align: right;
}

.paragraph.main.jobb.black {
  color: var(--black);
}

.paragraph.main.black {
  color: var(--black);
  font-weight: 400;
}

.tab-block {
  background-color: var(--burlywood);
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.tab-block:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.section-tittle {
  color: #000;
  font-family: Pacifico, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.section-tittle.dark {
  color: #f40c28;
}

.section-tittle.white {
  color: var(--white);
}

.history-tittle {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.history-tittle.dark {
  color: var(--white);
}

.history-tittle.dark.right {
  text-align: right;
}

.history-paragraph {
  color: var(--dark-grey);
  text-align: justify;
  margin-top: 20px;
  line-height: 24px;
}

.history-paragraph.ligh {
  color: var(--gainsboro);
}

.history-paragraph.ligh.right {
  text-align: right;
}

.about-column {
  padding-left: 0;
  padding-right: 0;
}

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--firebrick);
  text-decoration: underline;
}

.link-2._2 {
  color: #000;
  margin-right: 2px;
  text-decoration: none;
}

.sub-footer {
  background-color: #dbdbdb1a;
  border-top: 1px solid #ebebeb;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sub-footer.no-padding {
  margin-top: 0;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: center;
  display: inline-block;
}

.right-footertext.dark {
  color: var(--dim-grey-2);
}

.right-footertext.blue {
  color: #6f8dc9;
}

.container-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  opacity: .6;
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--burlywood);
  opacity: 1;
  background-color: #0000;
}

.social-wrapper-div.twitter {
  background-image: url('../images/twitter-logo-silhouette-black.svg');
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--orange-red);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: url('../images/google-plus-Black.svg');
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--firebrick);
  opacity: 1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.related-block {
  color: #000;
  margin-top: 0;
}

.body {
  font-family: Libre Franklin, sans-serif;
}

.body.dark {
  background-color: var(--black);
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.cta-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.different-font {
  color: var(--firebrick);
  font-family: Playfair Display, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.color-block {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 220px;
  display: flex;
  position: relative;
}

.info-sale-block {
  text-align: left;
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.contact {
  margin-top: 0;
}

.sale-tittle.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  font-size: 30px;
  line-height: 40px;
}

.sale-tittle.dark {
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.detail-paragraph.subpage.leica {
  color: #b4b4b4;
  text-align: right;
}

.detail-paragraph.subpage.leica.dark {
  color: var(--black);
  margin-left: 25%;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

.button-link:hover {
  text-decoration: underline;
}

.button-link.product {
  background-color: #f7f7f7;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-bottom: 220px;
}

.row-padding.kozpso {
  margin-top: 220px;
}

.footer-title {
  color: #464646;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.footer-title.light {
  color: var(--gainsboro);
}

.footer-title.blue {
  color: #6f8dc9;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
  display: inline;
}

.about-pompeo-text.center.dark {
  color: var(--dim-grey-2);
}

.about-pompeo-text.center.blue {
  color: #6f8dc9;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-column-left {
  float: left;
  width: 90%;
}

.div-column-right {
  float: right;
  width: 90%;
}

.image-2 {
  position: relative;
  top: 19px;
  left: 53px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  text-align: center;
  background-color: #202020;
  border: 1px #eaf0fd;
  border-radius: 0;
  width: 96%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.image-team-div {
  background-image: url('../images/csillogas.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2 {
  background-image: url('../images/torhetetlen.png');
}

.image-team-div._3 {
  background-image: url('../images/polarizalt.png');
}

.image-team-div._4 {
  background-image: url('../images/szinezett.png');
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 150px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.palyazat-div-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-info {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.form-block-2 {
  background-color: #fff;
  height: 560px;
  padding: 60px;
}

.button-2 {
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--firebrick);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: var(--orange-red);
}

.center-button-block, .left-form {
  text-align: left;
}

.text-field-3 {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.contact-form.message.gray {
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ebebeb;
  width: 98%;
  min-height: 170px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.map {
  height: 440px;
}

.map-wrapper {
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  height: auto;
  padding: 60px;
}

.info-contact-row {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-div {
  background-image: url('../images/alisher-sharip-117976-unsplash-p-3200.jpeg');
  background-position: 0 51%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.divider {
  background-color: #dcdcdc;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.bold-text-3 {
  font-weight: 500;
}

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.image-div-2 {
  background-image: url('../images/36245.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div-2.third {
  background-image: url('../images/shutterstock_547703413987.png');
}

.image-div-2.second {
  background-image: url('../images/524.jpg');
}

.image-div-2.fourth {
  background-image: url('../images/shutterstock_258281537-1.jpg');
  background-position: 100%;
}

.image-div-2.fifth {
  background-image: url('../images/contact-1.jpg');
  background-position: 100%;
}

.image-div-2.sixth {
  background-image: url('../images/About.jpg');
  background-position: 100%;
}

.image-div-2.seventh {
  background-image: url('../images/Shop.jpg');
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.cta-text {
  color: var(--grey);
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
}

.text-span {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: underline;
}

.sticky-navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-3 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--firebrick);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--firebrick);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image {
  width: 100%;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0000001a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  border-bottom: 1px solid #dcdcdc40;
}

.error-state {
  color: var(--firebrick);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.checkout-form-container {
  background-color: #0000;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-left: 50%;
  margin-right: 0%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  background-color: #0000;
  border: 1px #e6e6e6;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: var(--dim-grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.cart-button {
  opacity: .7;
  background-color: #0000;
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

.cart-button:hover {
  opacity: 1;
}

.cart-quantity {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 20px;
  font-weight: 400;
}

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block:hover {
  color: var(--firebrick);
}

.text-block.bg {
  background-color: var(--gainsboro);
  text-align: center;
}

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.remove-button {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  transition: color .4s;
}

.remove-button:hover {
  color: var(--firebrick);
}

.quantity-cart, .cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.error {
  color: var(--firebrick);
  text-align: center;
  font-family: Libre Franklin, sans-serif;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--dim-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: #dbdbdb1a;
}

.text-block-2 {
  color: var(--dim-grey-2);
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  flex: 1;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  flex: 1;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

.apple-pay {
  border-radius: 4px;
  height: 45px;
}

.about-hero-block-2 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licence-item-first {
  background-color: #ff8e644d;
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  background-color: var(--white);
  width: 60%;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

.remove-button-2 {
  text-decoration: none;
}

.r {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: -20px;
}

.slider {
  width: 100%;
  height: 90%;
}

.slidebg-black {
  background-color: #000;
  background-image: url('../images/Leica-01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slidebg-black._1 {
  background-image: url('../images/Optika-NF-teto-v4.jpg');
}

.slide1-img {
  z-index: -1;
  float: right;
  text-align: right;
  max-width: 50%;
  position: absolute;
  top: 13%;
  right: 0;
}

.icon {
  padding-top: 40px;
  font-size: 15px;
}

.icon.dark {
  color: #919191;
  padding-top: 0;
}

.down_icon {
  opacity: .28;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 1%;
}

.leica_logo {
  float: left;
  margin-top: -26px;
}

.logo_icon {
  object-fit: fill;
  background-color: #ebebeb;
  background-image: url('../images/EMO_logo-glow.png');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin-top: 13%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.container.about-section {
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  transform: rotate(43deg);
}

.image-6 {
  transform: rotate(-26deg);
}

.lista-div {
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-top-style: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.lista-div.dark {
  border-style: solid;
  border-color: var(--dim-grey-2);
  background-color: #252525;
}

.lista-div.blue {
  background-color: #2c54a1;
  border-style: solid;
  border-color: #163674;
}

.megye {
  background-color: var(--gainsboro);
  text-align: left;
  height: 30px;
  padding-top: 4px;
  padding-left: 38px;
  transition: all .5s;
  display: block;
}

.megye:hover {
  background-color: #ecded7;
}

.megye.dark {
  background-color: #3b3b3b;
}

.megye.dark:hover {
  background-color: #f40c28;
}

.megye.blue {
  background-color: #183670;
}

.megye.blue:hover {
  background-color: #2f5aad;
}

.text-block-3 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.text-block-3.dark {
  color: #cecece;
}

.list {
  text-align: left;
  margin-bottom: 0;
}

.lista-item {
  color: var(--dim-grey-2);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.lista-item.dark {
  color: var(--gainsboro);
}

.html-embed {
  justify-content: space-around;
  align-items: flex-end;
  height: 426px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.megye-budapest {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-4 {
  font-size: 16px;
}

.hide_icon {
  float: left;
  opacity: .4;
  margin-top: 2px;
  margin-left: -30px;
}

.hide_icon.invert {
  filter: invert();
}

.show_icon {
  float: left;
  opacity: .8;
  margin-top: 2px;
  margin-left: -30px;
}

.show_icon.invert {
  filter: invert();
}

.sticky-navbar-dark {
  z-index: 1000;
  background-color: #252525;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000000d;
}

.sticky-navbar-dark.blue {
  background-color: var(--semmelweis);
}

.slide-nav {
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
}

.column-2 {
  text-align: center;
}

.szoveg {
  color: var(--white);
  width: 80%;
  margin: 32px auto 60px;
}

.leica_bold {
  color: #f40c28;
  font-weight: 400;
}

.slide-02 {
  z-index: 1;
  color: #fff;
  text-align: right;
  width: 1200px;
  max-width: 100%;
  margin-top: 13%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.slide-02.about-section {
  padding-left: 0;
  padding-right: 0;
}

.slide-02.lent {
  align-items: flex-end;
  margin-top: 25%;
}

.slider-semmelweis {
  background-image: url('../images/Semmelweis-banner.jpg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-semmelweis._1 {
  background-image: url('../images/latvany-01.jpg');
}

.empty {
  height: 0;
}

.empty._50px {
  height: 50px;
}

.rich-text-block {
  text-align: left;
}

.name {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.link {
  color: var(--firebrick);
  display: block;
}

.list_link {
  color: var(--burlywood);
  text-decoration: underline;
}

.list_link.dark {
  color: var(--orange-red);
}

.light {
  filter: brightness(200%);
}

.red {
  color: #ee2323;
}

.blue {
  color: #0fdfff;
}

.footer-link {
  color: var(--dim-grey-2);
  text-decoration: none;
}

.alcim {
  color: var(--dim-grey);
  text-transform: uppercase;
  padding-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.palyazat_richtext {
  color: var(--black);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 3px #0000003b;
}

.bemuatatkozo_text {
  color: var(--black);
  text-align: justify;
  margin-bottom: 52px;
  font-size: 16px;
}

.szechenyi {
  z-index: 1000;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-7 {
  width: 180px;
  margin-bottom: 31px;
}

.div-block-3 {
  background-color: #202020;
  padding: 20px;
}

.top {
  z-index: 1000;
  float: left;
  background-color: #ffffff1a;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: sticky;
  inset: auto auto 0% 0%;
}

.image-8 {
  opacity: .41;
  width: 50px;
  height: 50px;
  padding: 10px;
  transform: rotate(180deg);
}

.logok {
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 10px;
  display: flex;
  position: relative;
  bottom: 0%;
}

.white {
  color: var(--white);
}

.bold-text-5 {
  font-size: 26px;
  font-weight: 300;
}

.logodoboz {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.pic {
  width: 80%;
}

.image7 {
  width: 80%;
  transform: rotate(3deg);
}

.letoltes_gomb {
  float: left;
  background-color: #ff8344;
  border-radius: 6px;
  margin-top: 20px;
  margin-right: 20px;
}

.gallery {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  display: flex;
}

.leica_eyecare_logo {
  margin-right: -14px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.szechenyi_kep {
  width: 350px;
}

.szechenyi_plus_bottom {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .hero-section.about-us {
    background-color: #0c152f99;
    background-image: url('../images/appareil-photo.jpg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 8px 50px 40px;
  }

  .hero-section.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(#0006, #0006), url('../images/Shop.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section.about-us.contact {
    background-image: linear-gradient(#0006, #0006), url('../images/contact-1.jpg');
    background-position: 0 0, 50% 96%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section.about-us.licensing {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-section.licensing {
    background-image: linear-gradient(#0006, #0006), url('../images/shutterstock_258281537-1.jpg');
    background-position: 0 0, 50% 54%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hero-section.semmelweis {
    background-color: #0c152f99;
    background-image: url('../images/semmelweis.jpg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 40px 8px 110px 40px;
  }

  .hero-section.semmelweis.shop {
    background-color: #0000;
    background-image: linear-gradient(#0006, #0006), url('../images/Shop.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section.semmelweis.contact {
    background-image: linear-gradient(#0006, #0006), url('../images/contact-1.jpg');
    background-position: 0 0, 50% 96%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section.semmelweis.licensing {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .nav-link {
    border: 1px #000;
    width: 100%;
    max-width: 100%;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 83px;
    display: block;
  }

  .left-block.jobb {
    padding-left: 0;
    padding-right: 60px;
    display: flex;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.collections {
    border-top-width: 0;
  }

  .section.cta {
    background-position: 0 0, 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .brand.footer {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .nav-menu.dark {
    background-color: #252525;
  }

  .nav-menu.blue {
    background-color: #1f4287;
  }

  .nav-menu.kek {
    background-color: var(--semmelweis);
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: #1f2532;
  }

  .icon-2.dark {
    color: var(--orange-red);
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: 0;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .slide-01 {
    padding-left: 45px;
    padding-right: 10px;
  }

  .slide-01.about-section {
    padding-top: 15%;
  }

  .top-padding {
    margin-top: 15px;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .page-title {
    color: #fff;
    margin-top: 0;
  }

  .page-title.big {
    width: 70%;
  }

  .page-title.big.height {
    margin-top: 14px;
  }

  .page-title.blue {
    font-size: 38px;
  }

  .paragraph.main {
    width: 45%;
  }

  .tab-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-footer {
    margin-top: 0;
  }

  .right-footertext {
    text-align: right;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }

  .info-sale-block.padding {
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    color: #fffc;
  }

  .detail-paragraph.subpage.leica.dark {
    margin-left: 40%;
  }

  .row-padding {
    align-items: center;
    display: flex;
  }

  .about-pompeo-text.center.dark {
    font-size: 14px;
  }

  .div-column-left, .div-column-right {
    width: auto;
  }

  .team-wrapper {
    width: 96%;
  }

  .button-2:hover {
    background-color: #fc6f00;
  }

  .info-contact-row, .category-list-wrapper {
    width: 100%;
  }

  .licence-item-1 {
    width: 80%;
  }

  .columns-3 {
    align-items: center;
    display: flex;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.dark {
    background-color: #252525;
  }

  .menu-button.blue {
    background-color: #1f4287;
  }

  .about-hero-block {
    flex-direction: column;
    align-items: flex-end;
    width: 66.66%;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
  }

  .div-block.right {
    width: 100%;
  }

  .container-checkout {
    flex-direction: column;
  }

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-hero-block-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .licence-item-first.changelog {
    width: 80%;
  }

  .slider {
    height: 80%;
  }

  .icon {
    padding-top: 0;
  }

  .container {
    padding-left: 50px;
    padding-right: 10px;
  }

  .container.terkep {
    padding-left: 10px;
  }

  .sticky-navbar-dark {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .slide-02 {
    margin-top: 5%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-02.lent {
    margin-top: 50%;
  }

  .slider-semmelweis {
    background-position: 40%;
  }

  .footer-link {
    font-size: 14px;
  }

  .column-3 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .szechenyi_plus_bottom {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 650px;
  }

  .hero-section.about-us {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .hero-section.about-us.contact {
    height: auto;
  }

  .hero-section.licensing {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .hero-section.semmelweis {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .hero-section.semmelweis.shop {
    height: auto;
    padding-top: 110px;
  }

  .hero-section.semmelweis.contact {
    height: auto;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, #fff0), url('../images/also_banner.jpg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.sale-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .section.sale-section.about.terkep {
    padding-left: 0;
    padding-right: 0;
  }

  .section-content-tittle {
    margin-bottom: 0;
  }

  .vertical-category {
    display: none;
  }

  .top-text.hero {
    font-size: 14px;
  }

  .top-text.hero.black {
    font-weight: 600;
  }

  .slide-01 {
    height: auto;
    padding-left: 24px;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 30px;
  }

  .button {
    text-align: center;
  }

  .button.dark, .button.dark.blue {
    padding: 10px;
  }

  .page-title.big {
    width: 80%;
    font-size: 30px;
    line-height: 35px;
  }

  .page-title.big.height {
    font-size: 30px;
    line-height: 35px;
  }

  .page-title.big.optika {
    line-height: 30px;
  }

  .page-title.white {
    font-size: 34px;
  }

  .page-title.blue {
    font-size: 28px;
  }

  .paragraph.main {
    width: 45%;
    font-size: 13px;
  }

  .paragraph.main.jobb {
    font-size: 13px;
  }

  .paragraph.main.jobb.black {
    font-weight: 600;
  }

  .tab-block {
    margin-bottom: 30px;
  }

  .sub-footer {
    margin-top: 120px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .info-sale-block.padding {
    margin-top: 120px;
    margin-left: 0;
  }

  .detail-paragraph.subpage.leica {
    font-size: 12px;
    line-height: 18px;
  }

  .row-padding {
    margin-bottom: 90px;
    display: block;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .form-block-2 {
    height: auto;
  }

  .column {
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-button {
    font-size: 30px;
  }

  .center-content {
    margin-top: 30px;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-left: 19%;
    margin-right: 25%;
  }

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

  .about-hero-block-2 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .licence-item-first {
    width: 100%;
  }

  .licence-item-first.changelog {
    width: 90%;
  }

  .remove-button-2 {
    text-decoration: none;
  }

  .r {
    font-size: 18px;
  }

  .container {
    height: auto;
    margin-top: 5%;
    padding-left: 10px;
  }

  .container.terkep {
    padding-left: 10px;
  }

  .image-5 {
    width: 80%;
  }

  .slide-02 {
    height: auto;
    margin-top: 5%;
  }

  .slide-02.lent._1 {
    margin-top: 40%;
  }

  .slider-semmelweis {
    background-position: 50%;
  }

  .semmelweis_logo {
    width: 150px;
  }

  .logok {
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .white {
    font-size: 24px;
  }

  .bold-text-5 {
    font-size: 22px;
  }

  .pic {
    width: 50%;
  }

  .image7 {
    width: 60%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .leica_eyecare_logo {
    width: 200px;
  }

  .szechenyi_kep {
    width: 280px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }

  .hero-section {
    height: auto;
    padding-bottom: 30px;
  }

  .hero-section.about-us {
    background-image: url('../images/appareil-photo.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 32px;
    padding-bottom: 0;
    padding-left: 16px;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero-section.about-us.contact, .hero-section.about-us.licensing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.licensing {
    height: 100%;
    padding-top: 20%;
  }

  .hero-section.semmelweis {
    background-image: url('../images/semmelweis.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 32px;
    padding-bottom: 80px;
    padding-left: 16px;
  }

  .hero-section.semmelweis.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero-section.semmelweis.contact, .hero-section.semmelweis.licensing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .left-block {
    padding-left: 80px;
  }

  .section.footer-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section.sale-section {
    padding-bottom: 40%;
  }

  .section.sale-section.about.map, .section.sale-section.about.terkep {
    padding-left: 0;
    padding-right: 0;
  }

  .section.checkout, .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.optikak.terkep {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-flex {
    height: 80px;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .top-text.hero.semmelweis {
    text-align: right;
  }

  .slide-01 {
    height: auto;
    margin-top: 13%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-01.about-section {
    padding-top: 52%;
  }

  .footer-subscribe {
    float: none;
    width: 100%;
  }

  .subscribe-button {
    width: 100%;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.dark {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title.big {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .page-title.big.height {
    font-size: 30px;
  }

  .page-title.blue {
    color: var(--white);
  }

  .paragraph.main {
    width: 100%;
    font-size: 11px;
  }

  .paragraph.main.jobb {
    font-size: 12px;
  }

  .paragraph.main.black {
    font-weight: 600;
  }

  .tab-block {
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .sale-block, .sale-block.padding {
    margin-top: 80px;
  }

  .info-sale-block {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .info-sale-block.padding {
    margin-top: 80px;
  }

  .sale-tittle {
    text-align: center;
  }

  .row-padding {
    margin-bottom: 0;
  }

  .row-padding.kozpso {
    margin-top: 0;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .about-pompeo-text.center.dark {
    font-size: 12px;
  }

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

  .team-wrapper {
    text-align: center;
  }

  .palyazat-div-wrapper {
    width: 100%;
  }

  .form-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    width: 100%;
  }

  .map-wrapper {
    padding: 29px;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    flex: 0 auto;
    width: 100px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .checkout-form-container {
    background-color: #0000;
    padding: 0;
  }

  .about-hero-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .order-confirmation-container {
    color: #0000;
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .cart-container {
    flex-direction: column;
    height: 100%;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-block-2 {
    width: 100%;
    margin-right: 0%;
  }

  .licence-item-first {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .r {
    font-size: 15px;
    line-height: 10px;
    top: -13px;
  }

  .slidebg-black._1 {
    background-position: 50%;
    background-size: cover;
    height: 450px;
  }

  .slide1-img {
    display: none;
  }

  .icon.dark {
    margin-left: 0;
  }

  .icon.dark.jobb {
    margin-left: 50px;
    margin-right: 0;
  }

  .leica_logo {
    width: 65px;
    margin-top: -19px;
    margin-left: 10px;
  }

  .container {
    height: auto;
    margin-top: 13%;
  }

  .container.terkep {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-02 {
    height: auto;
    margin-top: 13%;
  }

  .slider-semmelweis._1 {
    height: 450px;
  }

  .footer-link {
    font-size: 12px;
  }

  .logok {
    width: 100px;
    height: 80px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .white {
    font-size: 20px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: -6px;
    margin-right: -6px;
  }

  .szechenyi_kep {
    width: 100%;
  }
}

#w-node-de58c708-a7d8-15ce-5ad3-7699854e7bc1-8f30a845, #w-node-_6c8d7342-ef18-80fb-de28-541de269df1f-8f30a845, #w-node-_8b8cd102-c1ea-d83f-e1cc-a14f5f773d13-8f30a845, #w-node-_6e3c7b60-2f85-ee49-7824-3f0e6100157e-8f30a845, #w-node-e304d90b-3cbc-73c6-4104-3081ff67a046-8f30a845, #w-node-_90a333d6-a572-a787-3f64-32b0133e3be3-8f30a845, #w-node-_9ef686cc-0283-ab31-bd93-e1105f8e3a34-8f30a845 {
  place-self: center;
}


