section.top__screen {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 254px 0 104px;
    background: url(/wp-content/themes/bankirro/assets/img/top.png) no-repeat calc(100% - 200px) 76px;
    background-color: #101010;
    margin-bottom: 80px;
}

section.top__screen .container, section.anticollector .container, section.box .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    gap: 80px;
    padding: 0;
}

h1.title {
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.top__left {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 64px;
}

.top__title {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

p.description {
    font-size: 20px;
    line-height: 1.6;
    opacity: .8;
}

.top__control {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

p.save {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
}

p.save span {
    color: #3573AA;
}

p.default {
    font-size: 18px;
    opacity: .8;
    line-height: 1;
}

.top__btn__wrapper {
    display: flex;
    background: #ffffff1c;
    border-radius: 5px;
}

a.btn {
    padding: 26px 40px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    background: #3573AA;
}

.btn__text {
    max-width: calc(100% - 220px);
    height: auto;
    display: flex;
    align-items: center;
    padding: 16px 32px;
    color: #7B7B7B;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

a.btn:hover {
    background: #1e4e79;
    color: #fff;
}

.top__right {
    display: flex;
    justify-content: flex-end;
}

.top__right__text {
    color: #fff;
    max-width: 305px;
    font-size: 18px;
    line-height: 160%;
    padding: 16px 0 16px 16px;
    border-left: 2px solid #3573AA;
}

section.anticollector {
    padding-bottom: 180px;
    z-index: 9;
    position: relative;
}

section.anticollector .container {
    align-items: flex-start;
}

.anti__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.anti__item {
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    position: relative;
    height: 294px;
}

.anti__item__img {
    display: flex;
    margin-bottom: 16px;
}

p.anti__item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333;
    position: relative;
}

p.anti__item__text {
    font-size: 16px;
    line-height: 1.4;
    color: #7b7b7b;
}

p.anti__item__title::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 20px;
    background: #3573AA1A;
    transform: rotate(-6.5deg);
    bottom: 8px;
}

.anti__item::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 40px;
    height: 10px;
    background: #3573AA;
}

h2.section__title {
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    margin: 0;
}

h2.section__title span {
    color: #3675a8;
}

.anti__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.anti__content .top__btn__wrapper {
    background: #EEEEEE;
}

.anti__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

p.anti__list__item {
    display: flex;
    gap: 16px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

p.anti__list__item span {
    width: calc(100% - 44px);
}

.anti__item:nth-child(2) {
    background: url(/wp-content/themes/bankirro/assets/img/item.png) no-repeat 100% 40px;
    background-color: #fff;
}

section.box {
    padding-bottom: 200px;
    position: relative;
}

.box__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.box__block {
    padding: 16px 0 16px 16px;
    border-left: 2px solid #3573AA;
    color: #333;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 40px;
}

.box__block span {
    font-size: 32px;
    font-weight: 600;
    color: #3573AA;
}

.box__control {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.box__control p {
    font-size: 24px;
    color: #333;
    line-height: 1;
}

.box__control p span {
    font-size: 40px;
    font-weight: 600;
    color: #3675a8;
}

section.box::before {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/bankirro/assets/img/anti.png) no-repeat 100%;
    width: 852px;
    height: 1096px;
    bottom: 18px;
    right: 217px;
}

div#headerNewTop {
    z-index: 99 !important;
}

.anti__item:nth-child(2) p.anti__item__text {
    max-width: 200px;
}

header#header {
    z-index: 99 !important;
}

@media screen and (max-width: 600px) {
    section.top__screen .container, section.anticollector .container, section.box .container {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
        gap: 32px;
    }
    
    section.top__screen {
        padding: 135px 0 40px 0;
        background: url(/wp-content/themes/bankirro/assets/img/top.png) no-repeat center 306px;
        background-size: 278px auto;
        background-color: #101010;
        margin-bottom: 56px;
    }
    
    h1.title {
        font-size: 30px;
        margin: 0;
    }
    
    .top__title {
        gap: 16px;
    }
    
    p.description {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .top__left {
        gap: 48px;
    }
    
    .top__control {
        gap: 14px;
    }
    
    p.save {
        font-size: 22px;
    }
    
    p.default {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 226px;
    }
    
    .top__btn__wrapper {
        flex-direction: column;
    }
    
    a.btn {
        padding: 23px 40px;
        font-size: 18px;
        line-height: 1.4;
    }
    
    .btn__text {
        max-width: 100%;
        text-align: center;
        font-size: 12px;
    }
    
    .top__right__text {
        max-width: 100%;
        padding: 8px 16px;
        font-size: 12px;
        line-height: 1.4;
        color: #DDDDDD;
    }
    
    .top__right {
        position: absolute;
        top: 345px;
        width: calc(100% - 30px);
    }
    
    .anti__item {
        padding: 20px;
        height: 229px;
    }
    
    .anti__item__img {
        width: 48px;
        height: 48px;
    }
    
    p.anti__item__title {
        font-size: 20px;
    }
    
    p.anti__item__text {
        font-size: 14px;
    }
    
    .anti__item:nth-child(2) {
        background: transparent;
        background-color: #fff;
    }
    
    .anti__grid {
        gap: 10px;
    }
    
    .anti__item::after {
        height: 5px;
        bottom: 20px;
    }
    
    p.anti__item__title::before {
        height: 16px;
    }
    
    h2.section__title {
        font-size: 26px !important;
        padding: 0;
    }
    
    p.anti__list__item {
        font-size: 16px;
    }
    
    p.anti__list__item svg {
        width: 24px;
        height: 24px;
    }
    
    p.anti__list__item span {
        width: calc(100% - 40px);
    }
    
    .anti__content {
        gap: 32px;
    }
    
    .anti__content h2.section__title {
        position: absolute;
        top: 0;
        padding: 0;
    }
    
    section.anticollector .container {
        padding-top: 134px;
    }
    
    section.anticollector {
        padding-bottom: 22px;
    }
    
    .box__block, .box__control p {
        padding: 8px 0 8px 16px;
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 274px;
        border-left: 2px solid #3573AA;
        color: #333;
    }
    
    .box__block span {
        font-size: 22px;
    }
    
    .box__control p {
        margin: 0;
        font-size: 20px;
        line-height: 1.6;
    }
    
    .box__control {
        gap: 20px;
    }
    
    .box__control p span {
        font-size: 20px;
    }
    
    section.box::before {
        width: 320px;
        height: 414px;
        right: auto;
        left: 15px;
        background-size: 100%;
        bottom: auto;
        top: 75px;
    }
    
    section.box {
        padding-bottom: 80px;
    }
}