.pzvkt {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url('/custom/poklon-za-vezu-koja-traje/assets/images/poklon-za-vezu-koja-traje-bg-img.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0 120px 0;
    color: #4b4b4d;
}
.accs .pzvkt {
    background: #000;
    color: #fff;
}
#sky {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
}
.pzvkt h1 {
    font-size: 63px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 90px;
}
.pzvkt__top-section img {
    margin-left: 103px;
}
.pzvkt__top-section .pzvkt__text-box {
    max-width: 250px;
}
.pzvkt__top-section .pzvkt__text-box {
    margin: 95px 0 0 30px;
}
.pzvkt__text-box h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 15px;
}
.pzvkt__text-box p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 25px;
}
.pzvkt__text-box a {
    font-size: 17px;
    display: inline-block;
    color: #4b4b4d;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 30px;
    border: 1px solid #4b4b4d;
    border-radius: 19px;
    transition: all .2s;
    position: relative;
    z-index: 3;
}
.pzvkt__text-box a:hover {
    background: #4b4b4d;
    color: #fff;
}
.pzvkt__bottom-section {
    padding-top: 70px;
}
.pzvkt__bottom-section .pzvkt__text-box {
    max-width: 335px;
    margin-left: 250px;
}
.accs .pzvkt__text-box a {
    color: #fff;
    border: 1px solid #fff;
}
.accs .pzvkt__text-box a:hover {
    background: #000;
    color: #fff;
}