/* .container{
    max-width: 1920px;
    padding: 0 60px;
} */

.header,
.menu{
    background: #2A2B2D;
}
.header .container{
    min-height: 4.6vw;
}
.header .container .list a,
.menu a{
    color: #fff;
}
.header .container .menu-btn{
    background: url(../img/menu-btn-corp.svg) center center no-repeat;
    background-size: cover;
}
.menu .close svg path{
    fill: #fff;
}

.block-11 {
    margin-top: 6.25vw;
}
.block-11.thank{
    margin-bottom: 3.5vw;
} 

.block-11 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
    align-items: center;
    height: 46.875vw;
}

.block-11 h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    line-height: 90%;
    color: #0e0c0d;
}

.block-11.thank h1 {
    font-size: 3.2vw;
}

.block-11 ul {
    margin-top: 3.64583vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 1.04167vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 130%;
    color: #0e0c0d;
    max-width: 41.14583vw;
}

.block-11 ul li {
    padding-left: 4.375vw;
    position: relative;
}

.block-11.thank ul li {
    padding-left: 0;
    max-width: 30vw;
}

.block-11 ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.33333vw;
    height: 1.77083vw;
    background: url(../img/b11-before.svg) center center no-repeat;
    background-size: cover;
}

.block-11.thank ul li:before{
    display: none;
}

.block-11 .right {
    height: 100%;
    position: relative;
    border-radius: 0.78125vw;
    background: url(../img/b11-bg.webp) center center no-repeat;
    background-size: cover;
}

.block-11.thank .right {
    background: url(../img/thank.webp) center center no-repeat;
    background-size: cover;
}


.block-11 .right .plug:nth-child(1) {
    position: absolute;
    top: 20.3125vw;
    left: 2.60417vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.04167vw;
    line-height: 130%;
    text-align: center;
    color: #fff;
    width: 22.96875vw;
    height: 9.42708vw;
    background: url(../img/b11-1.png) center center no-repeat;
    background-size: cover;
    padding: 2.35vw 1.04167vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-11 .right .plug:nth-child(2) {
    position: absolute;
    top: 30.72917vw;
    left: 20.3125vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    line-height: 130%;
    text-align: center;
    color: #fff;
    width: 22.96875vw;
    height: 10.88542vw;
    background: url(../img/b11-2.png) center center no-repeat;
    background-size: cover;
    padding: 2.4vw 1.04167vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-11.thank .right .plug:nth-child(1),
.block-11.thank .right .plug:nth-child(2){
    display: none;
}

.block-3 .btn,
.block-15 .btn,
.block-14 .btn,
.block-11 .btn,
.block-12 .btn {
    display: block;
    width: 25vw;
    background: #f77ff7 !important;
    height: 3.125vw;
    border-radius: 1.5625vw !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 3.64583vw;
}

.block-3 .btn .line,
.block-15 .btn .line,
.block-14 .btn .line,
.block-11 .btn .line,
.block-12 .btn .line {
    margin: 0;
    width: auto;
    position: absolute;
    top: 0.2604vw;
    left: 0;
    -webkit-animation: 10s linear infinite sbs-anim;
    animation: 10s linear infinite sbs-anim;
    animation-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
    grid-gap: 0.52083vw;
    padding-right: 0.52083vw;
}

.block-3 .btn .line .p,
.block-15 .btn .line .p,
.block-14 .btn .line .p,
.block-11 .btn .line .p,
.block-12 .btn .line .p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 130%;
    text-transform: uppercase;
    color: #0e0c0d;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.52083vw;
}

.block-3 .btn .line .p svg,
.block-15 .btn .line .p svg,
.block-14 .btn .line .p svg,
.block-11 .btn .line .p svg,
.block-12 .btn .line .p svg {
    width: 2.08333vw;
    height: 2.08333vw;
}

.block-3 .btn .line p,
.block-15 .btn .line p,
.block-14 .btn .line p,
.block-11 .btn .line p,
.block-12 .btn .line p {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.9375vw;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}

.block-12 {
    margin-top: 10.41667vw;
}

.block-12 .cont {
    padding: 5.20833vw 6.8125vw;
    background: url(../img/b12-bg.png) center center no-repeat;
    background-size: cover;
    border-radius: 1.04167vw;
}

.block-12 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    line-height: 90%;
    text-align: center;
    color: #000;
    border-radius: 0.78125vw;
    padding: 1.04167vw 0.52083vw;
    backdrop-filter: blur(0.83333vw);
    background: rgba(255, 255, 255, 0.47);
}

.block-12 .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
    margin-top: 2.08333vw;
}

.block-12 .list .col {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5625vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 130%;
    color: #fff;
}

.block-12 .list .col strong {
    font-weight: 700;
}

.block-12 .list .col p {
    padding-left: 2.55208vw;
    position: relative;
}

.block-12 .list .col p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.51042vw;
    height: 1.30208vw;
    background: url(../img/b12-tick.svg) center center no-repeat;
    background-size: cover;
}

.block-12 .btn {
    margin: auto;
    margin-top: 2.60417vw;
    width: 30.72917vw;
}

.block-13 {
    margin-top: 15.625vw;
}

.block-13 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    line-height: 90%;
    text-align: center;
    color: #0e0c0d;
}

.block-13 p {
    margin: auto;
    margin-top: 0.72917vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 130%;
    color: #000;
}

.block-13 .cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.04167vw;
    margin-top: 3.54167vw;
}

.block-13 .cont .img {
    position: relative;
}

.block-13 .cont img {
    border-radius: 0.52083vw;
    width: 100%;
    height: auto;
}

.block-13 .cont .img:last-child:before {
    display: none;
}

.block-13 .cont .img:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(0vw + 0.05208vw);
    background: red;
    width: 1.14583vw;
    height: 2.0833vw;
    transform: translate(100%, -50%);
    background: url(../img/b11-up-after.svg) center center no-repeat;
    background-size: cover;
}

.block-14 .bottom {
    width: 26.6667vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15.625vw;
}

.block-14 .bottom img {
    width: 4.1667vw;
    height: 4.1667vw;
}

.block-14 .bottom .text {
    margin-top: 1.5625vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    text-align: center;
    color: #0e0c0d;
    padding: 0.5208vw 1.0417vw;
    border-radius: 0.3125vw;
    background: #d9d9d9;
    position: relative;
    border-radius: 0.3125vw;
    padding: 1.04167vw;
    width: 50.27083vw;
    font-size: 1.5625vw;
}

.block-14 .bottom .text strong {
    font-weight: 700;
}

.block-14 .bottom .text:before {
    content: '';
    position: absolute;
    top: 0.05208vw;
    left: 50%;
    width: 0.8333vw;
    height: 1.0417vw;
    background: url(../img/b10-arrow.svg) center center no-repeat;
    background-size: cover;
    transform: translate(-50%, -100%);
}

.block-14 .btn {
    margin-top: 1.04167vw;
}

.block-3 {
    margin-top: 15.625vw;
}

.block-3 h2 {
    color: #fff;
}

.block-15 {
    margin-top: 10.41667vw;
}

.block-15 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    line-height: 90%;
    text-align: center;
    color: #0e0c0d;
}

.block-15 .bg {
    max-width: 78.125vw;
    margin: auto;
    margin-top: 4.42708vw;
    border-radius: 0.52083vw;
    height: 40.67708vw;
    background: url(../img/b14-bg.webp) center center no-repeat;
    background-size: cover;
    width: 100%;
}

.block-15 .bg .h {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 130%;
    text-align: center;
    color: #fff;
    max-width: 56vw;
    margin: auto;
    margin-top: 20.83333vw;
}

.block-15 .bg .h strong{
    font-weight: 600;
    font-size: 1.77083vw
}

.block-15 .btn {
    margin: auto;
    margin-top: 1.04167vw;
}

.block-15 .btn.mob{
    display: none;
}

.block-15 .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 78.125vw;
    margin: auto;
    margin-top: 4.42708vw;
    grid-gap: 1.04167vw;
}

.block-15 .list p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    color: #000;
    padding-left: 2.03125vw;
    position: relative;
}

.block-15 .list p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.51042vw;
    height: 1.30208vw;
    background: url(../img/b15-list.svg) center center no-repeat;
    background-size: cover;
}

.block-15 .list .col {
    display: flex;
    flex-direction: column;
    grid-gap: 1.04167vw;
}

.block-16 {
    margin-bottom: 7.55208vw;
}

.block-16 .cont {
    margin: auto;
    margin-top: 7.29167vw;
    width: 65.9375vw;
    background: #2a2b2d;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.26042vw;
    border-radius: 1.5625vw;
    padding: 0.26042vw;
    position: relative;
}

.block-16 .cont:before {
    content: '';
    position: absolute;
    top: -3.125vw;
    left: 0;
    width: 100%;
    height: 4.6875vw;
    background: red;
    /* opacity: 0.5; */
    background: url(../img/b16-before.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.block-16 .cont .right {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 130%;
    color: #fff;
    height: 22.39583vw;
    border-radius: 0.52083vw 1.5625vw 1.5625vw 0.52083vw;
    box-shadow: 0 0.20833vw 0.20833vw 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #606060 0%, #444545 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3.125vw 0 3.38542vw
}

.block-16 .cont .left {
    background: url(../img/b16-bg.webp) center center no-repeat;
    background-size: cover;
    border-radius: 1.5625vw 0.52083vw 0.52083vw 1.5625vw;
}

.footer .col .head {
    color: #f77ff7;
}

.footer .col:last-child a {
    color: #fff;
}

@media(max-width: 700px){
    .block-11 {
        margin-top: 23.07692vw;
    }
    
    .block-11 .container {
        grid-template-columns: 1fr;
        padding: 0;
        height: auto;
        grid-gap: 7.69231vw;
        max-width: none;
    }
    
    .block-11 .left {
        padding: 0 5.12821vw;
    }
    
    .block-11 h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 7.69231vw;
        line-height: 90%;
        color: #0e0c0d;
        max-width: 89vw;
    }

    .block-11.thank h1 {
        font-size: 6vw;
    }
    
    .block-11 ul {
        margin-top: 7.69231vw;
        font-size: 3.58974vw;
        grid-gap: 2.5641vw;
        max-width: none;
    }
    
    .block-11 ul li {
        padding-left: 10.76923vw;
    }
    .block-11.thank ul li{
        max-width: none;
    }
    
    .block-11 ul li:before {
        width: 8.20513vw;
        height: 4.35897vw;
        top: 0.7692307692vw;
    }
    
    .block-3 .btn,
    .block-15 .btn,
    .block-14 .btn,
    .block-11 .btn,
    .block-12 .btn {
        width: 100%;
        height: 12.82051vw;
        border-radius: 128.20513vw !important;
        margin-top: 7.69231vw;
    }
    
    .block-3 .btn .line p,
    .block-15 .btn .line p,
    .block-14 .btn .line p,
    .block-11 .btn .line p,
    .block-12 .btn .line p {
        font-size: 3.07692vw;
    }
    
    .block-3 .btn .line .p svg,
    .block-15 .btn .line .p svg,
    .block-14 .btn .line .p svg,
    .block-11 .btn .line .p svg,
    .block-12 .btn .line .p svg {
        width: 7.69231vw;
        height: 7.69231vw;
        margin-top: -0.51282vw;
    }
    
    .block-3 .btn .line,
    .block-15 .btn .line,
    .block-14 .btn .line,
    .block-11 .btn .line,
    .block-12 .btn .line {
        top: 1.53846vw;
        grid-gap: 5.12821vw;
    }
    
    .block-3 .btn .line .p,
    .block-15 .btn .line .p,
    .block-14 .btn .line .p,
    .block-11 .btn .line .p,
    .block-12 .btn .line .p {
        grid-gap: 5.12821vw;
    }
    
    .block-11 .right {
        height: 120vw;
        border-radius: 0;
        background: url(../img/b11-bg-mob.webp) center center no-repeat;
        background-size: cover;
    }
    
    .block-11 .right .plug:nth-child(1) {
        background: url(../img/b11-1-mob.png) center center no-repeat;
        background-size: cover;
        width: 68.97436vw;
        height: 21.02564vw;
        padding: 3.5vw 2.5641vw 2.5641vw;
        font-size: 3.07692vw;
        top: 50.25641vw;
        left: 2.5641vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
    }
    
    .block-11 .right .plug:nth-child(2) {
        background: url(../img/b11-2-mob.png) center center no-repeat;
        background-size: cover;
        font-size: 3.07692vw;
        top: 75.89744vw;
        left: 42.5641vw;
        width: 54.87179vw;
        height: 29.23077vw;
        padding: 6.15385vw 2.5641vw 2.5641vw;
    }
    
    .block-12 {
        margin-top: 38.46154vw;
    }
    
    .block-12 .container {
        padding: 0;
        max-width: none;
    }
    
    .block-12 .cont {
        border-radius: 0;
        padding: 15.38462vw 4.87179vw 17.94872vw;
    }
    
    .block-12 h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 5.12821vw;
        line-height: 90%;
        text-align: center;
        color: #fff;
        border-radius: 2.5641vw;
        padding: 2.5641vw;
        backdrop-filter: blur(4.20513vw);
        background: rgba(255, 255, 255, 0.1);
    }
    
    .block-12 .list {
        margin-top: 5.12821vw;
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
    }
    
    .block-12 .list .col {
        grid-gap: 2.5641vw;
        font-size: 3.07692vw;
    }
    
    .block-12 .list .col p:before,
    .block-15 .list p:before {
        height: 3.07692vw;
        width: 3.58974vw;
    }
    
    .block-12 .list .col p {
        padding-left: 5.64103vw;
    }
    
    .block-13 {
        margin-top: 30.76923vw;
    }
    
    .block-13 h2 {
        font-size: 5.12821vw;
        text-transform: uppercase;
    }
    
    .block-13 p {
        font-size: 3.07692vw;
        text-align: center;
    }
    
    .block-13 .cont {
        margin-top: 5.12821vw;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2.5641vw;
    }
    
    .block-13 .cont .img:before {
        display: none;
    }
    
    .block-14 .bottom {
        width: 100%;
        margin-top: 30.76923vw;
    }
    
    .block-14 .bottom .text {
        width: 100%;
        border-radius: 1.53846vw;
        padding: 3.84615vw 5.12821vw;
        font-size: 3.58974vw;
        margin-top: 5.641vw;
    }

    .block-14 .bottom .text br{
        display: none;
    }
    
    .block-14 .bottom img {
        width: 12.82051vw;
        height: 12.82051vw;
    }
    
    .block-14 .bottom .text:before {
        width: 4.1026vw;
        height: 5.1282vw;
    }
    
    .block-3 {
        margin-top: 33.33333vw;
    }
    
    .block-3 h2 {
        max-width: 85vw;
        margin: auto;
    }
    
    .block-3 .desc {
        font-size: 4.87179vw;
    }
    
    .block-15 h2 {
        font-size: 6.66667vw;
        text-align: left;
    }
    
    .block-15 {
        margin-top: 20.51282vw;
    }
    
    .block-15 .bg {
        height: 46.15385vw;
        max-width: none;
        margin-top: 7.69231vw;
        border-radius: 1.02564vw;
    }

    .block-15 .bg.de{
        height: 52vw;
    }
    
    .block-15 .bg .h {
        font-size: 3.07692vw;
        margin-top: 25.64103vw;
        max-width: 71.79487vw;
    }


        
    .block-15 .bg.de .h{
        max-width: 77.79487vw
    }

    .block-15 .bg .h strong{
        font-size: 3.07692vw;
    }
    
    .block-15 .list {
        grid-template-columns: 1fr;
        grid-gap: 2.5641vw;
        margin: 0;
        margin-top: 7.69231vw;
        max-width: none;
    }
    
    .block-15 .list .col {
        grid-gap: 2.5641vw;
    }
    
    .block-15 .list p {
        font-size: 3.07692vw;
        padding-left: 5.64103vw;
    }
    
    .block-15 .list p br {
        display: none;
    }
    
    .block-15 .btn {
        display: none;
    }
    
    .block-16 .cont {
        grid-template-columns: 1fr;
        padding: 0.51282vw;
        border-radius: 5.12821vw;
        width: 100%;
        grid-gap: 0.51282vw;
        margin-top: 30.76923vw;
    }
    
    .block-16 .cont .right {
        border-radius: 1.53846vw 1.53846vw 5.12821vw 5.12821vw;
        height: 60.76923vw;
        box-shadow: 0 1.02564vw 1.02564vw 0 rgba(0, 0, 0, 0.25);
        background: linear-gradient(180deg, #606060 0%, #444545 100%);
        width: 100%;
        padding: 0 6.66667vw;
        font-size: 3.58974vw;
        width: 100%;
        text-align: center;
    }
    
    .block-16 .cont .left {
        height: 60.76923vw;
        border-radius: 5.12821vw 5.12821vw 1.53846vw 1.53846vw;
    }
    
    .block-16 .cont:before {
        background: url(../img/b16-before-mob.svg) center center no-repeat;
        background-size: cover;
        height: 12.30769vw;
        top: -7.17949vw;
    }
    
    .block-16 {
        margin-bottom: 30.76923vw;
    }
    .block-15 .btn.mob{
        display: block;
    }

}
