.section._subscribe .container {
    max-width: 1336px;
}

.subscribe {
    padding: 40px 48px;
    background-color: #1F3238;
    background-image: url('../img/subscribe/vector1.png');
    background-size: 908px 930px;
    background-position: 140% 40%;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 16px;
    margin-top: 96px;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1400px) {
    .subscribe {
        /* height: 475px; */
    }
}
.subscribe:before {
    content: '';
    width: 333px;
    height: 380px;
    position: absolute;
    left: 613px;
    bottom: -152px;
    background: url('../img/subscribe/hexagon1.svg') no-repeat center center;
    background-size: contain;
}

.subscribe:after {
    content: '';
    width: 386px;
    height: 392px;
    position: absolute;
    left: 1008px;
    top: -164px;
    background: url('../img/subscribe/hexagon2.svg') no-repeat center center;
    background-size: contain;
}
.subscribe .form__loader {
    padding: 20px 0;
}
.subscribe__form form {
    max-width: 693px;
    position: relative;
    z-index: 100;
}

.subscribe__politics {
    margin-top: 12px;
    color: rgba(256,256,256,.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 693px;
    position: relative;
    z-index: 2;
    order: 5;
}

.subscribe__politics a {
    color: rgba(0, 255, 217, .6);
    border: none;
    transition: .3s all;
}

.subscribe__politics a:hover {
    color: rgba(0, 255, 217, 1);
}

@media screen and (max-width: 570px){

    .subscribe__politics {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

}

.subscribe__form form {
    display: flex;
    flex-wrap: wrap;
}

.subscribe__form .form__field:nth-child(15) {
    order: 1;
    width: 100%;
    margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1400px){

    .subscribe__form .form__field .checkbox__wrap:before {
        left: 1px;
        width: 18px;
        height: 18px;
    }

}

.subscribe__form .form__field .checkbox__wrap p {
    margin-bottom: 0;
}

.subscribe__form .form__field .checkbox__wrap span {
    color: rgba(256,256,256,.6);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.subscribe__form .form__field:nth-child(9) {
    order: 3;
    width: 481px;
    margin-right: 16px;
    margin-bottom: 12px;
}

.subscribe__form .form__field-input:focus+.form__field-placeholder,
.subscribe__form .form__field.filled .form__field-placeholder {
    top: 2px;
}

.subscribe__form .form__field:nth-child(9) .input {
    background: none;
    color: #fff;
}

.subscribe__form .form__field:nth-child(9) .input:hover {
    border-color: #fff;
}

.subscribe__form .form__submit {
    order: 4;
    /* margin-bottom: 12px; */
}

.subscribe__form [style="margin-bottom: 20px; margin-top: 20px;"] {
    order: 2;
    width: 100%;
    margin-top: 0px !important;
}

.subscribe__form .marketo {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

.subscribe__form .form__title {
    margin-bottom: 24px;
}

.subscribe__form .form__title:after {
    margin-top: 16px;
    content: 'Key insights and new stories on Cyber Immunity. Stay informed about the next stage in the evolution of cybersecurity.';
    display: block;
    color: rgba(256,256,256,.8);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 688px;
}

.subscribe__sub-title {
    margin-top: 16px;
    display: block;
    color: rgba(256,256,256,.8);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 700px;
}

.subscribe__links {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.subscribe__links li {
    /* width: 50%; */
    padding-right: 67px;
    padding-bottom: 24px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

@media screen and (max-width: 1024px) {

    .subscribe__links {
        gap: 0px 60px;
        margin-top: 24px;
    }

    .subscribe__links li {
        padding-right: 0;
    }

    .subscribe__sub-title {
        font-size: 18px;
        line-height: 24px;
    }

}

@media screen and (max-width: 740px) {

    .subscribe__links {
        gap: 0px;
        margin-top: 24px;
        grid-template-columns: 1fr;
    }

    .subscribe__links li {
        padding-right: 0;
        padding-bottom: 16px;
    }

    .subscribe__sub-title {
        font-size: 18px;
        line-height: 24px;
    }

    .subscribe__sub-title {
        font-size: 14px;
        line-height: 18px;
    }

}

.subscribe__links li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00F2C2;
    position: absolute;
    left: 0;
    top: 10px;
}

.subscribe__links a {
    color: #fff;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.subscribe__links a span {
    width: 24px;
    height: 10px;
    position: relative;
    margin-left: 5px;
}

.subscribe__links a span:after {
    content: '';
    position: absolute;
    background: url('../img/arrow_forward.svg') no-repeat center;
    opacity: .7;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin: -12px 0 0 0;
    transition: .3s;
}

.subscribe__links a:hover span:after {
    opacity: 1;
    left: 3px;
}

.subscribe__form .form__loader * {
    color: #fff !important;
}

@media screen and (max-width: 991px){

    .subscribe__form .form__field:nth-child(9) {
        width: 53vw;
    }

    .subscribe__form .form__title:after {
        font-size: 18px;
        line-height: 24px;
    }

    .subscribe {
        margin-top: 48px;
        padding: 40px 32px 48px;
        background-position: 20% 40%;
    }

    .subscribe:before {
        left: -90px;
        bottom: -127px;
        width: 273px;
        height: 305px;
    }

    .subscribe:after {
        top: -123px;
        right: -82px;
        left: auto;
        width: 287px;
        height: 315px;
    }

}

.page._event .section._subscribe {
    margin-bottom: 40px;
}

@media screen and (max-width: 570px){

    .subscribe {
        margin-top: 40px;
        padding: 24px 24px 32px 16px;
        background-position: 40% 80%;
    }

    .subscribe__form .form__field:nth-child(9) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .subscribe__form .form__submit {
        width: 100%;
    }

    .subscribe__form .form__submit .button {
        width: 100%;
    }

    .subscribe__form .form__title:after {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
    }

    .subscribe__form .form__title {
        margin-bottom: 24px;
    }

    .subscribe__form .form__field .checkbox__wrap span {
        /* font-size: 12px !important;
        line-height: 16px !important; */
        display: block;
    }

    .subscribe__links {
        padding-right: 24px;
    }

    .subscribe__form .form__field:nth-child(15) {
        margin-bottom: 24px;
    }

    .subscribe:before {
        left: -43px;
        bottom: -83px;
        width: 214px;
        height: 239px;
    }

    .subscribe:after {
        top: -83px;
        right: -71px;
        left: auto;
        width: 241px;
        height: 265px;
    }

    .page._event .section._subscribe {
        margin-bottom: 48px;
    }

}

.page._event .subscribe {
    margin-top: 0;
}

.page._posts._events._latest .section._press {
    padding-top: 40px;
}

@media screen and (max-width: 760px) {

    .subscribe__form .checkbox:hover .checkbox__wrap:before {
        top: 4px;
    }

    .subscribe__form .checkbox__wrap:before {
        top: 4px;
    }

    .subscribe__form .form__field-input:focus+.form__field-placeholder,
    .subscribe__form .form__field.filled .form__field-placeholder {
        top: -7px;
    }

}

.page._posts._events .section._entry .section__description {
    margin-bottom: 24px;
}


@media screen and (max-width: 739px) {

    .page._event .section._entry .section__button {
        margin-top: 20px;
        margin-bottom: 32px;
    }

}


.loader {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@keyframes progressForm {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loader-progress {
    animation: progressForm 1s infinite linear;
}

.loader-title {
    margin-top: 24px;
    font-family: "Kaspersky Sans Text";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: inherit;
    opacity: 0.7;
}





#subscribe {
    position: relative;
    top: -100px;
}

.page._posts._events._latest {
    position: relative;
    /* top: -50px; */
}

@media screen and (max-width: 740px){

    #subscribe {
        position: relative;
        top: -200px;
    }

    .page._posts._events._latest {
        position: relative;
        /* top: -150px; */
    }

}