.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Circe',Arial,sans-serif;
    box-sizing: border-box;
}

.container *, .container :after, .container :before {
    box-sizing: border-box;
    word-break: normal;
}

.container ul, .container ul>li {
    list-style: none;
}

.container ul {
    padding: 0 !important;
    margin: 0;
}

@media (max-width: 1199px) {
    .container {
        max-width: 960px;
        padding: 0 10px;
    }
}

@media (max-width: 959px) {
    .container {
        max-width: 640px;
    }
}

@media (max-width: 639px) {
    .container {
        max-width: 480px;
    }
}

@media (max-width: 479px) {
    .container {
        max-width: 320px;
    }
}


.faults {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #1c034a;
    color: #fff;
}
.faults__heading {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 80px;
}
.faults__caption {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px 60px;
}
.faults__item {
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    width: 270px;
    height: 79px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 75px;
    padding-right: 20px;
    margin: 0 13px 26px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.faults__item.active {
    background: #5B1897;
    border-color: #5B1897;
}
.faults__item:before {
    content: '';
    display: block;
    width: 75px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.faults__item--mob {
    display: none;
}
.faults__item:nth-child(1):before {
    background: url("https://static.tildacdn.com/tild6636-3961-4137-b462-353339653862/fault-1.svg") center no-repeat;
}
.faults__item:nth-child(2):before {
    background: url("https://static.tildacdn.com/tild6633-3335-4964-b561-613063356134/fault-2.svg") center no-repeat;
}
.faults__item:nth-child(3):before {
    background: url("https://static.tildacdn.com/tild3235-3463-4664-a436-353732663661/fault-3.svg") center no-repeat;
}
.faults__item:nth-child(4):before {
    background: url("https://static.tildacdn.com/tild3864-3331-4436-b834-646538646364/fault-4.svg") center no-repeat;
}
.faults__item:nth-child(5):before {
    background: url("https://static.tildacdn.com/tild3836-3232-4234-b663-326133376637/fault-5.svg") center no-repeat;
}
.faults__item:nth-child(6):before {
    background: url("https://static.tildacdn.com/tild3230-3937-4837-a535-363864306339/fault-6.svg") center no-repeat;
}
.faults__item:nth-child(7):before {
    background: url("https://static.tildacdn.com/tild3939-3063-4638-a338-323137356434/fault-7.svg") center no-repeat;
}
.faults__item:nth-child(8):before {
    background: url("https://static.tildacdn.com/tild6566-3436-4662-b434-346363363239/fault-8.svg") center no-repeat;
}
.faults__content {
    display: none;
}
.faults__content.active {
    display: flex;
}
.faults__content-title {
    font-size: 20px;
    line-height: 29px;
}
.faults__content-fault {
    width: 330px;
    padding-right: 40px;
}
.faults__content-fault-text {
    font-size: 20px;
    line-height: 29px;
    position: relative;
    padding-top: 120px;
    margin-top: 15px;
}
.faults__content-fault-text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
}
.faults__content:nth-child(1) .faults__content-fault-text:before {
    background: url("https://static.tildacdn.com/tild6636-3961-4137-b462-353339653862/fault-1.svg") top 50% left 0/85px no-repeat;
}
.faults__content:nth-child(2) .faults__content-fault-text:before {
    background: url("https://static.tildacdn.com/tild6633-3335-4964-b561-613063356134/fault-2.svg") top 50% left 0/85px no-repeat;
}
.faults__content:nth-child(3) .faults__content-fault-text:before {
    background: url("https://static.tildacdn.com/tild3235-3463-4664-a436-353732663661/fault-3.svg") top 50% left 0/85px no-repeat;
}
.faults__content:nth-child(4) .faults__content-fault-text:before {
    background: url("https://static.tildacdn.com/tild3864-3331-4436-b834-646538646364/fault-4.svg") top 50% left 0/85px no-repeat;
}
.faults__content:nth-child(5) .faults__content-fault-text:before {
    background: url("https://static.tildacdn.com/tild3836-3232-4234-b663-326133376637/fault-5.svg") top 50% left 0/85px no-repeat;
}
.faults__content:nth-child(6) .faults__content-fault-text:before {
    background: url("https://static.tildacdn.com/tild3230-3937-4837-a535-363864306339/fault-6.svg") top 50% left 0/85px no-repeat;
}
.faults__content:nth-child(7) .faults__content-fault-text:before {
    background: url("https://static.tildacdn.com/tild3939-3063-4638-a338-323137356434/fault-7.svg") top 50% left 0/85px no-repeat;
}
.faults__content:nth-child(8) .faults__content-fault-text:before {
    background: url("https://static.tildacdn.com/tild6566-3436-4662-b434-346363363239/fault-8.svg") top 50% left 0/85px no-repeat;
}

.faults__content:nth-child(1) .faults__item:before {
    background: url("https://static.tildacdn.com/tild6636-3961-4137-b462-353339653862/fault-1.svg") center no-repeat;
}
.faults__content:nth-child(2) .faults__item:before {
    background: url("https://static.tildacdn.com/tild6633-3335-4964-b561-613063356134/fault-2.svg") center no-repeat;
}
.faults__content:nth-child(3) .faults__item:before {
    background: url("https://static.tildacdn.com/tild3235-3463-4664-a436-353732663661/fault-3.svg") center no-repeat;
}
.faults__content:nth-child(4) .faults__item:before {
    background: url("https://static.tildacdn.com/tild3864-3331-4436-b834-646538646364/fault-4.svg") center no-repeat;
}
.faults__content:nth-child(5) .faults__item:before {
    background: url("https://static.tildacdn.com/tild3836-3232-4234-b663-326133376637/fault-5.svg") center no-repeat;
}
.faults__content:nth-child(6) .faults__item:before {
    background: url("https://static.tildacdn.com/tild3230-3937-4837-a535-363864306339/fault-6.svg") center no-repeat;
}
.faults__content:nth-child(7) .faults__item:before {
    background: url("https://static.tildacdn.com/tild3939-3063-4638-a338-323137356434/fault-7.svg") center no-repeat;
}
.faults__content:nth-child(8) .faults__item:before {
    background: url("https://static.tildacdn.com/tild6566-3436-4662-b434-346363363239/fault-8.svg") center no-repeat;
}

.faults__content-table {

}
.faults__content-table-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.faults__content-table-item > *:nth-child(1) {
    width: 330px;
    padding-right: 40px;
}
.faults__content-table-item > *:nth-child(2) {
    width: 250px;
    padding-right: 40px;
}
.faults__content-table-item > *:nth-child(3) {
    width: 160px;
}
.faults__content-table-item:first-child {
    margin-bottom: 35px;
}
.faults__content-name {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
}
.faults__content-cost {
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}
.faults__content-btn {
    color: #fff !important;
    height: 50px;
    background: #5B1897;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.faults__content-btn:hover {
    background: #4f1575;
}

@media (max-width: 1199px) {
    .faults__item {
        width: 215px;
    }
}
@media (max-width: 959px) {
    .faults__caption {
        justify-content: center;
    }
    .faults__item {
        width: 189px;
    }
    .faults__content-fault {
        width: 180px;
    }
    .faults__content-table-item > *:nth-child(1) {
        width: 180px;
    }
    .faults__content-table-item > *:nth-child(2) {
        width: 160px;
    }
    .faults__content-table-item > *:nth-child(3) {
        width: 100px;
    }
    .faults__content-btn {
        font-size: 14px;
    }
}
@media (max-width: 639px) {
    .faults {
        padding: 60px 0;
    }
    .faults__heading {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .faults__caption {
        display: none;
    }
    .faults__item--mob {
        display: flex;
    }
    .faults__item {
        width: 100%;
        margin: 0;
    }
    .faults__content {
        display: block !important;
        margin-bottom: 15px;
    }
    .faults__content:last-child .faults__content-table{
        margin-bottom: 0;
    }
    .faults__content-fault {
        display: none;
        width: 100%;
        padding: 50px 0;
    }
    .faults__content-table {
        display: none;
        margin-bottom: 60px;
    }
    .faults__content.active .faults__content-fault {
        display: block;
    }
    .faults__content.active .faults__content-table {
        display: block;
    }
    .faults__content-table-item:first-child {
        display: none;
    }
    .faults__content-table-item > *:nth-child(1) {
        width: calc(100% - 100px);
        padding-right: 20px;
    }
    .faults__content-table-item > *:nth-child(2) {
        width: calc(100% - 100px);
        padding-right: 20px;
    }
    .faults__content-table-item {
        flex-wrap: wrap;
        align-items: flex-start;
        position: relative;
        min-height: 50px;
        margin-bottom: 17px;
    }
    .faults__content-table-item > *:nth-child(3) {
        position: absolute;
        top: 0;
        right: 0;
    }
    .faults__content-fault-text br {
        display: none;
    }
}
@media (max-width: 479px) {
    .faults {
        padding-top: 0;
    }
}



.issues {
    padding-top: 90px;
    padding-bottom: 45px;
    background-color: #1c034a;
    color: #fff;
}
.issues__heading {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 60px;
}
.issues__content {
    margin: 0 auto;
    max-width: 860px;
}
.issues__item {
    overflow: hidden;
    margin-bottom: 20px;
}
.issues__item:last-child {
    margin-bottom: 0;
}
.issues__title {
    font-size: 24px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 4px 44px 4px 0;
}
.issues__title:after {
    content: '';
    display: block;
    position: absolute;
    transition: all .4s ease;
    width: 24px;
    height: 24px;
    background: url("https://static.tildacdn.com/tild3763-3334-4131-b161-383164346330/issues-arrow.svg") center no-repeat;
    right: 0;
}
.issues__title.active:after {
    transform: rotate(90deg);
}
.issues__descr {
    transition: height 0.4s ease;
    display: flex;
    flex-direction: column;
}
.issues__descr p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 40px;
}

@media (max-width: 639px) {
    .issues {
        padding: 60px 0 20px;
    }
    .issues__heading {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .issues__title {
        font-size: 18px;
        font-weight: 600;
    }
    .issues__descr p {
        margin: 15px 0 15px;
    }
}