.hero {
background-image: radial-gradient(circle at 50% 50%, #153e76, #112c57 45%);
border-radius: 0 0 0 60px;
margin-bottom: 75px;
padding-bottom: 120px;
position: relative;
}
@media screen and (max-width: 1750px) {
.hero {
padding-bottom: 80px;
}
}
@media screen and (max-width: 1360px) {
.hero {
padding-bottom: 40px;
}
}
@media screen and (max-width: 1200px) {
.hero {
padding-bottom: 100px;
margin-bottom: 60px;
}
}
@media screen and (max-width: 960px) {
.hero {
padding-bottom: 135px;
}
}
@media screen and (max-width: 780px) {
.hero {
border-radius: 0 0 0 40px;
margin-bottom: 60px;
}
}
.hero--has-header {
position: relative;
padding-top: 234px;
}
@media screen and (max-height: 800px) {
.hero--has-header {
padding-top: 200px;
}
}
@media screen and (max-width: 1360px) {
.hero--has-header {
padding-top: 200px;
}
}
@media screen and (max-width: 1200px) {
.hero--has-header {
padding-top: 240px;
}
}
@media screen and (max-width: 960px) {
.hero--has-header {
padding-top: 200px;
}
}
@media screen and (max-width: 780px) {
.hero--has-header {
padding-top: 164px;
}
}
@media screen and (max-width: 780px) {
.hero.--home.hero--has-header {
padding-top: 200px;
}
}
.hero__mob-btn {
display: none;
position: relative;
z-index: 2;
font-weight: 600;
}
@media screen and (max-width: 1200px) {
.hero__mob-btn {
display: inline-block;
}
}
@media screen and (max-width: 960px) {
.hero__mob-btn {
display: block;
margin-top: 216px;
width: 100%;
max-width: 224px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
padding: 15px;
}
}
@media screen and (max-width: 430px) {
.hero__mob-btn {
margin-top: 180px;
transform: translateX(-20px);
}
}
.hero__title {
margin: 0 0 50px;
position: relative;
}
@media screen and (max-width: 1750px) {
.hero__title {
margin-bottom: 35px;
}
}
@media screen and (max-width: 1200px) {
.hero__title {
max-width: 540px;
}
.hero__title br {
display: none;
}
}
@media screen and (max-width: 780px) {
.hero__title {
margin-bottom: 25px;
}
}
.hero__title * {
margin: 0;
font-size: 54px;
font-weight: 800;
text-align: left;
color: #ffffff;
}
@media screen and (max-width: 1750px) {
.hero__title * {
font-size: 40px;
}
}
@media screen and (max-width: 1360px) {
.hero__title * {
font-size: 32px;
}
}
@media screen and (max-width: 960px) {
.hero__title * {
font-size: 28px;
}
}
@media screen and (max-width: 780px) {
.hero__title * {
font-size: 24px;
}
}
.hero__title * strong {
color: #9cc1ff;
}
.hero__list {
padding: 0;
margin: 0 0 46px;
list-style: none;
}
@media screen and (max-width: 1360px) {
.hero__list {
margin-bottom: 30px;
}
}
.hero__list li {
font-family: Inter, sans-serif;
font-size: 24px;
font-weight: 500;
text-align: left;
color: #fff;
position: relative;
padding-left: 35px;
}
@media screen and (max-width: 1750px) {
.hero__list li {
font-size: 20px;
padding-left: 30px;
}
}
@media screen and (max-width: 1360px) {
.hero__list li {
font-size: 16px;
padding-left: 25px;
}
}
@media screen and (max-width: 960px) {
.hero__list li {
font-size: 14px;
padding-left: 35px;
}
}
.hero__list li::before {
content: "";
display: block;
position: absolute;
width: 20px;
height: 20px;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/icon-hero-list-marker.svg) no-repeat center/contain;
left: 0;
top: 0.2em;
}
.hero__list li span > a {
color: inherit;
text-decoration: none;
}
@media screen and (max-width: 1750px) {
.hero__list li::before {
width: 15px;
height: 15px;
}
}
@media screen and (max-width: 1360px) {
.hero__list li::before {
width: 12px;
height: 12px;
}
}
@media screen and (max-width: 960px) {
.hero__list li::before {
width: 20px;
height: 20px;
top: -0.1em;
}
}
.hero__list li:not(:last-child) {
margin-bottom: 20px;
}
.hero__form {
position: relative;
z-index: 2;
max-width: 740px;
}
@media screen and (max-width: 1360px) {
.hero__form {
max-width: 500px;
}
}
@media screen and (max-width: 1200px) {
.hero__form {
display: none;
}
}
.hero__form-title {
margin: 0 0 25px 0;
font-size: 24px;
font-weight: 800;
text-align: left;
color: #fff;
}
@media screen and (max-width: 1360px) {
.hero__form-title {
font-size: 18px;
margin-bottom: 20px;
}
}
.hero-form .wpcf7-spinner {
display: none;
}
.hero-form__row {
display: flex;
margin-left: -22px;
margin-right: -22px;
flex-wrap: wrap;
row-gap: 25px;
}
@media screen and (max-width: 1360px) {
.hero-form__row {
margin-left: 0;
margin-right: 0;
row-gap: 20px;
}
}
.hero-form__col {
width: calc(50% - 44px);
margin-left: 22px;
margin-right: 22px;
}
@media screen and (max-width: 1360px) {
.hero-form__col {
width: 100%;
margin-left: 0;
margin-right: 0;
}
}
.hero-form__input-label {
font-weight: 400;
font-size: 18px;
color: #fff;
margin: 0 0 10px 0;
}
@media screen and (max-width: 1360px) {
.hero-form__input-label {
font-size: 14px;
margin-bottom: 8px;
}
}
@media screen and (max-width: 560px) {
.hero-form__input-label {
font-size: 16px;
}
}
.hero-form input:not([type=submit]) {
width: 100%;
background: #fff;
font-size: 16px;
line-height: 100%;
border: none;
padding: 15px 20px;
border-radius: 6px;
}
@media screen and (max-width: 1360px) {
.hero-form input:not([type=submit]) {
font-size: 14px;
padding: 10px 15px;
}
}
.hero-form input:not([type=submit]):focus {
outline: none;
}
.hero-form input[type=submit] {
width: 100%;
border: none;
padding: 15px 20px;
}
@media screen and (max-width: 560px) {
.hero-form input[type=submit] {
font-size: 16px;
}
}
@media screen and (max-width: 374px) {
.hero-form input[type=submit] {
font-size: 14px;
}
}
.hero-form__radio-group {
display: flex;
align-items: center;
justify-content: space-between;
}
.hero-form__radio-group .wpcf7-radio {
display: flex;
align-items: center;
}
.hero-form__radio-group .wpcf7-list-item {
display: flex;
align-items: center;
position: relative;
margin: 0 20px 0 0;
}
.hero-form__radio-group .wpcf7-list-item:last-child {
margin-right: 0;
}
.hero-form__radio-group .wpcf7-list-item input {
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
z-index: 3;
cursor: pointer;
}
.hero-form__radio-group .wpcf7-list-item input:checked+span::after {
opacity: 1;
}
.hero-form__radio-group .wpcf7-list-item-label {
font-weight: 400;
font-size: 18px;
text-align: center;
color: #fff;
display: flex;
align-items: center;
}
@media screen and (max-width: 1360px) {
.hero-form__radio-group .wpcf7-list-item-label {
font-size: 14px;
}
}
.hero-form__radio-group .wpcf7-list-item-label::before {
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #7a95c0;
display: block;
margin-right: 10px;
}
.hero-form__radio-group .wpcf7-list-item-label::after {
width: 10px;
height: 10px;
border-radius: 50%;
background: #7a95c0;
opacity: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 5px;
transition: opacity 0.3s;
}
.hero-form__radio-label {
font-weight: 400;
font-size: 18px;
text-align: left;
color: #fff;
margin: 0 15px 0 0;
}
@media screen and (max-width: 1360px) {
.hero-form__radio-label {
font-size: 14px;
}
}
@media screen and (max-width: 560px) {
.hero-form__radio-label {
font-size: 16px;
}
}
.hero-form__agreement {
margin: 25px 0 0 0;
font-size: 12px;
color: #7a95c0;
}
.hero-mob-form {
display: none;
}
@media screen and (max-width: 1200px) {
.hero-mob-form {
display: block;
}
}
.hero-mob-form .hero__form {
display: block;
padding: 30px 28px;
background: #F2F5F8;
border-radius: 20px;
max-width: 100%;
}
.hero-mob-form .hero__form-title {
font-size: 16px;
color: #303030;
}
.hero-mob-form .hero-form__input-label,
.hero-mob-form .hero-form__radio-label {
color: #303030;
text-align: left;
}
.hero-mob-form .hero-form__radio-label {
margin-bottom: 0;
}
@media screen and (max-width: 560px) {
.hero-mob-form .hero-form__radio-label {
margin-bottom: 20px;
}
}
.hero-mob-form .hero-form__radio-group {
display: flex;
flex-direction: row;
}
@media screen and (max-width: 560px) {
.hero-mob-form .hero-form__radio-group {
flex-direction: column;
align-items: flex-start;
}
}
.hero-mob-form .hero-form__radio-group .wpcf7-list-item {
margin: 0 30px 0 0;
}
.hero-mob-form .hero-form__radio-group .wpcf7-list-item .wpcf7-list-item-label {
color: #303030;
}
@media screen and (max-width: 560px) {
.hero__img {
display: none;
}
}
.hero__img--mob {
display: none;
}
@media screen and (max-width: 560px) {
.hero__img--mob {
display: block;
}
}
.hero.--home .hero__img {
position: absolute;
right: 0;
bottom: 0;
}
@media screen and (max-width: 1750px) {
.hero.--home .hero__img {
max-width: 900px;
}
}
@media screen and (max-width: 1500px) {
.hero.--home .hero__img {
right: -100px;
}
}
@media screen and (max-width: 1200px) {
.hero.--home .hero__img {
max-width: 600px;
right: 0;
}
}
@media screen and (max-width: 960px) {
.hero.--home .hero__img {
max-width: 650px;
right: 60%;
transform: translateX(50%);
}
}
@media screen and (max-width: 430px) {
.hero.--home .hero__img {
max-width: 550px;
right: 65%;
}
}
.hero.--home .hero__title::before {
content: "";
display: block;
position: absolute;
width: 247px;
height: 172px;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/hero-warranty.png) no-repeat center/contain;
bottom: -200px;
left: 700px;
}
@media screen and (max-width: 1600px) {
.hero.--home .hero__title::before {
left: 550px;
}
}
@media screen and (max-width: 1360px) {
.hero.--home .hero__title::before {
width: 220px;
left: 430px;
}
}
@media screen and (max-width: 1200px) {
.hero.--home .hero__title::before {
bottom: 0;
width: 150px;
left: 100%;
}
}
@media screen and (max-width: 780px) {
.hero.--home .hero__title::before {
left: 200px;
bottom: 10px;
}
}
@media screen and (max-width: 560px) {
.hero.--home .hero__title::before {
bottom: 50px;
}
}
@media screen and (max-width: 374px) {
.hero.--home .hero__title::before {
left: 180px;
}
}
.hero.--fin-upr {
position: relative;
overflow: hidden;
}
.hero.--fin-upr::before {
content: "";
display: block;
position: absolute;
width: 651px;
height: 571px;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/hero-bg-carrier.svg) no-repeat center/contain;
right: 34px;
top: 225px;
}
@media screen and (max-width: 1750px) {
.hero.--fin-upr::before {
top: auto;
bottom: 150px;
right: 110px;
width: 500px;
height: 500px;
}
}
@media screen and (max-width: 1360px) {
.hero.--fin-upr::before {
width: 400px;
height: 400px;
right: 80px;
}
}
@media screen and (max-width: 1200px) {
.hero.--fin-upr::before {
width: 330px;
height: 330px;
}
}
@media screen and (max-width: 960px) {
.hero.--fin-upr::before {
right: 50%;
transform: translateX(50%);
width: 240px;
height: 240px;
bottom: 100px;
}
}
.hero.--fin-upr .hero__img {
position: absolute;
right: 30px;
bottom: -180px;
}
@media screen and (max-width: 1750px) {
.hero.--fin-upr .hero__img {
right: 30px;
bottom: -180px;
width: 700px;
}
}
@media screen and (max-width: 1360px) {
.hero.--fin-upr .hero__img {
width: 680px;
bottom: -140px;
}
}
@media screen and (max-width: 1200px) {
.hero.--fin-upr .hero__img {
width: 500px;
bottom: -100px;
}
}
@media screen and (max-width: 960px) {
.hero.--fin-upr .hero__img {
transform: translateX(50%);
width: 490px;
bottom: -80px;
right: 70%;
}
}
.hero.--fin-upr .hero__mob-btn {
margin-top: 300px;
}
.hero.spisanie-dolgov .hero__img {
position: absolute;
right: -50px;
bottom: 0;
}
@media screen and (max-width: 1800px) {
.hero.spisanie-dolgov .hero__img {
max-width: 1000px;
}
}
@media screen and (max-width: 1600px) {
.hero.spisanie-dolgov .hero__img {
max-width: 900px;
}
}
@media screen and (max-width: 1200px) {
.hero.spisanie-dolgov .hero__img {
max-width: 800px;
right: -100px;
}
}
@media screen and (max-width: 960px) {
.hero.spisanie-dolgov .hero__img {
right: 50%;
transform: translateX(50%);
max-width: 500px;
}
}
@media screen and (max-width: 960px) {
.hero.spisanie-dolgov .hero__btns {
bottom: 154px;
}
}
@media screen and (max-width: 960px) {
.hero.spisanie-dolgov .hero__mob-btn {
margin-top: 0;
margin-bottom: 200px;
margin-left: 0;
margin-right: 0;
width: 100%;
transform: none;
max-width: 500px;
}
}
.hero.bankrotstvo-ip {
overflow: hidden;
}
.hero.bankrotstvo-ip .hero__img {
position: absolute;
right: -150px;
bottom: -50px;
}
@media screen and (max-width: 1800px) {
.hero.bankrotstvo-ip .hero__img {
max-width: 1100px;
}
}
@media screen and (max-width: 1600px) {
.hero.bankrotstvo-ip .hero__img {
max-width: 950px;
}
}
@media screen and (max-width: 1200px) {
.hero.bankrotstvo-ip .hero__img {
max-width: 700px;
}
}
@media screen and (max-width: 960px) {
.hero.bankrotstvo-ip .hero__img {
right: 50%;
transform: translateX(50%);
max-width: 550px;
bottom: 0;
}
}
.hero.stoimost-bankrotstva {
overflow: hidden;
}
@media screen and (max-width: 960px) {
.hero.stoimost-bankrotstva {
padding-top: 197px;
}
}
.hero.stoimost-bankrotstva .hero__title {
position: relative;
}
.hero.stoimost-bankrotstva .hero__title::before {
content: "";
position: absolute;
right: -500px;
top: -20px;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/stoimost-bankrotstva-hero-stamp-mob.svg) no-repeat center/contain;
display: none;
}
@media screen and (max-width: 960px) {
.hero.stoimost-bankrotstva .hero__title::before {
display: block;
width: 200px;
height: 200px;
right: -80px;
top: -130px;
}
}
@media screen and (max-width: 780px) {
.hero.stoimost-bankrotstva .hero__title::before {
right: 0;
width: 160px;
}
}
.hero.stoimost-bankrotstva .hero__list {
position: relative;
max-width: 550px;
}
.hero.stoimost-bankrotstva .hero__list::before {
content: "";
display: block;
position: absolute;
right: -500px;
top: -20px;
width: 426px;
height: 243px;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/stoimost-bankrotstva-hero-stamp.svg) no-repeat center/contain;
}
@media screen and (max-width: 1600px) {
.hero.stoimost-bankrotstva .hero__list::before {
width: 300px;
height: 200px;
top: -50px;
right: -300px;
}
}
@media screen and (max-width: 1350px) {
.hero.stoimost-bankrotstva .hero__list::before {
right: -150px;
width: 250px;
}
}
@media screen and (max-width: 1200px) {
.hero.stoimost-bankrotstva .hero__list::before {
right: -50px;
top: 50px;
}
}
@media screen and (max-width: 960px) {
.hero.stoimost-bankrotstva .hero__list::before {
display: none;
}
}
.hero.stoimost-bankrotstva .hero__img {
position: absolute;
right: -100px;
bottom: -50px;
}
@media screen and (max-width: 1800px) {
.hero.stoimost-bankrotstva .hero__img {
max-width: 700px;
}
}
@media screen and (max-width: 1600px) {
.hero.stoimost-bankrotstva .hero__img {
max-width: 600px;
}
}
@media screen and (max-width: 1200px) {
.hero.stoimost-bankrotstva .hero__img {
max-width: 550px;
}
}
@media screen and (max-width: 960px) {
.hero.stoimost-bankrotstva .hero__img {
right: 50%;
transform: translateX(50%);
max-width: 315px;
bottom: 0;
}
}
.hero.stoimost-bankrotstva .hero__mob-btn {
margin-top: 0;
margin-bottom: 165px;
width: 100%;
margin-left: 0;
margin-right: 0;
max-width: 320px;
transform: none;
}
.hero.restructur {
position: relative;
}
@media screen and (max-width: 960px) {
.hero.restructur {
padding-bottom: 470px;
}
}
.hero.restructur::before {
content: "";
display: block;
position: absolute;
width: 880px;
height: 654px;
right: 0;
bottom: 0;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/hero-percents.svg) no-repeat center/contain;
}
@media screen and (max-width: 1750px) {
.hero.restructur::before {
width: 750px;
background-position: right 0 bottom 0;
}
}
@media screen and (max-width: 1200px) {
.hero.restructur::before {
width: 550px;
}
}
@media screen and (max-width: 560px) {
.hero.restructur::before {
width: 500px;
right: 100px;
bottom: 100px;
}
}
.hero.restructur .hero__img {
position: absolute;
right: 0;
bottom: 0;
}
@media screen and (max-width: 1750px) {
.hero.restructur .hero__img {
max-width: 910px;
}
}
@media screen and (max-width: 1600px) {
.hero.restructur .hero__img {
max-width: 840px;
}
}
@media screen and (max-width: 1200px) {
.hero.restructur .hero__img {
max-width: 600px;
}
}
@media screen and (max-width: 960px) {
.hero.restructur .hero__img {
right: 50%;
transform: translateX(50%);
max-width: 700px;
bottom: 0;
}
}
@media screen and (max-width: 560px) {
.hero.restructur .hero__img {
right: 30%;
}
}
.hero.restructur .hero__mob-btn {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: auto;
max-width: 400px;
transform: none;
}
.hero.chast-spis {
position: relative;
overflow: hidden;
}
@media screen and (min-width: 1200px) {
.hero.chast-spis {
padding-top: 204px;
}
}
@media screen and (max-width: 960px) {
.hero.chast-spis {
padding-bottom: 180px;
}
}
@media screen and (max-width: 780px) {
.hero.chast-spis {
padding-bottom: 150px;
}
}
@media screen and (max-width: 560px) {
.hero.chast-spis {
padding-bottom: 132px;
}
}
@media screen and (min-width: 1600px) {
.hero.chast-spis>.container {
padding-left: 80px;
}
}
.hero.chast-spis::before {
content: "";
display: block;
position: absolute;
width: 880px;
height: 654px;
right: 0;
bottom: 0;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/hero-percents.svg) no-repeat center/contain;
}
@media screen and (max-width: 1750px) {
.hero.chast-spis::before {
width: 750px;
background-position: right 0 bottom 0;
}
}
@media screen and (max-width: 1200px) {
.hero.chast-spis::before {
width: 550px;
}
}
@media screen and (max-width: 560px) {
.hero.chast-spis::before {
width: 500px;
right: 100px;
}
}
.hero.chast-spis .hero__img {
position: absolute;
right: 80px;
bottom: -20px;
}
@media screen and (max-width: 1750px) {
.hero.chast-spis .hero__img {
max-width: 700px;
right: 0;
}
}
@media screen and (max-width: 1400px) {
.hero.chast-spis .hero__img {
max-width: 600px;
}
}
@media screen and (max-width: 1200px) {
.hero.chast-spis .hero__img {
max-width: 500px;
}
}
@media screen and (max-width: 960px) {
.hero.chast-spis .hero__img {
right: 50%;
transform: translateX(50%);
max-width: 450px;
bottom: 0;
}
}
@media screen and (max-width: 560px) {
.hero.chast-spis .hero__img {
right: 30%;
max-width: 450px;
}
}
.hero.chast-spis .hero__mob-btn {
max-width: 320px;
transform: none;
}
@media screen and (max-width: 560px) {
.hero.chast-spis .hero__mob-btn {
margin-top: 300px;
max-width: 224px;
}
}
.hero__form .block {
background: linear-gradient(135deg, #1a1f3d 0%, #232a4f 100%);
border-radius: 18px;
max-width: 700px;
width: 100%;
padding: 40px 48px;
} .hero__form .top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
margin-bottom: 28px;
}
.hero__form .top-text h2 {
font-size: 26px;
font-weight: 900;
color: #fff;
line-height: 1.3;
margin-bottom: 8px;
}
.hero__form .top-text .sub {
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
line-height: 1.55;
} .hero__form .guarantee {
flex-shrink: 0;
display: flex;
align-items: center;
gap: 10px;
background: rgba(39, 174, 96, 0.12);
border: 1px solid rgba(39, 174, 96, 0.25);
border-radius: 12px;
padding: 12px 18px;
}
.hero__form .guarantee-icon {
width: 36px;
height: 36px;
background: #27ae60;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.hero__form .guarantee-text {
font-size: 13px;
font-weight: 700;
color: #27ae60;
line-height: 1.35;
} .hero__form .msg-row {
display: flex;
gap: 14px;
}
.hero__form .msg-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
flex: 1;
padding: 18px 24px;
border-radius: 14px;
text-decoration: none;
font-family: 'Inter', sans-serif;
font-size: 15px;
font-weight: 700;
color: #fff;
transition: transform 0.15s, box-shadow 0.15s;
}
.hero__form .msg-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.hero__form .msg-btn--tg {
background: linear-gradient(135deg, #2AABEE, #1E96D1);
}
.hero__form .msg-btn--max {
background: linear-gradient(135deg, #3B82F6, #2563EB);
}
@media (max-width: 600px) {
.hero__form .block {
padding: 28px 22px;
}
.hero__form .top {
flex-direction: column;
text-align: center;
gap: 18px;
}
.hero__form .top-text h2 {
font-size: 22px;
}
.hero__form .msg-row {
flex-direction: column;
}
}
.hero__title::before {
content: none !important;
display: none !important;
background-image: none !important;
} .hero.--home {
overflow-x: clip;
}
@media screen and (max-width: 960px) {
.hero.--home {
padding-bottom: 70px;
}
}
@media screen and (max-width: 560px) {
.hero.--home.hero--has-header {
padding-top: 164px;
}
.hero.--home {
padding-bottom: 40px;
}
.hero.--home .hero__mob-btn {
margin-top: 160px;
transform: none;
}
.hero.--home .hero__img--mob {
right: 50%;
max-width: min(520px, 140vw);
transform: translateX(50%);
}
}
@media screen and (max-width: 390px) {
.hero.--home .hero__mob-btn {
margin-top: 145px;
}
}