.light-design {
  background: #ee509c;
  padding: 81px 0 57px;
  position: relative;
  margin-top: 85px;
}

.light-design__top {
  font-weight: 600;
  font-size: clamp(15px, 0.44rem + 2.14vw, 48px);
  line-height: 100%;
  color: #000;
  max-width: 29ch;
  margin: 0 60px 0 auto;
}

.light-design__container {
  padding: 0 0 0 135px;
}

.title {
  font-weight: 600;
  font-size: clamp(36px, 1.28rem + 4.14vw, 100px);
  line-height: 100%;
  color: #000;
}

.light-design__title {
  max-width: 11ch;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.light-design__btn {
  border: 7px solid #000;
  height: 130px;
  width: fit-content;
  font-weight: 600;
  font-size: clamp(16px, 0.7rem + 1.29vw, 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0 55px;
  margin: 70px 35px 0 auto;
  position: relative;
  z-index: 2;
}

.light-design__btn span {
  max-width: 18ch;
}

.light-design__img {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 50%;
}

.project {
  padding: 110px 0 100px;
}

.project__container {
  padding: 0 135px;
}

.project__title {
  position: relative;
  z-index: 2;
  max-width: 1557px;
}

.project__title::before {
  content: "";
  position: absolute;
  width: 392px;
  height: 144px;
  left: -140px;
  top: -33px;
  background: #ee509c;
  z-index: -2;
}

.project__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 90px;
}

.project__img {
  display: flex;
  width: 100%;
  height: 100%;
}

.project__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project__block {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.project__name {
  font-weight: 600;
  font-size: clamp(20px, 1.07rem + 0.78vw, 32px);
  line-height: 100%;
}

.project__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.arrow__btn {
  border: 7px solid #000;
  height: 120px;
  width: fit-content;
  font-weight: 600;
  font-size: clamp(20px, 1.01rem + 1.04vw, 36px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  padding: 0 0 0 45px;
  margin: 50px 0 0 auto;
  position: relative;
  z-index: 2;
  width: 404px;
}

.arrow__btn span {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.arrow__btn span::after {
  content: "";
  display: inline-block;
  width: 82px;
  height: 69px;
  background-image: url('data:image/svg+xml;utf8,%3Csvg width="82" height="69" viewBox="0 0 82 69" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M45.1626 0.818664C46.26 -0.272902 48.0389 -0.272874 49.1364 0.818664L81.1769 32.6885C82.2744 33.7801 82.2744 35.5495 81.1769 36.6411L49.962 68.1813C48.8646 69.2729 47.0857 69.2729 45.9882 68.1813C44.8909 67.0898 44.8909 65.3203 45.9882 64.2288L72.4061 37.46L0 37.46L0 31.8696L72.4061 31.8696L45.1626 4.7712C44.0652 3.67966 44.0653 1.91024 45.1626 0.818664Z" fill="black"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 20px;
}

.light-store {
  padding: 90px 0 70px;
  background: #00adef;
  position: relative;
}

.light-store__container {
  padding: 0 25px 0 40px;
}

.light-store__title {
  max-width: 13ch;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}

.light-store__bottom {
  display: flex;
  margin-top: 220px;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.light-store__btn {
  border: 7px solid #000;
  height: 130px;
  width: fit-content;
  font-weight: 600;
  font-size: clamp(16px, 0.7rem + 1.29vw, 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0 30px;
  margin-top: 15px;
  min-width: 539px;
}

.light-store__btn span {
  max-width: 20ch;
}

.light-store__name {
  font-weight: 600;
  font-size: clamp(15px, 0.44rem + 2.14vw, 48px);
  line-height: 100%;
  color: #000;
  max-width: 1215px;
}

.light-store__img {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 62%;
}

.light-store__img-mob {
  display: none;
}

.light-hit {
  padding: 120px 0 100px;
}

.light-hit__title {
  max-width: 800px;
}

.light-hit__title::before {
  background: #00adef;
}

.light-hit__blocks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
  margin-top: 50px;
}

.light-hit__btn {
  padding-left: 30px;
  margin-top: 90px;
}

.energy-efficient {
  position: relative;
  background: #e8ff45;
}

.energy-efficient::after {
  content: "";
  position: absolute;
  background: #030303;
  height: 100%;
  width: 20%;

  right: 0;
  top: 0;
}

.energy-efficient__img {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 120px;
  box-shadow: -51px 36px 47px 8px rgba(0, 0, 0, 0.7);
  z-index: 2;
  max-width: 30%;
}

.energy-efficient__stroke {
  writing-mode: vertical-lr; /* Разворачивает текст вертикально */
  transform: rotate(180deg);
  padding: 10px 0;
}

.energy-efficient__items {
  display: flex;
  align-items: stretch;
  gap: 50px;
  height: 100%;
}

.energy-efficient__title {
  max-width: 14ch;
}

.energy-efficient__name {
  font-weight: 600;
  font-size: clamp(15px, 0.44rem + 2.14vw, 48px);
  line-height: 100%;
  color: #000;
  max-width: 21ch;
}

.energy-efficient__btn {
  border: 7px solid #000;
  height: 130px;
  width: fit-content;
  font-weight: 600;
  font-size: clamp(16px, 0.7rem + 1.29vw, 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0 20px;
  margin-top: 15px;
}

.energy-efficient__btn span {
  max-width: 22ch;
}

.energy-efficient__info {
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.energy-efficient__container {
  padding: 0 50px;
}

.project__block {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.project__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.project__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.project-light .project__title {
  max-width: 1357px;
}

.project-light .project__title::before {
  background: #e8ff45;
}

.contact-us .project__title::before {
  background: #e8ff45;
}

.contact-us {
  padding-bottom: 140px;
  padding-top: 70px;
}

.contact-us__container {
  padding: 0 135px;
}

.contact-us__form {
  margin-top: 120px;
  max-width: 1077px;
}

.contact-us__inputs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.contact-us__input {
  height: 66px;
  width: 100%;
  border: 2px solid #000;
  position: relative;
}

.contact-us__download input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.contact-us__input:nth-child(1) {
  grid-column: 1 / 3;
}

.contact-us__input:nth-child(2) {
  grid-column: 3 / 5;
}

.contact-us__input:nth-child(3) {
  grid-column: 5 / 7;
}

.contact-us__input:nth-child(4) {
  grid-column: 1 / 4;
}

.contact-us__input:nth-child(5) {
  grid-column: 4 / 7;
}

.contact-us__input:nth-child(6) {
  grid-column: 1 / 7;
}

.contact-us__input input {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  padding: 0 25px;
}

.contact-us__input input::placeholder {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.contact-us__download {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.contact-us__download span {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  cursor: pointer;
}

.contact-us__input-download {
  cursor: pointer;
}

.checkbox-politic {
  display: flex;
  cursor: pointer;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 18px;
}

.checkbox-politic__inner {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 2px solid #000;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.checkbox-politic__inner > span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.checkbox-politic__inner > span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none"%3E%3Cpath d="M0.353516 4.85352L4.85352 9.35352L13.8535 0.353516" stroke="white"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.checkbox-politic input:checked + .checkbox-politic__inner {
  background: #000;
}

.checkbox-politic input:checked + .checkbox-politic__inner span::before {
  opacity: 1;
  visibility: visible;
}

.checkbox-politic input {
  position: absolute;
  opacity: 0;
}

.checkbox-politic__text {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  max-width: 626px;
}

.contact-us__btn {
  width: 368px;
  height: 66px;
  background: #010101;
  font-weight: 600;
  font-size: 24px;
  line-height: 71%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.contact-us .project__title::before {
  top: -90px;
}

.rs-banner__list li:first-child a span {
  color: #e8ff45;
}

.rs-banner-new .rs-banner__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}

.rs-banner-new .rs-banner__list {
  max-width: 850px;
  position: relative;
}

.rs-banner-new .rs-banner__list:after {
  content: "";
  width: 50%;
  height: 49.1%;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.rs-banner-new .rs-banner__body::after {
  display: none;
}

.rs-banner-new .rs-banner__text {
  font-weight: 600;
  font-size: 36px;
  padding-left: 33px;
  padding-bottom: 30px;
  color: #fff;
}

.rs-banner-new .rs-banner__list li:nth-child(2) a {
  background: url(../img/bg-light2.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rs-banner-new .rs-banner__list li:nth-child(2)::after {
  display: none;
}

.rs-banner-new .rs-banner__list li a span {
  color: #000;
}

.rs-banner-new .rs-banner__list li:first-child::after {
  display: none;
}

.rs-banner-new .rs-banner__list li:first-child h1 a span {
  color: #e8ff45;
  font-size: clamp(30px, 1.6rem + 1.17vw, 48px);
}

.rs-banner-new .rs-banner__list li:first-child a {
  padding: 0 0 20px 5px;
}

.header-new .rs-header__main .header__tel {
  color: #fff;
}

.header-new .rs-header__main .rs-header__menu .menu__actions ul li svg {
  color: #fff;
}

.header-new .rs-header__main .menu__actions li a span{
  background: #fff;
  color: #000;
}

.header-new .rs-header__main .rs-header__menu .menu__icon_line {
  background-color: #fff;
}

@media screen and (max-width: 1439.98px) {
  .light-design__img {
    right: -3%;
  }

  .rs-banner-new .rs-banner__text {
    font-size: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .contact-us .project__title::before {
    top: -65px;
  }

  .contact-us__container {
    padding: 0 20px;
  }

  .light-design__container {
    padding-left: 20px;
  }

  .light-design__btn {
    height: 120px;
    margin: 50px 35px 0 auto;
  }

  .light-design__top {
    margin: 0 20px 0 auto;
  }

  .project__blocks {
    margin-top: 70px;
    gap: 30px;
  }

  .project__block {
    gap: 35px;
  }

  .arrow__btn {
    height: 110px;
    width: 380px;
  }

  .project__container {
    padding: 0 20px;
  }

  .project__title::before {
    width: 341px;
    height: 107px;
    left: -140px;
    top: -21px;
  }

  .light-store__bottom {
    margin-top: 115px;
  }

  .light-store__btn {
    min-width: 460px;
  }

  .light-store__img {
    max-width: 58%;
  }

  .light-store {
    padding: 70px 0 50px;
  }

  .light-store__container {
    padding: 0 20px;
  }

  .energy-efficient__img {
    right: 40px;
  }
}

@media screen and (max-width: 1169.98px) {
  .project__blocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .rs-banner-new .rs-banner__text {
    font-size: 24px;
  }

  .contact-us .project__title::before {
    top: -50px;
  }

  .arrow__btn {
    height: 110px;
    width: 360px;
  }

  .project__title::before {
    width: 314px;
    height: 89px;
    left: -140px;
    top: -14px;
  }

  .light-store {
    padding: 40px 0;
  }

  .light-store__img {
    max-width: 54%;
  }

  .light-store__bottom {
    flex-direction: column-reverse;
    margin-top: 80px;
  }

  .light-hit__blocks {
    grid-template-columns: repeat(3, 1fr);
  }

  .energy-efficient__items {
    gap: 30px;
  }

  .energy-efficient__img {
    right: 10px;
  }
}

@media screen and (max-width: 991.98px) {
  .light-design__btn {
    height: 125px;
  }

  .light-design{
  margin-top: 5px;
  }

  .rs-banner-new .rs-banner__bg {
    height: 60%;
  }

  .header-new .rs-header__main .rs-header__menu .menu__actions {
    background: #000;
  }

  .rs-banner-new .rs-banner__body {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    gap: 0;
  }

  .rs-banner-new .rs-banner__text {
    padding: 20px;
    width: 100%;
    background: #fff;
    color: #000;
  }

  .rs-banner-new .rs-banner__list:after {
    height: 295px;
  }

  .rs-banner-new .rs-banner__list {
    max-width: 100%;
  }

  .contact-us {
    padding-top: 40px;
  }

  .contact-us__inputs {
    grid-template-columns: 1fr;
  }

  .contact-us__input:nth-child(1) {
    grid-column: auto;
  }

  .contact-us__input:nth-child(2) {
    grid-column: auto;
  }

  .contact-us__input:nth-child(3) {
    grid-column: auto;
  }

  .contact-us__input:nth-child(4) {
    grid-column: auto;
  }

  .contact-us__input:nth-child(5) {
    grid-column: auto;
  }

  .contact-us__input:nth-child(6) {
    grid-column: auto;
  }

  .contact-us__bottom {
    flex-direction: column;
  }

  .contact-us__btn {
    width: 100%;
  }

  .contact-us__form {
    margin-top: 80px;
  }

  .contact-us {
    padding-bottom: 100px;
  }

  .contact-us__input input {
    font-size: 15px;
    padding: 0 15px;
  }

  .contact-us__input input::placeholder {
    font-size: 15px;
  }

  .contact-us__input {
    height: 58px;
  }

  .contact-us__download span {
    font-size: 15px;
    padding: 0 15px;
  }

  .contact-us__inputs {
    gap: 16px;
  }

  .contact-us__form {
    margin-top: 60px;
  }

  .checkbox-politic__inner {
    width: 25px;
    height: 25px;
    min-width: 25px;
    border: 1px solid #000;
  }

  .checkbox-politic__inner > span::before {
    width: 16px;
    height: 13px;
  }

  .checkbox-politic {
    gap: 10px;
  }

  .checkbox-politic__text {
    font-size: 13px;
  }

  .contact-us__container {
    max-width: 100%;
  }

  .contact-us__btn {
    height: 59px;
    font-weight: 400;
    font-size: 20px;
  }

  .contact-us {
    padding-bottom: 80px;
  }

  .light-design__img {
    min-width: 500px;
    right: -5%;
  }

  .project__text {
    font-size: 18px;
  }

  .project {
    padding: 70px 0;
  }

  .project__blocks {
    margin-top: 50px;
  }

  .arrow__btn span::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 50px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg width="82" height="69" viewBox="0 0 82 69" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M45.1626 0.818664C46.26 -0.272902 48.0389 -0.272874 49.1364 0.818664L81.1769 32.6885C82.2744 33.7801 82.2744 35.5495 81.1769 36.6411L49.962 68.1813C48.8646 69.2729 47.0857 69.2729 45.9882 68.1813C44.8909 67.0898 44.8909 65.3203 45.9882 64.2288L72.4061 37.46L0 37.46L0 31.8696L72.4061 31.8696L45.1626 4.7712C44.0652 3.67966 44.0653 1.91024 45.1626 0.818664Z" fill="black"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .arrow__btn {
    width: 315px;
  }

  .arrow__btn span {
    gap: 20px;
  }

  .project__title::before {
    width: 296px;
    height: 75px;
    left: -140px;
    top: -9px;
  }

  .light-store__btn {
    min-width: auto;
    height: 110px;
  }

  .light-store__img {
    left: -5%;
  }

  .light-hit {
    padding: 80px 0 60px;
  }

  .energy-efficient__info {
    padding: 20px 0;
  }

  .energy-efficient__img {
    top: 55%;
  }

  .energy-efficient__btn {
    height: 110px;
  }
}

@media screen and (max-width: 767.98px) {
  .light-design__img {
    min-width: 400px;
    right: -200px;
  }

  .rs-banner-new .rs-banner__bg {
    height: 447px;
  }

  .header-new .rs-header__main .rs-header__container {
    max-width: 100%;
  }

  .rs-banner-new .rs-banner__list li:first-child a {
    padding: 0 0 20px 15px;
  }

  .contact-us .project__title::before {
    width: 108px;
    height: 39px;
    left: -30px;
    top: -12px;
  }

  .contact-us__form {
    margin-top: 50px;
  }

  .light-design__btn {
    border: 3px solid #000;
    height: 60px;
    padding: 0 25px;
    margin: 100px auto 0;
  }

  .light-design__title {
    max-width: 10ch;
  }

  .light-design__top {
    margin: 0 0 0 auto;
    max-width: 24ch;
  }

  .light-design__container {
    padding: 0 20px;
    max-width: 100%;
  }

  .project__container {
    max-width: 100%;
  }

  .light-store__container {
    max-width: 100%;
  }

  .light-design {
    padding: 32px 0 44px;
  }

  .project__blocks {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .project__block {
    gap: 20px;
  }

  .project__text {
    margin-top: 15px;
    font-size: 13px;
  }

  .project {
    padding: 33px 0 45px;
  }

  .arrow__btn {
    height: 60px;
    width: 200px;
    border: 3px solid #000;
    padding-left: 20px;
  }

  .arrow__btn span {
    gap: 20px;
  }

  .arrow__btn span::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 30px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg width="82" height="69" viewBox="0 0 82 69" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M45.1626 0.818664C46.26 -0.272902 48.0389 -0.272874 49.1364 0.818664L81.1769 32.6885C82.2744 33.7801 82.2744 35.5495 81.1769 36.6411L49.962 68.1813C48.8646 69.2729 47.0857 69.2729 45.9882 68.1813C44.8909 67.0898 44.8909 65.3203 45.9882 64.2288L72.4061 37.46L0 37.46L0 31.8696L72.4061 31.8696L45.1626 4.7712C44.0652 3.67966 44.0653 1.91024 45.1626 0.818664Z" fill="black"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
  }

  .project__title::before {
    width: 108px;
    height: 39px;
    left: -30px;
    top: -12px;
  }

  .light-store__img-desc {
    display: none;
  }

  .light-store__img-mob {
    display: flex;
  }

  .light-store__btn {
    height: 60px;
    min-width: 240px;
    border: 3px solid #000;
    padding: 0 20px;
    margin: 0 auto;
  }

  .light-store__title {
    margin: 0;
  }

  .light-store__bottom {
    gap: 35px;
    margin-top: 180px;
  }

  .light-store__img-mob {
    left: auto;
    right: 0;
    top: 52%;
    transform: translate(0, -50%);
    min-width: 286px;
  }

  .light-store__name {
    padding: 0 10px;
  }

  .light-store {
    padding: 26px 0 50px;
  }

  .light-hit__blocks {
    grid-template-columns: 1fr;
  }

  .light-hit__btn {
    padding-left: 10px;
    margin-top: 50px;
  }

  .light-hit {
    padding: 35px 0 60px;
  }

  .light-hit__btn span {
    gap: 0px;
  }

  .light-hit__btn span::after {
    margin: 0;
  }

  .energy-efficient__container {
    max-width: 100%;
    padding: 0;
  }

  .energy-efficient__items {
    gap: 15px;
    padding: 36px 0 47px;
    align-items: flex-start;
  }

  .energy-efficient__info {
    gap: 0;
    justify-content: flex-start;
  }

  .energy-efficient__name {
    margin-top: 260px;
  }

  .energy-efficient__btn {
    height: 60px;
    width: 250px;
    padding: 0 10px;
    border: 3px solid #000;
    margin: 70px 0 auto;
  }

  .energy-efficient__img {
    top: 42%;
    max-width: 162px;
    right: 10%;
    box-shadow: -22px 20px 47px -13px rgba(0, 0, 0, 0.7);
  }

  .energy-efficient::after {
    height: 52%;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.contact-us__captcha {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-us__captcha input {
  height: 40px;
  border: 2px solid #000;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  padding: 0 25px;
}

.contact-us__captcha input::placeholder {
  color: #000;
}

@media screen and (max-width: 991.98px) {
  .contact-us__captcha input {
    font-size: 15px;
    padding: 0 15px;
    width: 100%;
  }

  .contact-us__captcha img {
    min-width: 180px;
    width: 180px;
  }
}
