#footer,
#footer a {
  color: #fff;
}
#footer a:hover {
  color: var(--color2);
}
.footer-one {
  background: var(--color4);
  padding: 74px 0;
}
.mobile .footer-one {
  padding: 40px 0;
}
.copy-right {
  display: flex;
  align-items: center;
  background: var(--color4);
  margin-bottom: 73px;
}
.mobile .copy-right {
  padding-bottom: 45px;
}
.call-info,
.footer-description {
  margin-bottom: 30px;
}
.copy-right__right {
  display:none;
}
.mobile .copy-right__right {
  display: none;
}
p.footer-desc {
  opacity: 0.74;
}
.scrollup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.copy-right__left {
  width: 100%;
  background: #000000;
  margin-right: auto;
  border-radius: 0 40px 0 0;
  padding: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
.mobile .copy-right__left {
  width: 100%;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 0 15px;
}
.copy-right__left p {
  width: calc(100% - 103px);
  text-align: center;
  font-size: 14px;
}
.mobile .copy-right__left p {
  order: -1;
  width: 100%;
  background: var(--color_black);
  padding: 12px;
  border-radius: 20px 20px 0 0;
}
.mobile .websima-badge {
  margin: 14px auto;
}
.copy-right__left p strong {
  color: var(--color2);
  display: inline-block;
  margin: 0 5px;
}
.footer-contact li i {
  margin-left: 12px;
  font-size: 17px;
  min-width: 32px;
  height: 32px;
  background-color: var(--color3);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contact li a {
  opacity: 0.74;
}

.footer-contact {
  display: grid;
  gap: 20px;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
}
.footer-contact li:first-of-type a:not(:last-of-type)::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 1px;
  background-color: #fff;
  margin: 0 5px;
}
.footer-contact li:first-of-type a:not(:last-of-type) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-sub-menu {
  display: grid;
  gap: 10px;
}
.footer-sub-menu li a {
  transition: all 0.2s ease-in-out;
  position: relative;
  opacity: 0.74;
}
.wrap-ft-menu {
  flex: 1;
}
.short-access {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer.socials {
  background: #000000;
  border-radius: 0 0 0 40px;
}


.footer-two:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 50%;
  background: var(--color1);
  left: 0;
}

.footer-two {
  position: relative;
  overflow: hidden;
}
.top-footer {
  background: var(--color1);
  display: flex;
  align-items: center;
}
a.footer-logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 0 0 40px 40px;
}
.footer-info-title {
  font-size: 32px;
}
.mobile .footer-info-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.footer-title {
  font-size: 18px;
  margin-bottom: 20px;
}
/* footer head */
.logo__ft {
  max-height: 86px;
}
.ft-head-wrap {
  overflow: hidden;
}
.ft-head {
  display: flex;
  flex-wrap: wrap;
}
.ft-logo {
  width: 100%;
  flex: none;
  position: relative;
  display: flex;
  justify-content: center;
}
.ft-logo .bg {
}
.ft-logo::after {
  content: "";
  position: absolute;
  background-color: var(--color1);
  left: -100vmax;
  right: 80%;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 30px 0 0;
}
.ft-logo::before {
  content: "";
  position: absolute;
  background-color: var(--color1);
  right: -100vmax;
  left: 80%;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px 0 0 0;
}
.ft-module {
  flex: 1;
  flex-direction: column;
  display: flex;
}
.ft-module--nws {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.ft-module--nws .title {
  font-size: 30px;
  color: var(--color2);
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
  order: -1;
  margin: 0 0 13px 0;
  width: 100%;
}
.tesy::before {
  content: "";
  position: absolute;
  --size: 30px;
  width: var(--size);
  height: var(--size);
  background-color: red;
  border-radius: var(--size);
  border-radius: 0 100vw 0 0;
  right: 0;
  top: 0;
  --r: 10px;
  box-shadow: var(--r) calc(var(--r) * -1) 0 var(--r) #fff;
}
.ft-module--others {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}

.module--socials {
  display: flex;
  align-items: center;
  line-height: 1;
  flex: none;
  padding: 19px 16px 16px 36px;
  position: relative;
  border-radius: 0 0 0 3vw;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.module--socials:after {
  content: "";
  position: absolute;
  background: var(--color_black);
}
.module--socials a {
  width: 40px;
  height: 40px;
  background: #fff;
  color: var(--color3) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
  font-size: 25px;
  border: 1px solid transparent;
}
.module--socials a:hover {
  color: #000000 !important;
  -webkit-filter: invert(1);
  filter: invert(1);
  border-color: #000;
}
.module--socials .title {
  font-size: 30px;
  color: var(--color2);
  font-weight: normal;
  text-transform: uppercase;

  order: -1;
  width: 100%;
  text-align: center;
}
.module--lang {
  text-align: center;
  margin: auto;
  font-size: 14px;
}
.mobile .module--lang {
  margin-top: 15px;
}
.module--lang .active {
  pointer-events: none;
  color: var(--color2);
}
.mobile .ft-module--others {
  padding: 0;
  justify-content: center;
}
.mobile-others-wrap {
  box-shadow: 0 0 0 100vmax var(--color4);
  -webkit-clip-path: inset(0 -100vmax 0 -100vmax);
  clip-path: inset(0 -100vmax 0 -100vmax);
  background: var(--color4);
  width: 100%;
}
.mobile .module--socials {
  background: var(--color_black);
  border-radius: 0 0 25px 25px;
  padding: 9px 10px 21px;
}
.mobile-others__title {
  position: relative;
  text-align: center;
  font-size: 30px;
  color: var(--color2);
  display: block;
  background: var(--color_black);
  border-radius: 25px 25px 0 0;
  padding: 21px 20px 14px;
  line-height: 1;
}
.mobile-others__title::before,
.mobile-others__title::after {
  content: "";
  position: absolute;
  --size: 30px;
  width: var(--size);
  height: var(--size);
  background-color: var(--color1);
  bottom: 0;
}
.mobile-others__title::before {
  border-radius: 0 0 100vw 0;
  right: 100%;
  box-shadow: 5px 5px 0 5px var(--color_black);
}
.mobile-others__title::after {
  border-radius: 0 0 0 100vw;
  left: 100%;
  box-shadow: -5px 5px 0 5px var(--color_black);
}
/* newsletter */
#newsletter-form {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
#newsletter-form .form-row {
  width: min(415px, 100%);
  position: relative;
}
#newsletter-form .form-row::before {
  content: "@";
  position: absolute;
  color: var(--color1);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  font-family: sans-serif;
  line-height: 1;
  transition: 0.3s;
}
#newsletter-form #email {
  all: unset;
  width: 100%;
  background: #fff;
  height: 54px;
  color: #333;
  border-radius: 4px 3vw 0 0;
  padding: 0 23px 0 46px;
  box-sizing: border-box;
  text-align: left;
}
.mobile #newsletter-form #email {
  border-radius: 25px 4px 0 0;
}
#newsletter-form:focus-within .form-row::before {
  color: #ccc;
}
#newsletter-form #email::-webkit-input-placeholder {
  text-align: right;
  opacity: 0.8;
  color: #a4a4a4;
}

#newsletter-form #email::-moz-placeholder {
  text-align: right;
  opacity: 0.8;
  color: #a4a4a4;
}

#newsletter-form #email:-ms-input-placeholder {
  text-align: right;
  opacity: 0.8;
  color: #a4a4a4;
}

#newsletter-form #email::-ms-input-placeholder {
  text-align: right;
  opacity: 0.8;
  color: #a4a4a4;
}

#newsletter-form #email::placeholder {
  text-align: right;
  opacity: 0.8;
  color: #a4a4a4;
}
.letternews-btn {
  border: none;
  outline: unset;
}
#newsletter-form .alert,
#newsletter-form label.error {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 2;
  font-size: 12px;
  color: #ff68a5;
  background-color: unset;
}
/**************************/
/* BELOW 360px */
/**************************/
@media (min-width: 360px) {
}
/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 576px) {
}
/**************************/
/* ABOVE 800px */
/**************************/
@media (min-width: 800px) {
}
/**************************/
/* ABOVE 1024px */
/**************************/
@media (min-width: 992px) {
  .call-info {
    margin-bottom: 0;
  }
  .footer-description {
    display: grid;
    gap: 8px;
    margin-left: 80px;
    margin-bottom: 0;
  }
  .copy-right__right {
	  flex: 0 0 100px;
	  max-width: 100px;
	  display: flex;
	  align-items: center;
	  align-self: stretch;
	}
	.copy-right__left {
	  width: calc(100% - 100px);
      flex-wrap: nowrap;
      padding-left: 130px;
    }
	.copy-right {
  margin-bottom: 0;
}
}
/**************************/
/* ABOVE 1200px */
/**************************/
@media (min-width: 1200px) {
  .ft-module--others::after {
    content: "";
    position: absolute;
    background-color: var(--color4);
    right: 0;
    top: 0;
    bottom: 0;
    left: -100vmax;
    z-index: -1;
  }
  .module--lang {
    margin: unset;
    text-align: unset;
    margin-right: auto;
  }
  .module--socials .title {
    margin-right: auto;
    order: 0;
    text-align: unset;
    width: auto;
  }
  .module--socials {
    width: 63%;
    justify-content: unset;
    background-color: var(--color_black);
  }
  #newsletter-form .form-row {
    width: 52%;
  }
  .ft-module--nws::after {
    content: "";
    position: absolute;
    background-color: var(--color1);
    right: 0;
    top: 0;
    bottom: 0;
    left: -100vmax;
    border-radius: 0 4vw 0 0;
    z-index: -1;
  }
  .ft-module--nws .title {
    text-align: unset;
    order: 0;
    margin: 6px 0 0 0;
    width: unset;
  }
  #newsletter-form {
    justify-content: unset;
    gap: 30px;
  }
  .ft-module--nws {
    padding: 16px;
    padding-left: 0;
    justify-content: unsafe;
  }
  .ft-logo .bg {
    position: absolute;
    background-color: var(--color4);
    right: -100vmax;
    left: 100%;
    top: 38%;
    bottom: 0;
    z-index: -1;
    border-radius: 3vw 0 0 0;
  }
  .ft-logo::after {
    content: "";
    position: absolute;
    background-color: var(--color4);
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    border-radius: 0;
    left: auto;
  }
  .ft-logo::before {
    content: "";
    position: absolute;
    background-color: var(--color_black);
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    border-radius: 0;
    right: auto;
  }
  .ft-logo {
    width: 28%;
    background-color: #fff;
    border-radius: 0 0 2vw 2vw;
    align-items: flex-start;
  }
  .logo__ft {
    max-height: 127px;
  }
}
@media (max-width: 1199.99px) {
  .ft-logo a {
    width: 60%;
    flex: none;
    position: relative;
    border-radius: 0 0 30px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
    padding: 10px;
  }
  .ft-logo .bg {
    position: absolute;
    background: var(--color1);
    inset: 0;
    z-index: -2;
    top: 49%;
  }
  .ft-module--others,
  .ft-module--nws {
    box-shadow: 0 0 0 100vmax var(--color1);
    -webkit-clip-path: inset(0 -100vmax 0 -100vmax);
    clip-path: inset(-1px -100vmax 0 -100vmax);
    background: var(--color1);
    padding: 35px 0 20px;
  }
}
