*{
    --value-1: 0.052vw;
    --value-5: 0.27vw;
    --value-10: 0.52vw;
    --value-15: 0.78vw;
    --value-20: 1.04vw;
    --value-30: 1.56vw;
    --value-40: 2.1vw;
    --value-50: 2.6vw;
    --value-60: 3.125vw;
    --value-70: 3.65vw;
    --value-80: 4.2vw;
    --value-90: 4.69vw;
    --value-100: 5.2vw;
    --value-120: 6.25vw;

    --font-12: 0.625vw;
    --font-13: 0.68vw;
    --font-14: 0.73vw;
    --font-15: 0.78vw;
    --font-16: 0.83vw;
    --font-18: 0.94vw;
    --font-20: 1.04vw;
    --font-24: 1.25vw;
    --font-32: 1.66vw;
    --font-34: 1.77vw;
    --font-40: 2.1vw;

    --black-color: #070707;
    --green-color: #00C847;
    --pink-color: #FFABD2;
    --pink-color-2: #f97ba8;
    --grey-color: #F3F3F3;
}

body{
    margin:0;
    -webkit-tap-highlight-color:  transparent;  
    overflow-x:hidden; 
    width:100vw;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    font-size: var(--font-16);
    color:var(--black-color);
    background-color: #fff;
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
}

p{
    line-height: 157%;
    margin: 0 0 var(--value-10);
}

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

body.active{
    overflow: hidden;
}

a{
    line-height: 157%;
    color:var(--black-color);
    outline: inherit!important;
}

a:hover{
}

a.link{
    border-bottom:var(--value-1) solid;
    text-decoration: inherit;
    transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
}

a.link:hover{
    border-color:transparent;
}

img{
    max-width:100%;
    height:auto;
}

ul,
ol{    
    line-height: 157%;
}

.grid-box{
    display: grid;
    grid-gap: var(--value-30) var(--value-20);
    grid-auto-rows: min-content;
}

.container{
    padding:0 var(--value-100);
    max-width: 100%;
    margin:0 auto;
    width: 100%;
}

.rows{
    grid-gap: var(--value-100);
    grid-auto-rows: min-content;
    display: grid;
}

.title-box{
    display: grid;
    grid-gap: var(--value-20);        
    grid-auto-rows: min-content;
    max-width: 66.7vw;
    text-align: center;
    margin:0 auto;
}

.title-box .title{
    font-weight: 400;
    font-style: normal;
    margin:0;
    line-height: 120%;
    font-family: 'Trajan Pro 3';
    font-size: var(--font-40);
    text-transform: uppercase;
}

span.gradient-text{   
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #854dc5; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMC44NTcyNTgwOTMwMzk5MiUiIHkxPSI1MC44ODc3MTY3NDIwODUxJSIgeDI9IjEwMC44NTcyNTgwOTMwNCUiIHkyPSI0OS4xMTIyODMyNTc5MTQ5JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTRkYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTdiYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: -o-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: linear-gradient(89deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.title-box .description{
    font-size: var(--font-20);
    line-height: 150%;
    margin: 0 auto;
    max-width: 90%;
}


.bt{
    -moz-border-radius: 1.98vw;
    -webkit-border-radius: 1.98vw;
    border-radius: 1.98vw; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: 0 7px 23px 4px rgba(0,0,0,.06); /* drop shadow */
    -webkit-box-shadow: 0 7px 23px 4px rgba(0,0,0,.06); /* drop shadow */
    box-shadow: 0 7px 23px 4px rgba(0,0,0,.06);
    background: -moz-linear-gradient(1deg, #f97ba7 0%, #8d53c5 100%); /* gradient overlay */
    background: -o-linear-gradient(1deg, #f97ba7 0%, #8d53c5 100%); /* gradient overlay */
    background: -webkit-linear-gradient(1deg, #f97ba7 0%, #8d53c5 100%); /* gradient overlay */
    background: linear-gradient(89deg, #f97ba7 0%, #8d53c5 100%); /* gradient overlay */

    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    padding: 1.2vw 2vw;
    min-width:11.3vw;
    font-size:var(--font-16);
    font-weight: 500;
    color:#fff;
    border:none;
    outline: none;
    text-decoration: inherit;
    cursor: pointer;
    transition: 0.2s color, 0.2s background;
    -moz-transition: 0.2s color, 0.2s background;
    -webkit-transition: 0.2s color, 0.2s background;
    line-height: 1;
    position: relative;
    overflow:hidden;
}

.bt:hover{
    text-decoration: inherit;
    background: -moz-linear-gradient(1deg, #8d53c5 0%, #f97ba7 100%); /* gradient overlay */
    background: -o-linear-gradient(1deg, #8d53c5 0%, #f97ba7 100%); /* gradient overlay */
    background: -webkit-linear-gradient(1deg, #8d53c5 0%, #f97ba7 100%); /* gradient overlay */
    background: linear-gradient(89deg, #8d53c5 0%, #f97ba7 100%); /* gradient overlay */    
}

.bt.blick::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateX(-3em) skewX(-45deg); 
    animation-name: moveLight;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 6s;
    -webkit-animation-name: moveLight;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 6s;
}

@keyframes moveLight {
    0%{
        transform: translateX(-120%) skewX(-45deg);
    }
    13%{
        transform: translateX(550%) skewX(-45deg);
    }
    100%{
        transform: translateX(550%) skewX(-45deg);
    }
}

.bt.pink{
    background:none;
    background-color: #FF7CAB;
}

.bt.pink:hover{
    background-color: #df618e;    
}

.bt.black{
    background-color: #000;
    background-image: none;
}

.bt.black:hover{
    background-color: #272727;
}


.sect.black{
    background-color: #000;
    color:#fff;
    padding: 3.9vw 0 var(--value-120);
}

.main-wrap{
    display: grid;
    grid-gap: var(--value-120);
    padding-bottom:var(--value-120);
}


header{
    position: fixed;
    top:0;
    left:0;
    transform: translateY(0%);
    width:100%;
    transition: transform 0.2s, background-color 0.2s;
    -moz-transition: transform 0.2s, background-color 0.2s;
    -webkit-transition: transform 0.2s, background-color 0.2s;
    z-index: 999;
    font-size:var(--font-14);
}

header.scroll{    
    transform: translateY(-100%);
    background-color: #fff;
}

header.active{
    background-color: #fff;
}

header .columns{
    padding: var(--value-50) 0;
    grid-template-columns: repeat(5, auto);
    justify-content: space-between;
}

header .logo-box img{
    width:12.9vw;
}

header .item:nth-child(2){
    max-width:9.2vw;
}

header .item.asks,
header .item:nth-child(4){
    display: grid;
    grid-gap:var(--value-10);
    grid-auto-rows: min-content;
    text-align: center;
}

header p{
    line-height: 110%;    
}

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

header a.phone{
    font-size:var(--font-20);
    font-weight: 600;
    line-height: 110%;
}

header .social-block{
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-gap: var(--value-15);
}

header .item:nth-child(3){
    text-align: center;
}

.online{
    margin:0;
    position: relative;
    display: inline-grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0.42vw;
    line-height: 110%;
    align-items: center;
    line-height: 1;
}

.online:before{
    content: '';
    border-radius: 50%;
    background-color: var(--green-color);
    width: 0.31vw;
    height: 0.31vw;
    display: inline-block;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 1s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 1s;
}

@keyframes blinker {
    0%{opacity: 1.0; }
    50%{ opacity: 0; }
    100%{ opacity: 1; }
}
 
@-webkit-keyframes blinker {
    0%{opacity: 1.0; }
    50%{ opacity: 0; }
    100%{ opacity: 1; }
}

.soc-links{
    display: flex;
    flex-wrap:wrap;
}

.soc-links>div{
    margin-right:var(--value-5);
}

.soc-links>div:last-child{
    margin-right: 0;
}

.soc-links a{
    display: block;
    width:var(--value-40);
    height: var(--value-40);
    border-radius:50%;
    position: relative;
    transition: 0.2s opacity;
    -moz-transition: 0.2s opacity;
    -webkit-transition: 0.2s opacity;
}

header .soc-links a{
    width:var(--value-30);
    height: var(--value-30);
}

.soc-links a:hover{
    opacity: 0.8;
}

.soc-links a::after{
    content: '';
    width:100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:var(--value-15);
    position: absolute;
    top:0;
    left:0;
}

header .soc-links a::after{
    background-size:var(--font-12);    
}

.soc-links a.whats-up{
    background-color: #00D200;
}

.soc-links a.whats-up::after{
    background-image: url(img/social/whats-app.svg);
}

.soc-links a.telegram{
    background-color: #00A0FF;
}

.soc-links a.telegram::after{
    background-image: url(img/social/telegram.svg);    
}

.soc-links a.inst{
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #e14d53; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItNy4wNDI4MTkxMDI3ODk0NCUiIHkxPSI4OS45NDE4MTE5MzY1MDYlIiB4Mj0iMTA3LjA0MjgxOTEwMjc4OSUiIHkyPSIxMC4wNTgxODgwNjM0OTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5YzM2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzEzNTg5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2Y1N2EzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
    background-image: -moz-linear-gradient(35deg, #f9c369 0%, #c13589 49.66%, #7f57a3 100%); /* gradient overlay */
    background-image: -o-linear-gradient(35deg, #f9c369 0%, #c13589 49.66%, #7f57a3 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(35deg, #f9c369 0%, #c13589 49.66%, #7f57a3 100%); /* gradient overlay */
    background-image: linear-gradient(55deg, #f9c369 0%, #c13589 49.66%, #7f57a3 100%); /* gradient overlay */

}

.soc-links a.inst::after{
    background-image: url(img/social/inst.svg);
}

footer{
    background-color: #000;
    padding:var(--value-120) 0 var(--value-30);
    color:#fff;
}

footer a{
    color:#fff;
}

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

footer .item{
    grid-gap:var(--value-50);
}

footer .item .title,
.main-menu .item .title{
    font-size:var(--font-24);
    line-height: 120%;
    font-family: 'Trajan Pro 3';
    text-transform: uppercase;
}

footer .columns{
    grid-template-columns: repeat(3, 1fr);
}

footer .columns>div:nth-child(3){
    padding-right: calc(var(--value-120) + var(--value-10));
}

footer .columns>div:nth-child(2){
    grid-gap:var(--value-50);
}

footer .columns>div:nth-child(1) .cont{
    font-size:var(--font-24);
}

footer .cont{
    grid-gap:var(--value-15);
}

footer .cont p:last-child{
    margin-bottom:0;
}

footer .columns>div:nth-child(3) .cont{
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    grid-gap: calc(var(--value-100) + var(--value-30));
}

footer .columns>div:nth-child(3) .cont p{
    line-height: 200%;
}

footer .columns>div:nth-child(3) .cont .b{
    font-size:var(--font-24);
}

footer .bottom-bar{
    grid-template-columns: repeat(3, 1fr);
    font-size:var(--value-14);
    text-transform: uppercase;
    align-items: flex-end;
}

footer .bottom-bar>div:nth-child(2){
    text-align: center;
}

footer .bottom-bar>div:nth-child(3){
    text-align: right;
}

footer .developers a {
    align-items: center;
    display: inline-grid;
    grid-gap:var(--value-20);
    grid-template-columns: 1fr auto;
    text-transform: uppercase;
    text-decoration: inherit;
}

footer .developers a::after {
    content: '';
    margin-top: calc((100% - 2.24vw) / 2);
    width: 2.1vw;
    height: 2.24vw;
    background-size: var(--value-40);
    background-repeat: no-repeat;
    background-image: url(img/newpage-logo.svg);
    display: block;
}


.sect.head-block{
    padding:15.6vw 0 10.4vw;
    background-repeat: no-repeat;
    background-image: url(img/head-block-bg.jpg);
    background-position: center;
    background-size: cover;
}

.sect.head-block .title-box{
    max-width: 100%;
    text-align: left;
}

.sect.head-block .columns{
    grid-template-columns: repeat(2, 1fr);
    grid-gap:calc(var(--value-50) + var(--value-20));
}

.sect.head-block .columns>div:first-child{
    order:1;
}

.sect.head-block .columns .text-box,
.sect.head-block .columns .items-list,
.sect.head-block .columns .bt-box{
    order:3;
}

.sect.head-block .columns .video-box{
    grid-row-start: span 4;
    order:2;
}

.sect.head-block .items-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:var(--value-100);
}

.sect.head-block .items-list .item p{
    line-height: 200%;
}

.sect.head-block .items-list .item::before{
    content: '';
    width:var(--value-10);
    height: var(--value-5);
    border: calc(3*var(--value-1)) solid var(--pink-color);
    border-top:transparent;
    border-right: transparent;
    transform: rotate(-45deg);
    display: inline-block;
    margin-bottom:var(--value-15);
}

.sect.head-block .bt{
    font-size: var(--font-24);
    padding: 1.72vw 5.78vw;
    -moz-border-radius: 2.87vw;
    -webkit-border-radius: 2.87vw;
    border-radius: 2.87vw;
}

.sect.head-block .video-box>div{
    display: inline-block;
    margin-left: 20%;
    margin-top: 19%;
    width: 11.7vw;
}

.sect.head-block .video-box .arrow{
    margin-top: -22%;
    margin-left: 5%;
    animation-name: moveArrowHead;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 1.5s;
    -webkit-animation-name: moveArrowHead;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.5s;
    max-width:6.98vw;
}

@keyframes moveArrowHead {
    0%{
        transform: translateY(2%) rotate(-4deg);
    }
    50%{
        transform: translateY(-2%) rotate(4deg);
    }
    100%{
        transform: translateY(2%) rotate(-4deg);
    }
}

.sect.head-block .text-box{
    max-width:34.4vw;
    display: grid;
    grid-gap: var(--value-20);
    grid-template-columns: auto 1fr;
    font-size: var(--font-20);
}

.sect.head-block .text-box::before{
    content: '';
    width: var(--value-20);
    height: var(--value-20);
    position: relative;
    background-image: url(img/search-ico.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--value-20);
    margin-top: 0.3vw;
}

.sect-descr span{
    display: inline-block;
    -moz-border-radius: 1.25vw;
    -webkit-border-radius: 1.25vw;
    border-radius: 1.25vw; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: var(--grey-color);
    padding: 0.8vw 2.3vw;
    color:var(--black-color);
}

.results-list{
    grid-template-columns: repeat(3, 1fr);
    grid-gap:var(--value-120) calc(var(--value-100) * 2);
    display: grid;
}

.results-list .item{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap:var(--value-30);
    align-items: center;
}

.results-list .item .value{
    font-size:3.54vw;
    line-height: 1;
}

.results-list .item:nth-child(1) .value,
.results-list .item:nth-child(4) .value{
    color:#A753C5;
}

.results-list .item:nth-child(2) .value,
.results-list .item:nth-child(5) .value{
    color:#DE66B9;
}

.results-list .item:nth-child(3) .value,
.results-list .item:nth-child(6) .value{
    color:#FF74B0;
}

.table-list .item{
    grid-template-columns: repeat(3, 1fr);
    font-size:var(--font-20);
    border-bottom:var(--value-1) solid rgb(255 255 255 / 20%);
    z-index: 2;
    position: relative;
}

.table-list .item:first-child,
.table-list .item:last-child{
    border-bottom: none;
}

.table-list .item.head>div{
    padding-top:var(--value-40);
    grid-template-columns: 1fr;
}


.table-list .item>div:nth-child(1){
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 120%;
    font-family: 'Trajan Pro 3';
    font-size: var(--font-24);
    text-transform: uppercase;
    padding-left:0;
    padding-right:0;
}

.table-list .item>div:nth-child(3){
    color: var(--black-color);
}

.table-list .item>div{
    padding:var(--value-30) var(--value-50);
    grid-template-columns: auto 1fr;
    align-items: center;
    display: grid;
    grid-gap:var(--value-50);
}

.table-list .item>div:nth-child(1){
    grid-gap:var(--value-30);
}

.table-list .item>div:nth-child(1) img{
    width: var(--value-40);
}

.table-list .item>div img{
    width:var(--value-30);
}

.table-list{
    position: relative;
    margin-top:var(--value-30);
}

.table-list::before,
.table-list::after{
    content: '';
    width:calc((100% - 2*var(--value-20)) / 3);
    height: 100%;
    background-color: red;
    position: absolute;
    top:0;
    -moz-border-radius: var(--value-15);
    -webkit-border-radius: var(--value-15);
    border-radius: var(--value-15);
    z-index: 1;
}

.table-list::before{
    left: calc((100% - 2*var(--value-20)) / 3 + var(--value-20));
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #854dc5; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxNS44NDkzNjQ5MDUzODkxJSIgeTE9Ii05LjE1MDYzNTA5NDYxMSUiIHgyPSI4NC4xNTA2MzUwOTQ2MTA5JSIgeTI9IjEwOS4xNTA2MzUwOTQ2MTElIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3NGZjMyIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjc3OWE5IiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(300deg, rgba(136,79,196,.4) 0%, rgba(247,122,169,.4) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(300deg, rgba(136,79,196,.4) 0%, rgba(247,122,169,.4) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(300deg, rgba(136,79,196,.4) 0%, rgba(247,122,169,.4) 100%); /* gradient overlay */
    background-image: linear-gradient(150deg, rgba(136,79,196,.4) 0%, rgba(247,122,169,.4) 100%); /* gradient overlay */
    height:calc(100% + 2 * var(--value-30));
    top: calc(-1 * var(--value-30));
}

.table-list::after{
    right:0;
    background-color: #f3f3f3; /* layer fill content */

}

.sect .form-block{
    display: flex;
    justify-content: flex-end;
    padding: var(--value-50) var(--value-100);
    -moz-border-radius: var(--value-25);
    -webkit-border-radius: var(--value-25);
    border-radius: var(--value-25);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    background-color: var(--grey-color);
    -moz-box-shadow: 0 7px 23px 4px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 7px 23px 4px rgba(0,0,0,.06);
    box-shadow: 0 7px 23px 4px rgba(0,0,0,.06);
    background-size: auto 90%;    
    background-repeat: no-repeat;
    background-position: left center;
}

.sect .form-block.bg-1{
    background-image: url(img/form-block-bg.jpg);
}

.sect .form-block.bg-2{
    background-image: url(img/form-block-bg-2.jpg);
    background-position: left 4% center;
}

.sect .form-block>div{
    width:47.3vw;
}

.sect .form-block .description{
    color:#ADA9A0;
}

.sect .form-block .box{
    grid-gap:var(--value-40);
}

.sect .form-block form{
    display: grid;
    grid-gap:var(--value-30) var(--value-10);
    grid-template-columns: 17vw 1fr 1fr;
}

.sect .form-block form .checkbox-field{
    grid-column-start: span 3;

}

input.hidden,
.messege.hidden,
form .hidden{
    display: none;
}

form,
.quiz-box .form{
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: 0.1s opacity, 0.1s visibility;
    --transition: 0.1s opacity, 0.1s visibility;
    --transition: 0.1s opacity, 0.1s visibility;
}

.quiz-box .nav-box{
    transition: 0.1s opacity, 0.1s visibility;
    --transition: 0.1s opacity, 0.1s visibility;
    --transition: 0.1s opacity, 0.1s visibility;    
}

form.hidden,
.quiz-box .form.hidden{
    opacity: 0;
    visibility: hidden;
}

.form-container{
    position: relative;
}

.form-container .messege{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    font-size:var(--value-20);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-container .messege p{
    padding: var(--value-10) var(--value-15);
    border-radius:var(--value-5);
}

.form-container .messege.success p{
    background-color: rgb(0 210 0 / 15%);
}

.form-container .messege.error p{
    background-color: rgb(210 0 0 / 15%);
}


form .checkbox-field{
    display: flex;
    justify-content: center;
}

form input,
form .select2 .select2-selection,
.select2-dropdown{
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: 0 7px 23px 4px rgba(0,0,0,.06); /* drop shadow */
    -webkit-box-shadow: 0 7px 23px 4px rgba(0,0,0,.06); /* drop shadow */
    box-shadow: 0 7px 23px 4px rgba(0,0,0,.06); /* drop shadow */
    text-align: center;
}

form .select2 .select2-selection{
    display: block;
}

form .bt,
form input,
form .select2 .select2-selection,
.select2-dropdown{
    -moz-border-radius: var(--value-40);
    -webkit-border-radius: var(--value-40);
    border-radius: var(--value-40);
    font-size:var(--font-14);
    padding: 1.7vw 2.1vw;
    width:100%;
    outline: inherit;
    min-height: 4.2vw;
}

form .select2 .select2-selection{
    position: relative;
    padding:0;
    z-index: 5;
}

.select2-selection__rendered{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding:var(--value-15);
    padding-right: var(--value-50);
    user-select: none;
}

.select2-selection__rendered::before{
    content: 'Отправить файл в ';
    margin-right: var(--value-5);
}

.select2-selection__rendered::after{
    width: var(--value-50);
    height: var(--value-50);
    border-radius: 50%;
    display: block;
    content: '';
    order: -1;
    margin-right: var(--value-15);
    background-repeat: no-repeat;
    background-position: center;
    background-size: var(--value-15);
}

.select2-selection__rendered[title="WhatsApp"]::after{
    background-color: #00D200;
    background-image: url(img/social/whats-app.svg);
}

.select2-selection__rendered[title="Telegram"]::after{
    background-color: #00A0FF;
    background-image: url(img/social/telegram.svg);
}

.select2-selection__arrow{
    position: absolute;
    top:calc((100% - var(--value-5)) / 2);    
    right: calc(var(--value-30) - var(--value-5));
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.select2-selection__arrow b{
    border: var(--value-5) solid transparent;
    border-top: var(--value-5) solid #000;
    transform: translateY(calc(var(--value-5) / 2));
    display: block;
}

.select2-container--open .select2-selection__arrow{
    transform: rotate(180deg);
}

.select2-dropdown .select2-search--dropdown{
    display: none;
}

.select2-dropdown{    
    display: block;
    z-index: 4;
    position: relative;
}

.select2-dropdown ul{
    padding:0;
    margin:0;
    list-style: none;
    display: grid;
    grid-gap:var(--value-10);
    text-align: left;
}

.select2-dropdown ul li{
    cursor: pointer;
}


.select2-dropdown.select2-dropdown--below{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(-2.1vw);
    padding-top: calc(1.7vw + 2.1vw);
}

.select2-dropdown.select2-dropdown--above{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(2.1vw);
    padding-bottom: calc(1.7vw + 2.1vw);
}

form select{
    display: none;
}

form .select2{
    width:100%!important;
    display: block;
    background: transparent;
}



.checkbox {
    position: relative;
    display: inline-grid;
    grid-gap:var(--value-10);
    grid-template-columns: auto 1fr;
    align-items: center;
    font-size: var(--font-12);
}

.checkbox .checkbox-block {
    z-index: 1;
}

.checkbox .checkbox-block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    padding:0;
    height: 0;
    min-height: 0;
}

.checkbox .checkbox-block label {
    width: var(--value-15);
    height: var(--value-15);
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    background: var(--pink-color);
    display: block;
    position: relative;
    border-radius: calc(4*var(--value-1));
}

.checkbox label{
    cursor: pointer;
}

.checkbox input[type="checkbox"]:checked + label:after{
    content: '';
    width: 35%;
    height: 20%;
    border-left: var(--value-1) solid var(--black-color);
    border-bottom: var(--value-1) solid var(--black-color);
    position: absolute;
    top: 39%;
    left: 25%;
    transform: translateY(-50%) rotate(-48deg);

}

.sect.form-sect{
    margin-top:calc(var(--value-120) * -2);
}

.sect.quiz .columns{
    grid-template-columns: 1fr 21.6vw;
}

.sect.quiz .quiz-box,
.sect.quiz .side-box{
    -moz-border-radius: var(--value-15);
    -webkit-border-radius: var(--value-15);
    border-radius: var(--value-15);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: 0 7px 23px 4px rgba(0,0,0,.06); /* drop shadow */
    -webkit-box-shadow: 0 7px 23px 4px rgba(0,0,0,.06); /* drop shadow */
    box-shadow: 0 7px 23px 4px rgba(0,0,0,.06); /* drop shadow */

}

.sect.quiz .side-box{
    background-color: #000;
    padding:var(--value-80);
    color:#fff;
    grid-gap:var(--value-80);
}

.sect.quiz .side-box .text-box p{
    max-width:80%;
    text-align: center;
    margin:0 auto;
}

.sect.quiz .side-box .list{
    grid-gap:var(--value-50);
}

.sect.quiz .side-box .list>div{
    display: grid;
    grid-gap: var(--value-15);
    grid-template-columns: auto 1fr;
    align-items: center;
}

.sect.quiz .side-box .list>div img{
    width:calc(var(--value-30) + var(--value-5));
}

.sect.quiz .side-box .list>div p{
    line-height: 120%;
}

.quiz-box .bt{
    width:auto;
}

.quiz-box{
    background-color: var(--grey-color);
    padding:var(--value-50) var(--value-100) var(--value-80);
    grid-gap:var(--value-40);
}

.quiz-box .order-bt{
    display: none;
}

.quiz-box .items-list{
    max-width:44.4vw;
    margin:0 auto;
    min-height: 29.9vw;
    width: 100%;
}

.quiz-box .items-list .item{
    display: none;
    height: 100%;
}

.quiz-box .items-list .item .content{
    display: grid;
    grid-template-rows: auto 1fr;
    grid-gap:var(--value-100);
    justify-content: center;
    height:100%;
}

.quiz-box .items-list .item.with-images .content{
    grid-gap:var(--value-50);
}

.quiz-box .items-list .item .content-box{
    display: grid;
    grid-gap:var(--value-30);
    grid-auto-rows: min-content;
    margin: 0 auto;
    max-width:24vw;
}

.quiz-box .items-list .item.with-images .content-box{
    max-width:100%;
}

.quiz-box .items-list .item.with-images .content-box{
    justify-content: center;
    flex-wrap: wrap;    
    display: flex;
    grid-gap:0;
}

.quiz-box .items-list .item.form-it{
    align-content: center;
    height: 100%;
}

.quiz-box .items-list .item .title-box{
    width:100%;
}

.quiz-box .items-list .item.with-images .answ-item .img-box{
    overflow: hidden;
    border-radius: var(--value-15);
}

.quiz-box .items-list .item.with-images .answ-item{
    width: calc((100% - var(--value-20)*3) / 3);
    margin: 0 var(--value-10);
    margin-bottom: var(--value-20);
}

.quiz-box .items-list .item .answ-item label{
    display: grid;
    grid-gap: var(--value-15);
    grid-auto-rows: min-content;
    cursor: pointer;
}

.radiobox {
    position: relative;
    display: inline-grid;
    grid-gap:var(--value-10);
    grid-template-columns: auto 1fr;
    justify-content: center;
}

.radiobox .radiobox-block {
    z-index: 1;
}

.radiobox .radiobox-block input[type="radio"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    padding:0;
}

.radiobox .radiobox-block label {
    width: var(--value-30);
    height: var(--value-30);
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    display: block;
    position: relative;
    border-radius: 50%;
    border:var(--value-1) solid #000;
}

.radiobox input[type="radio"]:checked + label:after{
    content: '';
    width:80%;
    height: 80%;
    top:10%;
    left:10%;
    border-radius:50%;
    display: block;
    position: absolute;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #854dc5; /* layer fill content */
    -moz-box-shadow: 0 7px 23px 4px rgba(15,17,17,.1); /* drop shadow */
    -webkit-box-shadow: 0 7px 23px 4px rgba(15,17,17,.1); /* drop shadow */
    box-shadow: 0 7px 23px 4px rgba(15,17,17,.1); /* drop shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMC44NTcyNTgwOTMwMzk5MiUiIHkxPSI1MC44ODc3MTY3NDIwODUxJSIgeDI9IjEwMC44NTcyNTgwOTMwNCUiIHkyPSI0OS4xMTIyODMyNTc5MTQ5JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTRkYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTdiYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: -o-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: linear-gradient(89deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */


}

.radiobox .label{
    margin-top: 0.2vw;
}

.quiz-box .indicator{
    -moz-border-radius: var(--value-20);
    -webkit-border-radius: var(--value-20);
    border-radius: var(--value-20); /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #dadada; /* layer fill content */
    position: relative;
    overflow: hidden;
    height: var(--value-40);
}

.quiz-box .indicator .thumb{
    -moz-border-radius: var(--value-20);
    -webkit-border-radius: var(--value-20);
    border-radius: var(--value-20); /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #854dc5; /* layer fill content */
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    z-index: 1;
    transition: width 0.2s;
    -moz-transition: width 0.2s;
    -webkit-transition: width 0.2s;
}

.quiz-box .indicator .value-indic{
    z-index: 2;
    position: absolute;
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-box .indicator .value-indic b,
.quiz-box .indicator .value-indic span{
    margin-right:var(--value-5);
}

.quiz-box .nav-box{
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    align-items: center;
}

.quiz-box .nav-box .prev{
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap:var(--value-5);
    cursor: pointer;
    color:#000;
    margin-right:var(--value-60);
}

.quiz-box .nav-box .prev-box{
    position: relative;
}

.quiz-box .nav-box .prev::before{
    content: '';
    background-image: url(img/back-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--value-15);
    width:var(--value-15);
    height: var(--value-15);
}

.quiz-box .nav-box .prev-box.disabled{
    opacity: 0.2;
}

.quiz-box .nav-box .prev,
.quiz-box .nav-box .bt{
    font-size:var(--font-20);
}



.quiz-box .disabled{
    position: relative;
}

.quiz-box .disabled .bt{
    opacity: 0.2;
    cursor: default;
}


.quiz-box .disabled::after{
    width:100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
}


.quiz-box .nav-box .prev-box{
    text-align: right;
}

.quiz-box .nav-box .note-box{
    grid-template-columns: var(--value-100) 1fr;
    align-items: center;
    margin-top: 2vw;
}
.quiz-box .nav-box .note{
    font-size:var(--font-13);
    text-align: left;
}

.quiz-box .nav-box .note-box .arrow img{
    animation-name: moveArrow;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 1.5s;
    -webkit-animation-name: moveArrow;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.5s;
}

@keyframes moveArrow {
    0%{
        transform: translateX(2%) rotate(-2deg);
    }
    50%{
        transform: translateX(-10%) rotate(10deg);
    }
    100%{
        transform: translateX(2%) rotate(-2deg);
    }
}


.quiz-box .form input{
    font-size:var(--font-20);
}


.economic-list{
    grid-template-columns: repeat(5, auto);
    width:66.7vw;
    margin:0 auto;
    grid-gap:var(--value-80);
    align-items: center;
    justify-content: space-between;
}

.economic-list .item .value{
    font-size:var(--font-20);
}

.economic-list .item .value span{
    font-size: 3.54vw;
}

.economic-list .item p{
    line-height: 200%;
}

.economic-list .item:nth-child(1) .value{
    color: #B457C2;
}

.economic-list .item:nth-child(2) .value{
    color: #D37AC9;
}

.economic-list .item:nth-child(3) .value{
    color: #DA65BA;
}

.economic-list .item:nth-child(4) .value{
    color: #ED7ABF;
}

.economic-list .item:nth-child(5) .value{
    color: #FF72B2;
}

.sect.economic{
    margin-bottom: calc(var(--value-120) * -1);
}

.sect.economic .image-box{
    margin-bottom: calc(var(--value-60) * -1);
    z-index: 1;
}

.sect.why .title-box{
    max-width:60.7vw;
}

.sect.why .list-box{
    grid-template-columns: repeat(2, 1fr);
    grid-gap:var(--value-80);
}

.sect.why .list-box .item{
    grid-gap: var(--value-70);
    align-items: center;
}

.sect.why .list-box .item:nth-child(1){
    grid-template-columns: 14.1vw 1fr;    
}

.sect.why .list-box .item:nth-child(2){
    grid-template-columns: 10.9vw 1fr;    
}

.sect.why .list-box .item p{
    line-height: 200%;
}

.partners-list{
    overflow: hidden;
    padding: 0 var(--value-100);
}

.partners-list .item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.partners-list img{
    max-width:76%;
}

.package-list{
    grid-template-columns: repeat(3, 1fr);
}

.package-list .item{
    -moz-border-radius: var(--value-15);
    -webkit-border-radius: var(--value-15);
    border-radius: var(--value-15);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxNS44NDkzNjQ5MDUzODkxJSIgeTE9Ii05LjE1MDYzNTA5NDYxMSUiIHgyPSI4NC4xNTA2MzUwOTQ2MTA5JSIgeTI9IjEwOS4xNTA2MzUwOTQ2MTElIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3N2JhNyIgc3RvcC1vcGFjaXR5PSIwLjExIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmVmZiIgc3RvcC1vcGFjaXR5PSIwLjExIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(300deg, rgba(248,123,168,.11) 0%, rgba(255,255,255,.11) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(300deg, rgba(248,123,168,.11) 0%, rgba(255,255,255,.11) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(300deg, rgba(248,123,168,.11) 0%, rgba(255,255,255,.11) 100%); /* gradient overlay */
    background-image: linear-gradient(150deg, rgba(248,123,168,.11) 0%, rgba(255,255,255,.11) 100%); /* gradient overlay */
    position: relative;
}

.package-list .item>div{
    padding:var(--value-30) var(--value-60);
    border-bottom:var(--value-1) solid #F0E6EA;
}

.package-list .item>div:first-child{
    padding-top: var(--value-60);
}

.package-list .item>div:last-child{
    padding-bottom: var(--value-60);
    border-bottom: none;
}

.package-list .item .title{
    font-weight: 400;
    font-style: normal;
    font-family: 'Trajan Pro 3';
    font-size: var(--font-34);
    text-transform: uppercase;
}

.package-list .item .title span{
    color: var(--pink-color-2);
    display: block;
}

.package-list .item .subtitle{
    font-weight: 400;
    font-style: normal;
    font-family: 'Trajan Pro 3';
    color:#fff;
    background-color: var(--pink-color-2);
    display: inline-block;
    padding: 0.7vw 1vw;
    line-height: 1;
    -moz-border-radius: var(--value-20);
    -webkit-border-radius: var(--value-20);
    border-radius: var(--value-20);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom:var(--value-15);
}

.package-list .item p{
    margin-bottom: 0;
}

.package-list .item ul{
    margin-top:0;
    padding-inline-start: 1vw;
}

.package-list .item ul:last-child{
    margin-bottom:0;
}

.package-list .item ul li::marker{
    color: var(--pink-color-2);
}

.package-list .item .half{
    grid-template-columns: repeat(2, 1fr);
    font-weight: 400;
    font-style: normal;
    font-family: 'Trajan Pro 3';
    align-items: center;
}

.package-list .item .half p{
    font-size:var(--font-24);
}

.package-list .item .half>span{
    display: block;
    font-size:var(--font-14);
}

.package-list .item .half.price p{
    font-size:var(--font-40);
}

.package-list .item .half .old-price{
    opacity: 0.15;
    text-decoration: line-through;
}

.package-list .item .bottom-box{
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    text-align: center;
}

.package-list .item .bottom-box .bt{
    padding: 1.5vw 2.6vw;
    margin-bottom: var(--value-15);
}

.package-list .item .bottom-box p{
    font-size:var(--font-14);
}

.package-list .item .bottom-box .notice{
    display: block;
    font-size: var(--font-12);
}

.package-list .item .notice b{
    text-transform: uppercase;
}

.package-list .item .soc-links{
    justify-content: center;
}

.package-list .item .soc-links>div{
    margin-right:10px;
}

.package-list .item .soc-links>div:last-child{
    margin-right:0;
}

.package-list .item.black{
    color:#fff;
    background-color: #000000;
    background-image: none;
}

.package-list .item.black>div{
    border-color:#0C0C0C;
}

.package-list .item.new::after,
.package-list .item.top::after{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--pink-color-2);
    position: absolute;
    top:var(--value-30);
    right:var(--value-40);
    color:#fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width:3.4vw;
    height: 3.4vw;
    text-transform: uppercase;
    font-size:var(--font-14);
}

.package-list .item.new::after{
    content: 'new'
}

.package-list .item.top::after{
    content: 'top'
}

.tab-block{
    grid-gap:var(--value-50);
}

.tab-block,
.b-box .columns{
    max-width: 80vw;
    margin: 0 auto;
}

.tab-block .tabs-nav{
    list-style: none;
    padding:0;
    margin:0;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    max-width: calc(100% - 34.4vw - var(--value-80));
}

.tab-block .tabs-nav li{
    margin-right:var(--value-20);
    margin-bottom:var(--value-20);
}

.tab-block .tabs-nav li span{
    -moz-border-radius: var(--value-30);
    -webkit-border-radius: var(--value-30);
    border-radius: var(--value-30);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:var(--value-1) solid #974DCA;
    display: inline-flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding:0.9vw 2.3vw;
    font-size:var(--font-20);
    cursor: pointer;
}

.tab-block .tabs-nav li.current span{
    color:#fff;
    border-color: transparent;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMC44NTcyNTgwOTMwMzk5MiUiIHkxPSI1MC44ODc3MTY3NDIwODUxJSIgeDI9IjEwMC44NTcyNTgwOTMwNCUiIHkyPSI0OS4xMTIyODMyNTc5MTQ5JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTRkYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTdiYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: -o-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(1deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */
    background-image: linear-gradient(89deg, #854dc5 0%, #f97ba7 100%); /* gradient overlay */

}

.tab-block .tab{
    display: grid;
    grid-template-columns: 1fr 34.4vw;
    grid-gap:var(--value-80);
}

.tab-block .tab .title-box{
    text-align: left;
    max-width:100%;
    margin:0;
}

.tab-block .tab p{
    line-height: 200%;
}

.tab-block .tab .img-box{
    margin-top:calc(var(--value-50) * -4);
}

.tab-block .tabs-nav li.notice{
    grid-template-columns: var(--value-20) 1fr;
    align-items: center;
    max-width:11.9vw;
    font-size:var(--font-14);
}

.tab-block .tabs-nav li.notice img{
    animation-name: moveSmile;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 1.5s;
    -webkit-animation-name: moveSmile;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.5s;
}

@keyframes moveSmile{
    0%{
        transform: translateY(10%);
    }
    50%{
        transform: translateY(-10%);
    }
    100%{
        transform: translateY(10%);
    }
}

.b-box .columns{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--value-120);
}

.form-box.black{
    -moz-border-radius: var(--value-20);
    -webkit-border-radius: var(--value-20);
    border-radius: var(--value-20); /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #000; /* layer fill content */
    padding:var(--value-50);
    color:#fff;
    max-width: 90%;
    position: relative;
}

.form-box.black .note{
    position: absolute;
    top: calc(var(--font-14) / -2 - 0.4vw);
    left:0;
    text-align: center;
    width:100%;
    font-size: var(--font-14);
}

.form-box.black .note p{
    -moz-border-radius: calc(var(--value-1) * 3);
    -webkit-border-radius: calc(var(--value-1) * 3);
    border-radius: calc(var(--value-1) * 3); /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #854dc5; /* layer fill content */
    display: inline-block;
    line-height: 1;
    padding: 0.4vw 1vw;
}

.form-box.black .note p span{
    text-transform: uppercase;
}

.form-box.black p a{
    color:#fff;
}

.form-box.black form,
.form-popup form,
.quiz-box .form{
    grid-gap: var(--value-15);
    display: grid;
}

.form-box.black form .checkbox-field{
    margin-top:var(--value-15)
}

.b-box .columns .title{
    font-size: var(--font-32);
}

.form-box.black .title{
    line-height: 110%;
    text-align: center;
}

.form-box.black form input,
.form-box.black form .bt{
    font-size:var(--font-20);
    padding:1.6vw 2.1vw;
}

.b-box .content-box ul{
    list-style: none;
    margin:0;
    padding:0;
    display: grid;
    grid-gap:var(--value-20);
    max-width:70%;
}

.b-box .content-box ul li{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: var(--value-20);
}

.b-box .content-box ul li img{
    width:var(--value-40);
}

.process-slider{
    padding-left:var(--value-100);    
    padding-right: calc(var(--value-120) + var(--value-80));
    overflow: hidden;
    width: 100vw;
}

.owl-stage{
    display: flex;
    align-content: center;
}

.process-slider .item{
    display: grid;
    grid-gap: var(--value-15);
    width:11vw;
    text-align: center;
}

.process-slider .owl-item:nth-child(2n){
    margin-top:var(--value-50);
}

.process-slider .item .number{
    font-size: 3.75vw;
    color: #fff;
    background-color: purple;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -moz-border-radius: 3.91vw 3.23vw 3.07vw 4.06vw / 4.27vw 4.06vw 2.97vw 2.76vw;
    -webkit-border-radius: 3.91vw 3.23vw 3.07vw 4.06vw / 4.27vw 4.06vw 2.97vw 2.76vw;
    border-radius: 3.91vw 3.23vw 3.07vw 4.06vw / 4.27vw 4.06vw 2.97vw 2.76vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #854dc5; /* layer fill content */
    width: 7.3vw;
    height: 6.9vw;
    z-index: 1;
    position: relative;
}

.process-slider .item .title{
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 120%;
    font-family: 'Trajan Pro 3';
    font-size: var(--font-24);
    text-transform: uppercase;
}

.process-slider .owl-item{
    position: relative;
}

.process-slider .item::after{
    content: '';
    width: 13.9vw;
    height: 4.17vw;
    background-image: url(img/process-slider-lines.svg);
    background-size: 13.9vw;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top:0;
    right: -2vw;
}

.process-slider .owl-item:nth-child(2n) .item::after{    
    background-image: url(img/process-slider-lines-2.svg);
    top:3.5vw;
}

.process-slider .owl-item:last-child .item::after{
    background-image: url(img/process-slider-lines-3.svg);
    height: 6vw;
    top: 1vw;
}

.owl-nav{
    margin-top:var(--value-60);
    width:100%;
    text-align: center;

}

.process-slider .owl-nav{
    width: calc(100% + var(--value-100));
}

.owl-nav button{
    font-size:0;
    background-color: transparent;
    outline: none;
    padding:0;
    width:2vw;
    height: 2vw;
    background-size: 2vw;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/arrow-slider.svg);
    margin:0 1vw;
}

.owl-nav button.owl-next{
    transform: rotate(90deg);
}

.owl-nav button.owl-prev{
    transform: rotate(-90deg);
}

.owl-nav button.disabled{
    opacity: 0.3;
}


.fancybox-hidden{
    display: none;
}

.fancybox-slide--html .form-popup .fancybox-close-small{
    padding:0;
    top: var(--value-10);
    right: var(--value-10);
    width: var(--value-40);
    height: var(--value-40);
}

.form-popup .fancybox-button{
    z-index: 999;
}

.fancybox-content.form-popup{
    background-color: #000;
    max-width:28vw;
    color: #fff;
    -moz-border-radius: var(--value-20);
    -webkit-border-radius: var(--value-20);
    border-radius: var(--value-20);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: var(--value-100) var(--value-50);
}

.form-popup a{
    color:#fff;
}

.fancybox-content.form-popup input,
.fancybox-content.form-popup .bt{
    font-size: var(--font-20)
}

.fancybox-content.form-popup .title-box .title{
    font-size:var(--font-32);
}

.owl-nav.disabled,
.owl-dots.disabled{
    display: none;
}

.mobile-panel{
    position: fixed;
    right:0;
    top:calc((100vh - var(--value-80)) / 2);
    z-index: 999;
}

.mobile-panel .soc-panel{
    display: none;
}

.menu-bt{
    display: grid;
    grid-gap: calc(var(--value-5) + var(--value-1) * 4);
    justify-content: center;
    align-items: center;
    grid-auto-rows: min-content;
    align-content: center;
    background-color: #000;
    width:var(--value-80);
    height: var(--value-80);
    -moz-border-radius: var(--value-20) 0 0 var(--value-20);
    -webkit-border-radius: var(--value-20) 0 0 var(--value-20);
    border-radius: var(--value-20) 0 0 var(--value-20);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;

}

.menu-bt .dot{
    width: var(--value-40);
    height: var(--value-5);
    background-color: #fff;
    -moz-border-radius: var(--value-10);
    -webkit-border-radius: var(--value-10);
    border-radius: var(--value-10);
}


.dark{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    z-index: 889;
    visibility: hidden;
}

.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
}

.main-menu .scroller::-webkit-scrollbar{
    display: none;
}

.main-menu .scroller {
    grid-template-columns: 1fr 1fr;
    padding-top: calc(var(--value-100) + var(--value-40));
    padding-bottom: calc(var(--value-100) + var(--value-40));
    grid-gap: var(--value-40);
    z-index:889;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.main-menu .close-bt{
    position: absolute;
    top:calc(var(--value-100) + var(--value-40));
    right:var(--value-100);
    width:var(--value-40);
    height: var(--value-40);
    background-size: var(--value-40);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/close-bt.svg);
    z-index: 1;
    cursor: pointer;
}

.main-menu .title-box{
    text-align: left;
    grid-column-start:span 2;
    max-width: 100%;
    margin:initial;
    margin-bottom:var(--value-40);
}

.main-menu .item.contacts{
    grid-row-start:span 2;
}

.main-menu .item{    
    grid-gap:var(--value-50);
}
.main-menu .item .content{
    grid-gap:var(--value-40);
}

.main-menu .item .content .bt-box{
    margin-top:var(--value-30);
}

.main-menu .item .online{
    -moz-border-radius: var(--value-20);
    -webkit-border-radius: var(--value-20);
    border-radius: var(--value-20);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:var(--value-1) solid #35d131;
    margin-bottom:var(--value-30);
    padding:var(--value-10) var(--value-20);
    color:#35d131;

}

.main-menu .item .text-box{    
    font-size:var(--font-20);
}

.main-menu .item .timing p{
    margin-bottom:0;
}

.main-menu .item nav ul{
    margin:0;
    list-style: none;
    padding:0;
}

.main-menu .item nav ul li span{
    cursor: pointer;
}

.main-menu .politic{
    display: flex;
    align-items: flex-end;
    height: 100%;
    font-size:var(--font-14);
}

.main-menu .item.navigation,
.main-menu .politic{
    order:1;
}

#video-box{
    padding:0;
}

#video-box .fancybox-button svg{
    background-color: #fff;
    border-radius: 50%;
}

#video-box iframe{
    vertical-align: middle;
}

.frame-box {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  width:1000px;
}

.frame-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.content.privacy{
    font-size: var(--font-20);
}

.content.privacy a{
    color:blue;
}