/* !!! footer start footer-styles !!! */
#footer .container {
  width: 100%;
  padding: 0;
  /*padding:46px 0 0 20px;*/
}
#footer .container .row{
  background: transparent;
}
.footer-below{
  background: url(../../img/newsletter-bg.png);
  background-size: cover;
}
#blockcms-footer #blockcms-footer-2 #blockcms-footer-3 .col-sm-4{
    display: inline-flex;
    flex-direction: column;
}
.col-sm-4{
    display: inline-flex;
    flex-direction: column;
}

#blocknewsletter {
  background: url(../../img/newsletter-bg.png);
  width: 99%;
  height: 318px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 27px;
}
#blocknewsletter h2.footer-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  margin: 0;
}
#blocknewsletter .form-group {
  margin: 0;
}
#blocknewsletter .form-group input#newsletter-input {
  width: 273px;
  height: 45px;
  background: #090909;
  border: 1px solid #272745;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 30px;
  max-width: 100%;
}
#footer {
  background: #121212;
  border-top: 1px solid #333;
  color: #c8c8c8;
}

#footer .footer-title,
#footer .title_block {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

#footer a {
  color: #c8c8c8;
}

#footer a:hover {
  color: #ff6f61;
}

#footer li {
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}

#footer .icon-2x {
  font-size: 1.4em;
}

#footer #newsletter-input.form-control {
  background: #121212;
  border-color: #c8c8c8;
  color: #777777;
}

#footer .btn {
  background: #121212;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: none;
  color: #c8c8c8;
}

#footer #blockcontactinfos .icon, #footer #blockcontactinfos [class^="icon-"] {
  /*display: none;*/
}

#copyright-footer {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
#blocknewsletter {
    background: url(../../img/newsletter-bg.png);
    width: 99%;
    height: 318px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 27px;
    float: none;
}
#blocknewsletter h2.footer-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
}
#blocknewsletter .form-group {
    margin: 0;
}
#blocknewsletter .form-group input#newsletter-input {
    width: 273px;
    height: 45px;
    background: #090909;
    border: 1px solid #272745;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 30px;
    max-width: 100%;
}
#blocknewsletter span.input-group-btn {
    width: auto;
}
#footer button[name="submitNewsletter"] {
    border: none;
    background: #090909;
    padding: 11px 11px 11.3px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    left: -2px;
    border-bottom: 1px solid #272745;
    border-top: 1px solid #272745;
    border-right: 1px solid #272745;
}
div#blockcms-section {
    margin: 0 auto;
    float: none;
    padding: 20px 30px;
    max-width: 100%;
}
#footer .footer-title, #footer .title_block {
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-transform: none;
    margin: 0 auto;
}
#footer .blockcms-block ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
}

div#copyright-footer {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #FFFFFF;
}

div#footer-payment-logos {
    text-align: center;
    padding: 5em 0 4em;
}

div#footer-payment-logos img {
    display: inline-block;
    margin: 0px 5px;
}
section#blockcms-footer-2 .footer-title {
    height: 42px;
}

@media screen and (max-width:1000px) {
.footer-below {
    background-position-x: center;
}    
    #footer .container {
      /* width: calc(100% - 70px);
      margin-left: 70px; */
    }
    div#blockcms-section {
        padding: 20px 10px;
    }
    #blocknewsletter h2.footer-title {
        font-size: 22px;
    }
    #blocknewsletter > form {
        max-width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    #blocknewsletter .form-group input#newsletter-input {
        max-width: 80%;
    }
    #blocknewsletter > form .input-group {
        display: inline-block;
    }
    #blocknewsletter {
        height: 190px;
        width: 100%;
        margin-left: 4px;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 186% 100%;
    }
}