#form-SERVICE-EMAIL {
    height: 46px;
    width: 100%;
    margin-right: 20px;
    display: inline-block;
}
.subscribe-form .btn-order-primary-dark.subs-btn {
    display: inline-block;
}
.subscribe-form .title {
    text-align: center;
    margin-bottom: 21px;
}

@media (max-width: 768px) {
    #form-SERVICE-EMAIL {
        width: 400px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-right: 0;
    }
    .subscribe-form {
        text-align: center;
    }
}
@media (max-width: 480px) {
    #form-SERVICE-EMAIL {
        width: 250px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-right: 0;
    }
    .subscribe-form {
        text-align: center;
    }
}

.goods {
    padding-top: 10px;
}
.goods a {
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 1px dashed #161616;
}
.goods a:first-of-type {
    margin-left: 0;
}
.goods a:hover {
    border-bottom: transparent;
}

.header {
min-height: 100px;
}

.our-team-list .item .read-more {
display: none;
}