
.scroll_to_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    background: #F8F8F8 url(../img/to_top.svg) no-repeat center;
    background-size: 70%;
    transition: all 0.15s ease-in-out;
    z-index: 10;
}
.ml-15{margin-left:15px;}
.fw-600{font-weight:600;}
.flex-auto{flex:auto;}
.mb-10{margin-bottom:10px;}
.py-15{padding-top:15px;padding-bottom:15px;}
.mb--10{margin-bottom: -10px;}
.align-items-center{align-items:center;}
.mt-20{margin-top:20px;}
.mr-30{margin-right: 30px;}
.mt-7{margin-top:7px;}
.mt-27{margin-top:27px;}
.justify-content-center{justify-content:center;}

body::-webkit-scrollbar{
    display: none;
}
.ico{display:flex;}
.scroll_to_top.active {
    opacity: 0.6;
    visibility: visible;
}

.scroll_to_top.active:hover {
    opacity: 1;
}

.header .header__body{
    padding: 0;
    align-items: inherit;
}
.header .container{
    position: relative;
    z-index: 3;
}

.header:before{
    background: #fff;
}
.logo{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.logo .logo-info{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #212F4F;
}
.header__link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(33, 47, 79, 0.7);
    padding: 7px 20px;
    display: flex;
    align-items: center;
}
.header__item--mavigation{
    flex: auto;
    justify-content: center;

}
.header .header__item.header__item--mavigation{
    padding-left: 15px;
    padding-right: 15px;
}
.header .header__item{
    padding: 17px 0;
    display: flex;
    position: relative;
}
.header .header__menu, .header .header__list{
    flex: auto;
    justify-content: center;
}
.header__link .ico{
    margin-left: 8px;
}
.dropdown .header__link{
    position: relative;
    z-index: 2;
}
.dropdown .header__link .--after{
    position: absolute;
    bottom: -8px;
    height: 20px;
    width: 22px;
    display: none;
    pointer-events: none;
}
.dropdown .header__link .--after .arrow{
    filter: drop-shadow(0px 0px 1px rgba(26, 32, 36, 0.32));
    -webkit-filter: drop-shadow(0px 0px 1px rgba(26, 32, 36, 0.32));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.dropdown .header__link .--after::before{
    content: "";
    width: 120%;
    height: 10px;
    position: absolute;
    display: block;
    bottom: -8.6px;
    background: #fff;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown .header__link .--after .arrow::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: inherit;
    left: calc(50% - 10px);
    clip-path: polygon(50% 35%, 0% 100%, 100% 100%);
    border-radius: 0 0 0 0.25em;
}
.btn{
    border-radius: 8px;
}
.btn.btn--md{
    padding: 3px 11px;
}
.btn.btn--primary{
    border: 1.5px solid #5E4AE3;
    color: #5E4AE3;
    background: #fff;
}
.btn.btn--primary:hover{
    background: #5E4AE3;
    color: #fff;
}
.btn.btn--primary:active{
    background: #4637AA;
    color: #fff;
}

.btn.btn--outline{
    background: linear-gradient(86.23deg, #5E4AE3 0%, #BB4AE3 100%);
    box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5);
    border: 1.5px solid transparent;
    color: #fff;
}
.btn.btn--outline:hover{
    background: linear-gradient(86.23deg, #BB4AE3 0%, #5E4AE3 100%);
    opacity: 1;
}
.btn.btn--outline:active{
    box-shadow: none;
}
.header__item .btn{
    min-width: 80px;
}
.dbl-btns{
    display: flex;
    flex-wrap: wrap;
}
.dbl-btns.dbl-btns-10 .btn:not(:last-child){
    margin-right: 10px;
}
.header__menu, .header__list, .header__list li, .dropdown{
    display: flex;
}

.header__link:hover{
    color: #5E4AE3;
    opacity: 1;
}

.footer{
    background: #210F59;
} 

.footer, .footer-menu--item{
    display: flex;
    flex-direction: column;
}
.footer .head-menu{
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.5;
}
.footer .body-menu{
    font-weight: 500;
    color: #FFFFFF;
}
.head-menu{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
}
.footer .list--default{
    flex-direction: column;
}
.list--default{
    font-size: 14px;
    line-height: 24px;
    flex: auto;
    display: flex;
}
.list--default li, .list--default a{
    width: 100%;
    display: flex;
}
.footer .list--default{
    margin: -4px 0;
}
.footer .list--default li a{
    padding: 4px 0;
}
.footer .list--default li a:hover{
    opacity: 1;
}
.footer .list--default li a{
    opacity: 0.7;
}
.footer-menu{
    display: flex;
    flex: 0 0 100%;
    padding: 15px 0;
    margin: 0 -18px;
}
.footer-menu .footer-menu--item{
    padding: 0px 18px;
    flex: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-menu .footer-menu--item:not(:last-child){
    border-right: 1px solid rgba(256, 256, 256, 0.1);
}
.border-top{border-top: 1px solid rgba(256, 256, 256, 0.1);}
.copyright .logo .logo-info{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.copyright{
    display: flex;
    align-items: center;
    margin-bottom: -10px;
    flex-wrap: wrap;
}
.copyright > *{
    padding-bottom: 10px;
}
.copyright .copyright-text{
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5;
    color: #fff;
}

.socials{
    display: flex;
    align-items: center;
}
.footer--item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer--item > *:not(:last-child){
    margin-right: 15px;
}
.socials{
    margin: -10px;
}
.socials .social-link{
    padding: 10px;
}
.footer .copyright{
    flex: auto;
}


.dropdown{
    position: relative;
}
.header .dropdown{
    position: inherit;
}
.dropdown .dropdown--menu{
    display: none;
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 8px rgba(91, 104, 113, 0.18);*/
    border-radius: 10px;
    filter: drop-shadow(0px 0px 1px rgba(26, 32, 36, 0.32)) drop-shadow(0px 2px 8px rgba(91, 104, 113, 0.18));
    -webkit-filter: drop-shadow(0px 0px 1px rgba(26, 32, 36, 0.32)) drop-shadow(0px 2px 8px rgba(91, 104, 113, 0.18));
    transition: all, 0.3s;
}

.lists-menu .menu:not(:last-child){
    border-right: 1px solid #E8E8E8;
}
.dropdown--menu .lists-menu{
    margin: 9px 0;
}
.dropdown--menu .lists-menu .menu{
    margin: 9px 0;
}
.dropdown.show-drop .dropdown--menu{
    display: block;
}
.menu{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.list--default.list--default-column{
    flex-direction: column;
}
.lists-menu{
    display: flex;
}
.dropdown .list--default a{
    padding: 8px 0;
    width: 100%;
}
.dropdown .list--default li:last-child a{
    padding-bottom: 0;
}
.dropdown .head-menu, .dropdown .list--default a{
    padding-left: 18px;
    padding-right: 18px;
}
.dropdown .head-menu {
    text-transform: uppercase;
    color: #212F4F;
    opacity: 0.5;
}
.dropdown--menu.--after{
    margin-top: 13px;
}
.dropdown--menu.--after::after{
    content: "";
    position: absolute;
    display: block;
    height: 14px;
    width: 20px;
    background-color: #fff;
    border: inherit;
    top: -13px;
    left: calc(50% - 10px);
    clip-path: polygon(50% 35%, 0% 100%, 100% 100%);
    border-radius: 0 0 0 0.25em;
}
.header .dropdown--menu{
    left: -50%;
    width: 100%;
    margin-top: 6px;
    /* min-width: 858px; */
}
.menu .list--default a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    opacity: 0.7;
}
.menu .list--default a:hover{
    color: #5E4AE3;
    opacity: 1;
}
.dropdown.show-drop .header__link .--after{
    display: block;
}
.dropdown.show-drop .header__link > *:not(.--after){
    color: #5E4AE3;
}
.dropdown.show-drop .header__link .ico{
    transform: rotate(180deg);
}
.dropdown .header__link > *:not(.--after){
    color: none;
}
.dropdown.pos-reletive{position:relative;}

.w-186{width:186px;}
.posx-center{
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.header--shadow{
    box-shadow: 0 1px 10px rgba(94, 74, 227, 0.2);
}
.header{
    transition: all, 0.3s;
}

.promo-content-info{
    display: flex;
    flex-direction: column;
}
.promo-content{
    display: flex;
    margin-bottom: -40px;
}
.promo-content > *{
    padding-bottom: 40px;
}

.promo-content .section-sub-title{
    font-size: 18px;
    line-height: 28px;
}
.opacity-07{opacity:0.7;}

.wrapper-image{
    overflow: hidden;
}
.-r8{border-radius:8px;}
.promo-content .image-animator{
    margin-right: 60px;
    margin-left: 60px;
    position: relative;
}
.image-animator .svg-shape{
    position: absolute;
    width: 687px;
    height: 600px;
    display: flex;
    bottom: 0;
    right: -50%;
    z-index: -1;
    pointer-events: none;
}
.image-animator .svg-shape .shape{
    position: absolute;
}
.image-animator .image{
    position: relative;
    width: 721px;
    display: flex;
}
.image-animator .image > *{
    width: 100%;
}
.image-animator .image-common{
    filter: drop-shadow(0px 0px 1px rgba(26, 32, 36, 0.32)) drop-shadow(0px 8px 16px rgba(91, 104, 113, 0.24));
}
.image-animator .dop--image{
    width: 100%;
    height: 100%;
    top: 0;
}
.image-animator .dop--image, .image-animator .dop--image > *{
    position: absolute;
    z-index: 1;
}
.posTop1{
    animation: posTop1 3s ease infinite;
}
.posTop2{
    animation: posTop1 3s ease infinite;
}
.lh-16{line-height:16px;}
.section--blumb{
    position: relative;
    /*height: calc(100vh - 70px);*/
    padding-top: 120px;
}

.section--blumb{
    position:relative;
}
.section--blumb .svg-shape{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    /* align-items: center; */
    z-index: -1;
    pointer-events: none;
    /* right: 0; */
    justify-content: flex-end;
}
.svg-shape .shape-1{
    animation: rotateBlob_1 17s ease infinite;
}
.svg-shape .shape-2{
    animation: rotateBlob_1 10s ease infinite;
    opacity: 0.5;
}
.svg-shape .shape-3{
    animation: rotateBlob_1 6s ease infinite;
    opacity: 0.2;
}
.section.pt-150{
    padding-top: 150px;
}
.section.pb-120{
    padding-bottom: 120px;
}
/*
.section--blumb::before{
    animation: rotateBlob 20s ease infinite;
}*/
/*
.section--blumb::after{
    content: "";
    width: 650px;
    height: 615px;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    background: url("../img/blumb.svg") no-repeat center center / contain;
    right: 0;
}*/
/*
.section--blumb::before{
    content: "";
    width: 650px;
    height: 615px;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    background: url("../img/blumb.svg") no-repeat center center / contain;
    right: 0;
    transform: rotate(180deg);
}*/

@keyframes posTop1 {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(0px);
    }
}
@keyframes rotateBlob_1 {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(10deg);
    }
    100%{
        transform: rotate(0deg);
    }
}