/* footer-1 */
footer.footer-1 {
  background: var(--footer_bg_color, #ffffff);
  padding: 5rem 0 0 0;
}

.footer-1 .footer-text li {
  font-size: 1.4rem;
  color: var(--footer_font_color, #000000);
  letter-spacing: 0.028rem;
  line-height: 2.8rem;
  margin-left: 4rem;
  padding: 0rem !important;
  font-size: initial !important;
}

.footer-1 ul.footer-text,
.footer-1 ul.footer-text li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.footer-1 .footer-text li:after {
  content: none !important;
}

.footer-1 .footer-link a:first-child {
  margin-left: 0;
}

.footer-1 .footer-link a,
.footer-1 .footer-text li a {
  color: var(--footer_active_color, #000000) !important;
}

.footer-1 .footer-link a:hover,
.footer-1 .footer-text li a:hover {
  color: var(--footer_active_color, #000000) !important;
}

.footer-1 .footer-text li:first-child {
  margin-left: 0rem;
}

.footer-1 .footer-link a.link {
  color: var(--footer_font_color, #000000) !important;
}

.footer-newsletter {
  position: relative;
}

.footer-newsletter .newsletter-btn button {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1460px) and (max-width: 1559px) {
  footer.footer-1 {
    padding: 4rem 0rem;
  }
}

@media (min-width: 1360px) and (max-width: 1459px) {
  footer.footer-1 {
    padding: 3rem 0rem;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  footer.footer-1 {
    padding: 3rem 0rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer.footer-1 {
    padding: 3rem 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-1 {
    padding: 2rem 0rem 2.5rem;
  }

  .footer-1 .footer-text li {
    font-size: 1.2rem;
    margin-left: 1.7rem;
  }

  .footer-1 .link {
    font-size: 1.2rem;
  }

  .footer-1  ul.footer-text, 
  .footer-1 .footer-block {
    justify-content: center !important;
  }
  .footer-1 ul.footer-text li:last-child {
    margin-top: 0.9rem !important;
  }
}

@media (max-width: 767px) {
  footer.footer-1 {
    padding: 2rem 0rem 2.5rem;
  }

  .footer-1 .footer-text li {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-left: 0rem;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }

  .footer-1 .link {
    font-size: 1.3rem;
  }

  .footer-1 .footer-link {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }

  .footer-1  ul.footer-text, 
  .footer-1 .footer-block {
    justify-content: center !important;
  }
  .footer-1 ul.footer-text li:last-child {
    margin-top: 0.9rem !important;
  }
}

.footer-1 .footer-top,
footer.footer-1,
.footer-1 .footer-bottom {
  background-color: var(--footer_bg_color, #ffffff);
  color: var(--footer_font_color, #000000);
}

.footer-1 .footer-bottom {
  border-top: 0.2rem solid var(--footer_line_color, #e8e8e81a);
}

.footer-1 .footer-top,
.footer-1 .footer-bottom {
  padding: 5rem 0;
}

.footer-1 .footer-bottom .footer-text li {
  font-size: 1.3rem !important;
}

.footer-1 .footer-top h3 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding-bottom: 2rem;
  margin: 0;
  font-weight: 400;
  color: var(--footer_font_color, #000000);
}
.footer-1 .footer-top .col-info h3{
  font-weight: 600;
}
.footer-1 .footer-newsletter h3 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding-bottom: 2rem;
  margin: 0;
  font-weight: 400;
  color: var(--footer_font_color, #000000);
}

.footer-1 .footer-box ul{
  margin-top: 0;
}
.footer-1 .footer-box ul li {
  padding: 0;
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin: 1rem 0;
}
.footer-1 .footer-box ul li:first-child{
  margin-top: 0;
}
.footer-1 .footer-box ul li a {
  line-height: 2rem;
  color: var(--footer_menu_color, #fff);
}

.footer-1 .footer-box ul li:after {
  display: none;
}

.footer-1 .footer-newsletter p {
  font-size: 1.4rem;
  padding-bottom: 2rem;
  line-height: 2.1rem;
  margin: 0;
}
.footer-1 .footer-newsletter .newsletter-wraper {
  position: relative;
}
.footer-1 .footer-newsletter .newsletter-wraper .form-control {
  outline: none !important;
  border: 0;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 5.6rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  border: none;
  color: #000000;
  width: calc(100% - 14.6rem);
  line-height: 2rem;
}
.footer-1 .footer-newsletter .newsletter-wraper .form-control::placeholder{
  opacity: 1;
  color: #989898;
}
.footer-1 .footer-newsletter .newsletter-wraper .form-control:-ms-input-placeholder{
  color: #989898;
}
.footer-1 .footer-top-place {
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: var(--footer_font_color, #000000);
}

.footer-1 .footer-newsletter .newsletter-error {
  margin-bottom: 1.7rem;
}

.footer-1 .newsletter-agreement-checkbox {
  margin-right: 1.2rem;
}

.footer-1 .footer-newsletter .newsletter-wraper button {
  background-color: #0e58b9;
  border-radius: 0.5rem;
  color: var(--footer_font_color, #000000);
  border: none;
  letter-spacing: 0;
  width: 13.6rem;
  min-width: 13.6rem;
  font-size: 1.6rem;
  height: 5.6rem;
}

.footer-1 .footer-newsletter .chk {
  color: var(--footer_font_color, #000000);
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-left: 2.5rem;
}

.footer-1 .footer-newsletter .chk a {
  color: var(--footer_active_color, #0d6efd);
}
.footer-1 .footer-newsletter .chk .checkmark{
  width: 1.5rem;
  height: 1.5rem;
  background: var(--footer_font_color, #000000);
  border: 0;
  border-radius: 0.4rem;
}
.footer-1 .footer-top-link {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.footer-1 .footer-top-link:last-child{
  margin-bottom: 0;
}

.footer-1 .footer-top-link a {
  color: var(--footer_active_color, #000000) !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.footer-1 .footer-top-link img {
  margin-right: 1.1rem;
}

.footer-1 .newsletter-agreement {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}

.footer-1 .newsletter-agreement a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline !important;
}

.footer-1
  .newsletter-agreement-checkbox
  input[type="checkbox"].error
  ~ .checkmark {
  border: 0.1rem solid red;
}

.footer-1 .newsletter-agreement-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.8rem;
  min-width: 1.8rem;
  margin: 0 1.4rem 0 0;
  font-size: 0;
  line-height: 0;
  height: 1.8rem;
  top: 0;
  left: 0;
  position: absolute;
}

.footer-1 .newsletter-agreement-checkbox .checkmark {
  position: absolute;
  top: -0.3rem;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #eee;
  border-radius: 0.3rem;
}

.footer-1 .newsletter-agreement-checkbox .checkmark:after {
  left: 0.8rem;
  top: 0.4rem;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.footer-1 .newsletter-agreement-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.footer-1 .newsletter-agreement-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.footer-1 .newsletter-agreement-checkbox input:checked ~ .checkmark {
  background-color: var(--header_active_color, #008e2f);
}

.footer-1 .newsletter-agreement-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.footer-1 .newsletter-error {
  padding: 0;
  display: block;
  font-size: 1.1rem;
  color: #f20c0c;
  margin-top: 0.4rem;
  list-style-type: none;
}

.footer-1 .footer-box ul.footer-socials {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}

.footer-1 .footer-box ul.footer-socials li{
  margin: 0 0.6rem;
}
.footer-1 .footer-box ul.footer-socials li:first-child{
  margin-left: 0;
}
.footer-1 .footer-box ul.footer-socials li:last-child{
  margin-right: 0;
}
.footer-1 .footer-box ul.footer-socials li img {
  height: 4.2rem;
  width: auto;
}
.footer-1 .footer-top .justify-between{
  justify-content: space-between;
}
.footer-1 .footer-top .openmenu,
.footer-1 .footer-top .submenu{
  display: none !important;
}
.footer-1 .col-link-1,
.footer-1 .col-link-2{
  max-width: 22rem;
}
.footer-1 .col-info,
.footer-1 .col-socials{
  min-width: 35rem;
  max-width: 35rem;
}
.footer-1 .col-newslatter {
  min-width: 45.4rem;
  max-width: 45.4rem;
}
.footer-1 .footer-bottom .footer-left ul {
  margin: 0;
}
.footer-1 .footer-bottom .footer-text li{
  margin-bottom: 0;
}
.footer-1 .footer-link a.link {
  font-size: 1.3rem;
}
@media(min-width:1560px) and (max-width:1629px){
  .footer-1 .col-info, 
  .footer-1 .col-socials {
    min-width: 32rem;
    max-width: 32rem;
  }
}
@media(min-width:1460px) and (max-width:1559px){
  .footer-1 .col-info, 
  .footer-1 .col-socials {
    min-width: 30rem;
    max-width: 30rem;
  }
}
@media(min-width:1360px) and (max-width:1459px){
   footer.footer-1 {
    padding-bottom: 0;
  }
  .footer-1 .footer-top, 
  .footer-1 .footer-bottom {
    padding: 3.5rem 0;
  }
  .footer-1 .col-info{
    min-width: 28rem;
    max-width: 28rem;
  }
  .footer-1 .col-socials{
    min-width: 24rem;
    max-width: 24rem;
  }
  .footer-1 .footer-box ul.footer-socials li img {
    height: 3.7rem;
  }
}
@media(min-width:1200px) and (max-width:1359px){
  footer.footer-1 {
    padding-bottom: 0;
  }
  .footer-1 .footer-top, 
  .footer-1 .footer-bottom {
    padding: 3.5rem 0;
  }
  .footer-1 .col-info{
    min-width: 26rem;
    max-width: 26rem;
  }
  .footer-1 .col-socials {
    min-width: 18rem;
    max-width: 18rem;
  }
  .footer-1 .footer-box ul.footer-socials li img {
    height: 3.5rem;
  }
  .footer-1 .col-newslatter {
    min-width: 41.4rem;
    max-width: 41.4rem;
  }
  .footer-1 .footer-newsletter .newsletter-wraper .form-control {
    height: 5rem;
    padding: 0 1.7rem;
    font-size: 1.3rem;
    width: calc(100% - 13.5rem);
  }
  .footer-1 .footer-newsletter .newsletter-wraper button {
    width: 12.5rem;
    min-width: 12.5rem;
    font-size: 1.4rem;
    height: 5rem;
    padding: 0;
  }
}
@media(min-width:992px) and (max-width:1199px){
  footer.footer-1 {
    padding-bottom: 0;
  }
  .footer-1 .footer-top, 
  .footer-1 .footer-bottom {
    padding: 3rem 0;
  }
  .footer-1 .col-info{
    min-width: 22rem;
    max-width: 22rem;
  }
  .footer-1 .col-socials {
    min-width: 13rem;
    max-width: 13rem;
  }
  .footer-1 .col-newslatter {
    min-width: 37rem;
    max-width: 37rem;
  }
  .footer-1 .col-link-1, 
  .footer-1 .col-link-2 {
    max-width: 15rem;
  }
  .footer-1 .footer-top h3,
  .footer-1 .footer-newsletter h3,
  .footer-1 .footer-newsletter p{
    font-size: 1.3rem;
    line-height: 2rem;
    padding-bottom: 1.5rem;
  }
  .footer-1 .footer-box ul.footer-socials li img {
    height: 3rem;
  }
  .footer-1 .footer-box ul.footer-socials li {
    margin: 0 0.3rem;
  }
  .footer-1 .footer-newsletter .newsletter-wraper .form-control {
    height: 5rem;
    padding: 0 1.5rem;
    font-size: 1.3rem;
    width: calc(100% - 12.5rem);
  }
  .footer-1 .footer-newsletter .newsletter-wraper button {
    width: 12rem;
    min-width: 12rem;
    font-size: 1.4rem;
    height: 5rem;
    padding: 0;
  }
  .footer-1 .footer-newsletter .chk {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
@media(min-width:768px) and (max-width:991px){
  footer.footer-1{
    padding-bottom: 0;
  }
  .footer-1 .footer-top, 
  .footer-1 .footer-bottom {
    padding: 3rem 0;
  }
  .footer-1 .footer-top .justify-between {
    justify-content: flex-start;
  }
  .footer-1 .col-info{
    min-width: 29rem;
    max-width: 29.1rem;
  }
  .footer-1 .col-newslatter {
    min-width: 49.5rem;
    max-width: 49.5rem;
  }
  .footer-1 .col-socials {
    min-width: 20rem;
    max-width: 20rem;
  }
  .footer-1 .footer-newsletter .newsletter-wraper .form-control,
  .footer-1 .footer-newsletter .newsletter-wraper button {
    height: 5rem;
  }
  .footer-1 .footer-box ul.footer-socials {
    justify-content: flex-start;
  }
  .footer-1 .footer-box ul.footer-socials li img {
    height: 3rem;
  }
}
@media(max-width:767px){
  .footer-1 .footer-top, 
  .footer-1 .footer-bottom {
    padding: 2rem 0;
  }
  .footer-1 .footer-top h3 {
    padding-bottom: 1.2rem;
  }
  .footer-1 .col-info, 
  .footer-1 .col-socials,
  .footer-1 .col-newslatter{
    min-width: 100%;
    max-width: 100%;
  }
  .footer-1 .footer-newsletter .newsletter-wraper .form-control {
    height: 5rem;
    width: calc(100% - 12.5rem);
  }
  .footer-1 .footer-newsletter .newsletter-wraper button {
    width: 12rem;
    min-width: 12rem;
    font-size: 1.4rem;
    height: 5rem;
    padding: 0;
  }
  .footer-1 .footer-box ul li {
    margin: 0.6rem 0;
  }
  .footer-1 .footer-box ul.footer-socials {
    justify-content: center;
  }
  .footer-1 .footer-box ul.footer-socials li img {
    height: 3.5rem;
  }
  .footer-1 .footer-bottom .footer-text li {
    font-size: 1.2rem !important;
  }
  .footer-1 .footer-link a.link {
    font-size: 1.2rem;
  }
  .footer-1 .footer-newsletter p {
    font-size: 1.3rem;
    padding-bottom: 1.2rem;
  }
}