*{    
    --black-color: #141514;
    --violet-color: #6C40E3;
    --violet-2-color: #4C1FC6;
    --grey-color: #898A89;
    
    --font-10: 10px;
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-18: 18px;
    --font-19: 19px;
    --font-20: 20px;
    --font-24: 24px;
    --font-32: 32px;
    --font-34: 34px;
    --font-35: 35px;
    --font-42: 42px;
    --font-48: 48px;
    --font-64: 64px;

    --value-1: 1px;
    --value-5: 5px;
    --value-8: 8px;
    --value-10: 10px;
    --value-12: 12px;
    --value-15: 15px;
    --value-16: 16px;
    --value-20: 20px;
    --value-25: 25px;
    --value-30: 30px;
    --value-40: 40px;
    --value-50: 50px;
    --value-60: 60px;
    --value-70: 70px;
    --value-80: 80px;
    --value-90: 90px;
    --value-100: 100px;
}

:root {
    scroll-behavior: initial;
}

body{
    margin:0;
    -webkit-tap-highlight-color:  transparent;  
    --bs-body-font-family: 'SF Pro Display';
    --bs-body-font-size: var(--font-20);
    font-weight: 400;
    background-color: var(--black-color);
    color: #fff;
    display: grid;
    min-height: 100vh;
    overflow-x: hidden;
    --bs-body-line-height: 121%;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}

body.active{
    overflow-y: hidden;
}

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

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

a {
    outline: inherit!important;
    text-decoration: none;
    transition: color .2s ease;
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    color: #0052B4;
}

a:hover{
    text-decoration: underline;
}

.link{
    text-decoration: inherit;
    color: var(--grey-color);    
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
}

.link:hover{
    text-decoration: inherit;
    color: #fff;
}

body.active{
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6{    
    font-weight: 700;
    font-style: normal;
}

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

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

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

.f-box{
    display: flex;
}

.align-center{
    text-align: center;
}

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

.title-box .title{
    font-size: var(--font-24);
    margin: 0;
    letter-spacing: initial;
}

.title-box.sect-title .title{
    font-size: var(--font-35);
    font-weight: 800;
}

.sect{
    padding: calc(var(--value-100) + var(--value-15)) 0;
}

.main-wrap{
    overflow-x: hidden;
}

.bt{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: var(--value-15) var(--value-30);
    background: var(--violet-color);
    border-radius: var(--value-8);
    color: #fff;
    text-decoration: inherit;
    font-size: var(--font-18);
    font-weight: 700;
    line-height: 116.7%;
    border:none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
}

.bt:hover{
    text-decoration: inherit;
    color: #fff;
    background-color: var(--violet-2-color);
}

.bt.disabled,
.bt:disabled{
    opacity: 0.4;
}

.bt.type-2{
    font-weight: 600;
    font-size: var(--font-16);
    color: var(--grey-color);
    border: var(--value-1) solid var(--grey-color);
    border-radius: var(--value-8);
    padding: var(--value-10) var(--value-16);
    background-color: transparent;
    line-height: 119%;
}

.bt.type-2:hover{
    color: #fff;
    border-color: #fff
}


.bt.disabled:hover,
.bt:disabled:hover{
    background: var(--violet-color);
}

.bt.type-2.disabled:hover,
.bt.type-2:disabled:hover{
    color: var(--grey-color);
    border: 1px solid var(--grey-color);
    background-color: transparent;
}

header{
    padding: calc(var(--value-40) + var(--value-5)) 0 0;
}

header .columns{
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
}

header .link-box a{
    font-size: var(--font-18);
}

header .logo-box{
    text-align: center;
}

header .log-in{
    text-align: right;
}

.logo-box img{
    width: 146px;
}

.sect.head-section{
    padding-top: calc(var(--value-100) - var(--value-5));
}

.sect.head-section .title-box{
    max-width: calc(8 * var(--value-100));
    margin: 0 auto;
}

.sect.head-section .title-box .description{
    font-size: var(--font-24);
}

.sect.head-section .rows{
    grid-gap: calc(var(--value-40) + var(--value-5));
}

.sect.head-section .images-box{
    position: relative;
    width:100%;
}

.sect.head-section .images-box>div{
    box-shadow: 0px var(--value-5) var(--value-10) rgba(0, 0, 0, 0.04);
    position: absolute;
    border-radius: var(--value-8);
    overflow: hidden;
}

.sect.head-section .images-box img{
    width: 100%;   
    height: 100%;
    object-fit: cover;
}

.sect.head-section .images-box .item-1{
    width: calc(100% - var(--value-40));
    margin: var(--value-15) auto var(--value-40);
    display: block;
    box-shadow: 0 var(--value-20) var(--value-80) rgba(0, 0, 0, 0.08);
    position: relative;
    border: calc(2 * var(--value-1)) solid rgba(255, 255, 255, 0.06);
    border-radius: var(--value-12);
    overflow: hidden;
}

.sect.head-section .images-box .item-2{
    top: 0;
    right: 0;
    width: calc(4 * var(--value-100) + var(--value-20));
}

.sect.head-section .images-box .item-3{
    bottom: 0;
    left: 0;
    width: calc(2 * var(--value-100) + var(--value-70));
}

.sect.head-section .images-box .item-4{
    bottom: calc(var(--value-80) + var(--value-5));
    right: calc(2 * var(--value-100));
    width: calc(3 * var(--value-100) + var(--value-30));
}

.sect.head-section .images-box .item-5{
    bottom: var(--value-10);
    right: var(--value-80);
    width: calc(3 * var(--value-100));
}

.sect.steps .items-list{
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.sect.steps .items-list .ico-box{
    min-height: var(--value-100);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sect.steps .items-list .ico-box img{
    max-height: 100%; 
}

form{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

form,
.wpcf7 form .wpcf7-response-output{
    max-width: calc(5 * var(--value-100) + var(--value-60));
}

form .field-list{    
    grid-gap: var(--value-15);
}

.form-control{
    width: 100%;
    padding: var(--value-16) var(--value-20);
    background: #1E1F1F;
    border-radius: var(--value-12);
    font-size: var(--font-18);
    color: #fff;
    border: none;
}

.form-control::placeholder{
    color: var(--grey-color);
}

.form-control:focus{
    background: #1E1F1F;
    color: #fff;
    box-shadow: none;
}

.form-control:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 50px #1E1F1F;
    -webkit-text-fill-color: #fff;
}

form .bt{
    font-size: var(--font-20);
}

form .form-area{
    opacity: 1;
    transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
}

form.sent .form-area{
    opacity: 0;
}

.wpcf7 form .wpcf7-response-output{
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    -moz-transition: opacity .2s ease, visibility .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease;
}

.wpcf7 form.sent .wpcf7-response-output{
    border: calc(2 * var(--value-1)) solid #222323;
    border-color: #222323!important;
    border-radius: var(--value-12);
    position: absolute;
    top: 0;
    left: 0;
    height: calc(3 * var(--value-100) + var(--value-30));
    padding: var(--value-50) calc(var(--value-70) + var(--value-15));
    display: inline-flex;
    align-items: flex-end;
    font-size: var(--font-20);
    text-align: center;
    background-image: url(../img/success-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin:0;
    opacity: 1;
    visibility: visible;
}

.wpcf7 form .wpcf7-not-valid-tip{
    font-size: 0.9rem;
    padding: var(--value-5) 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    background-color: rgb(227 64 64 / 46%);
    font-size: 0.9rem;
    padding: var(--value-20);
    border: none;
    opacity: 1;
    visibility: visible;
    font-weight: 300;
    margin: var(--value-30) 0 0;
}




.sect.head-of-product{
    padding: calc(var(--value-70) + var(--value-5)) 0 var(--value-15);
}

.sect.head-of-product .user-box{
    width: 100%;
    grid-template-columns: auto 1fr;
    margin: 0 auto;
    align-items: center;
    grid-gap: var(--value-20) var(--value-30);
}

.sect.head-of-product .user-box .img-box{
    width: calc(2 * var(--value-100));
    height: calc(2 * var(--value-100));
    overflow: hidden;
    border-radius: 50%;
    grid-row-start: span 2;
}

.sect.head-of-product .user-box .img-box img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.sect.head-of-product .user-box .info-box{
    grid-gap: var(--value-25);
}

.sect.head-of-product .user-box .name{
    font-weight: 700;
    font-size: var(--font-18);
}

.sect.head-of-product .user-box .descr{
    font-size: var(--font-16);
}

.faq-list{
    width: 100%;
    margin: 0 auto;
}

.faq-list .item {
    border-bottom: var(--value-1) solid #222323;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.faq-list .item .ask {
    padding: var(--value-30);
    position: relative;
    cursor: pointer;
    grid-template-columns: 1fr auto;
}

.faq-list .item .answer {
    display: none;
    padding: 0 var(--value-30) var(--value-30);
}

.faq-list .item .indicator {
    display: block;
    width: var(--value-16);
    height: var(--value-16);
    position: relative;
    transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    margin-top: 0.1vw;
}

.faq-list .item .indicator::before, 
.faq-list .item .indicator::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(1.5 * var(--value-1));
    background-color: #fff;
    left: 0;
    top: calc((100% - calc(1.5 * var(--value-1))) / 2);
    transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.faq-list .item .indicator::after {
    transform: rotate(90deg);
}

.faq-list .item.active .indicator {
    transform: rotate(90deg);
}

.faq-list .item.active .indicator::before {
    transform: rotate(90deg);
}

.sect.head-of-product .user-box,
.faq-list,
footer .columns{   
    max-width: calc(7 * var(--value-100) + var(--value-60));
}

footer{
    font-size: var(--font-18);
    color: var(--grey-color);
}

footer.sect{
    padding-bottom: var(--value-60);
}

footer a{
    color: var(--grey-color);
}

footer a:hover {
    text-decoration: inherit;
    color: #fff;
}

footer .columns{
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, auto);
    grid-gap: var(--value-50);
}

footer .logo-box img{
    width: calc(var(--value-70) + var(--value-5));
    height: auto;
}

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

footer .item .title{
    font-size: var(--font-20);
    color: #fff;
}

footer .item ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: var(--value-10);
}

footer .reg-list {
    grid-gap: var(--value-25);
}

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

footer .reg-list .reg-item img {
    width: auto;
    opacity: 0.5;
}

footer .reg-list .reg-item p span{
    display: block;
    font-size: var(--font-16);
}

footer .item .links{
    min-height: calc(var(--value-100) + var(--value-25));
    align-content: space-between;
}

.sect.infograf .columns{
    grid-template-columns: calc(3* var(--value-100) + var(--value-60)) 1fr;
    grid-gap: var(--value-60);
    align-items: center;
}

.sect.infograf .graf-box{
    display: flex;
    justify-content: center;
}

.info-circle{
    display: inline-block;
    position: relative;
}

.info-circle .circle{
    border-radius: 50%;
    width: calc(3 * var(--value-100) + var(--value-40));
    height: calc(3 * var(--value-100) + var(--value-40));
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.info-circle .circle,
.info-circle .item .ico,
.info-circle .item .item-i{
    border: calc(2 * var(--value-1)) solid ;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.info-circle:hover .circle,
.info-circle .item .ico,
.info-circle .item .item-i{
    border-color: #222323;
}

.info-circle .circle,
.info-circle .circle:hover,
.info-circle .item:hover .ico,
.info-circle .item:hover .item-i{
    border-color: var(--violet-color);
}

.info-circle .circle .img-box{
    border-radius: 50%;
    width: calc(2 * var(--value-100) - var(--value-5));
    height: calc(2 * var(--value-100) - var(--value-5));
    overflow: hidden;
}

.info-circle .circle .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-circle .item{
    position: absolute;
}

.info-circle .item .text-box{
    position: absolute;
    font-size: var(--font-16);
    min-width: calc(var(--value-70) + var(--value-100));
    line-height: 119%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

.info-circle .item:hover .text-box{
    opacity: 1;
    visibility: visible;
}

.info-circle .item .ico{    
    width: calc(var(--value-40) + var(--value-5));
    height: calc(var(--value-40) + var(--value-5));
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black-color);
}

.info-circle .item .ico img{
    max-width: var(--value-25);
    max-height: var(--value-25);
}

.info-circle .pos-1{
    top: var(--value-60);
    left: 0;
}

.info-circle .pos-2{
    top: 0;
    right: var(--value-60);
}

.info-circle .pos-3{
    bottom: var(--value-60);
    right: 0;
}

.info-circle .pos-4{
    bottom: 0;
    left: var(--value-60);
}

.info-circle .item{
    cursor: default;
}

.info-circle .item .item-i{
    padding: var(--value-10) var(--value-12);
    border-radius: var(--value-12);
    background-color: var(--black-color);
    position: absolute;
}

.info-circle .item .item-i p{
    margin-bottom: 0;
}

.info-circle .item .item-i .value{
    font-weight: 700;
    font-size: var(--font-24);
}

.info-circle .item .item-i .descr{
    color: #898A89;
    font-size: var(--font-16);
    white-space: nowrap;
    line-height: 1;
    margin-top: var(--value-5);
}

/* first */
.info-circle .pos-1 .item-i:nth-of-type(1){
    bottom: var(--value-10);
    right: var(--value-60);
}

.info-circle .pos-1 .item-i:nth-of-type(2){
    bottom: var(--value-60);
    right: var(--value-5);
}

.info-circle .pos-1 .text-box{
    top: calc(var(--value-40) + var(--value-5));
    right: var(--value-70);
}

/* second */
.info-circle .pos-2 .item-i:nth-of-type(1){
    left: var(--value-10);
    bottom: var(--value-60);
}

.info-circle .pos-2 .item-i:nth-of-type(2){
    left: var(--value-60);
    bottom: var(--value-15);
}

.info-circle .pos-2 .item-i:nth-of-type(3){
    left: calc(var(--value-100) + var(--value-10));
    top: var(--value-10);
}

.info-circle .pos-2 .text-box{
    top: var(--value-90);
    left: calc(var(--value-100) + var(--value-20));
}

/* third */
.info-circle .pos-3 .item-i:nth-of-type(1){
    left: var(--value-20);
    top: var(--value-60);
}

.info-circle .pos-3 .item-i:nth-of-type(2){
    left: var(--value-60);
    top: var(--value-20);
}

.info-circle .pos-3 .text-box{
    top: calc(-1 * (var(--value-40) + var(--value-16)));
    left: calc(var(--value-60) + var(--value-5));
}

/* fourth */

.info-circle .pos-4 .item-i:nth-of-type(1){
    top: var(--value-5);
    right: var(--value-60);
}

.info-circle .pos-4 .item-i:nth-of-type(2){
    top: var(--value-70);
    right: var(--value-20);
}

.info-circle .pos-4 .text-box{
    top: calc(-1 * (var(--value-50) + var(--value-16)));
    right: calc(var(--value-100) + var(--value-10));
}

.info-line{
    display: inline-grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: calc(var(--value-50) + var(--value-5));
    font-weight: 700;
    font-size: var(--font-24);
}

.info-line .item{
    position: relative;
}

.info-line .item::after{
    content: '';
    width: var(--value-25);
    height: calc(2 * var(--value-1));
    background-color: var(--violet-color);
    position: absolute;
    right: calc(-1 * (var(--value-25) + var(--value-16)));
    top: calc((100% - 2 * var(--value-1)) / 2);
}

.info-line .item:last-child::after{
    display: none;
}

.info-line .item .info-box{
    padding: var(--value-12) var(--value-16);
    background: var(--black-color);
    border: calc(2 * var(--value-1)) solid #222323;
    border-radius: var(--value-12);
    font-size: var(--font-16);
    line-height: 119%;
    color: var(--grey-color);
    text-align: center;
    position: absolute;
    display: inline-grid;
    grid-gap: calc(3 * var(--value-1));
    left: 50%;
    transform: translateX(-50%);
}

.info-line .item .info-box p{
    margin-bottom: 0;
}

.info-line .item .info-box .name{
    white-space: nowrap;
}

.info-line .item .info-box .destin{
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-line .item .info-box .destin .arrow{
    width: var(--value-12);
    height: var(--value-12);
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--value-12);
    background-image: url(../img/arrow-right.svg);
    margin-right: var(--value-5);
    display: inline-block;
    margin: 0 var(--value-5);
}

.info-line .item:nth-child(2n + 1) .info-box{
    bottom: calc(100% + var(--value-30));
}

.info-line .item:nth-child(2n) .info-box{
    top: calc(100% + var(--value-30));
}

.info-line .item:nth-child(1) .info-box .proc{
    color:#6C40E3;
}

.info-line .item:nth-child(2) .info-box .proc{
    color: #E34040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.info-line .item:nth-child(2) .info-box .proc::before{
    content: '';
    width: var(--value-16);
    height: var(--value-16);
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--value-16);
    background-image: url(../img/time-ico.svg);
    margin-right: var(--value-5);
    display: inline-block;
}

.info-line .item:nth-child(3) .info-box .proc{
    color: #2F7BEA;
}

.info-line .item:nth-child(4) .info-box .proc{
    color: #20A720;
}

.info-line .item:nth-child(5) .info-box .proc{
    color: #FB8C00;
}

.info-line .item:nth-child(5) .info-box::after{
    content: '';
    width: var(--value-30);
    height: var(--value-30);
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--value-30);
    background-image: url(../img/crown.svg);
    position: absolute;
    top: calc(-1 * var(--value-20));
    right: calc(-1 * var(--value-12));
}

.sect.ig-1{
    padding-bottom: calc(var(--value-100) + var(--value-70));
}

.sect.ig-2{
    padding: calc(var(--value-100) + var(--value-70)) 0;
}

.destin-cases{
    width: calc(4 * var(--value-100) + var(--value-70));
    height: calc(4 * var(--value-100) + var(--value-70));
}

.destin-cases{
    position: relative;
}

.destin-cases .item{
    position: absolute;
    z-index: 2;
}

.destin-cases .item .flag-box{
    width: calc(var(--value-50) + var(--value-10) + 4 * var(--value-1));
    height: calc(var(--value-50) + var(--value-10) + 4 * var(--value-1));
    border-radius: 50%;
    position: relative;
    padding: var(--value-5);
    border: calc(2 * var(--value-1)) solid transparent;
    transition: border-color .4s ease;
    -moz-transition: border-color .4s ease;
    -webkit-transition: border-color .4s ease;
    -o-transition: border-color .4s ease;
    z-index: 2;
}

.destin-cases .item .flag-box .img-box{
    width:100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.destin-cases .item .flag-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destin-cases .item:hover .flag-box{
    border-color: var(--violet-color);
}

.destin-cases .item:nth-child(1){
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.destin-cases .item:nth-child(2){
    top: 15%;
    left: 15%;
    transform: translate(-50%, -50%);
}

.destin-cases .item:nth-child(3){
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.destin-cases .item:nth-child(4){
    top: 15%;
    left: 75%;
    transform: translate(50%, -50%);
}

.destin-cases .item:nth-child(5){
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.destin-cases .item:nth-child(6){
    top: 75%;
    right: 15%;
    transform: translate(50%, 50%);
}

.destin-cases .item:nth-child(7){
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.destin-cases .item:nth-child(8){
    top: 75%;
    left: 15%;
    transform: translate(-50%, 50%);
}

.destin-cases .info-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.destin-cases .info-box{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(2 * var(--value-100) + var(--value-70) + var(--value-5));
    font-size: var(--font-16);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    -moz-transition: opacity .4s ease, visibility .4s ease;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    -o-transition: opacity .4s ease, visibility .4s ease;
}

.destin-cases .info-box .cont-box{
    padding: var(--value-16);
    width: 100%;
    height: 100%;
}

.destin-cases .info-box .cont-box,
.destin-cases .info-box::before{
    background: var(--black-color);
    border: calc(2 * var(--value-1)) solid #222323;
    border-radius: var(--value-12);
}

.destin-cases .info-box::before{
    content: '';
    position: absolute;
    width: calc(100% + 2 * var(--value-12));
    height: calc(100% - var(--value-40));
    top: var(--value-20);
    left: calc(-1 * var(--value-12));
    z-index: -1;
}

.destin-cases .info-box .destin{
    color: var(--grey-color);
    grid-gap: 0 var(--value-10);
    grid-template-columns: repeat(2, auto);
    padding-bottom: var(--value-16);
    margin-bottom: var(--value-16);
    border-bottom: calc(2 * var(--value-1)) solid #222323;
}

.destin-cases .info-box .destin>div:nth-child(2n){
    text-align: right;
}

.destin-cases .info-box .bottom-part{
    grid-gap: var(--value-16);
}

.destin-cases .info-box .price-box{
    grid-gap: var(--value-5);
}

.destin-cases .info-box .bt-box{
    text-align: center;
}

.destin-cases .info-box .bt-box .bt{
    cursor: default;
    color: var(--grey-color);
    border-color: #222323;
    border-width: calc(2 * var(--value-1));
    box-shadow: 0px 6.13272px 30.6636px rgba(19, 9, 47, 0.16);
}

.destin-cases .info-box .price>p{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: var(--value-10);
    justify-content: space-between;
}

.destin-cases .info-box .price.special{
    font-size: var(--font-24);
    font-weight: 700;
}

.destin-cases .item.active .flag-box{
    border-color: var(--violet-color);
}

.destin-cases .info-box.active{
    opacity: 1;
    visibility: visible;
}

.users-tags-block{
    grid-gap: var(--value-25);
}

.users-tags-block ul{
    padding:0;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    margin: calc(-2 * var(--value-1));
    font-size: var(--font-16);
    justify-content: center;
}

.users-tags-block ul li{
    margin: calc(2 * var(--value-1));
    padding: var(--value-10) var(--value-12);
    border: calc(2 * var(--value-1)) solid #222323;
    border-radius: var(--value-12);
    line-height: 1;
    color: var(--grey-color);
    transition: border-color .4s ease;
    -moz-transition: border-color .4s ease;
    -webkit-transition: border-color .4s ease;
    -o-transition: border-color .4s ease;
}

.users-tags-block .users-list{
    grid-template-columns: repeat(5, auto);
    justify-content: center;
}

.users-tags-block .users-list .user{
    width: calc(var(--value-80) + var(--value-10) + 4 * var(--value-1));
    height: calc(var(--value-80) + var(--value-10) + 4 * var(--value-1));
    border-radius: 50%;
    padding: var(--value-5);
    border: calc(2 * var(--value-1)) solid transparent;
    transition: border-color .4s ease;
    -moz-transition: border-color .4s ease;
    -webkit-transition: border-color .4s ease;
    -o-transition: border-color .4s ease;
}

.users-tags-block .users-list .user .img-box{
    border-radius: 50%;
    overflow: hidden;
}

.users-tags-block .users-list .user img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.users-tags-block .users-list .user.active,
.users-tags-block ul li.active{
    border-color: var(--violet-color);
}

.popup-block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    -moz-transition: opacity .2s ease, visibility .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease;
}

.popup-block.active{
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.popup-block::-webkit-scrollbar{
    display: none;
    opacity: 0;
    width: 0;
    -webkit-appearance: none;
}

.popup-block .wrap{
    padding: var(--value-16);
    position: relative;
    min-height: 100%;
    display: flex;
}

.popup-block .cont-block{
    width: calc(var(--value-100) * 5 - var(--value-40));
    min-height: 100%;
    z-index: 1;
    background-color: var(--black-color);
    border-radius: var(--value-12);
    padding: var(--value-30);
    align-content: space-between;
    z-index: 1;
    position: relative;
    grid-gap: calc(var(--value-100) + var(--value-10));
}

.popup-block .cont-block .hidden-text{
    display: none;
}

.popup-block .images-list{
    position: absolute;
    top: 0;
    left: 0;
}

.popup-block .images-list,
.popup-block .images-list .item{
    width:100%;
    height: 100%;
}

.popup-block .images-list .item{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:0;
    left:0;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.popup-block .images-list .item.active{
    opacity: 1;
    visibility: visible;
}

.popup-block .images-list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-block .cont-block .top-block{
    grid-gap: calc(var(--value-100) + var(--value-10));
}

.popup-block .cont-block .title-box .title{
    font-size: var(--font-48);
    font-weight: 600;
}

.popup-block .cont-block .top-block .bt img{
    width: var(--value-20);
    margin-right: var(--value-10);
}

.popup-block .slider-box{
    overflow-x:hidden;
}

.popup-block .slider-box .item{
    grid-gap: var(--value-25);
}

.popup-block .slider-box .item .info-box{
    grid-template-columns: auto 1fr;
    grid-gap: var(--value-12);
    align-items: center;
}

.popup-block .slider-box .item .img-box{
    width: var(--value-50);
    height: var(--value-50);
    border-radius: var(--value-12);
    overflow: hidden;
}

.popup-block .slider-box .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-block .slider-box .item .info-box .name{
    font-weight: 700;
}

.popup-block .slider-box .item .info-box .descr{
    font-size: var(--font-13);
}

.popup-block .slider-box{
    width: calc(var(--value-100) * 4)
}

.popup-block .slider-box.owl-carousel .owl-stage{
    display: flex;
    align-items: flex-end;
}

.popup-block .slider-box .item{
    padding: 0 calc(3 * var(--value-1));
}

.popup-block .slider-box .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: var(--value-25);
}

.popup-block .slider-box .owl-dots .owl-dot{
    width:calc(8 * var(--value-1));
    height:calc(8 * var(--value-1));
    border-radius: 50%;
    background-color: #fff;
    margin: 0 calc(4 * var(--value-1));
    border: none;
    font-size: 0;
    box-shadow: none;
    outline: none;
    opacity: 0.2;
}

.popup-block .slider-box .owl-dots .owl-dot.active{
    opacity: 1;
}

.popup-block .close-bt{
    width: var(--value-30);
    height: var(--value-30);
    display: inline-block;
    position: absolute;
    top: var(--value-25);
    right: var(--value-25);
    cursor: pointer;
    transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    z-index: 999;
    background-image: url(../img/close-ico.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--value-15);
    opacity: 0.5;
}

.popup-block .close-bt:hover{
    opacity: 1;
}