@font-face {
    font-family: AenikPro;
    src: url('/assets/fonts/AeonikPro-Medium.woff2');
}
@font-face {
    font-family: CoFo;
    src: url('/assets/fonts/cofoweathervf.woff2');
}
@font-face {
    font-family: JetBrainsMono;
    src: url('/assets/fonts/JetBrainsMono-Medium.woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
  
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
  
body {
  line-height: 1;
}
  
ol, ul {
  list-style: none;
}
  
blockquote, q {
  quotes: none;
}
  
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
  
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.aenikPro{
    font-family: AenikPro;
}
.cofo{
    font-family: CoFo;
    font-variation-settings: "ital" 0, "wdth" 112.5;
    font-weight: normal;
}
.jbMono{
    font-family: JetBrainsMono;
}
.titleText{
    font-family: CoFo;
    font-size: 28px;
    font-style: normal;
    line-height: 34px; /* 121.429% */
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
h1{
    font-variation-settings: "ital" 0, "wdth" 112.5;
    font-weight: normal;
}
h2{
    font-variation-settings: "ital" 0, "wdth" 112.5;
    font-weight: normal;
}

*{ 
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    color: var(--Dark-D100, #10203A);
    transition: .25s ease-in-out;
}
*:hover{
    transition: .25s ease-in-out;
}

h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-size: inherit;
}
img{
    padding: 0;
    margin: 0;
}

ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
a:visited,
a:focus{
    color: inherit;
}
a{
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: .3s linear;
}
a:hover{
    color: inherit;
    transition: .3s linear;
}
html, body{
	/* height: 100%; */
    width: 100%;
    background: #fff;
    font-weight: 300;
    scroll-behavior: smooth;    
    font-family: JetBrainsMono;
    box-sizing: border-box;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 184.615% */
    overflow-x: hidden;
}

.container{
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px;
}

.p16{
    max-width: 640px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
#block01{
    max-width: 640px;
    padding: 24px 16px 48px 16px;
    margin: 0 auto;
}

.mainSectionContent{
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 0 16px 64px 16px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100;
    width: 100%;
}
.headerContent{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px 0 16px;
    align-items: center;
    align-self: stretch;   
    position: relative;
    z-index: 1; 
    max-width: 640px;
    margin: 0 auto;
}
.mainSectionContent > video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button{
    outline: none;
    border: none;
}
.menuBtn{
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.16);    
}
.menuBtnIcon{
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 3.6px;
    flex-shrink: 0;
    flex-wrap: wrap;    
}
.menuBtnIcon > svg{
    width: 3.68px;
    height: 3.68px;
    flex-shrink: 0;    
}
.mainSectionBottom{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;    
}
.mainTitle{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 106.25% */
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #fff;    
}
.mainTitle > span{
    color: #BEFF54;
}
.mainSectionBottom > p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.mainButtons > button{
    display: flex;
    padding: 9px 14px;
    align-items: center;
    gap: 32px;
    border-radius: 10px;        
}
.mainButtons{
    display: flex;
    align-items: flex-start;
    gap: var(--Spacing-m, 12px);    
    align-self: stretch;    
}
a.startBtn{
    display: flex;
    padding: 9px 14px;
    align-items: center;
    gap: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.16);    
}
a.startBtn > p{
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
    letter-spacing: 0.48px;
    text-transform: uppercase;    
}
a.pricesBtn{
    display: flex;
    border-radius: 10px;

    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    background: var(--Accent-A100, #BEFF54);
}
.pricesBtn > p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
    letter-spacing: 0.48px;
    text-transform: uppercase;    
}
/**/
.navBlock{
    position: relative;
    margin-top: -32px;
}
.navBlockTop{
    border-radius: 16px 16px 0px 0px;
    background: #FFF;
    width: 100%;
    height: 32px;    
}
.navBlockInner{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0 48px 0;
}
.navBlockInner  > h2{
    align-self: stretch;
    color: var(--Dark-D100, #10203A);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.blocksList{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;    
}
.blocksList > li{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;    
}
a.blockLink{
    padding: 12px 0;
    border-top: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
}
.blockLink > div > p:nth-child(1){
    width: 26px;
}
.blockLink > div > p{
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    text-transform: uppercase;    
    color: var(--Dark-D100, #10203A);
}
.item{
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
}
.blockLink > div{
    display: flex;
    /* width: 150px; */
    align-items: center;
    gap: var(--Spacing-s, 8px);    
}
.item:nth-child(2), .item:nth-child(3), .item:nth-child(4){
    margin-left: 34px;;
}
.item:nth-child(2) > div,
.item:nth-child(3) > div,
.item:nth-child(4) > div{
    width: 20px;
    height: 20px;
}
.item:nth-child(2) > p,
.item:nth-child(3) > p,
.item:nth-child(4) > p{ 
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    opacity: 0.4;    
}
.blockLink:nth-child(2), .blockLink:nth-child(3), .blockLink:nth-child(4){
    border-top: none;
}
/**/
.blockCard{
    padding: 24px 16px 48px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    height: 304px;
    position: relative;
    border-radius: 16px 16px 0px 0px;
    background: #E9E9EB;    
}
.blockCounter{
    display: flex;
    padding: var(--Spacing-s, 8px) var(--Spacing-m, 12px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    background: #BEFF54;    
}
.blockCounter > p{
    color: var(--Dark-D100, #10203A);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 110% */
    letter-spacing: 0.6px;
    text-transform: uppercase;    
}
.blockCardTitle{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-m, 12px);
    align-self: stretch;    
}
.blockCardTitle > h3 {
    flex: 1 0 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 115.385% */
    letter-spacing: 0.78px;
    text-transform: uppercase;    
}
.blockCard > svg{
    width: 186px;
    height: 146.842px;
    position: absolute;
    right: -24px;
    top: 16px;    
}
.blockCardInfo{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 34px;
}
.blockCardInfo > div{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    align-self: stretch;
}
.blockCardInfoTitleBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
    width: 100%;
}
.blockCardInfoTitleBlock > div{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    width: 100%;
}
.blockCardInfoTitleBlock > div > div:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;    
}
.blockCardInfoTitleBlock > div > div:nth-child(1) > span{
    display: flex;
    padding: 2px 0px;
    align-items: center;
    gap: 16px;
    background: #BEFF54;    
}
.blockCardInfoTitleBlock > div > div:nth-child(1) > span > p,
.blockCardInfoTitleBlock > div > div:nth-child(1) > p{
    color: var(--Dark-D100, #10203A);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 110% */
    letter-spacing: 0.6px;
    text-transform: uppercase;    
}
.blockCardInfoTitleBlock > div > div:nth-child(2){
    display: flex;
    width: 48px;
    height: 48px;
    padding: var(--Spacing-s, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--Accent-A100, #BEFF54);    
} 
.blockCardInfoList{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
}
.blockCardInfoListItem{
    display: flex;
    align-items: flex-start;
    gap: var(--Spacing-xxs, 4px);
    align-self: stretch;    
}
.blockCardInfoListItem > p{
    font-feature-settings: 'salt' on, 'ss01' on;
    text-transform: uppercase;
    font-style: normal;
}
.blockCardInfoListItem > p:nth-child(1){
    width: 28px;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    text-transform: uppercase;
    opacity: 0.4;    
}
.blockCardInfoListItem > p:nth-child(2){
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */
    flex: 1 0 0;    
    text-transform: none;
}
.blockCardVideo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-m, 12px);
    align-self: stretch;    
}
.blockCardVideoWrapper{
    position: relative;
    width: 100%;
    height: 216px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-m, 12px);  
    overflow: hidden;  
    /* background: url('/assets/img/kpVideo/0fc168b0414a5a74be01652f9e523e89.png') lightgray 0px -72.556px / 100% 269.959% no-repeat; */
}
.blockCardVideoWrapper > img{
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: -150px;
    left: 0;
}
.blockCardVideoText{
    display: flex;
    padding: var(--Spacing-xxs, 4px) 0px;  
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}
.blockCardVideoText > p:nth-child(1){
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    align-self: stretch;
}
.blockCardVideoText > p:nth-child(2){
    align-self: stretch;
    color: var(--Dark-D100, #10203A);
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 133.333% */
    text-transform: uppercase;
    opacity: 0.5;
}
.blockCardVideoWrapper > video{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}
.blockCardPlayBtn{
    display: flex;
    padding: var(--Spacing-s, 8px) var(--Spacing-m, 12px);    
    align-items: flex-start;
    gap: var(--Spacing-s-2, 10px);    
    position: absolute;
    left: 12px;
    bottom: 12px;
    border-radius: 8px;
    background: #BEFF54;
}
.blockCardPlayBtn > p{
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 160% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    
}
.blockCardVideoWrapper > .closeVideoFileBtn{
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    background: transparent;
} 
.blockCardVideoWrapper.--active > .closeVideoFileBtn{
    display: flex;
    z-index: 5000;
}
.blockCardVideoWrapper.--active{   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}
.blockCardVideoWrapper.--active > video{
    z-index: 10;
}
.paddingTop16{
    padding-top: 16px;
    border-top: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
}
.fixHeaderWrapper{
    width: 100%;
    height: 72px;
}
header.--fixed{
    background: #fff;
}
header.--fixed > .headerContent > svg path{
    fill: #10203A;
}
header.--fixed > .headerContent > .menuBtn{
    background: #10203A;
}

/**/

.p40{
    position: relative;
    z-index: 1;
    margin-top: -32px;
    padding-bottom: 40px;
}
.videoSection >  .blockSectionContent > .blockCard > svg{
    width: 202px;
    height: 208px;
    right: -52px;
    top: 16px;    
}
.blockCardInfo > p:nth-child(1){
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */    
}
.aboutVideo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-m, 12px);
    align-self: stretch;    
}
.aboutVideo > div:nth-child(1){
    display: flex;
    padding-bottom: var(--Spacing-s, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
}
.aboutVideo > div:nth-child(1) > p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;    
    opacity: 0.4;
}
.aboutVideo > div:nth-child(2),
.aboutVideo > div:nth-child(3){
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;    
}  
.aboutVideo > div:nth-child(2) > .aboutVideoCardItem,
.aboutVideo > div:nth-child(3) > .aboutVideoCardItem{
    display: flex;
    padding-bottom: var(--Spacing-m, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-m, 12px);
    flex: 1 0 0;    
}
.aboutVideo > div:nth-child(2) > .aboutVideoCardItem > p:nth-child(1),
.aboutVideo > div:nth-child(3) > .aboutVideoCardItem > p:nth-child(1){
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 100% */
    letter-spacing: 0.96px;
    text-transform: uppercase;    
}
.aboutVideo > div:nth-child(2) > .aboutVideoCardItem > p:nth-child(2),
.aboutVideo > div:nth-child(3) > .aboutVideoCardItem > p:nth-child(2){
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    text-transform: uppercase;    
}
.videoList{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;    
}
.videoList > div:nth-child(1),
.videoListRow{
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 16px;    
}
.videoListColumn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;    
}
.videoListCardItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-m, 12px);
    align-self: stretch;    
}
.videoListItemWrapper{
    display: flex;
    height: 216px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-m, 12px);
    align-self: stretch;
    position: relative;   
    overflow: hidden; 
}
.videoListItemWrapper > img{
    position: absolute;
    width: 100%;
    top: -50px
}
.videoListItemWrapper  > video{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    object-fit: cover;
    z-index: -1;
}
.videoListCardItemText{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;    
}
.videoListCardItemText > p:nth-child(1){
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 127.273% */
    text-transform: uppercase;    
}
.videoListCardItemText > p:nth-child(2){
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 133.333% */
    text-transform: uppercase;
    opacity: 0.5;    
}
.height128{
    height: 128px;;
}
.videoListRow > .videoListCardItem{
    flex: 1 0 0;
}
.videoPlayBtn{
    position: relative;
    z-index: 3;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    flex-shrink: 0;
    border-radius: 32px;
    background: var(--Alpha-AL56, rgba(252, 252, 252, 0.56));
}
.videoStopBtn{
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    flex-shrink: 0;
    border-radius: 32px;
    background: var(--Alpha-AL56, rgba(252, 252, 252, 0.56));
    position: absolute;
    display: none;
    top: 12px;
    right: 16px;
    z-index: 200;
}
.videoListItemWrapper.--active{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 64px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #000;
}
.videoListItemWrapper.--active > img{
    display: none;
}
.videoListItemWrapper.--active > video{
    padding: 64px 24px;
    height: 100%;
    z-index: 100;
}
.videoListItemWrapper.--active > .videoStopBtn{
    display: flex;
}
/**/
.accountSection > .blockSectionContent > .blockCard svg{
    width: 178px;
    height: 199px;
    right: -10px;
    top: 24px;    
}
.blockCardInfo > p{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */    
}
/**/
.actualPhotosSliderItem{
    position: relative;
}
.actualPhotosSliderItem > img{
    position: absolute;
    top:0 ;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.actualPhotosSlider{
    padding-left: 16px;
    width: 100%;
    max-width: 640px;
    height: 272px;
}

#block03{
    max-width: 640px;
    margin: 0 auto;
    padding: 24px 16px 48px 16px;
}
.paddingright16{
    max-width: 592px;
    width: calc(100% - 32px);
    margin-left: 16px;
    margin: 0 auto;
}
.tasksInformation{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;    
    width: 100%;
    max-width: 640px;
}
.tasksInformation > p{
    color: var(--Dark-D100, #10203A);
    font-feature-settings: 'salt' on, 'ss01' on;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
    opacity: 0.4;
}
.tasksInformation > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
}
.taskItem{
    display: flex;
    align-items: flex-start;
    gap: var(--Spacing-xxs, 4px);
    align-self: stretch;    
}
.taskItem > p:nth-child(1){
    width: 28px;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    text-transform: uppercase;
    opacity: 0.4;    
}
.taskItem > p:nth-child(2){
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */
    flex: 1 0 0;    
}
/*/**/
#block04 > svg{
    width: 228.624px;
    height: 169.814px;
    
}
.priceAbout{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;    
}
.priceAbout > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));    
    margin-bottom: 48px;
}
.priceTop{
    display: flex;
    padding: var(--Spacing-m, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;
    border: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
    background: #BEFF54;        
}
.priceTopInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;    
}
.priceTopInner > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;    
}
.priceTopInner > div > p:nth-child(1){
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.72px;
    text-transform: uppercase;    
}
.coloredTitle{
    display: flex;
    padding: 2px 0px;
    align-items: center;
    gap: 16px;
    background: var(--Dark-D100, #10203A);    
}
.coloredTitle > p{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.priceInformation{
    display: flex;
    padding: 0px var(--Spacing-m, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;    
}
.priceInformation > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;    
}
.priceInformation > div > p{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
    opacity: 0.4;
    align-self: stretch;    
}
.priceInformationList{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
}
.priceInformationItem{
    display: flex;
    align-items: flex-start;
    gap: var(--Spacing-xxs, 4px);    
    align-self: stretch;    
}
.priceInformationItem > p:nth-child(1){
    width: 28px;
    color: var(--Dark-D100, #10203A);
    font-feature-settings: 'salt' on, 'ss01' on;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    text-transform: uppercase;
    opacity: 0.4;
}
.priceInformationItem > p:nth-child(2){
    flex: 1 0 0;
    color: var(--Dark-D100, #10203A);
    font-feature-settings: 'salt' on, 'ss01' on;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */
}
.priceValueInfo{
    display: flex;
    padding: 0px var(--Spacing-m, 12px) 48px var(--Spacing-m, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;    
}
.priceValueInfo > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;    
}
.priceValueInfo > div > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-xxs, 4px);  
}
.priceValueInfo > div > div > p:nth-child(1){
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 133.333% */
    text-transform: uppercase;
    opacity: 0.5;    
}
.priceValueInfo > div > div > p:nth-child(2){
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 109.091% */
    letter-spacing: 0.66px;
    text-transform: uppercase;    
}
.priceInfoBtn{
    width: 41px;
    height: 40px;    
}
.priceInfoBtn > div:nth-child(1){
    width: 41px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Accent-A100, #BEFF54);  
    display: flex;
    justify-content: center;
    align-items: center;  
}
.visualSlider{
    padding-left: 16px;
    width: 100%;
    max-width: 640px;
    height: 152px;
}
.visualSliderItem{
    width: 100%;
    height: 100%;
    position: relative;
}
.visualSliderItem > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.contactsSectionContent{
    display: flex;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 48px 16px 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background: var(--Dark-D150, #181F29);    
}
.contactsSectionContent > p{
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    text-transform: uppercase;
    color: var(--Light-L100, #FCFCFC);
}
.contactsSectionContent > div:nth-child(1){
    display: flex;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));    
}
.contactsSectionContent > div:nth-child(1) > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;    
}
.contactsSectionContent > div:nth-child(1) > div > p{
    max-width: 320px;
    color: var(--Light-L100, #FCFCFC);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 115.385% */
    letter-spacing: 0.78px;
    text-transform: uppercase;
}
.contactsSectionContent > div:nth-child(1) > p{
    color: var(--Light-L100, #FCFCFC);
    font-feature-settings: 'salt' on, 'ss01' on;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */
}
.contactsContainer{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 24px;
}
.locationContent{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;    
}
.locationContent > p{
    color: var(--Light-L100, #FCFCFC);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.contactTypes  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);       
}
.contactTypes > a{
    color: var(--Light-L100, #FCFCFC);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}
.contactTypes > p{
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    text-transform: uppercase;
    opacity: 0.5;    
    color: var(--Light-L100, #FCFCFC);
}
.mailContact{
    color: var(--Light-L100, #FCFCFC);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}
.socialLinks{
    display: flex;
    align-items: flex-start;
    gap: var(--Spacing-m, 12px);    
}
.socialLink{
    display: flex;
    padding: var(--Spacing-s-2, 10px) 16px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-m, 12px);
    border-radius: 8px;
    border: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
    background: #BEFF54;    
}
.socialLink > p{
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 160% */
    letter-spacing: 0.4px;
    text-transform: uppercase;    
}
/**/
.navLinks{
    opacity: 0;
    position: sticky;
    z-index: -1;
    top: 60px;
    /* padding: var(--Spacing-s-2, 10px) 16px;     */
    padding: 10px 0 10px 16px;
    background: #FFF;  
    border-bottom: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
    overflow-y: hidden;
    margin: 0 auto;
    max-width: 640px;
}
.header.--fixed > .navLinks {
    opacity: 1;
    z-index: 100;
}
.navLinks > div{
    position: relative;
    overflow-x: scroll;
}
.navLinks > div > div{
    display: flex;
    /* height: 28px; */
    align-items: center;
    gap: var(--Spacing-xxs, 4px);  
}
.navLinks > div > div > a{
    display: flex;
    width:  auto;
    flex: 1 0 0;
    padding: var(--Spacing-xxs, 4px) 7px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
    border-radius: 8px;
    background: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    white-space: nowrap
}
.headerNavLink:nth-child(2){
    /* min-width: 120px; */
    justify-content: center;
}
.mainWrapper{
    height: 100%;
}
.headerNavLink.--active{
    background: #BEFF54;
}
.animatedNavBlock::-webkit-scrollbar{
    scrollbar-width: thin;
}
/**/
span.blue{
    color: #6FF;
}
.blueBtn{
    background: #6FF;
}
/**/
.kpLiteBlockSection:nth-child(1){
    position: relative;
    margin-top: -32px;
    z-index: 10;
}
.topRoundBlock{
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    height: 32px;
    background: #E9E9EB;   
}
.kpBlockCard{
    display: flex;
    height: 304px;
    padding: 0px 0 48px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    background: #E9E9EB;    
    position: relative;
}
.block01Img{
    position: absolute;
    top: 32px;
    right: -29px;    
    width: 203px;
    height: 187px
}
.kpBlockCardInfo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.kpBlockCardInfo > p{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */    
}
/* .kpBlockCardInfo > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;    
} */
.kpBlockTitleBlock{
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;
    border-top: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));    
}
.kpBlockTitleBlock > div{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
}
.kpBlockTitle{
    flex: 1 0 0;
    color: var(--Dark-D100, #10203A);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.kpTitleBtn{
    display: flex;
    width: 48px;
    height: 48px;
    padding: var(--Spacing-s, 8px);
    
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    
    flex-shrink: 0;
    border-radius: 12px;
    background: #6FF;  
    
}
.brifBtn{
    display: flex;
    height: 38px;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #6FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: var(--Dark-D100, #10203A);
}
.kpNavLink.--active{
    background: #6FF;
}
/**/
.block02Img{
    position: absolute;
    right: -10px;
    top: 24px;    
    width: 178px;
    height: 199px;
}
.kpBlockInfo{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;     
}
.kpBlockCardTitleBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    
    align-self: stretch;
    
}
.kpBlockCardTitleBlock> div{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;    
}
.kpBlockCard#block02{
    padding: 0 16px 48px 16px;
}
#kpBlockTitleBlock02{
    margin-left: 16px;
    margin-right: 16px;
}
.kpBlockSlider{
    padding-left: 16px;
    height: 272px;
    width: 100%;
}
.kpBlockSliderItem{
    width: 100%;
    height: 100%;
    position: relative;
}
.kpBlockSliderItem > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kpBlockVisualSlider{
    padding-left: 16px;
    height: 152px;
    width: 100%;
}
.kpBlockVisualSliderItem{
    position: relative;
}
.kpBlockVisualSliderItem > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kpBlockInfoList{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;    
}
.kpBlockInfoList > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
}
.kpBlockListItem{
    display: flex;
    align-items: flex-start;
    gap: var(--Spacing-xxs, 4px);
    align-self: stretch;    
}
.kpBlockListItem > p:nth-child(1){
    width: 28px;
    color: var(--Dark-D100, #10203A);
    font-feature-settings: 'salt' on, 'ss01' on;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    text-transform: uppercase;
    opacity: 0.4;
}
.kpBlockListItem > p:nth-child(2){
    flex: 1 0 0;
    color: var(--Dark-D100, #10203A);
    font-feature-settings: 'salt' on, 'ss01' on;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */
}
.mobileGraphycSlider{
    padding-left: 16px;
    height: 152px;
    width: 100%;
}
.mobileGraphycSliderItem{
    position: relative;
}
.mobileGraphycSliderItem > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jbMono{
    width: 100%;
}
.storiesSlider{
    padding-left: 16px;
    padding-bottom: 40px;
    width: 100%;
    height: 272px;
}
.storiesSliderItem{
    position: relative;
}
.storiesSliderItem > img{
    position: absolute;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#block04 > svg{
    position: absolute;
    width: 228.624px;
    height: 169.814px;    
    right: -31px;
    top: 16px;
}
.kpPriceBlockInfo{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
}
.kpPriceBlockInfo > div:nth-child(1){
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;
    border: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
    background: #FFF;        
}
.kpPriceBlockInfo > div:nth-child(1) > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;    
}
.kpPriceBlockInfo > div:nth-child(1) > div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;    
}
.kpPriceBlockInfo > div:nth-child(1) > div > div > p{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    
}
.kpPriceBlockInfo > div:nth-child(1) > div > div > p:nth-child(2){
    display: flex;
    padding: 2px var(--Spacing-xxs, 4px);
    
    align-items: center;
    gap: 16px;
    background: #6FF;
    
    
}
.kpPriceBlockInfo > div:nth-child(2){
    display: flex;
    padding: 0px var(--Spacing-m, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;    
}
.kpPriceInfoContent{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;    
}
.kpPriceInfoContent > p:nth-child(1){
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
    opacity: 0.4;    
}
.kpPriceInfoList{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
}
.kpPriceInfoList > div{
    display: flex;
    align-items: flex-start;
    gap: var(--Spacing-xxs, 4px);
    align-self: stretch;    
}
.kpPriceInfoList > div > p:nth-child(1){
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    text-transform: uppercase;
    opacity: 0.4;
    width: 28px;    
}
.kpPriceInfoList > div > p:nth-child(2){
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */
    flex: 1 0 0;    
}
.kpPriceValueBlock{
    display: flex;
    padding: 0px var(--Spacing-m, 12px) 24px var(--Spacing-m, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;    
}
.kpPriceValueBlock > div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;    
}
.kpPriceValueBlock > div > .left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);    
}
.kpPriceValueBlock > div > .left > p:nth-child(1){
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 133.333% */
    text-transform: uppercase;
    opacity: 0.5;    
}
.kpPriceValueBlock > div > .left > p:nth-child(2){
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 109.091% */
    letter-spacing: 0.66px;
    text-transform: uppercase;    
}
.kpPriceValueBlock > div > .right{
    display: inline-flex;
    padding: var(--Spacing-s-2, 10px);
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    border-radius: 8px;
    background: #6FF;    
} 
/**/
.moreSectionContent > div{
    display: flex;
    width: 100%;
    padding: 24px var(--Spacing-m, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
    background: #FFF;
}
.moreTitleBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;    
}
.moreTitleBlock > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;    
}
.moreTitleBlock > div > h2{
    align-self: stretch;
    color: var(--Dark-D100, #10203A);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.moreSectionContent > div > p{
    text-align: center;

    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 138.462% */
    align-self: stretch;    
}
.fullKpLink{
    display: flex;
    height: 38px;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #BEFF54;
    color: var(--Dark-D100, #10203A);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.moreSection{
    padding-bottom: 48px;
}
.roundRec{
    margin-top: -32px;
    position: relative;
    z-index: 30;
    width: 100%;
    height: 32px;
    border-radius: 16px 16px 0px 0px;
    background: #FFF;    
}
.block01Content{
    padding-bottom: 34px;
}
#block02Title{
    padding-top: 16px;
    border-top: 1px solid var(--Alpha-AD16, rgba(16, 32, 58, 0.16));
}
#block02, #block04{
    margin: 0 auto;
    max-width: 640px;
}
.f-button svg{
    stroke: #fff!important;
}
.fancybox__infobar,.fancybox__infobar span{
    color: #fff!important;
}