html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Bold.eot');
    src: local('Akrobat Bold'), local('Akrobat-Bold'),
        url('../fonts/Akrobat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Akrobat-Bold.woff2') format('woff2'),
        url('../fonts/Akrobat-Bold.woff') format('woff'),
        url('../fonts/Akrobat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-ExtraBold.eot');
    src: local('Akrobat ExtraBold'), local('Akrobat-ExtraBold'),
        url('../fonts/Akrobat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Akrobat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Akrobat-ExtraBold.woff') format('woff'),
        url('../fonts/Akrobat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Druk Cyr';
    src: url('../fonts/DrukCyr-Medium.eot');
    src: local('Druk Cyr Medium'), local('DrukCyr-Medium'),
        url('../fonts/DrukCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukCyr-Medium.woff2') format('woff2'),
        url('../fonts/DrukCyr-Medium.woff') format('woff'),
        url('../fonts/DrukCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Druk Text Wide Cyr';
    src: url('../fonts/DrukTextWideCyr-Medium.eot');
    src: url('../fonts/DrukTextWideCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukTextWideCyr-Medium.woff2') format('woff2'),
        url('../fonts/DrukTextWideCyr-Medium.woff') format('woff'),
        url('../fonts/DrukTextWideCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('../fonts/BasisGrotesquePro-Regular.eot');
    src: local('Basis Grotesque Pro Regular'), local('BasisGrotesquePro-Regular'),
        url('../fonts/BasisGrotesquePro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasisGrotesquePro-Regular.woff2') format('woff2'),
        url('../fonts/BasisGrotesquePro-Regular.woff') format('woff'),
        url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('../fonts/BasisGrotesquePro-Medium.eot');
    src: local('Basis Grotesque Pro Medium'), local('BasisGrotesquePro-Medium'),
        url('../fonts/BasisGrotesquePro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasisGrotesquePro-Medium.woff2') format('woff2'),
        url('../fonts/BasisGrotesquePro-Medium.woff') format('woff'),
        url('../fonts/BasisGrotesquePro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Basis Grotesque Pro';
    color: #fff;
    background-color: #000000;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button{
    margin: 0;
    padding: 0;
    border: 0;
}

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}

.title {
    font-size: 96px;
    font-weight: 800;
    line-height: 96px;
    font-family: 'Akrobat';
    text-transform: uppercase;
}

.sub-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    font-family: 'Druk Text Wide Cyr';
    text-transform: uppercase;
}

a {
    color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
    margin: 0 0 17px;
}

p:last-child{
    margin-bottom: 0;
}

img,
iframe {
    display: block;
    width: 100%;
}

.wrapper {
    position: relative;
    width: 100%;

    overflow: hidden;
}

@media only screen and (min-width: 1206px) {
    .wrapper {
        background-image: url(../img/bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 1441px){
    .wrapper {
        background-image: url(../img/bg-h.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }
}


@media only screen and (min-width: 1921px){

    section {
        position: relative;
    }

    section:before {
        position: absolute;
        content: '';
        top: 0;
        left: calc(50% - 960px);
        bottom: 0;
        width: 160px;
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        z-index: 1;
    }

    section:after {
        position: absolute;
        content: '';
        top: 0;
        right: calc(50% - 960px);
        bottom: 0;
        width: 160px;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        z-index: 1;
    }
}

.container {
    position: relative;
    max-width: 1206px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}

@media only screen and (max-width: 1205px){
    .wrapper {
        background-image: url(../img/bg-mob.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .container {
        max-width: 375px;
    }

    .title {
        font-size: 32px;
        line-height: 32px;
    }
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_red {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Druk Text Wide Cyr';
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: none;
    transform: translate(0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn.btn_red:hover {
    transform: translate(0, -10px);
}

.btn_red:before {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.btn_red span  {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1205px){
    
}

/*     first     */

.first {
    padding: 20px 0 114px;
}

@media only screen and (min-width: 1206px) {
    .first {
        background-image: url(../img/first-bg.png);
        background-position: top center;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 1441px){
    .first {
        background: none;
    }
}

.first__block {
    position: relative;
}

.first__logo {
    font-size: 32px;
    font-weight: 700;
    line-height: 47px;
    font-family: 'Akrobat';
}

.first__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 83px;
    z-index: 2;
}

.first__column {
    display: flex;
    column-gap: 10px;
}

.first__item {
    width: 283px;
    height: 159px;
    padding-top: 27px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.first__item_1 {
    background-image: url(../img/item-bg-1.png);
}

.first__item_2 {
    background-image: url(../img/item-bg-2.png);
}

.first__item_3 {
    background-image: url(../img/item-bg-3.png);
}

.first__item-number {
    margin: 2px 0 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    font-family: 'Druk Text Wide Cyr';
}

.first__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #888D96;
}

.first__item-text:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.first__fintex {
    position: absolute;
    top: -125px;
    left: -125px;
    right: -100px;
    font-size: 669px;
    font-weight: 500;
    line-height: 869px;
    font-family: 'Druk Cyr';
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255 , 0.1);
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    z-index: 1;
}

.first__fintex:before {
    position: absolute;
    top: 260px;
    left: calc(50% - 580px);
    content: url(../img/shadow-2.svg);
    z-index: 1;
}

.first__shadow {
    position: absolute;
    top: 150px;
    left: calc(50% - 500px);
    z-index: 2;
}

.first__img {
    position: absolute;
    top: -20px;
    left: calc(50% - 470px);
    right: 0;
    width: 814px;
    pointer-events: none;
    z-index: 3;
}

.first__img img {
    position: relative;
    z-index: 1;
}

.first__img:after {
    position: absolute;
    content: '';
    left: -5000px;
    right: -5000px;
    bottom: 0;
    height: 313px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}

.first__decore-1 {
    position: absolute;
    top: -38px;
    left: calc(50% + 220px);
    width: 153px;
    z-index: 4;
}

.first__decore-2 {
    position: absolute;
    top: 300px;
    left: calc(50% + 318px);
    width: 221px;
    z-index: 4;
}

.first__content {
    position: relative;
    margin-top: 117px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 5;
}

.thanks .first__content {
    margin: 280px 0 40px;
}

.first__sub-title {
    font-family: 'Druk Text Wide Cyr';
    font-size: 32px;
    font-weight: 500;
    line-height: 41.6px;
}

.first__sub-title .red {
    background: linear-gradient(90deg, #C80000 0%, #FF3130 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.first__description {
    margin-top: 27px;
    color: #888D96;
}

.first__btn .btn_red {
    width: 572px;
    height: 72px;
    padding-bottom: 3px;
    font-size: 20px;
    line-height: 26px;
}

.first__btn .btn_red:before {
    top: -91px;
    left: -221px;
    transform: scale(0.662);
    content: url(../img/btn-bg-1.png);
}

.first__label {
    position: absolute;
    top: 277px;
    right: -233px;
    font-size: 16px;
    line-height: 21px;
    transform: rotate(-90deg);
}

@media only screen and (max-width: 1359px) {
    .first__label {
        display: none;
    }
}

@media only screen and (max-width: 1205px) {
    .first {
        padding-bottom: 32px;
    }

    .first__logo {
        padding-left: 8px;
        font-size: 16px;
        line-height: 16px;
    }

    .first__shadow,
    .first__fintex:before {
        display: none;
    }

    .first__list {
        column-gap: 0;
        flex-wrap: initial;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 13px -110px 0 -107px;
    }

    .first__list::-webkit-scrollbar {
        display: none;
    }

    .first__column:nth-child(1) {
        width: 100%;
        min-width: 298px;
        padding: 0 5px 0 110px;
    }
    
    .first__column:nth-child(2) {
        width: 100%;
        min-width: 486px;
        padding: 0 110px 0 5px;
    }

    .first__item {
        width: 183px;
        height: 179px;
        padding: 28px 25px;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        -webkit-user-select: none;
    }

    .first__item_1 {
        background-image: url(../img/item-bg-1-mob.png);
    }

    .first__item_2 {
        background-image: url(../img/item-bg-2-mob.png);
    }

    .first__item_3 {
        background-image: url(../img/item-bg-1-mob.png);
    }

    .first__item-number {
        margin-top: 10px;
        font-size: 24px;
        line-height: 31px;
        text-align: left;
    }

    .first__item-text {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .first__item-text span {
        display: block;
    }

    .first__item-text span br {
        display: none;
    }

    .first__fintex {
        top: 176px;
        left: -100px;
        font-size: 193px;
        font-weight: 500;
        line-height: 250px;
    }

    .first__img {
        top: 154px;
        left: calc(50% - 195px);
        width: 390px;
    }

    .thanks .first__img {
        top: 180px;
    }

    .first__img:after {
        height: 124px;
    }

    .first__content {
        row-gap: 20px;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 277px;
    }

    .thanks .first__content {
        align-items: center;
        margin: 30px 0 310px;
    }

    .thanks .first__description {
        margin-top: 15px;
    }

    .first__text {
        padding-left: 23px;
    }

    .thanks .first__text {
        padding-left: 0;
        text-align: center;
    }

    .first__sub-title {
        width: 240px;
        font-size: 20px;
        line-height: 26px;
    }

    .first__sub-title br {
        display: none;
    }

    .first__description {
        margin-top: 21px;
        font-size: 14px;
        line-height: 21px;
        white-space: nowrap;
    }

    .first__btn {
        margin-left: -7px;
    }

    .first__btn .btn_red {
        width: 346px;
        font-size: 14px;
        line-height: 18px;
    }
    
    .first__btn .btn_red:before {
        top: -91px;
        left: -161px;
        transform: scale(0.662);
        content: url(../img/btn-bg-1-mob.png);
    }

    .first__decore-1 {
        top: 242px;
        left: 226px;
        width: 103px;
    }

    .first__decore-2 {
        top: 311px;
        left: -11px;
        width: 92px;
    }

    .first__label {
        display: block;
        top: 360px;
        right: -136px;
        font-size: 14px;
        line-height: 18px;
        z-index: 3;
    }
}

/*     hacking     */

.hacking__block {
    position: relative;
    padding-top: 117px;
    padding-bottom: 179px;
}

.hacking__title {

}

.hacking__title .line-1 {
    padding-left: 104px;
    text-align: left;
}

.hacking__title .line-2 {
    margin-top: -12px;
    padding-right: 70px;
    text-align: right;
}

.hacking__title .red {
    background: linear-gradient(90deg, #C80000 0%, #FF3130 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hacking__item {
    position: absolute;
    width: 283px;
    height: 159px;
    padding-top: 27px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
}

.hacking__item_1 {
    top: -8px;
    left: calc(50% - 77px);
    background-image: url(../img/hacking-item-bg-1.png);
}

.hacking__item_2 {
    top: 192px;
    left: 0;
    background-image: url(../img/hacking-item-bg-2.png);
}

.hacking__item_3 {
    top: 330px;
    right: 156px;
    background-image: url(../img/hacking-item-bg-3.png);
}

.hacking__item-number {
    margin: 0px 0 11px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    font-family: 'Druk Text Wide Cyr';
}

.hacking__item-text {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #888D96;
}

.hacking__item-text:last-child {
    font-size: 14px;
    line-height: 18px;
}

.hacking__description-1 {
    position: absolute;
    top: 135px;
    left: calc(50% + 256px);
    font-size: 14px;
    line-height: 21px;
    color: #888D96;
}

.hacking__description-2 {
    position: absolute;
    top: 336px;
    left: calc(50% - 166px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    line-height: 21px;
    color: #888D96;
}

.hacking__description-2 a {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Druk Text Wide Cyr';
    border-bottom: 1px solid #FFFFFF;
    column-gap: 30px;
}

.hacking__description-2 a:hover {
    border-color: #C80000;
}

.hacking__description-2 .btn .red {
    background: linear-gradient(90deg, #C80000 0%, #FF3130 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hacking__description-2 .btn svg {
    position: relative;
    top: 4px;
}

.hacking__decore-1 {
    position: absolute;
    top: 291px;
    left: calc(50% - 448px);
    width: 170px;
    z-index: 5;
}

.hacking__decore-2 {
    position: absolute;
    top: 254px;
    left: calc(50% + 41px);
    width: 162px;
    z-index: 4;
}

.hacking__decore-3 {
    position: absolute;
    top: 20px;
    left: calc(50% + 456px);
    width: 98px;
    z-index: 4;
}

.hacking__label {
    position: absolute;
    top: 220px;
    right: -320px;
    font-size: 16px;
    line-height: 21px;
    transform: rotate(-90deg);
}

@media only screen and (max-width: 1359px){
    .hacking__label {
        display: none;
    }
}

@media only screen and (max-width: 1205px){
    .hacking__block {
        padding: 184px 0 366px;
    }

    .hacking__title .line-1 {
        padding-left: 0;
    }

    .hacking__title .line-2 {
        margin-top: 4px;
        padding-right: 0;
    }

    .hacking__item_1 {
        top: 0px;
        left: 152px;
        width: 183px;
        height: 179px;
        padding: 28px 10px 28px 23px;
        background-image: url(../img/hacking-item-bg-1-mob.png);
    }

    .hacking__item_2 {
        top: 362px;
        left: 146px;
        width: 173px;
        height: 199px;
        padding: 24px 10px 28px 27px;
        background-image: url(../img/hacking-item-bg-2-mob.png);
    }

    .hacking__item_2 .hacking__item-number {
        margin-bottom: 8px;
    }

    .hacking__item_3 {
        top: 361px;
        left: -6px;
        right: auto;
        width: 143px;
        height: 159px;
        padding: 28px 10px 28px 23px;
        background-image: url(../img/hacking-item-bg-3-mob.png);
    }

    .hacking__item-number {
        margin: 5px 0 15px;
        font-size: 24px;
        line-height: 31px;
        text-align: left;
    }

    .hacking__item-text {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .hacking__item-text span {
        display: block;
    }

    .hacking__description-1 {
        top: 269px;
        left: 105px;
        white-space: nowrap;
    }

    .hacking__description-2 {
        top: 539px;
        left: 6px;
    }
    
    .hacking__description-2 p {
        margin-bottom: 28px;
    }

    .hacking__description-2 span {
        display: block;
    }

    .hacking__description-2 br {
        display: none;
    }

    .hacking__decore-1 {
        top: 570px;
        left: 257px;
    }

    .hacking__decore-2 {
        position: absolute;
        top: 238px;
        left: -64px;
        width: 142px;
    }

    .hacking__decore-3 {
        top: 13px;
        left: 6px;
    }
}

/*     cases     */

.cases {
    padding-top: 112px;
}

.cases__block {
    position: relative;
    height: 438px;
    padding-top: 56px;
    background-color: #FFFFFF;
}

.cases__title {
    position: relative;
    text-align: center;
    z-index: 1;
}

.cases__title .red {
    background: linear-gradient(90deg, #C80000 0%, #FF3130 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cases__title .line-1 {
    padding-left: 216px;
    color: #000000;
}

.cases__title .line-2 {
    margin-top: -12px;
    padding-right: 214px;
}

.cases__item {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
}

.cases__item_1 {
    top: -57px;
    left: 96px;
    width: 233px;
    height: 159px;
    background-image: url(../img/cases-item-bg-1.svg);
}

.cases__item_2 {
    top: -51px;
    right: 31px;
    width: 181px;
    height: 101px;
    background-image: url(../img/cases-item-bg-2-new.svg);
}

.cases__item_3 {
    top: 211px;
    left: calc(50% - 225px);
    width: 233px;
    height: 159px;
    background-image: url(../img/cases-item-bg-3-new.svg);
}

.cases__item_4 {
    top: 308px;
    left: calc(50% + 75px);
    width: 181px;
    height: 101px;
    background-image: url(../img/cases-item-bg-4-new.svg);
}

.cases__description-1 {
    position: absolute;
    top: 173px;
    right: 104px;
    font-size: 14px;
    line-height: 21px;
    color: #A5A5A5;
}

.cases__description-2 {
    position: absolute;
    top: 302px;
    left: 97px;
    font-size: 14px;
    line-height: 21px;
    color: #A5A5A5;
}

.cases_btn {
    margin-top: 40px;
    font-family: 'Druk Text Wide Cyr';
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #1A1C1C;
}

.cases__decore-1 {
    position: absolute;
    top: 393px;
    left: 145px;
    width: 104px;
    z-index: 4;
}

.cases__decore-2 {
    position: absolute;
    top: 175px;
    right: -85px;
    width: 200px;
    z-index: 4;
}

.cases__link {
    position: absolute;
    right: 40px;
    bottom: 68px;
}

.cases__link a {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Druk Text Wide Cyr';
    border-bottom: 1px solid #1A1C1C;
    column-gap: 10px;
    color: #1A1C1C;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.cases__link a:hover {
    color: #FE1E1C;
}

@media only screen and (max-width: 1205px){
    .cases__block {
        height: 610px;
        padding-top: 29px;
    }

    .cases__title .line-1 {
        padding-left: 172px;
        text-align: left;
    }

    .cases__title .line-2 {
        margin-top: -4px;
        padding-right: 0;
    }

    .cases__item_1 {
        top: -20px;
        left: 24px;
        width: 132px;
        height: 90px;
    }

    .cases__item_2 {
        top: 225px;
        right: 32px;
        width: 168px;
        height: 94px;
    }

    .cases__item_3 {
        top: 225px;
        left: -19px;
        width: 139px;
        height: 95px;
    }

    .cases__item_4 {
        top: 407px;
        left: 135px;
        width: 168px;
        height: 94px;
    }

    .cases__description-1 {
        top: 345px;
        left: 39px;
        right: 0;
        max-width: 230px;
    }

    .cases__description-1 br {
        display: none;
    }

    .cases__description-2 {
        top: 142px;
        left: 38px;
    }

    .cases__decore-1 {
        top: 217px;
        right: -50px;
        left: auto;
        width: 102px;
    }

    .cases__decore-2 {
        top: 389px;
        left: -10px;
        right: auto;
        width: 118px;
    }

    .cases__link {
        right: 60px;
        bottom: 32px;   
    }
}

/*     results     */

.results {
    padding-top: 162px;
}

.results__block {
    position: relative;
}

.results__title {
    position: relative;
    z-index: 2;
}

.results__title .line-2 {
    margin-top: -12px;
    padding-left: 44px;
}

.results__title .red {
    background: linear-gradient(90deg, #C80000 0%, #FF3130 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results__text {
    position: relative;
    margin: 36px 0 0 99px;
    font-size: 14px;
    line-height: 21px;
    z-index: 3;
}

.results__text p {
    margin-bottom: 20px;
}

.results__shadow {
    position: absolute;
    top: -104px;
    right: -277px;
    pointer-events: none;
    z-index: 1;
}

.results__img {
    position: absolute;
    top: -234px;
    right: -137px;
    width: 810px;
    pointer-events: none;
    z-index: 2;
}

.results__img img {
    position: relative;
    z-index: 1;
}

.results__img:after {
    position: absolute;
    content: '';
    left: -5000px;
    right: -5000px;
    bottom: 0;
    height: 270px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}

.results__decore-1 {
    position: absolute;
    top: 156px;
    left: -134px;
    width: 208px;
    pointer-events: none;
    z-index: 4;
}

.results__decore-2 {
    position: absolute;
    top: 23px;
    right: -50px;
    width: 98px;
    pointer-events: none;
    z-index: 4;
}

.results__decore-2 .mob {
    display: none;
}

.result__list {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 23px;
    margin-top: 83px;
    z-index: 4;
}

.result__column {
    width: 33.33%;
}

.result__item {
    position: relative;
    height: 578px;
    padding: 361px 40px 31px;
    background-repeat: no-repeat;
    background-position: -24px -30px;
    background-size: 433px;
}

.result__item_1 {
    background-image: url(../img/result-item-bg-1.png);
}

.result__item_2 {
    background-image: url(../img/result-item-bg-2.png);
}

.result__item_3 {
    background-image: url(../img/result-item-bg-3.png);
}

.result__item-name {
    font-size: 32px;
    font-weight: 800;
    line-height: 47px;
    font-family: 'Akrobat';
    text-transform: uppercase;
    text-align: center;
}

.result__item-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #888D96;
}

.result__item-btn {
    margin-top: 32px;
}

.result__item-btn .btn_red {
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 20px;
}

.result__item-btn .btn_red:before {
    top: -71px;
    left: -133px;
    transform: scale(0.662);
    content: url(../img/btn-bg-2.png);
}

@media only screen and (max-width: 1205px){
    .results {
        padding-top: 58px;
    }

    .results__title .line-2 {
        margin-top: 3px;
        padding-left: 64px;
    }

    .results__img {
        top: 416px;
        right: -177px;
        width: 540px;
    }

    .results__img:after {
        height: 124px;
    }

    .results__block {
        height: 956px;
    }

    .results__text {
        margin: 29px 0 0;
    }

    .results__text span {
        display: block;
    }

    .results__text br {
        display: none;
    }

    .result__list {
        row-gap: 20px;
        flex-direction: column;
        margin-top: -54px;
    }

    .result__column {
        width: 100%;
    }

    .result__item {
        height: 521px;
        padding: 324px 35px 31px;
        background-position: -21px -26px;
        background-size: 389px;
    }

    .result__item-name {
        font-size: 24px;
        line-height: 42px;
    }

    .result__item-text {
        font-size: 14px;
        line-height: 21px;
    }

    .result__item-text br {
        display: none;
    }

    .result__item-btn {
        margin-top: 24px;
    }

    .result__item-btn .btn_red {
        height: 50px;
        padding-bottom: 6px;
    }

    .result__item-btn .btn_red:before {
        top: -64px;
        left: -117px;
        transform: scale(0.662);
        content: url(../img/btn-bg-2-mob.png);
    }
    
    .results__shadow {
        top: 546px;
        right: -150px;
        width: 438px;
    }

    .results__decore-1 {
        top: 534px;
        left: -8px;
        width: 98px;
        transform: rotate(17deg);
    }

    .results__decore-2 {
        top: 662px;
        left: 24px;
        right: auto;
        width: 102px;
        transform: rotate(229deg);
    }

    .results__decore-2 .pc {
        display: none;
    }

    .results__decore-2 .mob {
        display: block;
    }
}

/*     campus     */

.campus {
    padding-top: 115px;
}

.campus__block {
    height: 465px;
    padding: 56px 0 45px 96px;
    background-image: url(../img/campus-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.campus__title {
    position: relative;
    z-index: 2;
}

.campus__title .line-1 {
    padding-left: 222px;
}

.campus__title .line-2 {
    margin-top: -5px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #fff;
}

.campus__text {
    position: relative;
    margin-top: 31px;
    font-size: 14px;
    line-height: 21px;
    z-index: 2;
}

.campus__item {
    position: absolute;
    top: 213px;
    left: calc(50% - 55px);
    width: 313px;
    height: 189px;
    padding-top: 27px;
    text-align: center;
    background-image: url(../img/item-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.campus__item-number {
    margin: 5px 0 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    font-family: 'Druk Text Wide Cyr';
}

.campus__item-text {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.campus__item-text:last-child {
    font-size: 14px;
    line-height: 18px;
}

.campus__decore-1 {
    position: absolute;
    top: -74px;
    left: 120px;
    width: 202px;
    z-index: 1;
}

.campus__decore-2 {
    position: absolute;
    top: 105px;
    right: 48px;
    width: 588px;
    z-index: 1;
}

.campus__label {
    position: absolute;
    top: 240px;
    right: -335px;
    font-size: 16px;
    line-height: 21px;
    transform: rotate(-90deg);
}

@media only screen and (max-width: 1359px) {
    .campus__label {
        display: none;
    }
}

@media only screen and (max-width: 1205px){
    .campus {
        padding-top: 47px;
    }

    .campus__block {
        height: 465px;
        padding: 34px 20px 26px 25px;
        background-image: url(../img/campus-bg-mob.svg);
    }

    .campus__title .line-1 {
        padding-left: 64px;
    }

    .campus__title .line-2 {
        margin-top: 4px;
    }

    .campus__item {
        width: 173px;
        height: 199px;
    }

    .campus__text {
        margin-top: 29px;
    }
    
    .campus__text span {
        display: block;
    }

    .campus__text br {
        display: none;
    }

    .campus__item-text {
        font-size: 14px;
        ;line-height: 18px;
        text-align: left;
    }

    .campus__item-number {
        font-size: 24px;
        line-height: 31px;
        text-align: left;
    }

    .campus__text br {
        display: none;
    }

    .campus__item {
        position: absolute;
        top: 339px;
        left: 45px;
        padding: 32px 0 0 20px;
        background-image: url(../img/item-bg-mob.png);
    }

    .campus__item-number {
        margin: 10px 0 22px;
    }

    .campus__decore-1 {
        top: -35px;
        left: 13px;
        width: 96px;
        transform: rotate(14deg);
    }

    .campus__decore-2 {
        top: 306px;
        right: -4px;
        width: 256px;
        transform: rotate(260deg);
    }
}

/*     open     */

.open {
    padding-top: 127px;
    padding-bottom: 27px;
}

.open__block {
    position: relative;
}

.open__title {
    position: relative;
    z-index: 2;
}

.open__title .line-2 {
    margin-top: -9px;
    padding-left: 25px;
}

@media only screen and (min-width: 1206px){
    .open__title .red {
        background: linear-gradient(90deg, #C80000 0%, #FF3130 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.open__img {
    position: absolute;
    top: 34px;
    left: -56px;
    width: 485px;
    pointer-events: none;
    z-index: 2;
}

.open__img img {
    position: relative;
    z-index: 1;
}

.open__img:after {
    position: absolute;
    content: '';
    left: -5000px;
    right: -5000px;
    bottom: 0;
    height: 270px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}

.open__description-1 {
    position: absolute;
    top: 101px;
    left: 71.2%;
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap;
    color: #888D96;
}

.open__description-2 {
    position: absolute;
    top: 224px;
    left: 38%;
    font-size: 14px;
    line-height: 21px;
    color: #888D96;
}

.open__item {
    position: absolute;
    top: 200px;
    left: calc(50% + 50px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.open__item_1 {
    top: -17px;
    left: 469px;
    width: 271px;
    height: 81px;
    text-align: center;
    color: #888D96;
    background-image: url(../img/open-item-bg-1.png);
    z-index: 2;
}

.open__item_2 {
    top: 372px;
    left: 350px;
    width: 303px;
    height: 159px;
    padding-top: 20px;
    padding-left: 89px;
    background-image: url(../img/open-item-bg-2.png);
    z-index: 2;
}

.open__item_3 {
    top: 546px;
    left: 350px;
    width: 303px;
    height: 159px;
    padding-left: 89px;
    background-image: url(../img/open-item-bg-3.png);
    z-index: 2;
}

.open__item-title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Druk Text Wide Cyr';
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 1206px){
    .open__item_3:hover .open__item-title {
        color: #FE1E1C;
    }
}

.open__item-title:before {
    position: absolute;
    content: '';
    top: 8px;
    left: -18px;
    width: 7px;
    height: 7px;
    background-color: #FE1E1C;
    border-radius: 50%;
}

.open__item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #888D96;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 1206px){
    .open__item_3:hover .open__item-text {
        color: #fff;
    }
}

.open__form {
    position: relative;
    margin-top: 40px;
    margin-left: calc(100% - 400px);
    width: 400px;
    height: 487px;
    padding: 36px;
    background-image: url(../img/open-form.bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.open__form-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 47px;
    font-family: 'Akrobat';
    text-align: center;
    color: #000000;
}

.open__form-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #888D96;
}

.open__form-main {
    position: relative;
    width: 249px;
    margin: 20px auto 0;
}

.open__form-input {
    position: relative;
    margin-bottom: 5px;
    z-index: 2;
}

.open__form-input input {
    display: block;
    width: 100%;
    padding: 14px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    background: #D9D9D9;
    border-radius: 0;
    border: 0;
}

.open__form-input input::-webkit-input-placeholder {color: #888D96;}
.open__form-input input::-moz-placeholder {color: #888D96;}
.open__form-input input:-ms-input-placeholder {color: #888D96;}
.open__form-input input:-moz-placeholder {color: #888D96;}

.open__form-btn {
    position: relative;
    margin-top: 20px;
    z-index: 1;
}

.open__form-btn .btn_red {
    width: 249px;
    height: 56px;
    font-size: 16px;
    line-height: 20px;
}

.open__form-btn .btn_red:before {
    top: -72px;
    left: -121px;
    transform: scale(0.662);
    content: url(../img/btn-bg-3.png);
}

.open__decore-1 {
    position: absolute;
    top: 307px;
    left: -7px;
    width: 104px;
    transform: rotate(-14deg);
    z-index: 1;
}

.open__decore-2 {
    position: absolute;
    left: -98px;
    bottom: -100px;
    width: 202px;
    z-index: 1;
}

.open__footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 133px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #888D96;
    z-index: 3;
}

@media only screen and (max-width: 1205px){
    .open {
        padding: 152px 0 20px;
    }

    .open__form {
        width: 100%;
        height: 487px;
        margin: 250px 0 0;
        background-image: url(../img/open-form-bg-mob.svg);
    }

    .open__img {
        top: -19px;
        left: -179px;
        width: 346px;
    }

    .open__img:after {
        height: 208px;
    }

    .open__img:before {
        position: absolute;
        content: '';
        left: -5000px;
        right: -5000px;
        bottom: -108px;
        height: 108px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        z-index: 2;
    }

    .open__title .line-2 {
        margin-top: 3px;
        padding-left: 64px;
    }

    .open__title .line-2 span {
        background: linear-gradient(90deg, #C80000 0%, #FF3130 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .open__item_1 {
        top: -39px;
        left: 190px;
        width: 207px;
        height: 61px;
        background-image: url(../img/open-item-bg-1-mob.png);
    }

    .open__item_2 {
        top: 100px;
        left: 88px;
        padding-top: 18px;
        background-image: url(../img/open-item-bg-2-mob.png);
    }

    .open__item_3 {
        top: 272px;
        left: 88px;
        background-image: url(../img/open-item-bg-3-mob.png);
    }

    .open__description-1 {
        top: 470px;
        left: 0;
        z-index: 3;
        white-space: normal;
    }

    .open__description-1 br {
        display: none;
    }

    .open__description-2 {
        display: none;
    }

    .open__form {
        margin-top: 529px;
    }

    .open__form-text {
        margin: 12px -20px 0;
    }

    .open__form-btn .btn_red {
        padding-bottom: 6px;
    }

    .open__decore-1 {
        display: none;
    }

    .open__decore-2 {
        left: auto;
        right: -50px;
        bottom: -106px;
        width: 184px;
    }

    .open__footer {
        margin-top: 85px;
        padding-right: 0;
    }
}