#single-page {
    background-color: #fff;
    position: relative;
}

#single-page .inner {
    background-color: #fff;
    position: relative;
    padding: 30px 0 100px 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}
.grecaptcha-badge {
    z-index: -1;
    opacity: 0;
}
.single-title-block {
    padding: 120px 0 30px 0;
}

em {
    font-style: italic;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}


h4 {
    font-size: 16px;

}

h5 {
    font-size: 14px;

}

h6 {
    font-size: 12px;

}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

a {
    color: #428bca;
}
.ny__wrapper {
    background: url(../img/mediweb_ny.png) 0 0 no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    z-index: 9;
    position: relative;
}
.ny__content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
}
.ny__content svg {
    margin-top: 50px;
    width: 100%;
    padding: 0 20px;
}
.grecaptcha-badge {
    z-index: -1;
}