@charset "UTF-8";
* {
  position: relative;
  direction: rtl;
  font-family: 'almoni-dl', sans-serif;
  outline: none;
}

.container {
  max-width: 1200px;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
}


.slick-dots {
  padding-left: 0;
}

.btn {
  width: 280px;
  height: 70px;
  background-color: #26B1FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn:hover {
  background-color: #0D86CA;
}

.btn-hdr__logo {
  padding-left: 20px;
}

.btn-hdr__link {
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
}

.btn-main {
  height: 46px;
  width: 178px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-main__link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.btn-main__logo {
  width: 23px;
  height: 23px;
  margin-left: 11px;
}

.form-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  top: -130px;
  margin: 0 auto;
  padding: 44px 40px 54px 40px;
  width: 90vw;
  height: 246px;
  background-color: #EDF0F6;
  border-radius: 20px;
  box-shadow: 0px 0px 52px 18px rgba(26, 18, 59, 0.12);
}

.form-main__block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.form-main__input {
  background-color: transparent;
  border: none;
  width: 290px;
  border-bottom: 2px solid #d1d0d8;
  margin: 0 16px;
}

.form-main__input:focus{
  border-bottom: 2px solid  #26B1FF;
  outline: none;
}

.form-main__input:focus::placeholder{
  color:  #26B1FF;
}

.form-main__input ::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
}

.form-main__input ::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
}

.form-main__input :-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
}

.form-main__input ::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
}

.form-main__input ::placeholder {
  font-size: 18px;
  font-weight: 400;
}

.form-main__btn {
  width: 160px;
  height: 46px;
  border-radius: 30px;
  border: none;
  background-color: #606276;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.form-main__btn:hover {
  background-color: #31334D;
}

.blocks {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.blocks__item {
  display: flex;
  flex-direction: column;
}

.blocks__item::after {
  content: "";
  display: block;
  width: 35px;
  height: 56px;
  background-image: url("../img/icons/two_arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 3%;
  left: -10px;
}

.blocks__image-wrap {
  text-align: right;
  max-height: 80px;
}

.blocks__title {
  padding-top: 33px;
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  color: #606276;
}

.blocks__dscr {
  font-size: 18px;
  text-align: right;
  width: 150px;
}

.blocks__item:last-child::after {
  display: none;
}

.title__h2 {
  font-weight: 900;
  font-size: 80px;
  text-align: right;
  color: #ffffff;
  line-height: 86px;
}

.title__h1 {
  text-align: right;
  font-size: 65px;
  font-weight: 700;
  line-height: 68px;
  color: #26B1FF;
}

.title__h3 {
  font-size: 45px;
  color: #ffffff;
  line-height: 47px;
}

.title__h3_form {
  font-weight: 900;
  color: #606276;
}

.title__h3_section {
  font-weight: 700;
  color: #606276;
  text-align: center;
}

.title__h3_section::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 31px;
  width: 1px;
  background-color: #26B1FF;
  margin-top: 10px;
}

.title__h3_section::before {
  content: "";
  display: block;
  margin: 0 auto;
  height: 31px;
  width: 1px;
  background-color: #26B1FF;
  margin-bottom: 10px;
}

.bottom__line::after {
  content: "";
  display: block;
  height: 3px;
  width: 187px;
  background-color: #26B1FF;
  margin-top: 8px;
  margin-bottom: 16px;
}


.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
}

.header{
  position: sticky;
  top: 0;
  z-index: 100;
  background-color:#ffffff;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 125px;
}

.header__logo {
  width: 105px;
  height: 80px;
}

.menu-hdr__wrapper {
  display: flex;
  width: 650px;
}

.menu-hdr__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.menu-hdr__item a{
  font-weight: 400;
  font-size: 18px;
  color: #a3aab5;
}

.promo {
  background-image: url("../img/banner_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 835px;
}

.promo__wrapper {
  float: right;
  padding-top: 150px;
}

.promo__title {
  text-align: right;
}

.promo__check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 425px;
  padding-right: 40px;
}

.promo__btn {
  padding-top: 37px;
}

.check__item {
  font-size: 35px;
  color: #ffffff;
  font-weight: 400;
}

.check__item::before {
  content: "";
  display: block;
  position: relative;
  top: 38px;
  right: -40px;
  height: 27px;
  width: 27px;
  background-image: url("../img/icons/check_icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.how {
  height: 550px;
  margin-top: -50px;
}

.how__blocks {
  padding-top: 43px;
}

.about {
  background-color: #EDF0F6;
  height: 1067px;
  color: #606276;
  text-align: right;
  font-size: 18px;
}

.about__title {
  padding-top: 42px;
  padding-bottom: 29px;
}

.about__sub-title {
  font-size: 25px;
  font-weight: 900;
  text-align: right;
  padding-bottom: 48px;
}

.about__text {
  font-weight: 400;
  text-align: right;
  line-height: 27px;
  padding-bottom: 48px;
}

.about__text::first-line {
  font-weight: 900;
}

.about__video {
  width: 100%;
}

.about__list {
  padding-top: 85px;
}

.about__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.about__picture {
  margin-top: 80px;
}

.about__item {
  padding-bottom: 15px;
  padding-right: 27px;
}

.about__item::before {
  content: '';
  height: 17px;
  width: 17px;
  display: block;
  position: relative;
  background-image: url("../img/check_b.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 22px;
  right: -27px;
}

.video_abt iframe{
  width: 100%;
}

.faq {
  height: 903px;
  background-image: url("../img/faq_bg.jpg");
  background-repeat: no-repeat;
}

.faq__title {
  padding: 50px 0;
}

.accord__wrap {
  margin: 0 auto;
  width: 792px;
  text-align: right;
  color: #606276;
  border-top: 1px solid rgba(0, 0, 0, 0.38);
  padding-left: 20px;
}

.accord__wrap:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.accord__title {
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}

.accord__title::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/plus.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.accord__descr {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
  transition: 0.3s all;
}

.active {
  transition: 0.3s all;
  display: none;
}

.active_pl{
  transition: 0.3s all;
}

.accord__title.active_pl::after {
  background-image: none;
  background-color: #26B1FF;
  width: 14px;
  height: 2px;
}

.review {
  height: 734px;
  background-color: #EDF0F6;
  margin: 0 auto;
}

.review__slider {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  color: #606276;
  font-size: 18px;
}

.review__title {
  padding-top: 50px;
}

.slider__name {
  padding-top: 40px;
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 25px;
  line-height: 38px;
}

.slider__descr {
  width: 50%;
  padding: 10px;
  margin: 0 auto;
}

.slick-arrow {
  border: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  height: 40px;
  width: 31px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev {
  background-image: url("../img/icons/left.svg");
  left: 40px;
  z-index: 1;
}

.slick-prev:hover {
  background-image: url("../img/icons/left_h.svg");
}

.slick-next {
  background-image: url("../img/icons/right.svg");
  right: 40px;
}

.slick-next:hover {
  background-image: url("../img/icons/right_h.svg");
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 8px;
}

.slick-dots li {
  height: 100%;
  width: 8px;
  margin-left: 5px;
  margin-top: 127px;
}

.slick-dots li button {
  border: none;
  background-color: transparent;
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #A6A9B6;
  padding: 1px;
}

.slick-dots li.slick-active button {
  background-color: #606276;
  border-radius: 100%;
}

.slick-arrow:focus {
  outline: none;
}

.contact {
  height: 738px;
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #606276;
  text-align: right;
}

.contact__wrapper {
  padding: 96px 78px 50px 78px;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.contact__title {
  font-weight: 900;
  font-size: 45px;
  line-height: 48px;
}

.contact__descr {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  padding-bottom: 50px;
}

.contact__form {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

#wpcf7-f22-o2 p{
  width: 100%;
}
#wpcf7-f22-o2{
  width: 100%;
}


.contact__input {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}

.contact__label {
  font-weight: 800;
  font-size: 18px;
  color: #26B1FF;
}

.contact__btn {
  background-color: #26B1FF;
}

.contact__btn:hover {
  background-color: #0D86CA;
}

.contact .bottom__line::after {
  margin: 22px 0;
}

.contact .container, .contact .row {
  height: 100%;
}

.footer {
  height: 57px;
  background-color: #606276;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EDF0F6;
}

.footer__link {
  padding: 0 10px;
}

.footer__link a {
  text-decoration: none;
  color: #EDF0F6;
}

.footer__img {
  height: 15px;
  width: 70px;
}
.page_n{
  height: 50vh;
  display: flex;
  align-items: center;
}

.page_n .title__h1{
  padding: 100px 0;
  text-align: center;
}
.page-id-101 .footer, .error404 .footer{
  bottom: 0;
  width: 100%;
  position: fixed;
}


.thanks__wrapper {
  color: #606276;
  padding-top: 75px;
  padding-bottom: 100px;
}



.thanks__img {
  margin: 0 auto;
  width: 315px;
  height: 300px;
  background-image: url('../img/icons/thank_you.svg');
  background-size: cover;

}

.thanks__title {
  text-align: center;
  font-size: 80px;
  font-weight: 900;
}


.thanks__descr {
  text-align: center;
  font-size: 40px;
  padding-bottom: 50px;

}

.thanks .btn{
  color:#ffffff;
  margin: 0 auto;
  font-weight: 900;
}

.wpcf7 input{
  direction: rtl!important;
}

.wpcf7{
  overflow: hidden;
}


#popmake-115{
  

  width: 885px;
  height: 431px;
  border-radius: 20px;
  box-shadow: 0px 0px 52px 18px rgba(26, 18, 59, 0.12);
  padding: 50px;
}

.popmake-content{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%!important;
}

.popup__img{
  width: 295px;
  height: 220px;
  background-image: url('../img/pop-ap.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 78px;

  width: 50%;
}

.pop__tit{
  font-size: 35px;
  font-weight: 900;
  color: #606276;
  margin-bottom: 20px;
  text-align: right;
}

#wpcf7-f117-o1{
  direction: rtl;
  text-align: right;
  width: 90%;
}

.popmake-close{
  position: absolute;
    left: 27%;
    top: 29%;
    z-index: 10000000000;

    border: none;
    background-color: transparent;
}
#wpcf7-f22-o3{
  width: 100%;
}

@media (min-width: 1439px) {
  .form-main {
    width: 1440px;
  }
}





@media (max-width: 1439px) {
  .about img {
    width: 100%;
  }
  .header .btn {
    width: 100%;
  }
}

@media (max-width: 1310px) {

  .promo {
    background-position-x: -174px;
  }
  #wpcf7-f21-o1{
    width: 100%;
  }
  .form-main {
    top: -90px;
    margin: 0 auto;
    padding: 20px;
    text-align: right;
    width: 90%;
    height: 100%;
    padding: 18px 33px 33px 33px;
  }
  .form-main__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .form-main__input {
    width: 100%;
    border-bottom: 2px solid #d1d0d8;
  }
  .form-main__input ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-main__input ::-moz-placeholder {
    font-size: 16px;
  }
  .form-main__input :-ms-input-placeholder {
    font-size: 16px;
  }
  .form-main__input ::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-main__input ::placeholder {
    font-size: 16px;
  }
  .form-main__btn {
    width: 90%;
    height: 38px;
    font-size: 16px;
  }
  .form-main__block span{
    width: 100%;
  }

  .wpcf7-response-output{
    width: 100%;
  }
  .contact__input{
    margin-bottom: 30px;
  }
  .mbtns{
    display: none;
  }
}

.joinchat__button__open {
    background: transparent url(https://www.interqr.co.il/wp-content/uploads/2021/04/whatsapp-58x58.png) 50% no-repeat!important;
    background-size: 80%;
}

.joinchat__button{
	background: transparent!important;
}

@media (max-width: 768px) {
  * {
    line-height: 1.2;
    font-size: 16px;
  }
  .header {
    height: 100%;
    padding: 10px 0;
  }
  .header img {
    height: 60px;
  }
  .header__inner {
    height: 100%;
    display: flex;justify-content: center;
  }
  .header__logo {
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
  .btn-hdr__wrapper, .header__menu {
    display: none;
  }
  .promo {
    height: 500px;
  }
  .promo__wrapper {
    float: right;
    padding-top: 35px;
  }
  .promo__title {
    text-align: right;
  }
  .promo__check {
    width: 300px;
  }
  .promo__btn {
    padding-top: 37px;
  }
  .check__item {
    font-size: 20px;
  }
  .check__item::before {
    top: 21px;
    right: -21px;
    height: 14px;
    width: 14px;
  }
  .title__h2 {
    font-size: 35px;
    line-height: 1.2;
  }
  .title__h1 {
    font-size: 35px;
    line-height: 1.2;
  }
  .title__h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .title__h3_form {
    color: #606276;
    font-size: 25px;
  }
  .title__h3_section::after {
    height: 19px;
  }
  .title__h3_section::before {
    height: 19px;
  }
  .bottom__line::after {
    width: 99px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .form-main {
    top: -40px;
    margin: 0 auto;
    padding: 20px;
    text-align: right;
    width: 90%;
    height: 100%;
    padding: 18px 33px 33px 33px;
  }
  .form-main__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
 
  .form-main__input {
    width: 100%;
    border-bottom: 2px solid #d1d0d8;
    margin: 10px 0px;
  }
  .form-main__input ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-main__input ::-moz-placeholder {
    font-size: 16px;
  }
  .form-main__input :-ms-input-placeholder {
    font-size: 16px;
  }
  .form-main__input ::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-main__input ::placeholder {
    font-size: 16px;
  }
  .form-main__btn {
    width: 90%;
    height: 38px;
    font-size: 16px;
  }
  .how {
    height: 100%;
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .how__blocks {
    padding-top: 43px;
  }
  .blocks {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .blocks__item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 20px;
    padding-right: 10px;
  }
  .blocks__item::after {
    left: 150px;
    top: 14%;

  }
  .blocks__image-wrap {
    text-align: right;
    max-height: 80px;
  }
  .blocks__title {
    font-size: 16px;
    text-align: right;
    color: #606276;
  }
  .blocks__dscr {
    font-size: 16px;
    text-align: right;
  }
  .blocks__item:last-child::after {
    display: none;
  }
  .about {
    height: 100%;
    font-size: 16px;
  }
  .about__title {
    padding-top: 42px;
    padding-bottom: 29px;
  }
  .about__sub-title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .about__text {
    line-height: 20px;
    padding-bottom: 20px;
  }
  .about__text::first-line {
    font-weight: 900;
  }
  .about__video {
    min-height: auto;
    width: 95%;
    margin: 0 auto;
  }
  .about__video img {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .about__picture {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .about__picture img {
    width: 100%;
  }
  .about__list {
    padding-top: 40px;
  }
  .about__item {
    padding-bottom: 5px;
    padding-right: 27px;
  }
  .about__item::before {
    top: 18px;
    right: -27px;
  }
  .faq {
    height: 100%;
    padding: 0px;
    padding-bottom: 100px;
  }
  .faq__title {
    padding: 30px 0;
  }
  .accord__wrap {
    margin: 0 auto;
    width: 100%;
    padding-left: 10px;
  }
  .accord__title {
    padding: 20px 0;
    padding-left: 20px;
    font-size: 18px;
    cursor: pointer;
  }
  .accord__title::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
  }
  .accord__descr {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
  }
  .active {
    display: none;
  }
  .accord__title.active_pl::after {
    background-image: none;
    background-color: #26B1FF;
    width: 14px;
    height: 2px;
  }
  .review {
    height: 734px;
    background-color: #EDF0F6;
    padding: 20px;
  }
  .review__slider {
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    color: #606276;
    font-size: 18px;
  }
  .slider__name {
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 900;
    font-size: 25px;
    line-height: 38px;
  }
  .slider__descr {
    width: 82%;
    margin: 0 auto;
    font-size: 16px;
    height: 180px;
    overflow: auto;
  }

  #wpcf7-f21-o1{
    width: 100%;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .contact {
    height: 100%;
    background-image: url("../img/contact_bg.jpg");
    text-align: right;
  }
  .contact__wrapper {
    padding: 40px 33px;
    background-color: #ffffff;
    height: 100%;
    max-width: 90%;
    margin: 40px auto;
    border-radius: 20px;
  }
  .contact__title {
    font-weight: 900;
    font-size: 25px;
    line-height: 1.2;
  }
  .contact__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 50px;
  }
  .contact__form {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
  .contact__input {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .contact__label {
    font-weight: 800;
    font-size: 18px;
    color: #26B1FF;
  }
  .contact__btn {
    background-color: #26B1FF;
    width: 100%;
  }
  .contact__btn:hover {
    background-color: #0D86CA;
  }
  .contact .bottom__line::after {
    margin: 22px 0;
  }
  .contact .container, .contact .row {
    height: 100%;
  }

  .thanks__img {
    margin: 0 auto;
    width: 215px;
    height: 200px;
    background-image: url('../img/icons/thank_you.svg');
    background-size: cover;
  
  }
  
  .thanks__title {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
  }
  
  
  .thanks__descr {
    text-align: center;
    font-size: 30px;
  }
 
}


@media (max-width: 475px) {
	.joinchat__button{
		display: none!important;
	}
  .promo {
    background-image: url("../img/mobile_bg.jpg");
    height: 440px;
    background-position-x: 0;
  }
  .promo__title .title__h3{
    max-width: 80%;
  }
  .promo__check{
    max-width: 85%;
  }
  .blocks__item::after {
    left: 33px;
    top: 14%;
  }
 
  .mbtns{
    z-index: 100;
    display: block;
    width: 100%;
    position: sticky;
    bottom: 0;
  }
  .mbtns__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    height: 40px;

    
  }


  .mbtns__link {
    width: 33.3%;
    height: 100%;
    background-color:#26B1FF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#ffffff;
  }

  .mbtns__link_t{}
  .mbtns__link_m{background-color: #606276;}
  .mbtns__link_w{background-color:#0CC640;}
  .mbtns__tel{
    display: flex;
    justify-content: center;
  }
  .mbtns__tel::before {
    content:'';
    display: block;
    width: 21px;
    height: 21px;
    background-image: url('../img/icons/mbts/2.png');
    background-size: contain;
    margin-left: 8px;  }

  .mbtns__mail{
    display: flex;
    justify-content: center;
  }
  .mbtns__mail::before {
    content:'';
    display: block;
    width: 19px;
    height: 19px;
    background-image: url('../img/icons/mbts/1.png');
   
    margin-left: 8px;
  }

  .mbtns__whats{
    display: flex;
    justify-content: center;
  }
  .mbtns__whats::before {
    content:'';
    display: block;
    width: 19px;
    height: 19px;
    background-image: url('https://www.interqr.co.il/wp-content/uploads/2021/04/whatsapp-58x58.png');
	 background-size: cover;
	  background-repeat: no-repeat;
    margin-left: 8px;
  }
  .page-id-101 .mbtns{
    display: none;
  }

}


@media(max-width:767px) {
  html :not(#\ ):not(#\ ):not(#\ ).buttonizer-group-0-0-1 {
      top: 2% !important;
    }
  }