.footer-bottom-clean{
  margin-top: 12px;
  padding: 14px 0 12px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-pay-row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;      
  overflow: visible;       
  gap: 12px;
  width: 100%;
}


.footer-pay-icon{
  height: 20px;
  width: auto;
  display: block;
  object-fit: contain;
  max-width: 110px;
}

.footer-pay-icon.is-way{ max-width: 120px; }
.footer-pay-icon.is-comodo{ max-width: 110px; }


.footer-copy-row{
  text-align: center;
  color: #fff;
  opacity: .9;
  font-size: 14px;
  line-height: 1.2;
}

.copyright2010{
  position: static !important;
  width: auto !important;
  height: auto !important;
  text-align: inherit !important;
}

@media (max-width: 992px){
  .footer-pay-icon{ height: 18px; }
  .footer-pay-row{ gap: 10px; }
}

@media (max-width: 768px){
  .footer-pay-icon{ height: 16px; max-width: 90px; }
  .footer-pay-row{ gap: 8px; }
}


#widgetWrappere220d64e-145d-423b-01f0-08ddeea20a22 {
    /*width: auto !important;*/
}

@media (min-width: 1025px) and (max-width:1199px){
.scroll-mob header .top-menu .container {
    background: #f5f5f5;
}

.logo-header img {
    width: 85px !important;
    height: 64px;
}

.header-menu-left {
    width: 66%;
}

.header-menu-right {
    width: 34%;
}

#search input.form-control {
    display: none !important;
}
#search {
    position: relative;
}
#search #autosearch_search_results {
    width: 200px;
    left: -185px !important;
}
}

#search.open input.form-control {
    display: block !important;
    position: absolute !important;
    left: -185px !important;
    width: 200px;
    right: auto !important;
    z-index: 99;
}

.close-search {
    display: none;
}

.open .close-search {
    display: block;
    position: absolute;
    font-size: 20px;
    left: -219px;
    top: 16px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    z-index: 99;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 1px;
    border: 1px solid #d2d2d2;
}