/*Footer Like E-Lysh*/

.footer-center .container {
  padding: 0 11px;
  margin: 0 auto;
  width: 100%;
  max-width: 93%;
}
#footer_container {
  display: flex;
}
#footer_left_column {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ffffff29;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}
#footer_right_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  padding: 0;
  position: relative;
}
.block.ApLink.ApBlockLink {
  flex: 0 0 33.33%;
  padding: 0 0 30px 25px;
}
.footer_copyright {
  flex: 1;
  border-top: 1px solid #ffffff29;
  padding-left: 25px;
  position: relative;
}
.footer_copyright:before {
  content: "";
  position: absolute;
  top: -1px;
  height: 1px;
  width: 900px;
  background: #ffffff29;
  left: 100%;
}
.logo_footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0 0;
}
.footer_copyrights {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.dated {
  color: #fff;
  float: left;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
}
.dated a {
  color: #fff;
}
.logo_footer .img_bank {
  display: flex;
  gap: 10px;
}
.ssl img {
   filter: brightness(0) invert(1);
 }
.img_bank img {
  filter: brightness(0) invert(1);
}
.footer-container li a {
  color: white;
}
.footer-container .open_time li, #block_myaccount_infos li, .ApBlockLink li {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
}
.footer-container .footer-center {
  padding: 0;
}
#footer .ApImage {
  border-top: 0 solid #e4e4e4 !important;
  text-align: left;
  margin-top: 35px;
}
.footer-container .block .title_block {
  color: #fff !important;
  line-height: 22px;
  font-size: 1.9rem !important;
  font-weight: normal;
  letter-spacing: 0;
  font-style: normal;
  text-transform: uppercase;
}
.footer-container .block .title_block {
  padding-top: 35px;
  padding-bottom: 15px;
}
.footer_follow_icons {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  justify-content: center;
}
.contact_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 20px;
  align-items: flex-start;
}
.phones-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.contact_row a {
  color: #fff;
  font-size: 1.6rem;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 6px 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.contact_row a svg {
  width: 25px;
  height: 25px;
}
.contact_row span {
  padding-left: 10px;
  transition: 0.2s ease;
}
.socials-row {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding: 6px 0;
}
.social_texts span {
  color: #fff;
  font-size: 1.6rem;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 6px 0;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding-left: 0 !important;
  width: 100%;
}
.contact_row span {
  padding-left: 10px;
  transition: 0.2s ease;
}
.contact_row a:hover span {
  transform: translateX(5px);
  transition: transform 0.2s ease;
}
.footer-container .ApBlockLink ul li a:hover {
  color: white !important;
}
.socials-row a{
  transition: all .5s ease-in-out;
}
.socials-row a:hover{
  transform: translateY(-3px);
}
.dated a:hover {
  color:#4d7ab7;
}
.soc-hid{
  display: none!important;
}
.gemi-numb{
  color: white;
  padding-top: 10px;
  font-size: 14px;
}

#footer .show-gdpr-modal {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: black !important;
  margin-left: 0 !important;
  margin-top: 2px !important;
  transition: 0.18s;
  position: absolute;
  bottom: 13px;
  right: -10px;
  border-radius: var(--radius-primary);
}
#footer .show-gdpr-modal {
  float: right;
  background-color: white!important;
  color: black !important;
  max-height: unset !important;
  border-radius: 5px !important;
  padding: 8px 14px !important;
  border: 0 !important;
  font-size: 14px !important;
}
#footer .show-gdpr-modal:hover {
  background-color: var(--grey)!important;
}

#cms .cms_title, #cms .company_title {
  color: #16263f;
}
.dated a:hover{
color: #5f9559;
}


@media  (min-width: 1921px) and (max-width: 10000px){}

@media (max-width: 1239px){
  .footer-center .container {
    max-width: 95%;
  }
}
@media (max-width: 1199px){
  #footer_left_column {
    flex: 0 0 100%;
    border: 0;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  #footer .ApImage {
    margin: 0;
  }
  #footer_container {
    flex-direction: column;
  }
  .footer-container .block .title_block {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px){
  .footer-center .container {
    max-width: 100%;
  }
  #footer_left_column {
     flex-direction: column;
     align-items: center;
     width: unset;
   }
  #footer .ApImage {
    margin: 30px 0 0;
  }
  #footer .container > .ApRow {
    margin: 0 !important;
  }
  .footer_follow_icons {
    margin-top: unset;
  }
  .contact_row {
    flex-direction: row;
    padding: 30px 0;
    align-items: center;
  }
  .phones-row {
    gap: 0;
  }
  .contact_row a {
    padding: 6px 10px;
  }
  .contact_row span {
    display: none;
  }
  .socials-row {
    gap: 0;
    padding: 0;
  }
  .contact_row span {
    display: none;
  }
  #footer_right_column {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 0;
    position: relative;
    width: unset;
    flex-direction: column;
  }
  #footer .block.ApLink.ApBlockLink {
    padding: 0;
  }
  #footer_right_column .accordion_small_screen > div {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  #footer .block.ApLink.ApBlockLink ul:last-of-type {
    margin: 0 auto 20px;
  }
  .footer_image img {
    padding: 0;
    max-width: 220px;
  }
  .footer_copyrights {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    border-top: 1px solid #ffffff29;
  }
  .logo_footer {
    align-items: center;
    padding: 20px 0;
  }
  .img_bank img, .ssl img {
    height: 25px;
  }
  .footer_copyright {
    padding-left: 0;
  }
  .footer_copyright:before {
    width: 0;
  }
  .footer-container .block .title_block {
    font-size: 1.6rem !important;
  }
  #footer_right_column .material-icons {
    cursor: pointer;
    color: white;
    font-size: 24px;
  }
  .footer-container .block .title_block {
    padding-top: 0;
  }
  #footer .show-gdpr-modal {
    bottom: 3px;
  }
}
@media (max-width: 480px){
  .contact_row a svg {
    width: 20px;
  }
  .contact_row {
    padding: 17px 0;
    margin-left: 15px;
  }
  .footer-container .footer-center {
    padding: 0 25px !important;
  }
}
@media (max-width: 400px){
  .footer_copyrights {
    padding: 10px 0 45px;
    align-items: center;
    flex-direction: column;
  }
  .logo_footer .img_bank img, .logo_footer .ssl img {
    height: 20px;
  }
  .contact_row {
    padding: 15px 0;
  }
  .footer-container .block .title_block {
    font-size: 1.5rem !important;
  }
  #footer_right_column .material-icons {
    line-height: 22px;
  }
  .footer_image img {
    max-width: 210px;
  }
  #footer .show-gdpr-modal {
    bottom: -4px;
    right: 0;
    left: 5px;
    text-align: center;
  }
  .dated {
    width: 260px;
    text-align: center;
  }
  .small-line-hid{
    display: none;
  }
}



