.debts-types__title {
margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
.debts-types__title {
margin-bottom: 30px;
}
}
.debts-types__row {
display: flex;
margin-left: -15px;
margin-right: -15px;
margin-bottom: -30px;
flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
.debts-types__row {
flex-direction: column;
margin-left: 0;
margin-right: 0;
}
}
.debts-types__col {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
width: calc(50% - 30px);
background: #F2F5F8;
padding: 50px 40px 10px 40px;
border-radius: 20px;
position: relative;
}
@media screen and (max-width: 1200px) {
.debts-types__col {
width: 100%;
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 780px) {
.debts-types__col {
padding: 26px 17px 40px 17px;
}
}
.debts-types__col img {
position: absolute;
right: 0;
bottom: 0;
}
@media screen and (max-width: 780px) {
.debts-types__col img {
display: none;
}
}
@media screen and (min-width: 780px) and (max-width: 1700px) {
.debts-types__col.--has-img {
padding-right: 200px;
}
.debts-types__col.--has-img img {
width: 310px;
}
}
.debts-types__col-title {
margin: 0 0 40px 0;
font-weight: 800;
font-size: 30px;
color: #303030;
}
@media screen and (max-width: 1100px) {
.debts-types__col-title {
font-size: 22px;
margin-bottom: 30px;
}
}
@media screen and (max-width: 780px) {
.debts-types__col-title {
font-size: 18px;
margin-bottom: 20px;
}
}
.debts-types__col-row {
display: flex;
margin-left: -10px;
margin-right: -10px;
}
@media screen and (max-width: 1500px) {
.debts-types__col-row {
margin-left: 0;
margin-right: 0;
flex-direction: column;
}
}
@media screen and (max-width: 1200px) {
.debts-types__col-row {
margin-left: -10px;
margin-right: -10px;
flex-direction: row;
}
}
@media screen and (max-width: 780px) {
.debts-types__col-row {
flex-direction: row-reverse;
margin-left: -5px;
margin-right: -5px;
}
}
@media screen and (max-width: 374px) {
.debts-types__col-row {
margin-left: 0;
margin-right: 0;
flex-direction: column;
}
}
.debts-types__col-col {
width: calc(50% - 20px);
margin-left: 10px;
margin-right: 10px;
}
@media screen and (max-width: 1500px) {
.debts-types__col-col {
margin-left: 0;
margin-right: 0;
width: 100%;
}
}
@media screen and (max-width: 1200px) {
.debts-types__col-col {
margin-left: 10px;
margin-right: 10px;
width: calc(50% - 20px);
}
}
@media screen and (max-width: 780px) {
.debts-types__col-col {
margin-bottom: 0;
margin-left: 5px;
margin-right: 5px;
}
.debts-types__col-col:nth-child(2) {
width: calc(55% - 10px);
}
.debts-types__col-col:nth-child(1) {
width: calc(45% - 10px);
}
}
@media screen and (max-width: 374px) {
.debts-types__col-col {
width: 100% !important;
margin-left: 0;
margin-right: 0;
margin-bottom: 20px;
}
.debts-types__col-col:last-child {
margin-bottom: 0;
}
}
.debts-types__col-item {
font-weight: 700;
font-size: 24px;
color: #263238;
margin: 0 0 40px 0;
padding-left: 45px;
position: relative;
}
@media screen and (max-width: 1500px) {
.debts-types__col-item {
margin-bottom: 25px;
font-size: 22px;
}
}
@media screen and (max-width: 780px) {
.debts-types__col-item {
font-size: 14px;
margin-bottom: 20px;
padding-left: 26px;
}
.debts-types__col-item:last-child {
margin-bottom: 0;
}
}
.debts-types__col-item::before {
content: "";
display: block;
position: absolute;
width: 30px;
height: 30px;
left: 0;
top: 0.6em;
transform: translateY(-50%);
background: url(//line-prava.com/wp-content/themes/linia-prava/img/icon-green-plus.svg) no-repeat center/contain;
}
@media screen and (max-width: 1500px) {
.debts-types__col-item::before {
width: 25px;
height: 25px;
}
}
@media screen and (max-width: 780px) {
.debts-types__col-item::before {
width: 16px;
height: 16px;
}
}
.debts-types__col:nth-child(2) .debts-types__col-item::before {
background-image: url(//line-prava.com/wp-content/themes/linia-prava/img/icon-red-minus.svg);
}