@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;400;600;700&display=swap');

:before, :after, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video
{
    font: inherit;
    vertical-align: baseline;
    border: none;
    outline: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1.35em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color:#fff;

    overscroll-behavior: none;
}
@media (max-width: 768px)
{
    body
    {
        font-size: 16px;
        line-height: 1.35em;
    }
}
a
{
    text-decoration: none;
    cursor: pointer;
}

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

svg
{
    width: 100%;
    height: auto;
    overflow: visible;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before
{
    content: '';
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
select,
textarea
{
    background: none;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset']
{
    cursor: pointer;
}

input::-ms-clear
{
    display: none;
}

h1,
h2
{
    font-weight: 300;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 150px;
}
@media (max-width: 768px)
{
    h1,
    h2
    {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 80px;
    }
}
.container
{
    max-width: 1500px;
    width:100%;
    padding: 0 65px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 480px)
{
    .container
    {
        padding: 0 15px;
    }
}
.hidden
{
    display: none;
}

.main_background
{
    position: absolute;
    z-index: -1;
}

html
{
    background: #2D1C6C;
}
body
{
    background: linear-gradient(156.84deg, #2D1C6C 1.01%, #1A1849 12.97%, #1F1369 33.75%, #250C5D 53.51%, #2A347B 83.6%, #22D7FF 119.35%) no-repeat;
    min-height: 100vh;
    overscroll-behavior-y: none;
}
svg{
    width:100%;
}

.main-wrapper
{
    padding-top: 90px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}


.simpay-btn,
.button
{
    position: relative;
    padding: 10px 35px;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    background: rgba(194, 156, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    box-shadow: none;
}
.simpay-modal-control-open
{
    display: block;
}
.simpay-btn
{
    width: 100%;
}
.simpay-btn:after,
.simpay-btn:before,
.button:after,
.button:before
{
    content: '';
    display: block;
    position: absolute;
    left:0;
    right:0;
    top:0;
    height: 66%;
    background: radial-gradient(50% 128.57% at 50% -36.61%, #8015A7 0%, rgba(97, 54, 144, 0) 100%);
    z-index: -1;
    transition: height 0.3s ease-in-out;
}

.simpay-btn:after,
.button:after
{
    bottom:0;
    top: auto;
    transform-origin: center;
    transform: rotate(180deg);
}

.button > span
{
    display: block;
    position: absolute;
    bottom:10px;
    left:25px;
    right:25px;
    height: 1px;
    background: linear-gradient(90deg,  rgba(255,255,255,0) 0%, rgba(255,255,255, 0.8) 50%, rgba(255,255,255,0) 100%);
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.button:hover > span
{
    opacity:1;
}

.simpay-btn:hover:after,
.simpay-btn:hover:before,
.button:hover:after,
.button:hover:before
{
    height: 100%;
}

.simpay-btn span
{
    background: transparent;
    padding: 0;
    height: auto;
    line-height: normal;
    font: inherit;
    text-shadow: none;
    box-shadow: none;
}

.home-page__divider
{
    position: absolute;
    height: 8px;
    left: 50px;
    right: 50px;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background-blend-mode: overlay;
}

.home-page__divider-title
{
    position: relative;
    margin: 130px 0;
    text-align: center;
}

.home-page__divider-title:before,
.home-page__divider-title:after
{
    content: '';
    position: absolute;
    height: 3px;
    left: 50px;
    right: 50px;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background-blend-mode: overlay;
}
.home-page__divider-title:before
{
    bottom:auto;
    top:0;
}

.home-page__divider-title > span
{
    display: inline-block;
    position: relative;
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    padding: 0 30px;
    color: #FFFFFF;
}

.home-page__divider-title > span:before,
.home-page__divider-title > span:after
{
    content: '';
    position: absolute;
    display: block;
    width: 76px;
    height: 38px;
    top:0;
    bottom:0;
    margin:auto;
    background: url(../images/glow_light.svg) no-repeat center;
    background-size: contain;
}
.home-page__divider-title > span:before
{
    left:0;
}
.home-page__divider-title > span:after
{
    right:0;
}

/* Header */
.header
{
    display: block;
    height: 90px;
    position: fixed;
    left:0;
    top:0;
    right: 0;
    z-index:10;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    transform-origin: top center;
    background: linear-gradient(90deg, #1c2655 0%, #1c1958 33%, #131d45 66%, #2b0e5a 100%);

}

.header.show
{
    transform: translateY(0);
}


.header.show.top
{
    background: transparent;
}

.header .home-page__divider
{
    height: 3px;
    top:auto;
    bottom:0;
}

.header > .container:after
{
    content: '';
    clear: both;
    display: table;
}

.header .nav
{
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 25px;
}

.header .nav:after
{
    content: '';
    display: table;
    clear: both;
}
.header .nav li
{
    float: left;
    padding: 0 40px;
}
.header .nav li.lang-item
{
    padding: 0 5px;
}

.header .nav li.lang-item a
{
    padding-left: 10px;
    padding-right: 10px;
}

.header .nav li:last-child
{
    padding-right: 0;
}
.header .nav  a
{
    font-size: 18px;
    line-height: 25px;
    color: #C29CFF;
    padding: 4px 20px 5px;
    border: 1px solid transparent;
    border-radius: 17px;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    display: block;
}

.header .nav  .current-lang a,
.header .nav  .current-menu-item a[href^="http"],
.header .nav  a:hover
{
    border-color: #fff;
    color:#fff;
}

.header__logo
{
    float: left;
    text-indent: -9999em;
    width:64px;
    height:64px;
    margin-top: 13px;
    margin-bottom: 13px;
    background: url(../images/logo/logo.svg) no-repeat center;
    background-size: contain;
}

.header-nav
{
    float: right;
}

@media (max-width: 1200px)
{
    .header .nav li
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.mobile-trigger
{
    position: relative;
    width: 60px;
    height: 23px;
    float: right;
    opacity: 0.4;
    margin-top: 32px;
    transition: opacity 0.3s ease-in-out;
    display: none;
}
.mobile-trigger:hover
{
    opacity: 1;
}

.mobile-trigger span
{
    position: absolute;
    left:0;
    right:0;
    display: block;
    height: 2px;
    top:0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    background-blend-mode: overlay;
    transform-origin: center;
}
.mobile-trigger span:first-child
{
    bottom: auto;
}
.mobile-trigger span:last-child
{
    top: auto;
}
.show-menu .mobile-trigger span
{
    display: none;
}
.show-menu .mobile-trigger span:last-child,
.show-menu .mobile-trigger span:first-child
{
    display: block;
    top:auto;
    bottom: auto;
    transform: rotate(45deg);
}
.show-menu .mobile-trigger span:first-child
{
    transform: rotate(-45deg);

}

.show-menu
{
    overflow: hidden;
}
.show-menu .main-wrapper:before
{
    content: '';
    display: block;
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    z-index: 9;
    background: #1c1658;
    opacity: 0.98;
}

.show-menu .header
{
    transform: none;
}
.show-menu .header-nav
{
    display: block;
}

@media (max-width: 991px)
{
    .mobile-trigger
    {
        display: block;
    }

    .header .nav
    {
        margin: 20px 0;
        text-align: center;
    }
    .header .nav a
    {
        text-align: center;
    }
    .header-nav
    {
        display: none;
        position: fixed;
        width: 300px;
        left: 0;
        right: 0;
        margin: auto;
        top: 150px;
        z-index: 10;
        background: linear-gradient(180deg, rgba(0, 177, 255, 0.019) 0%, rgba(0, 177, 255, 0.1691) 50%, rgba(0, 177, 255, 0.019) 100%);
        border-radius: 11px;
        padding: 0 20px;
        border:1px solid #342b8a;
    }

    .header-nav:after,
    .header-nav:before
    {
        content: '';
        display: block;
        top:0;
        bottom:0;
        left:0;
        width: 60%;
        background: linear-gradient(180deg, rgba(72, 49, 157, 0.25) 0%, rgba(72, 49, 157, 0) 100%);
        border-radius: 11px;
    }
    .header-nav:after
    {
        transform: rotate(90deg);
        left: auto;
        right: 0;
    }
    .header .nav li
    {
        width: 100%;
        float: none;
        display: inline-block;
    }
    .header .nav li.lang-item
    {
        width: auto;
        margin-top: 20px;
    }

}

/* Home */

.home-page__header-planet
{
    position: absolute;
    top:-400px;
    left:-120px;
    width: 700px;
    height: 700px;
    z-index: -1;
    display: none;
}


@media (min-width: 991px)
{
    .home-page__header-planet
    {
        display: block;
        width: 900px;
        height: 900px;
        top:-270px;
        left:-80px;
    }

}
@media (min-width: 1100px)
{
    .home-page__header-planet
    {
        width: 1000px;
        height: 1000px;
        top:-300px;
        left:-90px;
    }
}

@media (min-width: 1500px)
{
    .home-page__header-planet
    {
        width:1340px;
        height:1340px;
        top:-400px;
        left:-120px;
    }
}
.home-page__header
{
    position: relative;
}

.home-page__header > .container:after
{
    content: '';
    display: table;
    clear: both;
}

.right-arrow-line
{
    position: absolute;
    width: 70%;
    height: 30px;
    right: 0;
    z-index: 1;
    background: linear-gradient(188.59deg, #EF3AFF -39.45%, rgba(239, 58, 255, 0) 66.07%);

}

.left-arrow-line
{
    position: absolute;
    width: 70%;
    height: 30px;
    left: 0;
    z-index: 1;
    background: linear-gradient(10.59deg, #FF3A3A -39.45%, rgba(58, 161, 255, 0) 66.07%);

}
.home-page__header .right-arrow-line
{
    top: 375px;
}
.home-page__header .left-arrow-line
{
    top: 635px;
}


@media (min-width: 480px)
{
    .right-arrow-line
    {
        background: linear-gradient(185.59deg, #EF3AFF -39.45%, rgba(239, 58, 255, 0) 66.07%);
    }

    .left-arrow-line
    {
        background: linear-gradient(8.59deg, #FF3A3A -39.45%, rgba(58, 161, 255, 0) 66.07%);
    }
}
@media (min-width: 768px)
{
    .left-arrow-line,
    .right-arrow-line
    {
        width:60%;
        height: 46px;
    }

    .right-arrow-line
    {
        background: linear-gradient(188.59deg, #EF3AFF -39.45%, rgba(239, 58, 255, 0) 66.07%);
    }

    .left-arrow-line
    {
        background: linear-gradient(9.59deg, #FF3A3A -39.45%, rgba(58, 161, 255, 0) 66.07%);

    }
}


@media (min-width: 1200px)
{
    .right-arrow-line
    {
        background: linear-gradient(185.59deg, #EF3AFF -39.45%, rgba(239, 58, 255, 0) 66.07%);
    }

    .left-arrow-line
    {
        background: linear-gradient(7.59deg, #FF3A3A -39.45%, rgba(58, 161, 255, 0) 66.07%);
    }
}

@media (min-width: 1900px)
{
    .right-arrow-line
    {
        background: linear-gradient(184deg, #EF3AFF -39.45%, rgba(239, 58, 255, 0) 66.07%);
    }
    .left-arrow-line
    {
        background: linear-gradient(4deg, #FF3A3A -39.45%, rgba(58, 161, 255, 0) 66.07%);
    }
}

.home-page__header-content
{
    position: relative;
    float: right;
    width:520px;
    z-index: 2;
    margin-right:150px;
    margin-bottom: 300px;
    margin-top: 230px;
}

.page__header__description
{
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;
}

.home-page__header__logo
{
    margin-bottom: 60px;
}
.home-page__header__logo svg
{
    fill:#fff;
}

.home-page__header__circle
{
    position: absolute;
    width: 408px;
    height: 408px;
    border-radius: 50%;
    right: 35px;
    top: 310px;
    box-shadow: 7px 7px 15px rgba(173, 160, 190, 0.31);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
}


@media(max-width: 991px)
{
    .home-page__header-content
    {
        float:none;
        margin:130px auto 200px;
        left:0;
        right:0;
    }
    .home-page__header .right-arrow-line
    {
        top: 135px;
    }

    .home-page__header .left-arrow-line {
        top: 435px;
    }
    .home-page__header__circle
    {
        width:300px;
        height:300px;
    }
}


@media(max-width: 768px)
{

    .home-page__header-content
    {
        width:230px;
        margin-bottom: 130px;
    }
    .home-page__header__logo
    {
        margin-bottom: 20px;
    }

    .home-page__header .right-arrow-line
    {
        top: 55px;
    }

    .home-page__header .left-arrow-line {
        top: 200px;
    }
    .home-page__header__circle
    {
        width:200px;
        height:200px;
        top:150px;
    }
}

/* Values */

.home-page__values
{
    position: relative;
}
.home-page__values-title
{
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 255, 255, 0.1) 0%, rgba(0, 255, 255, 0) 100%);
    margin-bottom: 0;
    position: relative;
}


.home-page__values-title:before
{
    content: '';
    display: block;
    position: absolute;
    max-width: 740px;
    width: 50%;
    height: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.499167) 50.4%, rgba(255, 255, 255, 0) 96.77%);
    margin: auto;
    opacity: 0.1;
    z-index: -1;
}

.home-page__values-wrapper
{
    position: relative;
    text-align: center;
    max-width: 1000px;
    left:0;
    right:0;
    margin: auto;
}

.home-page__values-wrapper:after
{
    content: '';
    display: table;
    clear: both;
}
.home-page__values-item
{
    position: relative;
    width: 30%;
    display: inline-block;
    /*cursor: pointer;*/
}

.home-page__values-item__image
{
    position: relative;
    padding-bottom: 56.25%;
    background-size: 80% auto;
    background: no-repeat center;
    border-radius: 10px;
}


.home-page__values-item__image-wrapper
{

}
.home-page__values-item__title
{
    position: relative;
    border: 1px solid rgba(114, 94, 196, 0.81);
    border-radius: 15px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 50px 15px 40px;
}


.home-page__values-item__title:before
{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 26px;
    left: 0;
    right: 0;
    top: -13px;
    background:url(../images/value_light.svg) no-repeat center;
    background-size: contain;
    margin: auto;
}

.home-page__values-item__title:after
{
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 53px;
    left: 0;
    right:0;
    margin: auto;
    bottom: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.499167) 50.4%, #FFFFFF 96.77%);
    background-blend-mode: overlay;
}


/*.home-page__values-item:hover .home-page__values-item__title:before{*/
/*    opacity: 1;*/
/*}*/

/*.home-page__values-item:hover .home-page__values-item__image-wrapper{*/
/*    background: linear-gradient(180deg, #c8c1e1 50%, #fff 100%)*/
/*}*/

@media(min-width: 1100px)
{
    .home-page__values .home-page__divider-title
    {
        position: absolute;
        left:0;
        top:0;
        bottom:0;
        right:0;
        margin:auto;
        height:68px;
    }
    .home-page__values-item:nth-child(4) .home-page__values-item-wrapper,
    .home-page__values-item:nth-child(5) .home-page__values-item-wrapper,
    .home-page__values-item:nth-child(6) .home-page__values-item-wrapper
    {
        display: flex;
        flex-flow: column-reverse;
    }

    .home-page__values-item:nth-child(4) .home-page__values-item__title,
    .home-page__values-item:nth-child(5) .home-page__values-item__title,
    .home-page__values-item:nth-child(6) .home-page__values-item__title
    {
        margin-top: 90px;
        margin-bottom: 50px;
    }
    .home-page__values-item:nth-child(4) .home-page__values-item__title:before,
    .home-page__values-item:nth-child(5) .home-page__values-item__title:before,
    .home-page__values-item:nth-child(6) .home-page__values-item__title:before
    {
        top:auto;
        bottom:-13px
    }
    .home-page__values-item:nth-child(4) .home-page__values-item__title:after,
    .home-page__values-item:nth-child(5) .home-page__values-item__title:after,
    .home-page__values-item:nth-child(6) .home-page__values-item__title:after
    {
        top:100%;
        bottom:auto;
        background:linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.499167) 50.4%, #FFFFFF 96.77%)
    }
}


@media (max-width: 1100px)
{
    .home-page__values-item
    {
        width: 48%;
    }
    .home-page__values-item__image
    {
        padding-bottom: 40%;
    }
}

@media (max-width: 768px)
{
    .home-page__values-item
    {
        width: 100%;
        max-width: 360px;
        margin-bottom: 20px;
    }
    .home-page__values
    {
        padding-bottom: 80px;
    }

    .home-page__values-item__image
    {
        padding-bottom: 30%;
    }
}

/* Services */
.home-page__services
{
    position: relative;
    padding-bottom: 150px;
}

.home-page__services:before,
.home-page__services:after
{
    content: '';
    left:0;
    top:0;
    right:0;
    z-index: -1;
    position: absolute;
    height: 310px;
    background: linear-gradient(180deg, rgba(72, 49, 157, 0.08) 18.75%, rgba(72, 49, 157, 0) 100%);
}
.home-page__services:after
{
    top:auto;
    bottom: 0;
    background: linear-gradient(0deg, rgba(72, 49, 157, 0.08) 18.75%, rgba(72, 49, 157, 0) 100%);

}

.home-page__services-title
{
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 255, 255, 0.1) 0%, rgba(0, 255, 255, 0) 100%);
    margin-bottom: 0;
    padding: 130px 0;
    position: relative;
}


.home-page__services-title:before
{
    content: '';
    display: block;
    position: absolute;
    max-width: 740px;
    width: 50%;
    height: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.499167) 50.4%, rgba(255, 255, 255, 0) 96.77%);
    margin: auto;
    opacity: 0.1;
    z-index: -1;
}

.home-page__services-wrapper
{
    position: relative;
}

.home-page__services-circle
{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: 0;
    top: 65px;
    bottom:0;
    right:0;
    margin: auto;
    box-shadow: 7px 7px 15px rgba(173, 160, 190, 0.31);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
}

.home-page__services-circle svg
{
    fill:#fff;
    width: 45px;
    margin-top: 32%;
}
/*.home-page__services-graph path*/
/*{*/
/*    stroke-dashoffset: 999999px;*/
/*    stroke-dasharray: 999999px 999999px;*/
/*}*/
.home-page__services-graph
{
    opacity: 0.3;
}

.home-page__services-graph .blink
{
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.home-page__services-icons
{
    position: absolute;
    left:0;
    top:65px;
    bottom:0;
    right:0;
    margin: auto;
    width: 600px;
    height: 600px;
}

.home-page__services-icons__item
{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: no-repeat center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}


.home-page__services-icons__item.active
{
    opacity: 1;
}

.home-page__services-icons__item.active:hover
{
    opacity: 0.5;
}
.home-page__services-icons__item:nth-child(1)
{
    transform: translate(-110px, -180px);
}
.home-page__services-icons__item:nth-child(2)
{
    transform: translateX(-200px);
}
.home-page__services-icons__item:nth-child(3)
{
    transform: translate(-110px, 180px);
}
.home-page__services-icons__item:nth-child(4)
{
    transform: translate(110px, 180px);
}
.home-page__services-icons__item:nth-child(5)
{
    transform: translateX(200px);
}
.home-page__services-icons__item:nth-child(6)
{
    transform: translate(110px, -180px);
}



.home-page__services-buttons__item
{
    margin-bottom: 20px;
    height: 80px;
    padding: 15px;
    display: block;
    background: rgba(0, 230, 241, 0.07);
    border: 1px solid #6252A4;
    border-radius: 100px;
    font-weight: 700;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    transition: transform 1s ease-in-out;
    /*transform: scaleY(1);*/
    cursor: pointer;
    text-shadow: 0px 0px 89.2085px #B0D8F7, 0px 0px 50.9763px #B0D8F7, 0px 0px 29.7362px #B0D8F7, 0px 0px 14.8681px #B0D8F7, 0px 0px 4.24802px #B0D8F7, 0px 0px 2.12401px #B0D8F7;
    position: relative;
}

.home-page__services-buttons__item.active
{
    transform: scaleY(1);
}

/*.home-page__services-buttons__item:hover*/
/*{*/
/*    -webkit-animation-duration: 1s;*/
/*    animation-duration: 1s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*    -webkit-animation-name: shake;*/
/*    animation-name: shake;*/
/*}*/
.home-page__services-buttons__item-icon
{
    display:none;
    background: no-repeat center;
    background-size: contain;
    height: 100px;
    position: absolute;
    top: 100%;
    width: 100px;
    left: 0;
    right: 0;
    margin: 50px auto 0;
}
.home-page__services-buttons__item-icon:before
{
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom:100%;
    right:0;
    margin: auto;
    height:50px;
    width:3px;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.499167) 50.4%, #FFFFFF 96.77%);
}
@media (min-width: 1100px)
{
    .home-page__services-buttons__item
    {
        position: absolute;
        width: 270px;
        line-height: 21px;
        margin-bottom: 0;
    }
    .home-page__services-buttons
    {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .home-page__services-buttons__item:nth-child(1)
    {
        left: 0;
        top: 158px;

    }

    .home-page__services-buttons__item:nth-child(2)
    {
        left: 0;
        top: 418px;

    }

    .home-page__services-buttons__item:nth-child(3)
    {
        left: 0;
        top: 675px;
    }

    .home-page__services-buttons__item:nth-child(4)
    {
        right: 0;
        top: 675px;
    }

    .home-page__services-buttons__item:nth-child(5)
    {
        right: 0;
        top: 418px;
    }

    .home-page__services-buttons__item:nth-child(6)
    {
        right: 0;
        top: 158px;
    }
}

@media (max-width: 1500px) and (min-width: 1100px)
{
    .home-page__services-wrapper {
        transform: scale(0.7);
        transform-origin: top center;
        width: 1370px;
        left: 50%;
        position: absolute;
        margin-left: -685px;
    }

    .home-page__services-scale
    {
        position: relative;
        height: 650px;
    }
}

@media (max-width: 1100px)
{
    .home-page__services-circle
    {
        position: relative;
        top:0;
        margin-bottom: 70px;
    }
    .home-page__services-circle:after
    {
        content: '';
        display: block;
        position: absolute;
        left:0;
        top:100%;
        right:0;
        margin: auto;
        height:50px;
        width:3px;
        opacity: 0.5;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.499167) 50.4%, #FFFFFF 96.77%);
    }
    .home-page__services-buttons__item
    {
        margin-bottom: 200px;
    }
    .home-page__services-buttons__item-icon
    {
        display: block;
    }
    .home-page__services-icons,
    .home-page__services-graph
    {
        display: none;
    }
}

@media (max-width: 768px)
{
    .home-page__services-circle
    {
        width:100px;
        height:100px;
    }
    .home-page__services-circle svg
    {
        width: 30px;
        margin-top: 30%;
    }

    .home-page__services-buttons__item
    {
        font-size: 17px;
        line-height: 21px;
        height: auto;
    }
    .home-page__values-title,
    .home-page__services-title
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .home-page__values-title:before{
        width: 100%;
    }
    .home-page__services
    {
        padding-bottom: 80px;
    }
}


.home-page__bg
{
    position: relative;
}
.home-page__bg:before
{
    content: '';
    display: block;
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(72, 49, 157, 0) 0%, rgba(168, 52, 36, 0.24) 50%, rgba(72, 49, 157, 0) 100%);
    opacity: 0.73;
}

/* Cases */

.posts__planet
{
    width: 1120px;
    height: 1120px;
    left: -560px;
    top:-330px;
    position: absolute;
    filter:sepia(90%) saturate(20);
    z-index: -1;
}

.posts
{
    position: relative;
}
.posts .right-arrow-line
{
    top:30px;
}
.posts__title
{

}
.posts__footer
{
    padding-top: 40px;
    text-align: center;
    padding-bottom: 180px;
}

.posts__wrapper
{
    margin-left: -7px;
    margin-right: -7px;
}

.posts__wrapper:after
{
    content: '';
    display: table;
    clear: both;
}
.posts__item
{
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.3333%;
    margin-bottom: 60px;

}
.posts__item__wrapper
{
    position: relative;
    padding: 2px;
    display: block;
    color:#fff;
}


.posts__item__wrapper:before,
.posts__item__wrapper:after
{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    top:20px;
    bottom: 0;
    background: linear-gradient(rgba(255,255,255, 0.9), transparent);
}

.posts__item__wrapper:before
{
    left:0;
}

.posts__item__wrapper:after
{
    right:0;
}

.posts__item__wrapper-border
{
    display: block;
    position: absolute;
    height: 20px;
    border-top:2px solid rgba(255,255,255,0.9);
    border-left:2px solid rgba(255,255,255,0.9);
    border-right:2px solid rgba(255,255,255,0.9);
    border-radius: 15px 15px 0 0;
    top:0px;
    left:0px;
    right: 0px;
    z-index: -1;
}
.posts__item__image-wrapper
{
    padding-bottom: 56.25%;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.posts__item__image
{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    transform-origin: center;
    background: no-repeat center;
    background-size: cover;
    border-radius: 13px;
    transition: transform 0.3s linear;
}

.posts__item__wrapper:hover .posts__item__image
{
    transform: scale(1.1);
}


.posts__item__image-wrapper--square
{
    padding-bottom: 100%;
}
.posts__item__title
{
    font-weight: 700;
    font-size: 25px;
    line-height: 1em;
    text-transform: uppercase;
    height: 100px;
    overflow: hidden;
}
.posts__item__title--small
{
    font-size: 18px;
    line-height: 22px;
}

.posts__item__title-wrapper
{
    margin-top: -10px;
    padding: 30px 10px 20px;
    background: linear-gradient(180deg, rgba(5, 0, 20, 0.3) 1.95%, rgba(72, 49, 157, 0) 96.48%);
}

@media (max-width: 991px)
{
    .posts__item
    {
        width: 100%;
        max-width: 480px;
        float: none;
        left:0;
        right:0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px)
{
    .posts__footer
    {
        padding-bottom: 80px;
    }
}

/* Footer */
.footer
{
    position: relative;
    padding: 140px 0;
}
.footer .home-page__divider
{
    bottom: auto;
    top:0;
}
.footer__planet
{
    width:1340px;
    height:440px;
    overflow: hidden;
    position: absolute;
    bottom:0;
}


.footer__planet--right
{
    left:55%;
}
.footer__planet--left
{
    right:55%;
}

.footer__planet > svg
{
    position: absolute;
    left:0;
    top:0;
    width:1340px;
    height:1340px;
}

.footer__social
{
    text-align: center;
    margin-bottom: 40px;
}
.footer__social-item
{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 16px;
    margin-right: 16px;
    transition: opacity 0.3s ease-in-out;
}

.footer__social-item > svg
{
    max-height:100%;
    max-width: 100%;
}
.footer__social-item:hover
{
    opacity: 0.4;
}
.footer__content
{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 45px;
}

.footer__logo
{
    display: block;
    width: 103px;
    height:103px;
    background: url(../images/logo/logo.svg) no-repeat center;
    background-size: contain;
    left:0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 768px)
{
    .footer
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.page_index
{
    padding-top: 150px;
}

.single-page
{
    padding: 150px 0 180px;
}
.single-page__planet
{
    position: absolute;
    left:50%;
    width:1300px;
    height:1300px;
    z-index: -1;
}

.single-page__wrapper
{
    background: linear-gradient(180deg, rgba(72, 49, 157, 0.25) 18.75%, rgba(72, 49, 157, 0) 100%);
    border-radius: 12px 12px 0px 0px;
    padding: 70px 90px 300px;
    position: relative;
}

.single-page__wrapper > .home-page__divider
{
    bottom: auto;
    top:0;
}
.single-page__content-title
{
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.single-page__content-title > h2,
.single-page__content-title > h1
{
    font-weight: 800;
    font-size: 33px;
    line-height: 37px;
    text-transform: uppercase;
    max-width: 860px;
    margin: 0 auto;
    left:0;
    right:0;
}

.single-page__content p + p
{
    margin-top: 30px;
}


.single-page__content strong,
.single-page__content b
{
    font-weight: bold;
}

@media (max-width: 768px)
{
    .page_index,
    .single-page
    {
        padding-top: 80px;
    }
    .single-page__wrapper
    {
        padding: 30px 30px 100px
    }
    .cases-page__partners
    {
        padding: 20px;
    }
}

/* paginate */
.wp-paginate .current,
.wp-paginate a:hover,
.wp-paginate .current,
.wp-paginate a
{
    line-height: 34px;
    height: 38px;
    display: inline-block;
    border-radius: 19px;
    min-width: 38px;
    padding: 0;
    font-size: 16px;
    color:#fff;
    background: transparent;
    transition: opacity 0.3s ease-in-out;
    border:1px solid #fff;
    margin: 0 5px;
}

.wp-paginate .current,
.wp-paginate a:hover
{
    opacity: 0.6;
}

/* partners */
.cases-page
{
    padding: 150px 0 0px;
}
.cases-page__partners
{
    text-align: center;
    position: relative;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(72, 49, 157, 0.3) 0%, rgba(72, 49, 157, 0) 45%, rgba(72, 49, 157, 0) 55%, rgba(72, 49, 157, 0.3) 100%);
    padding: 40px;
    margin-top: 80px;
}

.cases-page__partners:before
{
    content: '';
    display: block;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background: #fff;
    z-index: -1;
    border-radius: 22px;
}
.cases-page__partners-item {
    display: inline-block;
    width: 112px;
    height: 100px;
    background: no-repeat center;
    background-size: contain;
    margin: 10px 20px;
    transition: opacity 0.3s ease-in-out;
}

.cases-page__partners-item:hover
{
    opacity: 0.4;
}
@media (max-width: 768px)
{
    .cases-page
    {
        padding-top: 80px;
    }
    .cases-page__partners-item
    {
        width: 90px;
        height: 50px;
        margin: 5px 7px;
    }
}


/* products */
.products
{
    padding: 100px 0  180px;
}
.products-items
{
    margin-left: -20px;
    margin-right: -20px;
}

.products-items:after
{
    content: '';
    display: table;
    clear: both;
}
.products__item
{
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 33.3333%;
}

.products__item-wrapper
{
    background: linear-gradient(180deg, rgba(72, 49, 157, 0.25) 18.75%, rgba(72, 49, 157, 0) 100%);
    border-radius: 12px 12px 0px 0px;
    padding: 30px;
    position: relative;
}

.products__item-title
{
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
    height: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.products__item-title-wrapper
{
    width: 100%;
}
.products__item-image
{
    padding-bottom: 75%;
    background: no-repeat center;
    background-size: cover;
    border-radius: 12px;
    margin-bottom: 30px;
}
.products__item .button
{
    display: block;
}

.products__item-price
{
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-top: 30px;
    position: relative;
    padding-bottom: 20px;
}


.products__item-price:after,
.products__item-price:before
{
    content: '';
    display: block;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 5px;
    margin: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255,255,255, 0) 100%);

}
.products__item-price:after
{
    opacity: 0;
    background: linear-gradient(90deg, rgba(119, 68, 250, 0) 0%, #8E37E6 25%, #DCC1F9 50%, #8E37E6 75%, rgba(119, 68, 250, 0) 100%);
    width: 80px;
    height: 3px;
    bottom: 4px;
    filter: blur(3px);
    transition: opacity 0.3s ease-in-out;
}


.products__item .button:hover + .products__item-price:after
{
    opacity: 1;
}

@media (max-width: 1200px)
{
    .products-items
    {
        text-align: center;
    }
    .products__item
    {
        width: 48%;
        float: none;
        display: inline-block;
        margin-bottom: 20px;

    }
}
@media (max-width: 768px)
{
    .products__item
    {
        width: 100%;
        left:0;
        right:0;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

img.aligncenter
{
    left:0;
    right:0;
    margin: auto;
    display: block;
}

.main-bg
{
    background:url(../images/main-bg2.png) top center;
    background-size: 100% auto;
}