a.btn--green {
  color: #fff;
  background-color: #094;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  font-size: 1.2rem;
  position: relative;
  padding: 1.2rem 3rem 1.2rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 24px;
    margin: 3px 0 0;
    font-weight: 400;
    text-align: center;
}

.popup1 {
    font-size: 19px;
    padding: 10px;
}

.popup2 {
    font-size: 16px;
    padding: 10px;
}
.ec-layoutRole__footer {
    width: 100%;
}
.have_curtain .ec-layoutRole > *:not(.ec-layoutRole__header) {
    filter: blur(0px);
}

@media screen and (max-width: 768px) {
.top_pipe {
    font-size: 28px!important;
}
}