a {
    cursor: pointer;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.open-store .btn-open {
    font-size: 21px;
    height: 48px;
    width: 186px;
}

.open-store div {
    text-align: center;
}

.footer {
    height: 95px;
    padding: 20px;
}

.regular {
    margin-top: 68px;
}

.regular h4 {
    font-size: 1.7em;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #54b625;
}

.regular p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-top: 20px;
}

.regular .border1 {
    border: solid 1vw #f0f0f0;
    border-radius: 30px;
}

.first-animation {
    position: absolute;
    width: 494px;
    height: 327px;
    margin: 10px;
}

.open-store {
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.open-store h3 {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
}

/*phone: Extra small - Small*/
@media (max-width: 767px) {
    .open-store h3 {
        line-height: 1;
    }
}

.header .btn-open,
.main-header .btn-open,
.open-store .btn-open {
    border-radius: 5px;
    background-color: #54b625;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.header .btn-open:hover,
.main-header .btn-open:hover,
.open-store .btn-open:hover {
    background-color: #34a605;
}

.header .btn-open:focus,
.main-header .btn-open:focus,
.open-store .btn-open:focus {
    background-color: #149605;
}
