body {
    background: #332a4d;
}
.first-block {
    padding: 160px 0 58vw;
    background: url(/resource/site/images/fb-bg.jpg);
    background-size: cover;
}
.first-block .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.first-block .title .sabbat {
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
}
.first-block .title .sabbat img {
    width: 100%;
}
.first-block .title .sabbat .models {
    padding: 0 75px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -118px;
}
.first-block .title .sabbat .models span {
    font-family: 'Bebas Neue';
    color: #572598;
    font-size: 166px;
    font-weight: bold;
    position: relative;
    line-height: 200px;
}
.first-block .title .sabbat .models span::after {
    position: absolute;
    bottom: 45px;
    right: -10px;
    width: 85px;
    height: 55px;
    content: '';
    display: block;
    background: url(/resource/site/images/triangle.svg) 100% no-repeat;
}
.first-block .title h1 {
    width: 100%;
    max-width: 735px;
    margin: 0 auto -125px;
    text-align: center;
    color: #f7eeff;
    font-size: 60px;
    padding: 65px 0;
    position: relative;
    top: -185px;
    background: url(/resource/site/images/wave.svg) no-repeat center;
    background-size: contain;
    text-shadow: 0 0 20px #572598;
}
.first-block .title h1::before {
    width: 125px;
    height: 163px;
    content: '';
    display: block;
    background: url(/resource/site/images/left-pods.svg) 100% no-repeat;
    position: absolute;
    right: calc(100% + 20px);
    top: 60px;
}
.first-block .title h1::after {
    width: 138px;
    height: 163px;
    content: '';
    display: block;
    background: url(/resource/site/images/right-pods.svg) 100% no-repeat;
    position: absolute;
    left: calc(100% + 20px);
    top: 60px;
}
.first-block .btn {
    position: relative;
    z-index: 10;
    margin-bottom: 110px;
}
.first-block .items {
    display: flex;
    justify-content: center;
}
.first-block .items div {
    max-width: 260px;
    margin: 0 40px;
}
.first-block .items div h2 {
    font-size: 48px;
    color: #572598;
    text-align: center;
    margin-bottom: 10px;
}
.first-block .items div p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.second-block {
    position: relative;
    top: -75vw;
}
.second-block .minus {
    margin-bottom: calc(-68vw - 710px);
}
.second-block .item {
    padding: 480px 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
}
.second-block .item .description {
    position: relative;
}
.second-block .item .description h2 {
    font-size: 92px;
    color: #572598;
}
.second-block .item .description p {
    max-width: 450px;
    margin-left: 40px;
    font-weight: bold;
    line-height: 24px;
}
.second-block .item .description {
    position: relative;
    margin-bottom: 210px;
}
.second-block .item .description h2 {
    font-size: 92px;
    color: #572598;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
}
.second-block .item .description span {
    font-size: 300px;
    font-weight: bold;
    color: #cdcfe7;
    position: absolute;
    top: -160px;
    left: 0;
    font-family: 'Bebas Neue';
    opacity: 0.3;
    text-shadow: -2px -2px 0 #812dbc, 2px -2px 0 #812dbc, -2px 2px 0 #812dbc, 2px 2px 0 #812dbc;
}
.second-block .item .slider {
    height: 370px;
}
.second-block .item .slider .slide {
    max-width: 780px;
    margin-left: auto;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
}
.second-block .item .slider .show {
    display: flex;
}
.second-block .item .slider .slide div:first-child {
    width: 210px;
    min-width: 210px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}
.second-block .item .slider .slide div:first-child span {
    color: #fff;
    font-weight: bold;
    font-size: 27.61px;
    line-height: 28px;
}
.second-block .item .slider .slide div:last-child {
    text-align: right;
    color: #fff;
    font-weight: 100;
    font-size: 24px;
    line-height: 33px;
    position: relative;
    top: -12px;
}
.second-block .item .specification {
    background: #332a4d;
    padding-bottom: 525px;
}
.second-block .item .specification .images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.second-block .item .specification .images img {
    border-radius: 3px;
    width: 15%;
}
.second-block .item .specification .list {
    display: flex;
}
.second-block .item .specification .list h3 {
    font-size: 20px;
    font-weight: normal;
    color: #bdbfe3;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.second-block .item .specification .list .table {
    width: 100%;
    max-width: 580px;
    margin-right: 80px;
}
.second-block .item .specification .cost p {
    font-family: 'Bebas Neue';
    color: #d265db;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}
.second-block .item .specification .cost button {
    position: relative;
    z-index: 10;
    width: 230px;
}
.second-block .item-bg {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    top: -1060px;
    margin-bottom:  -2375px;
    background-color: #332a4d;
}
.second-block .item-bg ~ .item {
    padding-top: 510px
}
.second-block table {
    position: relative;
    z-index: 1
}
.third-block {
    background: url(/resource/site/images/tb-bg.jpg);
    background-size: cover;
    position: relative;
    padding-top: calc(100vw / 2);
}
.third-block::before {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    border-top: calc(100vw / 2) solid #332a4d;
    border-right: 100vw solid transparent;
}
.third-block .text {
    position: relative;
    top: calc(-100vw / 4 + 120px);
    margin-bottom: calc(-100vw / 4 + 120px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    max-width: 740px;
}
.third-block .text h2 {
    font-size: 32px;
    font-weight: 900;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-bottom: 40px;
}
.third-block .text p {
    margin-bottom: 20px;
    text-align: right;
    line-height: 24px;
}
.third-block .cards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 680px;
    margin: 0 0 0 auto;
    padding-bottom: 140px;
}
@media screen and (max-width: 1280px) {
    .first-block {
        background-size: 200%;
    }
    .first-block .title h1::after, .first-block .title h1::before {
        content: none;
    }
    .first-block .items div p {
        font-size: 16px;
    }
    .second-block .item {
        background-size: 150%;
        padding-top: 25vw;
    }
    .second-block .item .description h2 {
        font-size: 55px;
        margin-bottom: 0px;
    }
    .second-block .item .description p {
        max-width: 350px;
        margin-left: 0px;
        font-weight: bold;
        line-height: 24px;
        font-size: 14px;
        z-index: 1;
        position: relative;
        min-height: 120px;
    }
    .second-block .item .description {
        margin-bottom: 55vw;
    }
    .second-block .item .description span {
        top: -30px;
    }
    .second-block .item .slider {
        display: none;
    }
    .second-block .item .slider .slide div:first-child {
        display: none;
    }
    .second-block .item .slider .slide div:last-child {
        font-size: 14px;
        line-height: 26px;
    }
    .second-block .item-bg {
        display: none;
    }
    .second-block .item .specification {
        padding-bottom: 0;
    }
    .second-block .item-bg ~ .item {
        padding-top: 170px;
    }
    .second-block .minus {
        margin-bottom: -85vw;
    }
    table tr td {
        padding: 4px 20px;
        border: 1px solid #4a4167;
        color: #fff;
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .first-block .title .sabbat .models {
        padding: 0;
    }
    .first-block .title h1 {
        font-size: 32px;
    }
    .first-block .title .sabbat .models span {
        font-size: 85px;
    }
    .first-block .title .sabbat .models span::after {
        bottom: 60px;
    }
    .first-block .items {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .first-block .items div {
        margin-bottom: 30px;
    }
    .first-block {
        background-size: 300%;
    }
    .second-block .item .description span, .second-block .item .description p {
        display: none;
    }
    .second-block .item .description h2 {
        font-size: 44px;
        padding-left: 0;
    }
    .second-block .item .specification .list h3 {
        font-size: 18px;
    }
    .second-block .item .specification .images {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 50px;
    }
    .second-block .item .specification .images img {
        width: 32%;
        margin-bottom: 10px;
    }
    .second-block .item .specification .list {
        flex-direction: column;
    }
    .second-block .item .specification .list .table {
        margin: 0 0 50px;
    }
    .second-block .item .specification .list .cost {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .second-block .item-bg ~ .item {
        padding-top: 85px;
    }
    .second-block .minus {
        margin-bottom: -60vw;
    }
    .third-block .text h2 {
        font-size: 24px;
    }
    .third-block .cards {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 140px;
    }
}