

@charset "UTF-8";@-webkit-keyframes spinme {
    0%,to {
        opacity: 0
    }

    33%,66% {
        opacity: 1
    }
}

@keyframes spinme {
    0%,to {
        opacity: 0
    }

    33%,66% {
        opacity: 1
    }
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hover-in-l {
    0% {
        -webkit-transform: translate3d(-102%,0,0);
        transform: translate3d(-102%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes hover-in-l {
    0% {
        -webkit-transform: translate3d(-102%,0,0);
        transform: translate3d(-102%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes hover-in-r {
    0% {
        -webkit-transform: translate3d(102%,0,0);
        transform: translate3d(102%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes hover-in-r {
    0% {
        -webkit-transform: translate3d(102%,0,0);
        transform: translate3d(102%,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes hover-out-l {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        -webkit-transform: translate3d(-102%,0,0);
        transform: translate3d(-102%,0,0)
    }
}

@keyframes hover-out-l {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        -webkit-transform: translate3d(-102%,0,0);
        transform: translate3d(-102%,0,0)
    }
}

@-webkit-keyframes hover-out-r {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        -webkit-transform: translate3d(102%,0,0);
        transform: translate3d(102%,0,0)
    }
}

@keyframes hover-out-r {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        -webkit-transform: translate3d(102%,0,0);
        transform: translate3d(102%,0,0)
    }
}

@-webkit-keyframes hambIn {
    0%,50% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes hambIn {
    0%,50% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes hambShow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes hambShow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0%,20%,80%,to {
        opacity: 1
    }

    45%,55% {
        opacity: .01
    }
}

@keyframes pulse {
    0%,20%,80%,to {
        opacity: 1
    }

    45%,55% {
        opacity: .01
    }
}

@-webkit-keyframes pulse-map {
    0%,40% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent
    }

    40% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }

    65% {
        -webkit-box-shadow: 0 0 0 1px rgba(101,34,255,.6);
        box-shadow: 0 0 0 1px rgba(101,34,255,.6)
    }

    to {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.5);
        transform: translate3d(-50%,-50%,0) scale(1.5)
    }
}

@keyframes pulse-map {
    0%,40% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent
    }

    40% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }

    65% {
        -webkit-box-shadow: 0 0 0 1px rgba(101,34,255,.6);
        box-shadow: 0 0 0 1px rgba(101,34,255,.6)
    }

    to {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.5);
        transform: translate3d(-50%,-50%,0) scale(1.5)
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        background: rgba(101,34,255,.6);
        -webkit-box-shadow: 0 0 0 0 #6522ff,0 0 0 0 #6522ff;
        box-shadow: 0 0 0 0 #6522ff,0 0 0 0 #6522ff
    }

    5% {
        background: #6522ff
    }

    10% {
        -webkit-box-shadow: 0 0 0 .1rem #6522ff,0 0 0 .1rem rgba(101,34,255,.8);
        box-shadow: 0 0 0 .1rem #6522ff,0 0 0 .1rem rgba(101,34,255,.8)
    }

    35% {
        -webkit-box-shadow: 0 0 0 .1rem #6522ff,0 0 0 .15rem rgba(101,34,255,.3);
        box-shadow: 0 0 0 .1rem #6522ff,0 0 0 .15rem rgba(101,34,255,.3)
    }

    60% {
        -webkit-box-shadow: 0 0 0 .1rem rgba(101,34,255,.8),0 0 0 .25rem rgba(101,34,255,.1);
        box-shadow: 0 0 0 .1rem rgba(101,34,255,.8),0 0 0 .25rem rgba(101,34,255,.1)
    }

    75% {
        -webkit-box-shadow: 0 0 0 .1rem rgba(101,34,255,.2),0 0 0 .3rem transparent;
        box-shadow: 0 0 0 .1rem rgba(101,34,255,.2),0 0 0 .3rem transparent;
        background: rgba(101,34,255,.8)
    }

    to {
        -webkit-box-shadow: 0 0 0 .1rem transparent,0 0 0 .3rem transparent;
        box-shadow: 0 0 0 .1rem transparent,0 0 0 .3rem transparent;
        background: rgba(101,34,255,.6)
    }
}

@keyframes pulse-dot {
    0% {
        background: rgba(101,34,255,.6);
        -webkit-box-shadow: 0 0 0 0 #6522ff,0 0 0 0 #6522ff;
        box-shadow: 0 0 0 0 #6522ff,0 0 0 0 #6522ff
    }

    5% {
        background: #6522ff
    }

    10% {
        -webkit-box-shadow: 0 0 0 .1rem #6522ff,0 0 0 .1rem rgba(101,34,255,.8);
        box-shadow: 0 0 0 .1rem #6522ff,0 0 0 .1rem rgba(101,34,255,.8)
    }

    35% {
        -webkit-box-shadow: 0 0 0 .1rem #6522ff,0 0 0 .15rem rgba(101,34,255,.3);
        box-shadow: 0 0 0 .1rem #6522ff,0 0 0 .15rem rgba(101,34,255,.3)
    }

    60% {
        -webkit-box-shadow: 0 0 0 .1rem rgba(101,34,255,.8),0 0 0 .25rem rgba(101,34,255,.1);
        box-shadow: 0 0 0 .1rem rgba(101,34,255,.8),0 0 0 .25rem rgba(101,34,255,.1)
    }

    75% {
        -webkit-box-shadow: 0 0 0 .1rem rgba(101,34,255,.2),0 0 0 .3rem transparent;
        box-shadow: 0 0 0 .1rem rgba(101,34,255,.2),0 0 0 .3rem transparent;
        background: rgba(101,34,255,.8)
    }

    to {
        -webkit-box-shadow: 0 0 0 .1rem transparent,0 0 0 .3rem transparent;
        box-shadow: 0 0 0 .1rem transparent,0 0 0 .3rem transparent;
        background: rgba(101,34,255,.6)
    }
}

@-webkit-keyframes pulse-map-pink {
    0%,40% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent
    }

    40% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }

    65% {
        -webkit-box-shadow: 0 0 0 1px rgba(214,1,249,.6);
        box-shadow: 0 0 0 1px rgba(214,1,249,.6)
    }

    to {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.5);
        transform: translate3d(-50%,-50%,0) scale(1.5)
    }
}

@keyframes pulse-map-pink {
    0%,40% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent
    }

    40% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }

    65% {
        -webkit-box-shadow: 0 0 0 1px rgba(214,1,249,.6);
        box-shadow: 0 0 0 1px rgba(214,1,249,.6)
    }

    to {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.5);
        transform: translate3d(-50%,-50%,0) scale(1.5)
    }
}

@-webkit-keyframes pulse-map-green {
    0%,40% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent
    }

    40% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }

    65% {
        -webkit-box-shadow: 0 0 0 1px rgba(50,205,50,.6);
        box-shadow: 0 0 0 1px rgba(50,205,50,.6)
    }

    to {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.5);
        transform: translate3d(-50%,-50%,0) scale(1.5)
    }
}

@keyframes pulse-map-green {
    0%,40% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent
    }

    40% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }

    65% {
        -webkit-box-shadow: 0 0 0 1px rgba(50,205,50,.6);
        box-shadow: 0 0 0 1px rgba(50,205,50,.6)
    }

    to {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.5);
        transform: translate3d(-50%,-50%,0) scale(1.5)
    }
}

@-webkit-keyframes pulse-dot-pink {
    0% {
        background: rgba(214,1,249,.6);
        -webkit-box-shadow: 0 0 0 0 #d601f9,0 0 0 0 #d601f9;
        box-shadow: 0 0 0 0 #d601f9,0 0 0 0 #d601f9
    }

    5% {
        background: #d601f9
    }

    10% {
        -webkit-box-shadow: 0 0 0 .1rem #d601f9,0 0 0 .1rem rgba(214,1,249,.8);
        box-shadow: 0 0 0 .1rem #d601f9,0 0 0 .1rem rgba(214,1,249,.8)
    }

    35% {
        -webkit-box-shadow: 0 0 0 .1rem #d601f9,0 0 0 .15rem rgba(214,1,249,.3);
        box-shadow: 0 0 0 .1rem #d601f9,0 0 0 .15rem rgba(214,1,249,.3)
    }

    60% {
        -webkit-box-shadow: 0 0 0 .1rem rgba(214,1,249,.8),0 0 0 .25rem rgba(214,1,249,.1);
        box-shadow: 0 0 0 .1rem rgba(214,1,249,.8),0 0 0 .25rem rgba(214,1,249,.1)
    }

    75% {
        -webkit-box-shadow: 0 0 0 .1rem rgba(214,1,249,.2),0 0 0 .3rem transparent;
        box-shadow: 0 0 0 .1rem rgba(214,1,249,.2),0 0 0 .3rem transparent;
        background: rgba(214,1,249,.8)
    }

    to {
        -webkit-box-shadow: 0 0 0 .1rem transparent,0 0 0 .3rem transparent;
        box-shadow: 0 0 0 .1rem transparent,0 0 0 .3rem transparent;
        background: rgba(214,1,249,.6)
    }
}

@keyframes pulse-dot-pink {
    0% {
        background: rgba(214,1,249,.6);
        -webkit-box-shadow: 0 0 0 0 #d601f9,0 0 0 0 #d601f9;
        box-shadow: 0 0 0 0 #d601f9,0 0 0 0 #d601f9
    }

    5% {
        background: #d601f9
    }

    10% {
        -webkit-box-shadow: 0 0 0 .1rem #d601f9,0 0 0 .1rem rgba(214,1,249,.8);
        box-shadow: 0 0 0 .1rem #d601f9,0 0 0 .1rem rgba(214,1,249,.8)
    }

    35% {
        -webkit-box-shadow: 0 0 0 .1rem #d601f9,0 0 0 .15rem rgba(214,1,249,.3);
        box-shadow: 0 0 0 .1rem #d601f9,0 0 0 .15rem rgba(214,1,249,.3)
    }

    60% {
        -webkit-box-shadow: 0 0 0 .1rem rgba(214,1,249,.8),0 0 0 .25rem rgba(214,1,249,.1);
        box-shadow: 0 0 0 .1rem rgba(214,1,249,.8),0 0 0 .25rem rgba(214,1,249,.1)
    }

    75% {
        -webkit-box-shadow: 0 0 0 .1rem rgba(214,1,249,.2),0 0 0 .3rem transparent;
        box-shadow: 0 0 0 .1rem rgba(214,1,249,.2),0 0 0 .3rem transparent;
        background: rgba(214,1,249,.8)
    }

    to {
        -webkit-box-shadow: 0 0 0 .1rem transparent,0 0 0 .3rem transparent;
        box-shadow: 0 0 0 .1rem transparent,0 0 0 .3rem transparent;
        background: rgba(214,1,249,.6)
    }
}

 
 
.p-calc__wrap .app__title,.title {
    margin-bottom: .5em
}

.p-calc__wrap .app__title,.post__content h3,.title {
    font-family: urbane, sans-serif;
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.333
}

@media only screen and (max-width: 79.9375em) {
    .p-calc__wrap .app__title,.post__content h3,.title {
        font-size:1.5em
    }
}

.job__content ul li,.list li,.post__content ol li,.post__content ul li,.text {
    font-family: urbane, sans-serif;
    margin-bottom: .5em;
    font-size: 1em;
    line-height: 1.875
}

.post__content p {
    font-family: urbane, sans-serif;
    line-height: 1.875
}

.job__content p {
    font-size: 1em;
    line-height: 1.875
}

.p-calc__wrap .app__header,.p-calc__wrap .benchmarks__header {
    font-family: "Roboto",sans-serif
}

.benefits__list li,.job__content p,.p-calc__wrap .results-panel__header,.p-calc__wrap p {
    font-family: urbane, sans-serif;
    margin-bottom: .5em
}

.benefits__list li,.p-calc__wrap p {
    font-size: 1em;
    line-height: 1.875
}

@media only screen and (max-width: 79.9375em) {
    .benefits__list li,.job__content p,.job__content ul li,.list li,.p-calc__wrap .app__header,.p-calc__wrap .benchmarks__header,.p-calc__wrap .results-panel__header,.p-calc__wrap p,.post__content ol li,.post__content p,.post__content ul li,.text {
        font-size:.875em
    }
}

.benefits__list li a,.job__content p a,.job__content ul li a,.list li a,.p-calc__wrap .app__header a,.p-calc__wrap .benchmarks__header a,.p-calc__wrap .results-panel__header a,.p-calc__wrap p a,.post__content ol li a,.post__content p a,.post__content ul li a,.text a {
    color: #6522ff
}

.p-calc__wrap .app__header,.p-calc__wrap .benchmarks__header,.p-calc__wrap .results-panel__header,.post__content h5,.text--l {
    font-size: 1.125em;
    line-height: 1.65
}

@media only screen and (max-width: 79.9375em) {
    .p-calc__wrap .app__header,.p-calc__wrap .benchmarks__header,.p-calc__wrap .results-panel__header,.post__content h5,.text--l {
        font-size:1em
    }
}

.post__content h4,.text--xl {
    font-size: 1.875em !important;
    line-height: 1.333
}

@media only screen and (max-width: 79.9375em) {
    .post__content h4,.text--xl {
        font-size:1.5em;
        line-height: 1.666
    }
}

@media only screen and (max-width: 47.9375em) {
    .post__content h4,.text--xl {
        font-size:1.25em
    }
}

.text--s {
    font-size: .825em;
    line-height: 1.75
}

.t-c {
    text-align: center
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 700;
    line-height: 1.78;
    padding: .7em 2.9em;
    border: 1px solid #e8eef4;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6522ff;
    border-radius: 0;
    position: relative;
}

@media only screen and (min-width: 63.9375em) {
    .btn:focus,.btn:hover {
        border-color:#ff0778;
        color: #ff0778
    }
}

.btn:after,.btn:before {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 2
}

.btn:before {
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    background: url(../static/img/check.svg) no-repeat center/contain;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%
}

.btn:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    //background: url(/b/static/img/general/icons/-white.svg) no-repeat center/1.5em;
    -webkit-animation: spinme 2s linear infinite;
    animation: spinme 2s linear infinite
}

.btn.success {
    color: transparent;
    background: #32cd32;
    border-color: #32cd32
}

.bmc-loading .btn:after,.btn.success:before,.btn.waiting:after {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 63.9375em) {
    .btn.success:active,.btn.success:focus,.btn.success:hover {
        color:transparent;
        background: #32cd32;
        border-color: #32cd32
    }
}

.bmc-loading .btn,.btn.waiting {
    color: transparent;
    cursor: not-allowed
}

@media only screen and (min-width: 63.9375em) {
    .btn.waiting:active,.btn.waiting:focus,.btn.waiting:hover {
        color:transparent;
        cursor: not-allowed
    }
}

@media only screen and (max-width: 47.9375em) {
    .btn {
        padding:.7em 2em
    }
}

@media only screen and (min-width: 63.9375em) {
    .bmc-loading .btn:active,.bmc-loading .btn:focus,.bmc-loading .btn:hover {
        color:transparent;
        cursor: not-allowed
    }
}

.btn--full {
    background: #6522ff;
    color: #fff;
    border-color: #6522ff
}

@media only screen and (min-width: 63.9375em) {
    .btn--full:focus,.btn--full:hover {
        border-color:#d601f9;
        background: #d601f9;
        color: #fff
    }
}

.btn--full-white {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

@media only screen and (min-width: 63.9375em) {
    .btn--full-white:focus,.btn--full-white:hover {
        border-color:#d601f9;
        background: #d601f9;
        color: #fff
    }
}

.btn--purple {
    color: #fff;
    border-color: #6522ff
}

@media only screen and (min-width: 63.9375em) {
    .btn--purple:focus,.btn--purple:hover {
        color:#fff;
        border-color: #6522ff;
        background: #6522ff
    }
}

.btn__arrow {
    font-family: urbane, sans-serif;
    color: #6522ff;
    font-weight: 700;
    display: inline-block;
    padding: .8em 0
}

.btn__arrow:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1.125em;
    background: url(../static/img/arrow-right-purple.svg) no-repeat center/contain;
    vertical-align: top;
    margin-left: .6em;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn__arrow:focus:after,.btn__arrow:hover:after {
    -webkit-transform: translate3d(.3em,0,0);
    transform: translate3d(.3em,0,0)
}

.label {
    display: block;
    margin-bottom: 1.25em
}

.label,.label--full .btn,.label--full .input,.label--full .textarea {
    width: 100%
}

.input {
    border-radius: 0
}

.input,.textarea {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dee7f0;
    background-color: #e8eef4;
    font-size: 16px;
    padding: .7em .75em;
    height: 45px
}

.input:focus,.textarea:focus {
    outline: 0;
    border-color: #6522ff
}

.textarea {
    border-radius: 0;
    min-height: 10em;
    resize: vertical
}

.modal__center.modal__buy,.section--black {
    background: -webkit-gradient(linear,left bottom,left top,from(#181d36),to(#131625));
    background: -webkit-linear-gradient(bottom,#181d36 0%,#131625 100%);
    background: -o-linear-gradient(bottom,#181d36 0%,#131625 100%);
    background: linear-gradient(0deg,#181d36 0%,#131625 100%);
    color: #fff
}

.section__tag {
    color: #555;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 1em;
    letter-spacing: .05em
}

.section__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media only screen and (max-width: 47.9375em) {
    .section__title-wrap .btn__arrow {
        display:none
    }
}

.post__content h1,.section__title {
    font-family: urbane, sans-serif;
    font-size: 3.125em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em
}

@media only screen and (max-width: 79.9375em) {
    .post__content h1,.section__title {
        font-size:2.5em
    }
}

@media only screen and (max-width: 47.9375em) {
    .post__content h1,.section__title {
        font-size:2em
    }
}

.btn__slider-control {
    width: 2em;
    height: 2em;
    display: inline-block;
    position: relative;
    opacity: .8
}

.btn__slider-control:after,.btn__slider-control:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 2px;
    top: 47%;
    left: 25%;
    border-radius: 25px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn__slider-control.swiper-button-disabled,.btn__slider-control.swiper-button-disabled:hover {
    opacity: .1
}

.btn__slider-control.swiper-button-disabled:hover:after,.btn__slider-control.swiper-button-disabled:hover:before {
    background: #fff
}

.btn__slider-control:hover {
    opacity: 1
}

.btn__slider-control:hover:after,.btn__slider-control:hover:before {
    background: #6522ff
}

.btn__slider-control-prev:before {
    -webkit-transform: translate3d(0,1px,0) rotate(-42deg);
    transform: translate3d(0,1px,0) rotate(-42deg)
}

.btn__slider-control-prev:after {
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg)
}

.btn__slider-control-prev:hover {
    -webkit-transform: translate3d(-2px,0,0);
    transform: translate3d(-2px,0,0)
}

.btn__slider-control-next:hover {
    -webkit-transform: translate3d(2px,0,0);
    transform: translate3d(2px,0,0)
}

.btn__slider-control-next:after,.btn__slider-control-next:before {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.btn__slider-control-next:before {
    -webkit-transform: translate3d(0,1px,0) rotate(42deg);
    transform: translate3d(0,1px,0) rotate(42deg)
}

.btn__slider-control-next:after {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg)
}

.info-block {
    position: relative;
    padding: 24em 0 4em;
    color: #fff
}

.info-block .container {
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 47.9375em) {
    .info-block {
        padding:12em 0 2em
    }
}

.info-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.text--limiter {
    max-width: 700px
}

.mb1 {
    margin-bottom: 1rem
}

.mt1 {
    margin-top: 1rem
}

.mb15 {
    margin-bottom: 1.5rem
}

.mb2 {
    margin-bottom: 2rem
}

.mb25 {
    margin-bottom: 25rem
}

.mb3 {
    margin-bottom: 3rem
}

.pr1 {
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sonm-slider.swiper-container {
    overflow: visible
}

@media only screen and (max-width: 47.9375em) {
    .sonm-slider__control {
        display:none
    }
}

.sonm-slider__link.swiper-slide {
    -webkit-transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

.sonm-slider__link {
    background-color: #131625;
    text-align: center;
    padding: 2em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .5;
    min-height: 7em
}

@media only screen and (max-width: 80em) {
    .sonm-slider__link {
        padding:1em;
        min-height: 4em
    }
}

@media only screen and (min-width: 63.9375em) {
    .sonm-slider__link:hover {
        -webkit-transform:translate3d(0,-.5em,0);
        transform: translate3d(0,-.5em,0)
    }

    .sonm-slider__link.swiper-slide-active,.sonm-slider__link.swiper-slide-active+.sonm-slider__link,.sonm-slider__link.swiper-slide-active+.sonm-slider__link+.sonm-slider__link,.sonm-slider__link.swiper-slide-active+.sonm-slider__link+.sonm-slider__link+.sonm-slider__link,.sonm-slider__link.swiper-slide-active+.sonm-slider__link+.sonm-slider__link+.sonm-slider__link+.sonm-slider__link {
        opacity: 1
    }
}

@media only screen and (max-width: 63.9375em) {
    .sonm-slider__link {
        padding:1.5em;
        min-height: 6em;
        opacity: 1
    }
}

@media only screen and (max-width: 47.9375em) {
    .sonm-slider__link {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1em;
        min-height: 3em
    }
}

.sonm-slider__logo {
    display: inline-block;
    height: 2.75em;
    max-width: 10em
}

@media only screen and (max-width: 80em) {
    .sonm-slider__logo {
        max-width:100%;
        height: 2em
    }
}

.grey,.p-calc__wrap .results-panel p {
    color: #555
}

.grey strong,.p-calc__wrap .results-panel p strong,.purple strong {
    color: #000
}

.purple {
    color: #6522ff
}

.bold,.p-calc__wrap .app__header,.p-calc__wrap .benchmarks__header,.p-calc__wrap .results-panel__header {
    font-weight: 700
}

.list li,.post__content ul li {
    padding-left: 1.125em;
    position: relative
}

.post__content ol li {
    position: relative
}

.job__content ul li {
    padding-left: 1.125em;
    position: relative
}

.job__content ul li:last-child,.list li:last-child,.post__content ol li:last-child,.post__content ul li:last-child {
    margin-bottom: 0
}

.list li:before,.post__content ul li:before {
    content: ""
}

.job__content ul li:before,.list li:before,.post__content ol li:before,.post__content ul li:before {
    position: absolute;
    left: 0;
    top: .75em;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #6522ff
}

.job__content ul li:before {
    content: ""
}

@media only screen and (max-width: 47.9375em) {
    .job__content ul li:before,.list li:before,.post__content ol li:before,.post__content ul li:before {
        top:.65em
    }
}

.alert {
    color: tomato!important
}

.bmc-alert {
    font-size: .875em;
    padding: .5em 0
}

@media only screen and (max-width: 47.9375em) {
    .no-br br {
        display:none
    }
}

.post__other {
    border-left: 1px solid #e8eef4;
    padding: 1.5em 0 1.5em 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.benefits__list .post__other li,.job__content .post__other p,.job__content ul .post__other li,.list .post__other li,.p-calc__wrap .post__other .app__header,.p-calc__wrap .post__other .benchmarks__header,.p-calc__wrap .post__other .results-panel__header,.p-calc__wrap .post__other p,.post__content .post__other p,.post__content ol .post__other li,.post__content ul .post__other li,.post__other .benefits__list li,.post__other .job__content p,.post__other .job__content ul li,.post__other .list li,.post__other .p-calc__wrap .app__header,.post__other .p-calc__wrap .benchmarks__header,.post__other .p-calc__wrap .results-panel__header,.post__other .p-calc__wrap p,.post__other .post__content ol li,.post__other .post__content p,.post__other .post__content ul li,.post__other .text {
    font-weight: 700
}

@media only screen and (max-width: 63.9375em) {
    .post__other {
        padding:1.5em 0;
        margin-top: 1em;
        border: 0
    }
}

.other__link {
    font-family: urbane, sans-serif;
    font-size: .875em;
    color: #555;
    padding: .25em 0;
    display: block;
    line-height: 1.5
}

.other__link:hover {
    color: #6522ff
}

@media only screen and (max-width: 47.9375em) {
    .other__link {
        font-size:1em
    }
}

body,html {
    height: 100%;
    padding: 0;
    margin: 0
}

.wrapper,body {
    position: relative
}

.wrapper {
    z-index: 4;
    min-width: 1280px;
    overflow: hidden
}

@media only screen and (max-width: 79.9375em) {
    .wrapper {
        min-width:1024px
    }
}

@media only screen and (max-width: 64em) {
    .wrapper {
        min-width:100%
    }
}

.container {
    width: 1248px;
    padding: 0 1.5em
}

@media only screen and (max-width: 79.9375em) {
    .container {
        width:1024px;
        padding: 0 1em
    }
}

@media only screen and (max-width: 63.9375em) {
    .container {
        width:992px
    }
}

@media only screen and (max-width: 61.9375em) {
    .container {
        width:768px
    }
}

@media only screen and (max-width: 47.9375em) {
    .container {
        width:100%;
        padding: 0 1.575rem;
    }
}

circle,path,polygon,rect {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width: 47.9375em) {
    a,button,input,textarea {
        -webkit-transition:.3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    a:focus,a:hover,button:focus,button:hover,input:focus,input:hover,textarea:focus,textarea:hover {
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }
}
/*
.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto
}

.container-fluid {
    padding-right: 16px;
    padding-left: 16px
}

.row,[class^=col-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0
}
 

.col.reverse,.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

[class^=col-] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.initial-order-xs {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial
}

@media only screen and (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .initial-order-sm {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media only screen and (min-width: 768px) {
    .col-md {
        -webkit-box-sizing:border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .initial-order-md {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}
 
@media only screen and (min-width: 1023px) {
    .col-lg {
        -webkit-box-sizing:border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .initial-order-lg {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl {
        -webkit-box-sizing:border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .initial-order-xl {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media only screen and (max-width: 575px) {
    .hidden-xs {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .hidden-sm {
        display:none
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hidden-md {
        display:none
    }
}

@media only screen and (min-width: 1023px) and (max-width:1199px) {
    .hidden-lg {
        display:none
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-xl {
        display:none
    }
}
*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide,.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top,200ms -webkit-transform;
    -o-transition: 200ms transform,200ms top;
    transition: 200ms transform,200ms top;
    transition: 200ms transform,200ms top,200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left,200ms -webkit-transform;
    -o-transition: 200ms transform,200ms left;
    transition: 200ms transform,200ms left;
    transition: 200ms transform,200ms left,200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right,200ms -webkit-transform;
    -o-transition: 200ms transform,200ms right;
    transition: 200ms transform,200ms right;
    transition: 200ms transform,200ms right,200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-black .swiper-pagination-bullet-active,.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.about-contact {
    padding: 6em 0 5em
}

@media only screen and (max-width: 47.9375em) {
    .about-contact {
        padding:4em 0
    }
}

.contact__link {
    display: block;
    margin-bottom: 1.25em
}

.contact__link:last-child {
    margin-bottom: 2.5em
}

.contact__link:hover .contact__link-text {
    color: #6522ff;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.contact__link-small {
    font-family: urbane, sans-serif;
    color: #555;
    font-size: .875;
    line-height: 2;
    display: block
}

.contact__link-text {
    font-size: 1.25em;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.contacts__emails {
    border-top: 1px solid #e8eef4;
    max-width: 400px;
    padding-top: 2em
}

@media only screen and (max-width: 47.9375em) {
    .contacts__emails {
        margin-bottom:2em
    }
}

.contact__mail {
    display: block;
    color: #6522ff;
    font-size: 1em;
    font-weight: 700;
    font-family: urbane, sans-serif;
    line-height: 2
}

.contact__mail:hover {
    color: #000
}

.contact__form {
    max-width: 600px;
    margin: auto
}

.contacts__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em
}

.contacts__social-list [data-label=linkedin] path {
    fill: #0077b5
}

.contacts__social-list [data-label=facebook] path {
    fill: #3b5998
}

.contacts__social-list [data-label=twitter] path {
    fill: #1da1f2
}

.contacts__social-list [data-label=telegram] path {
    fill: #08c
}

.contacts__social-link {
    padding: .25em;
    margin: 0 .25em
}

.contacts__social-link:first-child {
    margin-left: 0;
    padding-left: 0
}

.contacts__social-link svg {
    width: 2em;
    height: 2em
}

.categories__search-btn path,.contacts__social-link path {
    fill: #6522ff
}

.mission {
    padding: 0 0 4em;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #f2f8fb
}

@media only screen and (max-width: 47.9375em) {
    .mission {
        padding:0 0 2em
    }
}

.mission__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3em
}

.mission__img {
    width: 28%
}

@media only screen and (max-width: 63.9375em) {
    .mission__img {
        display:none
    }
}

@media only screen and (max-width: 47.9375em) {
    .mission__img {
        width:100%;
        margin-bottom: 1em
    }
}

.mission__list {
    width: 70%;
    counter-reset: mission;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 63.9375em) {
    .mission__list {
        width:100%
    }
}

.mission__item {
    width: 42%;
    font-size: 1.125em;
    position: relative;
    line-height: 1.5;
    padding-left: 2.7em;
    margin-bottom: 3em
}

@media only screen and (max-width: 63.9375em) {
    .mission__item {
        width:43%
    }
}

@media only screen and (max-width: 47.9375em) {
    .mission__item {
        width:100%
    }
}

.founder:last-child,.mission__item:last-child,.post__content p:last-child {
    margin-bottom: 0
}

.mission__item:before {
    content: counter(mission);
    counter-increment: mission;
    display: inline-block;
    font-family: monospace;
    color: #f3f7fa;
    position: absolute;
    top: 0;
    left: 0;
    line-height: .7;
    font-size: 4.2em
}

@media only screen and (max-width: 75em) {
    .mission__item {
        font-size:1em
    }
}

.founders {
    padding: 5em 0
}

@media only screen and (max-width: 63.9375em) {
    .founders {
        padding:3em 0
    }
}

.founder__list {
    margin: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 63.9375em) {
    .founder__list {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
}

.founder {
    width: 100%;
    margin-bottom: 5em
}

.founder__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em
}

.founder__photo {
    width: 28%;
    height: 0;
    padding-bottom: 30%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width: 47.9375em) {
    .founder__photo {
        width:260px;
        padding-bottom: 300px;
        margin-bottom: .75em
    }
}

.founder__info {
    width: 65.75%
}

@media only screen and (max-width: 63.9375em) {
    .founder__info {
        width:66%
    }
}

@media only screen and (max-width: 47.9375em) {
    .founder__info {
        width:100%
    }
}

.founder__name {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: .25em
}

.founder__position {
    font-size: .875em;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.founder__linkedin {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-left: .75em;
    background: url(../b/static/img/general/icons/linkedin.html) no-repeat center/contain
}

.founder__text {
    font-size: 1.125em
}

@media only screen and (max-width: 75em) {
    .founder__text {
        font-size:1em
    }
}

.about-kit {
    position: relative;
    z-index: 2;
    padding: 5em 0
}

@media only screen and (max-width: 47.9375em) {
    .about-kit {
        padding:3em 0
    }
}

.kit__wrap {
    margin-top: 4em;
    border-top: 1px solid #e8eef4;
    border-bottom: 1px solid #e8eef4
}

@media only screen and (max-width: 47.9375em) {
    .kit__wrap {
        margin-top:2em
    }

    .kit__wrap .service__item:last-child .service__link {
        border-bottom: 0
    }
}

#map {
    min-height: 600px;
    height: 80vh;
    width: 100%
}

.about-team-top {
    position: relative;
    z-index: 2
}

.team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team__item {
    width: 16.6667%;
    background: #6522ff;
    color: #fff;
    height: 0;
    padding-bottom: 16.6667%;
    position: relative
}

.team__item:hover .team__member-photo {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    opacity: 0
}

@media only screen and (max-width: 47.9375em) {
    .team__item {
        width:50%;
        padding-bottom: 50%
    }
}

.team__item-wrap {
    padding: 1.5vw 1vw
}

@media only screen and (max-width: 47.9375em) {
    .team__item-wrap {
        padding:3vw
    }
}

.team__member-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.team__member-name {
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .25em
}

@media only screen and (max-width: 47.9375em) {
    .team__member-name {
        font-size:6vw
    }
}

.team__member-text {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .team__member-text {
        font-size:4vw
    }
}

.team {
    padding: 2em 0 0
}

.team__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.team__text {
    width: 65%
}

@media only screen and (max-width: 47.9375em) {
    .team__text {
        width:100%
    }
}

.team__hr {
    width: 26%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.5em;
    background: #e8eef3;
    color: #949ea5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .875em;
    line-height: 1.6
}

@media only screen and (max-width: 80em) {
    .team__hr {
        padding:2em
    }
}

@media only screen and (max-width: 63.9375em) {
    .team__hr {
        width:32%;
        padding: 1em
    }
}

@media only screen and (max-width: 47.9375em) {
    .team__hr {
        width:100%;
        margin-bottom: 2em
    }
}

.team__hr span {
    color: #6621ff
}

.blog {
    background: #fff;
    padding: 5em 0 0
}

@media only screen and (max-width: 47.9375em) {
    .blog {
        padding:0
    }

    .blog .container {
        width: 100%;
        padding: 0
    }
}

.blog__container-wrap {
    margin-bottom: 3em
}

@media only screen and (max-width: 47.9375em) {
    .blog__container-wrap {
        margin-bottom:2em
    }
}

.blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.blog__container--dual {
    overflow: visible
}

.blog__container--dual .blog__post {
    width: 50%
}

@media only screen and (max-width: 47.9375em) {
    .blog__container--dual .blog__post {
        width:100%
    }
}

.blog__container+.blog__container--dual {
    margin-top: 3em
}

@media only screen and (max-width: 47.9375em) {
    .blog__container+.blog__container--dual {
        margin-top:0
    }
}

.blog__post {
    display: inline-block;
    border: 1px solid #e8eef4;
    width: 33.333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5rem 2.5rem 4rem;
    position: relative
}

@media only screen and (max-width: 79.9375em) {
    .blog__post {
        width:33.333%;
        padding: 1.5em 1.5em 4em
    }
}

@media only screen and (max-width: 63.9375em) {
    .blog__post {
        width:100%
    }
}

@media only screen and (min-width: 63.9375em) {
    .blog__post {
        border-right:0
    }

    .blog__post:nth-child(n+4) {
        border-top: 0
    }

    .blog__post:nth-child(3n) {
        border-right: 1px solid #e8eef4
    }

    .blog__post:last-child:after {
        background: #e8eef4;
        opacity: 1
    }
}

@media only screen and (max-width: 47.9375em) {
    .blog__post {
        border-left:none;
        border-right: none;
        padding: 1.5em 1em 2em
    }

    .blog__post:not(:last-child) {
        border-bottom: 0
    }
}

@media only screen and (min-width: 63.9375em) {
    .blog__post:hover {
        border-color:#6522ff
    }

    .blog__post:hover:before {
        opacity: 1;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

    .blog__post:hover:after {
        opacity: 1;
        background: #6522ff
    }

    .blog__post:hover .blog__post-excerpt {
        color: #000
    }

    .blog__post:hover .blog__post-img img {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.1);
        transform: translate3d(-50%,-50%,0) scale(1.1);
        -webkit-transition: 3s ease-out;
        -o-transition: 3s ease-out;
        transition: 3s ease-out
    }

    .blog__post:hover:last-child:after {
        background: #6522ff
    }
}

.blog__post:after,.blog__post:before {
    content: '';
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    top: -1px;
    display: inline-block;
    background: #6522ff
}

.blog__post:before {
    width: calc(100% + 2px);
    height: 1px;
    left: -1px
}

.blog__post:after {
    width: 1px;
    height: calc(100% + 2px);
    right: -1px;
    z-index: 1
}

.blog__post.blog__post--half {
    width: 100%;
    margin: 3em 0;
    padding: 0 0 0 50%;
    position: relative;
    background-color: #e8eef4;
    border: 0
}

.blog__post.blog__post--half:first-child {
    margin-top: 0
}

.blog__post.blog__post--half:hover {
    border: 0
}

.blog__post.blog__post--full:hover:after,.blog__post.blog__post--full:hover:before,.blog__post.blog__post--half:hover:after,.blog__post.blog__post--half:hover:before,.post__content ol li:before {
    content: none
}

.blog__post.blog__post--half .blog__post-inner {
    position: relative;
    padding: 3rem 2.5rem 5rem
}

@media only screen and (max-width: 47.9375em) {
    .blog__post.blog__post--half .blog__post-inner {
        padding:59% 1em 2em
    }
}

.blog__post.blog__post--half .blog__post-img {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

@media only screen and (max-width: 47.9375em) {
    .blog__post.blog__post--half .blog__post-img {
        left:0;
        height: 0;
        padding-bottom: 55.5%
    }
}

.blog__post.blog__post--half .blog__post-tag {
    background: #fff
}

@media only screen and (max-width: 79.9375em) {
    .blog__post.blog__post--half .blog__post-date {
        left:2.875em
    }
}

@media only screen and (max-width: 47.9375em) {
    .blog__post.blog__post--half {
        padding-left:0;
        margin: 0
    }

    .blog__post.blog__post--half .blog__post-date {
        left: 1.25em
    }
}

.blog__post.blog__post--full {
    width: 100%;
    margin: 3em 0;
    padding: 0;
    position: relative;
    border: 0
}

.blog__post.blog__post--full:first-child {
    margin-top: 0
}

.blog__post.blog__post--full:hover {
    border: 0
}

.blog__post.blog__post--full .blog__post-inner {
    position: relative;
    padding: 3rem 2.5rem 5rem
}

@media only screen and (max-width: 47.9375em) {
    .blog__post.blog__post--full .blog__post-inner {
        padding:1.5rem 1.25rem 4rem
    }
}

.blog__post.blog__post--full .blog__post-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: -1
}

.blog__post.blog__post--full .blog__post-img img {
    min-width: 100%
}

.blog__post.blog__post--full .blog__post-tag {
    background: #fff
}

.blog__post.blog__post--full .blog__post-title {
    color: #fff;
    font-size: 3em;
    max-width: 500px;
    line-height: 1.35
}

@media only screen and (max-width: 47.9375em) {
    .blog__post.blog__post--full .blog__post-title {
        font-size:2em
    }
}

#main-map .gm-svpc,.blog__post.blog__post--full .blog__post-excerpt {
    display: none
}

@media only screen and (max-width: 79.9375em) {
    .blog__post.blog__post--full .blog__post-date {
        left:2.875em
    }
}

@media only screen and (max-width: 47.9375em) {
    .blog__post.blog__post--full {
        margin:0
    }
}

.blog__post-tags {
    margin-bottom: 2em
}

.blog__post-tag {
    margin: 0 .25em .5em 0;
    background: #e8eef4;
    display: inline-block;
    font-size: .6em;
    padding: .5em;
    border-radius: 3px
}

.blog__post--full {
    width: 100%;
    margin: 3em 0
}

.blog__post--full:first-child {
    margin-top: 0
}

.blog__post-category {
    color: #6522ff;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 1em;
    letter-spacing: .05em
}

.blog__post-img {
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 55%
}

@media only screen and (max-width: 47.9375em) {
    .blog__post-img {
        margin-bottom:.75em
    }
}

.blog__post-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    max-height: 100%;
    max-width: initial;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.blog__post-title {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .5em
}

.blog__post-excerpt {
    color: #555;
    margin-bottom: 2em;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.blog__post-excerpt+.blog__post-tags {
    margin-top: -1em
}

.blog__post-date {
    color: #555;
    font-family: urbane, sans-serif;
    font-size: .875em;
    line-height: 1.666;
    position: absolute;
    bottom: 2rem;
    left: 2.5rem
}

@media only screen and (max-width: 79.9375em) {
    .blog__post-date {
        left:1.5em
    }
}

@media only screen and (max-width: 47.9375em) {
    .blog__post-date {
        left:1.25em;
        bottom: 1rem
    }
}

.blog-page {
    padding: 8em 0 3em
}

@media only screen and (max-width: 47.9375em) {
    .blog-page {
        padding:4.5em 0 2em
    }

    .blog-page .container {
        padding-left: 0;
        padding-right: 0
    }
}

.blog__title-wrap {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 63.9375em) {
    .blog__title-wrap {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        margin-bottom: 1em
    }
}

.blog__title-wrap .post__content h1,.blog__title-wrap .section__title,.post__content .blog__title-wrap h1 {
    margin-bottom: 0
}

@media only screen and (max-width: 63.9375em) {
    .blog__title-wrap .post__content h1,.blog__title-wrap .section__title,.post__content .blog__title-wrap h1 {
        margin-bottom:.5em;
        text-align: center;
        width: 100%
    }
}

.top-categories__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 63.9375em) {
    .top-categories__wrap {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .top-categories__wrap {
        padding:.25em 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: scroll;
        display: block;
        white-space: nowrap;
        text-align: center
    }
}

.top-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 47.9375em) {
    .top-categories {
        display:inline-block;
        vertical-align: top
    }
}

.top-category {
    color: #6522ff;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .05em;
    padding: .45em 1.5em;
    border: 1px solid #e8eef4;
    border-right: 0;
    display: inline-block
}

.top-category:last-child {
    border-right: 1px solid #e8eef4
}

@media only screen and (min-width: 63.9375em) {
    .top-category:hover {
        background:#6522ff;
        color: #fff;
        border-color: #6522ff
    }
}

.categories__search {
    height: 100%;
    margin-left: 1em;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .categories__search {
        display:inline-block;
        vertical-align: top;
        margin-left: 0
    }
}

.categories__search-input {
    border: 1px solid #e8eef4;
    height: 100%;
    font-size: 1em;
    padding: .5em 2.25em .5em .75em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 10em;
    border-radius: 0
}

.categories__search-input:focus {
    outline: 0;
    border-color: #6522ff
}

.categories__search-btn {
    height: 100%;
    width: 2em;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.categories__search-btn:focus,.categories__search-btn:hover {
    background: #6522ff
}

.categories__search-btn:focus path,.categories__search-btn:hover path {
    fill: #fff
}

.categories__search-btn svg {
    max-width: 1.5em;
    max-height: 1em
}

.blog__nav,.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-numbers {
    font-size: 1.125em;
    width: 2.25em;
    height: 2.25em;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 .25em;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-numbers {
        font-size:.9125em
    }
}

.page-numbers:focus,.page-numbers:hover {
    border-color: #6522ff;
    outline: 0
}

.page-numbers:active {
    border-color: #6522ff
}

.page-numbers.current,.page-numbers:active {
    background: #6522ff;
    color: #fff
}

.page-numbers.dots:hover {
    border-color: transparent
}

.page-numbers.dots:active {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.page-numbers.next:focus,.page-numbers.next:hover,.page-numbers.prev:focus,.page-numbers.prev:hover {
    border-color: transparent;
    outline: 0;
    background: 0 0
}

.page-numbers.prev:focus:after,.page-numbers.prev:hover:after {
    -webkit-transform: translate3d(-.5em,0,0);
    transform: translate3d(-.5em,0,0)
}

.page-numbers.prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../b/static/img/general/icons/arrow-left.html) no-repeat center/75%;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.page-numbers.next:focus:after,.page-numbers.next:hover:after {
    -webkit-transform: translate3d(.5em,0,0);
    transform: translate3d(.5em,0,0)
}

.page-numbers.next:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../b/static/img/general/icons/arrow-right.html) no-repeat center/75%;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.community-top {
    padding: 9em 0 3em;
    background: #131625;
    color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .community-top {
        padding:5em 0 3em
    }

    .community-top .post__content h4,.community-top .text--xl,.post__content .community-top h4 {
        font-size: 1em
    }
}

.community-top__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 47.9375em) {
    .community-top__container {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.community-top__img {
    width: 45%
}

@media only screen and (max-width: 47.9375em) {
    .community-top__img {
        margin:auto
    }
}

.community-top__info {
    width: 50%
}

@media only screen and (max-width: 47.9375em) {
    .community-top__info {
        width:100%
    }
}

.community-top-info {
    padding: 1em 0 2em
}

@media only screen and (max-width: 47.9375em) {
    .community-top-info .post__content h4,.community-top-info .text--xl,.post__content .community-top-info h4 {
        font-size:.875em
    }
}

.community__animation {
    width: 50%;
    height: 0;
    padding-bottom: 8%;
    margin: auto;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .community__animation {
        width:100%;
        padding-bottom: 16%
    }
}

.community__animation svg,.page-numbers.next:after {
    position: absolute;
    top: 0;
    left: 0
}

.community__send--wrap {
    padding: 4em 0 3em
}

@media only screen and (max-width: 47.9375em) {
    .community__send--wrap {
        padding:3em 0 2em
    }
}

.community__send a {
    color: #6522ff
}

.community__send a:hover {
    color: #d601f9
}

@media only screen and (max-width: 47.9375em) {
    .community__send {
        font-size:1.75em
    }
}

@media only screen and (max-width: 22.5em) {
    .community__send {
        font-size:1.5em
    }
}

.community-block {
    border-bottom: 1px solid #e8eef4;
    padding: 5em 0
}

@media only screen and (max-width: 47.9375em) {
    .community-block {
        padding:3em 0
    }
}

@media only screen and (max-width: 22.5em) {
    .community-block {
        padding:2em 0 3em
    }
}

.community-content {
    border-top: 1px solid #e8eef4
}

.community__list-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3em
}

@media only screen and (max-width: 47.9375em) {
    .community__list-top {
        margin-bottom:1em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }
}

.community__list-top.reverse .community__list-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.community__list-top.reverse .community__list-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.community__list-info {
    width: 50%
}

@media only screen and (max-width: 47.9375em) {
    .community__list-info {
        width:100%
    }
}

.community__list-info .post__content h1 span,.community__list-info .section__title span,.post__content .community__list-info h1 span {
    position: relative;
    display: inline-block;
    z-index: 2
}

.community__list-info .post__content h1 span::before,.community__list-info .section__title span::before,.post__content .community__list-info h1 span::before {
    content: '';
    z-index: -1;
    width: 100%;
    height: 56%;
    position: absolute;
    top: 60%;
    left: 0;
    background-image: -webkit-linear-gradient(0deg,#5837f7 0%,rgba(88,55,247,.34902) 100%);
    background-image: -ms-linear-gradient(0deg,#5837f7 0%,rgba(88,55,247,.34902) 100%);
    opacity: .3
}

@media only screen and (max-width: 22.5em) {
    .community__list-info .post__content h1 span,.community__list-info .section__title span,.post__content .community__list-info h1 span {
        font-size:.875em
    }
}

.community__list-img {
    width: 45%
}

@media only screen and (max-width: 47.9375em) {
    .community__list-img {
        width:30%;
        position: absolute;
        right: 1em;
        top: -2em
    }
}

@media only screen and (max-width: 47.9375em) and (max-width:23.4375em) {
    .community__list-img {
        right:0;
        top: -1.75em
    }
}

@media only screen and (max-width: 47.9375em) and (max-width:22.5em) {
    .community__list-img {
        right:.25em;
        top: -1.125em
    }
}

.community__list-img img {
    max-width: 400px;
    margin: auto;
    display: block
}

.community__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.community__list .community__list-item:nth-child(n+3) {
    display: none
}

.community__list.all .community__list-item:nth-child(n+3) {
    display: block
}

.community__list-item {
    width: 50%;
    border: 1px solid #e8eef4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    padding: 2em 3em 1.5em;
    -webkit-transition: .125s ease-in-out;
    -o-transition: .125s ease-in-out;
    transition: .125s ease-in-out
}

@media only screen and (max-width: 63.9375em) {
    .community__list-item {
        padding:1.75em 1.75em 1.25em
    }
}

@media only screen and (max-width: 47.9375em) {
    .community__list-item {
        width:100%;
        padding: 1.5em .875em 1em;
        border-color: #e8eef4
    }
}

@media only screen and (max-width: 22.5em) {
    .community__list-item {
        padding:1em .875em .5em
    }
}

.community__list-item:hover {
    background: #f2f7fa;
    border-color: #f2f7fa
}

.community__list-item:nth-child(even) {
    margin-left: -1px
}

@media only screen and (max-width: 47.9375em) {
    .community__list-item:nth-child(even) {
        margin-left:0
    }
}

.community__list-item--new {
    position: relative
}

.community__list-item--new:after {
    content: 'New';
    position: absolute;
    top: 2.25em;
    right: 2.25em;
    text-transform: uppercase;
    color: #6522ff;
    font-size: .875em;
    font-weight: 700;
    padding: .75em .75em .75em 2em;
    background: #f2f7fa url(../b/static/img/content/com/flash.html) no-repeat .75em center/.75em
}

@media only screen and (max-width: 63.9375em) {
    .community__list-item--new:after {
        font-size:.775em
    }
}

@media only screen and (max-width: 47.9375em) {
    .community__list-item--new:after {
        top:1.75em;
        right: 1.75em
    }
}

@media only screen and (max-width: 22.5em) {
    .community__list-item--new:after {
        font-size:.7em;
        top: 1.5em;
        right: 1.5em
    }
}

.community__list-item--new .community__item-title {
    padding-right: 22%
}

.community__item-title {
    margin-bottom: .1em
}

.community__item-price {
    color: #6522ff;
    margin-bottom: .5em
}

@media only screen and (max-width: 47.9375em) {
    .community__item-price {
        font-size:1.125em
    }
}

.community__list-btns {
    margin-top: 3em;
    text-align: center
}

@media only screen and (max-width: 63.9375em) {
    .community__list-btns {
        margin-top:1.5em
    }
}

.community__bottom-rules {
    background: #131625;
    color: #555;
    padding: 1.5em 0 1em
}

.community__bottom-rules a {
    color: #fff
}

.community__bottom-rules a:hover {
    color: #6522ff
}

.author-info {
    background: -webkit-gradient(linear,left bottom,left top,from(#181d36),to(#131625));
    background: -webkit-linear-gradient(bottom,#181d36 0%,#131625 100%);
    background: -o-linear-gradient(bottom,#181d36 0%,#131625 100%);
    background: linear-gradient(0deg,#181d36 0%,#131625 100%)
}

.author-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 800px;
    padding: 3em 0
}

@media only screen and (max-width: 47.9375em) {
    .author-info__wrap {
        padding:1em 0
    }
}

.author-info__wrap:hover .author__text {
    opacity: 1
}

.author__photo {
    width: 6.25em;
    height: 6.25em;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    margin-right: 1.5em
}

.author__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -o-object-fit: cover;
    object-fit: cover
}

.author__name {
    color: #fff;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: .125em
}

.author__text {
    color: #fff;
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media only screen and (max-width: 47.9375em) {
    .author__text {
        font-size:.75em;
        line-height: 1.5
    }
}

.blog-post {
    padding: 9em 0 3em
}

@media only screen and (max-width: 47.9375em) {
    .blog-post {
        padding:4.5em 0 2em
    }
}

.blog-post__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post {
    width: 75%
}

@media only screen and (max-width: 79.375em) {
    .post {
        width:70%
    }
}

@media only screen and (max-width: 63.9375em) {
    .post {
        width:100%
    }
}

.post__others {
    width: 24%
}

@media only screen and (max-width: 63.9375em) {
    .post__others {
        display:none
    }
}

.post__categories {
    width: 100%;
    margin-bottom: .5em
}

.post__category {
    color: #6522ff;
    line-height: 2;
    font-weight: 700;
    font-size: .75em;
    text-transform: uppercase
}

.post__category:after {
    content: "•";
    color: #6522ff;
    margin: 0 .5em;
    height: 1em
}

.post__category:hover {
    color: #000
}

.post__category:last-child:after {
    content: none
}

.post__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875em;
    line-height: 2;
    margin-bottom: 2em
}

@media only screen and (max-width: 47.9375em) {
    .post__info {
        font-size:.675em;
        margin-bottom: 1em
    }
}

.post__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.25em
}

.post__author:hover .post__author-name {
    color: #6522ff
}

.post__author-img {
    width: 3.125em;
    height: 3.125em;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    margin-right: 1em;
    border-radius: 100%
}

.post__author-img img {
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -o-object-fit: cover;
    object-fit: cover
}

.post__author-name {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.post__date,.post__time {
    opacity: .5
}

.post__time:before {
    content: "•";
    margin: 0 .25em 0 .5em;
    height: 1em
}

.post__in-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post__share-vertical {
    margin-right: 2em
}

@media only screen and (max-width: 79.9375em) {
    .post__share-vertical {
        display:none
    }
}

.post__share-btn {
    border: 1px solid #c2d1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.post__share-btn svg {
    width: 1.25em;
    max-height: 1.25em
}

.post__share-btn path {
    fill: #c2d1e1
}

.post__share-btn--vertical {
    width: 2.735em;
    height: 2.735em;
    border-radius: 100%;
    margin-bottom: .75em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post__share-btn--horizontal,.table_x td {
    padding: .5em 0
}

.post__share-btn--horizontal:not(:last-child) {
    border-right: 0
}

.post__share-fb:hover {
    border-color: #3b5998;
    background: #3b5998
}

.post__share-tw:hover {
    border-color: #1ea1f3;
    background: #1ea1f3
}

.post__share-tg svg {
    margin-left: -1px
}

.post__share-tg:hover {
    border-color: #08c;
    background: #08c
}

.post__content-wrap {
    width: 100%;
    max-width: 760px
}

.post__content h2 {
    font-family: urbane, sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.333
}

@media only screen and (max-width: 79.9375em) {
    .post__content h2 {
        font-size:1.75em
    }
}

.post__content h2,.post__content h3,.post__content p+h1 {
    margin-top: .75em;
    margin-bottom: .25em
}

.post__content h4,.post__content h5 {
    margin-top: .5em;
    margin-bottom: .25em
}

.post__content ol,.post__content p,.post__content ul {
    font-size: 1.0625em;
    margin-bottom: 1.5em
}

@media only screen and (max-width: 79.9375em) {
    .post__content p {
        font-size:.875em;
        margin-bottom: 1.25em
    }
}

.post__content img {
    display: block
}

.post__content ol,.post__content ul {
    padding-left: 1.125em
}

.post__content ul li>ul li:before {
    background: 0 0;
    border: 1px solid #6522ff
}

.post__content ol li {
    display: list-item;
    list-style-position: inside;
    padding-left: 0
}

.post__content p+ol,.post__content p+ul {
    margin-top: -.75em
}

.post__content a {
    color: #6522ff
}

.post__content a,.post__content a:hover {
    text-decoration: underline
}

.post__content .post__video,.post__content figure {
    margin-bottom: .75em
}

.post__content p+.post__video,.post__content p+figure {
    margin-top: 1em
}

.post__content blockquote h1,.post__content blockquote h2,.post__content h1+h2,.post__content h1+h3 {
    margin-top: 0
}

.post__content h2+h3 {
    margin-top: .25em
}

.post__content hr {
    border: 0;
    border-top: 2px solid #6522ff;
    margin: 1em 0
}

.post__content .fb-video {
    margin: 1em 0
}

.post__content iframe {
    max-width: 100%
}

.post__content blockquote,.post__content pre {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post__content blockquote {
    border: 2px solid #6522ff;
    margin: 1.75em 0;
    padding: 1.25em;
    font-size: 1.125em
}

.post__content blockquote p {
    margin-bottom: 1em
}

.post__content blockquote h3,.post__content blockquote h4,.post__content blockquote h5,.post__content blockquote h6 {
    margin-top: 0
}

.post__content pre {
    background-color: #f3f3f3;
    border-radius: 0;
    border: 1px solid rgba(101,34,255,.125);
    padding: 1em 1.25em;
    font-size: .875em;
    color: #6522ff
}

@media only screen and (max-width: 47.9375em) {
    .post__content pre {
        max-width:100%;
        white-space: pre-line;
        word-spacing: normal;
        word-break: break-word
    }
}

.post__content code {
    background-color: #f1e8ff;
    color: #6522ff;
    padding: .25em .5em;
    border-radius: 0;
    font-size: 1em;
    vertical-align: middle
}

.post__content.wizard__content-inner {
    max-width: 690px;
    margin: auto;
    padding-bottom: 2em
}

@media only screen and (max-width: 48em) {
    .post__content.wizard__content-inner {
        padding-bottom:4.5em
    }
}

.post__video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.post__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto
}

.post__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #e8eef4;
    padding: 2em 0;
    margin-bottom: 2em
}

.post__tag {
    display: inline-block;
    padding: .3em .4em;
    background-color: #e8eef4;
    color: #555;
    border-radius: 3px;
    margin: 0 .25em .5em 0;
    font-size: .875em
}

.post__tag:hover {
    background: #6522ff;
    color: #fff
}

.medium-zoom-overlay {
    z-index: 100
}

.medium-zoom-image {
    z-index: 101
}

.code__block {
    padding: 0;
    position: relative;
    background-color: #f1e8ff;
    font-size: 1em
}

.code__copy {
    display: inline-block;
    width: 1.5em;
    height: 1.705em;
    margin-left: -1px;
    padding: .25em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    background: #f1e8ff url(../b/static/img/general/icons/copy.html) no-repeat center center/1em
}

.code__copy:active {
    background: #6522ff url(../b/static/img/general/icons/copy-success.html) no-repeat center center/1em
}

.table_x {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

@media only screen and (max-width: 47.9375em) {
    .table_x {
        font-size:.825em
    }
}

/*.footer {
    background: #131625;
    color: #fff;
    padding: 3.75rem 0 2.5rem;
    position: relative;
}*/

@media only screen and (max-width: 63.9375em) {
    .footer {
        padding-top:6rem;
        padding-bottom: 2rem
    }
}

@media only screen and (max-width: 25.625em) {
    .footer {
        padding-top:7rem
    }
}

@media only screen and (max-width: 63.9375em) {
    .footer-nav__block {
        margin-bottom:2em
    }
}

.footer-nav__title {
    font-family: urbane, sans-serif;
    font-weight: 700;
    font-size: .75rem;
    line-height: 2;
    text-transform: uppercase;
    display: block;
    margin-bottom: .4em
}

.footer-nav__link {
    font-size: .875rem;
    line-height: 1.78;
    color: #a8a8a8;
    padding: .25em 1.5em .25em 0;
    display: inline-block
}

.footer-info__consortium:hover,.footer-information__link:hover,.footer-nav__link:hover {
    color: #fff
}

.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

@media only screen and (max-width: 63.9375em) {
    .footer-info {
        border-top:1px solid #1c2035
    }
}

.footer-info__socials {
    width: 100%
}

@media only screen and (max-width: 63.9375em) {
    .footer-info__socials {
        text-align:center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #1c2035;
        padding: 1em 0 .75em
    }
}

@media only screen and (max-width: 25.625em) {
    .social-list {
        max-width:310px;
        margin: auto
    }
}

.social-list li,.social-list__link {
    display: inline-block
}

@media only screen and (min-width: 63.9375em) {
    .social-list li:last-child .social-list__link {
        padding-right:0
    }
}

.social-list__link {
    padding: .25em
}

@media only screen and (max-width: 63.9375em) {
    .social-list__link {
        padding:.5em
    }
}

.social-list__link svg {
    width: 1.25rem;
    max-height: 1.25em
}

@media only screen and (max-width: 63.9375em) {
    .social-list__link svg {
        width:1.5rem;
        max-height: 1.5rem
    }
}

.footer-info__bottom {
    width: 100%;
    margin-top: auto
}

@media only screen and (max-width: 63.9375em) {
    .footer-info__bottom {
        padding-top:1.75em;
        text-align: center
    }
}

.footer-info__links {
    margin-bottom: .5em
}

@media only screen and (max-width: 63.9375em) {
    .footer-info__links {
        margin-top:1em
    }
}

.footer-information__link {
    display: inline-block;
    padding: .5em 0 .5em 1em;
    margin-left: .5em;
    font-size: .8125rem;
    color: #a8a8a8
}

@media only screen and (max-width: 63.9375em) {
    .footer-information__link {
        padding:.75em .5em;
        margin: 0 .4em
    }
}

.footer-info__copyright {
    font-size: .75rem;
    color: #a8a8a8;
    opacity: .5
}

.footer-info__consortium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    color: #a8a8a8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 63.9375em) {
    .footer-info__consortium {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-info__consortium img {
    width: 4em;
    display: inline-block;
    margin-left: .5em
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 1em 0;
    height: 80px;
    line-height: 27px;
    border-bottom: 1px solid #29646b00;
}

@media only screen and (max-width: 80em) {
    .header {
        padding:1em 0;
        font-size: .9125em
    }
}

@media only screen and (max-width: 47.9375em) {
    .header {
        font-size:1em
    }

    .header,.header .container {
        padding: 0
    }
}

.header.main {
    color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .header.main {
        color:#000
    }
}

.header.main .header__logo path,.post__share-fb:hover path,.post__share-tg:hover path,.post__share-tw:hover path,.social-list__link path {
    fill: #fff
}

.header.main .header__hamb-line {
    background: #fff
}

.header.main .header__block,.header.main .header__hamb-line,.header.main .header__logo path {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.header.white,.menu__open .header.main .header__block {
    background: #fff;
    -webkit-box-shadow: 0 2px 33px 0 rgba(0,0,0,.07);
    box-shadow: 0 2px 33px 0 rgba(0,0,0,.07)
}

.header.white {
    color: #000
}

@media only screen and (max-width: 47.9375em) {
    .header.white .header__block {
        background:#fff;
        -webkit-box-shadow: 0 2px 33px 0 rgba(0,0,0,.07);
        box-shadow: 0 2px 33px 0 rgba(0,0,0,.07)
    }
}

.menu__open .header.main .header__logo path {
    fill: #000;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.menu__open .header.main .header__hamb-line {
    background: #000;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.menu__open .header.main .header__block {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.header__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__block,.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 47.9375em) {
    .header__block {
        width:100%;
        padding: .75em .875em;
        position: relative;
        z-index: 2;
        -webkit-transition: .4s ease;
        -o-transition: .4s ease;
        transition: .4s ease
    }
}

.header__logo {
    margin-right: 2em;
    width: 10em;
    display: inline-block;
    line-height: 0
}

.header__logo img {
    display: block;
    max-height: 2.75em
}

@media only screen and (max-width: 79.9375em) {
    .header__logo {
        margin-right:.75em;
        width: 7em
    }
}

@media only screen and (max-width: 63.9375em) {
    .header__logo {
        margin-right:0;
        width: 6em
    }
}

@media only screen and (max-width: 47.9375em) {
    .header__logo {
        width:5em
    }
}

.header__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 63.9375em) {
    .header__prices {
        display:none
    }
}

.header__price {
    font-size: .875em;
    font-family: urbane, sans-serif;
    color: #555;
    margin-right: 1em;
    padding-left: 2em
}

.header__price:last-child {
    margin-right: 0
}

@media only screen and (max-width: 79.9375em) {
    .header__price {
        font-size:.75em;
        margin-right: .75em
    }
}

 

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 47.9375em) {
    .header__nav {
        display:block;
        position: absolute;
        top: 2.95em;
        background: #fff;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate3d(0,-130%,0);
        transform: translate3d(0,-130%,0);
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }

    .menu__open .header__nav {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
		padding-bottom: 10px;
    }
}



.header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.header__nav-item {
    margin: 0 .25em;
    position: relative
}

.header__nav-item:last-child {
    margin-right: 0
}

.header__nav-item:last-child .header__nav-link {
    padding-right: 0
}

.header__nav-item:hover .header__nav-list-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@media only screen and (max-width: 68.75em) {
    .header__nav-item {
        margin:0 .3em
    }
}

@media only screen and (max-width: 47.9375em) {
    .header__nav-item {
        width:100%;
        margin: 0
    }
}

.header__nav-link {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.785;
    text-transform: uppercase;
    padding: 1em .5em;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
	color:#000;
}

@media only screen and (min-width: 48em) {
    .header__nav-link:after {
        content:"";
        position: absolute;
        bottom: .5em;
        left: 0;
        width: 100%;
        height: 2px;
        background: #6522ff;
        -webkit-transform: translate3d(-102%,0,0);
        transform: translate3d(-102%,0,0)
    }

    .header__nav-link.hover-in-l:after {
        -webkit-animation: hover-in-l .2s ease-in-out forwards;
        animation: hover-in-l .2s ease-in-out forwards
    }

    .header__nav-link.hover-in-r:after {
        -webkit-animation: hover-in-r .2s ease-in-out forwards;
        animation: hover-in-r .2s ease-in-out forwards
    }

    .header__nav-link.hover-out-l:after {
        -webkit-animation: hover-out-l .2s ease-in-out forwards;
        animation: hover-out-l .2s ease-in-out forwards
    }

    .header__nav-link.hover-out-r:after {
        -webkit-animation: hover-out-r .2s ease-in-out forwards;
        animation: hover-out-r .2s ease-in-out forwards
    }
}

@media only screen and (max-width: 47.9375em) {
    .header__nav-link {
        padding:1em;
        border-bottom: 1px solid #e8eef4;
		margin-bottom: 5px;
    }
}

.header__nav-link:focus+.header__nav-list-inner,.header__nav-link:hover+.header__nav-list-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@media only screen and (max-width: 47.9375em) {
    .header__nav-item--menu .header__nav-link:after {
        content:"";
        display: block;
        position: absolute;
        top: 50%;
        right: .85em;
        -webkit-transform: translate3d(-.5em,-50%,0) rotate(90deg);
        transform: translate3d(-.5em,-50%,0) rotate(90deg);
        background: url(../static/img/arrow-right-purple.svg) no-repeat center/contain;
        width: 1em;
        height: 1em;
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
}

.header__nav-item--menu.active .header__nav-link:after {
    -webkit-transform: translate3d(-.5em,-50%,0) rotate(-90deg);
    transform: translate3d(-.5em,-50%,0) rotate(-90deg);
}

.header__nav-list-inner {
    background: #fff;
    color: #000;
}

@media only screen and (min-width: 48em) {
    .header__nav-list-inner {
        display:block;
        -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
        box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
        min-width: 11.9em;
        position: absolute;
        padding: .75em 1.5em .5em;
        top: 2.8em;
        left: -1em;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-transform: translate3d(0,4px,0);
        transform: translate3d(0,4px,0);
    }
}

@media only screen and (max-width: 47.9375em) {
    .header__nav-list-inner {
        max-height:0;
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .active .header__nav-list-inner {
        max-height: 140px;
    }
}

@media only screen and (min-width: 48em) {
    .header__nav-item-inner:last-child .header__nav-link-inner {
        border:0;
    }
}

.header__nav-link-inner {
    padding: .75em 0 .75em 1.5em;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #e8eef4;
    position: relative;
    font-family: urbane, sans-serif;
}

.header__nav-link-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(-.5em,-50%,0);
    transform: translate3d(-.5em,-50%,0);
    background: url(../static/img/arrow-right-purple.svg) no-repeat center/contain;
    width: .75em;
    height: .75em;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

@media only screen and (max-width: 47.9375em) {
    .header__nav-link-inner:after {
        right:.5em;
    }
}

.header__nav-link-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1em;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 47.9375em) {
    .header__nav-link-inner:before {
        left:.75em;
    }
}

.header__nav-link-inner:hover {
    color: #c82a72;
}

.header__nav-link-inner:before,.header__nav-link-inner:hover:after {
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

@media only screen and (max-width: 47.9375em) {
    .header__nav-link-inner {
        padding:.75em 1em .75em 2.25em;
        font-weight: 400;
        border-bottom: 1px solid rgba(232,238,244,.5);
    }
}

.header__hamb {
	    border: none;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
    padding: .94em .875em;
}

@media only screen and (max-width: 47.9375em) {
    .header__hamb {
        display:block;
    }
}

.hamburger,
.lang__current,
.lang__link,
.lang__wrap {
    /* display: inline-block; */
}
.submenu__link:hover {
    color: #fff
}
.lang__wrap {
    margin-left: 14px;
    line-height: 1.3;
    vertical-align: middle;
    position: relative
}
.lang__wrap.open .lang__in {
    opacity: 1;
    visibility: visible
}
.lang__current {
    width: 38px;
    height: 38px;
    padding: 7px;
    text-align: center;
    background: 0 0
}
.lang__current:hover {
    background: #0c283e;
    box-shadow: inset 0 0 6px rgba(255, 255, 255, .25)
}
.lang__in {
    position: absolute;
    top: 100%;
    padding-top: 29px;
    left: 7px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden
}
.lang__item {
    margin-bottom: 6px
}
.lang__link {
    line-height: 0;
    background: #65c3b6;
    box-shadow: 0 0 0 1px #65c3b6
}
.lang__link:hover {
    box-shadow: 0 0 0 2px #65c3b6
}
.hamburger {
    /* vertical-align: middle; */
    /* margin-right: 10px; */
}
.hamburger .line {
    width: 21px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.section.disabled:after,
.section__mono:before {
    left: 0;
    background: #fff;
    -webkit-transform: skewY(-8.5deg);
    top: 0;
    content: ''
}

.header__hamb.show .header__hamb-line-wrap {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header__hamb.show .hamb-line__first {
    -webkit-transform: translate3d(0,8px,0) rotate(-45deg);
    transform: translate3d(0,8px,0) rotate(-45deg);
}

.header__hamb.show .hamb-line__center {
    opacity: 0;
    -webkit-transition: -webkit-transform .05s ease 0s;
    -o-transition: transform .05s ease 0s;
    transition: transform .05s ease 0s;
    transition: transform .05s ease 0s,-webkit-transform .05s ease 0s;
    -webkit-animation: none;
    animation: none;
}

.header__hamb.show .hamb-line__second {
    -webkit-transform: translate3d(0,-8px,0) rotate(45deg);
    transform: translate3d(0,-8px,0) rotate(45deg);
}

.header__hamb-line {
    height: 2px;
    width: 1.5em;
    background: #000;
    display: block;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-bottom: 6px;
}

.header__hamb-line:last-child {
    margin-bottom: 0;
}

.hamb-line__center {
    -webkit-transition: .3s ease-in-out .2s;
    -o-transition: .3s ease-in-out .2s;
    transition: .3s ease-in-out .2s;
}

.header__hamb-line-wrap {
    -webkit-transition: .3s ease-in-out .3s;
    -o-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
}

.hamb-line__center,.hamb-line__first,.hamb-line__second {
    opacity: 0;
}

.hamb-line__first {
    -webkit-animation: hambShow 1s cubic-bezier(.645,.045,.355,1) .15s forwards;
    animation: hambShow 1s cubic-bezier(.645,.045,.355,1) .15s forwards;
}

.hamb-line__center {
    -webkit-animation: hambShow 1s cubic-bezier(.645,.045,.355,1) .2s forwards;
    animation: hambShow 1s cubic-bezier(.645,.045,.355,1) .2s forwards;
}

.hamb-line__second {
    -webkit-animation: hambShow 1s cubic-bezier(.645,.045,.355,1) .39s forwards;
    animation: hambShow 1s cubic-bezier(.645,.045,.355,1) .39s forwards;
}

 

.header__item-about a:before {
    background-image: url(../static/img/tszzzzzzz.svg)
}
/*lenguage*/

.header__item-rus a:before {
    background-image: url(../static/img/flags/ru.svg);
}
.header__item-eng a:before {
    background-image: url(../static/img/flags/gb.svg);
}
.header__item-deu a:before {
    background-image: url(../static/img/flags/de.svg);
}
.header__item-pols a:before {
    background-image: url(../static/img/flags/pl.svg);
}
.header__item-esp a:before {
    background-image: url(../static/img/flags/ea.svg);
}
.header__item-fran a:before {
    background-image: url(../static/img/flags/fr.svg);
}
.header__item-tur a:before {
    background-image: url(../static/img/flags/tr.svg);
}
.header__item-chine a:before {
    background-image: url(../static/img/flags/cn.svg);
}

/*lenguage*/
.header__item-jobs a:before {
    background-image: url(../static/img/ml.svg);
}

 

.header__item-roadmap a:before {
    background-image: url(../static/img/gs.svg)
}

.header__item-liders a:before {
    background-image: url(../images/roadmap.svg)
}

 

.btn--join {
    padding: .4em 1.25em;
    color: #fff;
    height: auto;
    margin-left: 2em;
	    border-radius: 2px !important;
}

.btn--join:hover {
    color: #fff;
    background: #d601f9
}

@media only screen and (max-width: 80em) {
    .btn--join {
        margin-left:1em
    }
}

@media only screen and (max-width: 63.9375em) {
    .btn--join {
        padding:.4em 1em
    }
}

@media only screen and (max-width: 47.9375em) {
    .btn--join {
        border:0;
        color: #000;
        letter-spacing: 2px;
        width: 100%;
        margin-left: 0;
        padding: 1em 0 1em 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left
    }
}

@media only screen and (min-width: 47.9375em) {
    .white .btn--join {
        color:#000
    }

    .white .btn--join:hover {
        color: #fff;
        background: #ff0778;
        border-color: #ff0778;
    }
}

.header__mainnet {
    position: relative
}

@media only screen and (max-width: 63.9375em) {
    .header__mainnet {
        display:none
    }
}

@media only screen and (max-width: 47.9375em) {
    .header__mainnet {
        display:inline-block;
        margin-left: .4em;
        font-size: .875em
    }
}

.mainnet__link {
    font-weight: 700;
    text-transform: uppercase;
    padding: .4em 1em .4em 1.75em;
    border: 1px solid #343756;
    position: relative;
    color: #fff
}

.mainnet__link:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: .75em;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 6px;
    height: 6px;
    background: #32cd32;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 4px 1px #32cd32;
    box-shadow: 0 0 4px 1px #32cd32;
    -webkit-animation: pulse 2s ease-in-out infinite;
    animation: pulse 2s ease-in-out infinite
}

.mainnet__link:hover {
    background: #6522ff;
    border-color: #6522ff;
    color: #fff
}

.white .mainnet__link {
    border-color: #e8eef4;
    color: #000;
    background: #e8eef4;
	border-radius: 50px;
}

.white .mainnet__link:hover {
    background: #6522ff;
    color: #fff
}

.menu__open .mainnet__link,.menu__open .mainnet__link:hover {
    color: #000
}

@media only screen and (max-width: 80em) {
    .mainnet__link {
        font-size:.875em
    }
}

@media only screen and (max-width: 47.9375em) {
    .mainnet__link {
        border:0
    }

    .mainnet__link:hover {
        background: 0 0
    }
}

.mainnet__deals {
    margin-left: 1em;
    font-size: .875em;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mainnet__deals.show {
    opacity: 1
}

.white .mainnet__deals {
    color: #555
}

@media only screen and (max-width: 68.75em) {
    .mainnet__deals {
        display:none
    }
}

.gts-block {
    padding: 7em 0;
    border-bottom: 1px solid #e8eef4;
    position: relative
}

@media only screen and (max-width: 79.9375em) {
    .gts-block {
        padding:5em 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .gts-block {
        padding:3em 0
    }
}

.gts__btns {
    margin-top: 3em;
    margin-bottom: 4em
}

@media only screen and (max-width: 63.9375em) {
    .gts__btns {
        margin-bottom:1em
    }
}

@media only screen and (max-width: 47.9375em) {
    .gts__btns {
        margin-top:2em;
        margin-bottom: 0
    }

    .gts__btns .btn {
        margin-bottom: .75em
    }
}

.gts__btns .btn {
    margin-right: .5em
}

.gts__btns .btn__arrow {
    margin-left: 1.5em
}

@media only screen and (max-width: 47.9375em) {
    .gts__btns .btn__arrow {
        display:block;
        margin-left: 0
    }
}

.gts__img-r {
    position: absolute;
    top: 30%;
    right: 0;
    max-width: 40%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

@media only screen and (max-width: 79.9375em) {
    .gts__img-r {
        max-width:30%
    }
}

@media only screen and (max-width: 63.9375em) {
    .gts__img-r {
        display:none
    }
}

.gts__img-rr {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 40%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

@media only screen and (max-width: 79.9375em) {
    .gts__img-rr {
        max-width:30%
    }
}

@media only screen and (max-width: 63.9375em) {
    .gts__img-rr {
        display:none
    }
}

.gts__img-l {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 40%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

@media only screen and (max-width: 79.9375em) {
    .gts__img-l {
        max-width:30%
    }
}

@media only screen and (max-width: 63.9375em) {
    .gts__img-l {
        display:none
    }
}

.gs-container {
    position: relative
}

.gs__right-img {
    position: absolute;
    right: -13%;
    top: -5%;
    width: 425px
}

@media only screen and (max-width: 63.9375em) {
    .gs__right-img {
        display:none
    }
}

.gs__left-img {
    position: absolute;
    width: 400px;
    left: -3%;
    top: 13%
}

@media only screen and (max-width: 79.9375em) {
    .gs__left-img {
        width:300px;
        left: 2%;
        top: 10%
    }
}

@media only screen and (max-width: 63.9375em) {
    .gs__left-img {
        display:none
    }
}

.jobs {
    padding: 9em 0 5em
}

@media only screen and (max-width: 47.9375em) {
    .jobs {
        padding:4.5em 0 4em
    }
}

.jobs__list {
    margin-top: 4em
}

@media only screen and (max-width: 47.9375em) {
    .jobs__list {
        margin-top:2em
    }
}

.job__item {
    border: 1px solid #e8eef4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.job__item.current,.job__item:hover {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    border-color: #6522ff
}

.job__item.current .job__item-btn {
    padding-bottom: 1em
}

.job__item.current .job__item-btn .p-calc__wrap .app__title:after,.job__item.current .job__item-btn .post__content h3:after,.job__item.current .job__item-btn .title:after,.p-calc__wrap .job__item.current .job__item-btn .app__title:after,.post__content .job__item.current .job__item-btn h3:after {
    -webkit-transform: translate3d(0,-50%,0) rotate(-90deg);
    transform: translate3d(0,-50%,0) rotate(-90deg)
}

.job__item-btn {
    display: block;
    padding: 1.25em 2em;
    width: 100%;
    text-align: left
}

@media only screen and (max-width: 47.9375em) {
    .job__item-btn {
        padding:1em
    }
}

.job__item-btn .p-calc__wrap .app__title,.job__item-btn .post__content h3,.job__item-btn .title,.p-calc__wrap .job__item-btn .app__title,.post__content .job__item-btn h3 {
    position: relative
}

.job__item-btn .p-calc__wrap .app__title:after,.job__item-btn .post__content h3:after,.job__item-btn .title:after,.p-calc__wrap .job__item-btn .app__title:after,.post__content .job__item-btn h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0,-50%,0) rotate(90deg);
    transform: translate3d(0,-50%,0) rotate(90deg);
    background: url(../static/img/arrow-right-purple.svg) no-repeat center/contain;
    width: .75em;
    height: .75em;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.job__item-title {
    margin: 0;
    pointer-events: none
}

.btn--job-apply {
    margin-bottom: 2em
}

.job__item-content {
    padding: 0 3em 1em;
    display: none
}

@media only screen and (max-width: 47.9375em) {
    .job__item-content {
        padding:0 1em 1em
    }
}

.job__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.job__item-block {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2em
}

@media only screen and (max-width: 47.9375em) {
    .job__item-block {
        width:100%;
        margin-bottom: 1.5em
    }
}

.job__item-block:nth-child(odd) {
    padding-right: 3em
}

@media only screen and (max-width: 47.9375em) {
    .job__item-block:nth-child(odd) {
        padding-right:0
    }
}

.jobs-form {
    border-top: 1px solid #e8eef4;
    padding: 4em 0 6em
}

@media only screen and (max-width: 47.9375em) {
    .jobs-form {
        padding:3em 0
    }
}

.jobs__form {
    max-width: 800px;
    margin: 2em auto auto
}

#main-map {
    height: 90vh;
    width: 100%
}

#main-map .labels {
    overflow: visible!important
}

#main-map .worker-pin {
    display: inline-block;
    border-radius: 50%
}

#main-map .worker-pin--big {
    width: 10px;
    height: 10px;
    background: #6522ff;
    position: relative
}

#main-map .worker-pin--big:before,#main-map .worker-pin--small:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: pulse-map 2.25s ease-out infinite;
    animation: pulse-map 2.25s ease-out infinite
}

#main-map .worker-pin--small {
    width: 8px;
    height: 8px;
    background: #32cd32;
    position: relative
}

#main-map .worker-pin--small:before {
    width: 90%;
    height: 90%;
    -webkit-animation: pulse-map-green 1.75s linear infinite;
    animation: pulse-map-green 1.75s linear infinite
}

#main-map .infoBox {
    background: #6522ff;
    padding: 4px 10px;
    color: #fff
}

#main-map .infoBox img,#main-map .infoBox-rent img {
    width: 10px;
    height: 10px;
    right: -10px;
    padding: 4px;
    top: -4px
}

#main-map .infoBox-rent {
    background: #32cd32;
    padding: 4px 10px;
    color: #000
}

#main-map .infoBox-rent img {
    right: -6px;
    top: 0
}

#main-map dl {
    padding: 3px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.125)
}

#main-map dl:last-child {
    border-bottom: 0
}

#main-map dd {
    display: inline-block;
    width: 45px;
    margin: 0
}

#main-map dt {
    font-weight: 500;
    display: inline-block
}

.custom-pin {
    font-family: "Roboto";
    font-weight: 500;
    width: 1.5em;
    height: 1.5em;
    padding: .25em;
    border-radius: 100%;
    color: #fff;
    background: #d601f9;
    cursor: pointer;
    position: absolute;
    line-height: 17px;
    font-size: 12px;
    text-align: center
}

.custom-pin:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: pulse-map-pink 2.5s linear infinite;
    animation: pulse-map-pink 2.5s linear infinite
}

.main-map {
    padding-top: 3em
}

.map__analitics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    margin-bottom: 1em;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width: 63.9375em) {
    .map__analitics {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 47.9375em) {
    .map__analitics-block {
        margin:0 .5em
    }
}

@media only screen and (max-width: 22.5em) {
    .map__analitics-block {
        margin:0 .25em
    }
}

.map__analitics-block.hidden {
    display: none
}

.map__analitics-number {
    font-size: 1.75em
}

@media only screen and (max-width: 64em) {
    .map__analitics-number {
        font-size:1.25em
    }
}

@media only screen and (max-width: 47.9375em) {
    .map__analitics-number {
        font-size:.825em
    }
}

.map__analitics-title {
    font-size: .825em;
    color: #000;
    font-weight: 400
}

@media only screen and (max-width: 64em) {
    .map__analitics-title {
        font-size:.6em
    }
}

@media only screen and (max-width: 47.9375em) {
    .map__analitics-title {
        font-size:.5em
    }
}

.map__analitics--averageDealDuration:after,.map__analitics--totalDealsDuration:after {
    content: "hours";
    display: inline-block;
    margin-left: .5em;
    font-size: .5em
}

.main-map__wrap {
    position: relative
}

.main-map__legend {
    position: absolute;
    top: 1.5em;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    width: 390px;
    background: #fff;
    border-radius: 3px;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid #e8eef4;
    -webkit-box-shadow: 0 2px 10px 3px #e8eef4;
    box-shadow: 0 2px 10px 3px #e8eef4;
    font-size: .75em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 25em) {
    .main-map__legend {
        width:94%
    }
}

@media only screen and (max-width: 22.5em) {
    .main-map__legend {
        font-size:10px
    }
}

.map__legend-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .6em 0
}

.map__legend-color--green,.map__legend-color--purple {
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    border-radius: 100%
}

.map__legend-color--green {
    background: #32cd32;
    margin-right: 6px
}

.map__legend-color--green:before,.map__legend-color--purple:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: pulse-map-green 2.25s ease-out infinite;
    animation: pulse-map-green 2.25s ease-out infinite
}

.map__legend-color--purple {
    background: #6522ff;
    margin-right: 8px
}

.map__legend-color--purple:before {
    -webkit-animation: pulse-map 2.25s ease-out infinite;
    animation: pulse-map 2.25s ease-out infinite
}

.after-top {
    position: relative;
    background: #fff;
	overflow: initial;
}

@media only screen and (max-width: 47.9375em) {
    .after-top {
        //margin-bottom:-5%
    }
}

.after-top+.gts-block {
    padding-top: 0
}

section.after-top {
    z-index: 3
}

section.after-top+section {
    z-index: 4
}

.after-top__wrap {
    padding: 3rem 6rem 2.5rem;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

@media only screen and (max-width: 79.9375em) {
    .after-top__wrap {
        padding:3rem 5rem 2.5rem
    }
}

@media only screen and (max-width: 63.9375em) {
    .after-top__wrap {
        padding:3rem 3rem 2.5rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .after-top__wrap {
        padding:1.25em 1.25em 1em;
        -webkit-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0)
    }
}

.fs-video {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity .4s ease-in-out,visibility .4s ease-in-out,-webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out,opacity .4s ease-in-out,visibility .4s ease-in-out;
    transition: transform .4s ease-in-out,opacity .4s ease-in-out,visibility .4s ease-in-out;
    transition: transform .4s ease-in-out,opacity .4s ease-in-out,visibility .4s ease-in-out,-webkit-transform .4s ease-in-out
}

.fs-video.active {
    z-index: 99;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.fs-video__close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 4em;
    height: 4em;
    z-index: 2
}

@media only screen and (max-width: 47.9375em) {
    .fs-video__close {
        width:3em;
        height: 3em
    }
}

.fs-video__close:after,.fs-video__close:before {
    content: '';
    width: 75%;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: .75
}

.fs-video__close:before {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg)
}

.fs-video__close:after {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg)
}

.fs-video__close:hover:after,.fs-video__close:hover:before,.modal__close:hover:after,.modal__close:hover:before {
    width: 66%;
    opacity: 1
}

.fs-video__wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.fs-video__wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.modal__back,.modal__right {
    position: fixed;
    top: 0;
    height: 100%
}

.modal__back {
    left: 0;
    background-color: rgba(19,22,37,.69);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    width: 100%;
    z-index: 99;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.fs-video.active,.modal__back.fired {
    opacity: 1;
    visibility: visible
}

.modal__right {
    background: #fff;
    right: 0;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
    width: 400px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(101%,0,0);
    transform: translate3d(101%,0,0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.modal__right.fired {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@media only screen and (max-width: 26.875em) {
    .modal__right {
        width:100%
    }
}

.modal__center {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
    width: 475px;
    height: auto;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1.05);
    transform: translate3d(-50%,-50%,0) scale(1.05);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.modal__center.fired {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1)
}

@media only screen and (max-width: 26.875em) {
    .modal__center {
        width:100%;
        height: 100%
    }
}

.modal__container {
    padding: 2em 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 26.875em) {
    .modal__container {
        padding:2em 1em
    }
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 3em;
    height: 3em;
    z-index: 2
}

@media only screen and (max-width: 47.9375em) {
    .modal__close {
        width:2.5em;
        height: 2.5em
    }
}

.modal__close:after,.modal__close:before {
    content: '';
    width: 70%;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #000;
    position: absolute;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: .75
}

.modal__close:before {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg)
}

.modal__close:after {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg)
}

.form__message {
    display: none;
    margin: 1.25em 0;
    font-size: .875em;
    text-align: center
}

.modal__footer {
    border-top: 1px solid #e8eef4;
    padding: .5em 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 26.875em) {
    .modal__footer {
        padding:.5em 1em
    }
}

@media only screen and (max-width: 23.75em) {
    .modal__footer {
        padding:.5em 0
    }
}

.modal__join .subscribe__form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.modal__join .btn {
    padding-left: 2.125em;
    padding-right: 2.125em
}

@media only screen and (max-width: 26.875em) {
    .modal__join .btn {
        width:100%
    }
}

.modal__center.modal__buy {
    width: 990px
}

@media only screen and (max-width: 63.9375em) {
    .modal__center.modal__buy {
        width:100%
    }

    .modal__center.modal__buy .modal__container {
        overflow: scroll;
        height: 100%
    }
}

.modal__buy {
    overflow: hidden
}

.modal__buy .sonm-tokens__wrap {
    margin-bottom: 1em
}

.modal__buy .snm__buy-title {
    font-size: 1.5em
}

@media only screen and (max-width: 47.9375em) {
    .modal__buy .snm__buy-title {
        font-size:1.125em
    }
}

.modal__buy .snm__buy-link img {
    height: 1.6em
}

.modal__buy .snm__buy-wrap {
    margin-bottom: 2em
}

.modal__buy .sonm-slider__link {
    min-height: auto;
    padding: 1em
}

@media only screen and (max-width: 47.9375em) {
    .modal__buy .sonm-slider__link {
        padding:.75em
    }
}

.modal__buy .sonm-slider__logo {
    height: 2.5em;
    max-width: 7em
}

@media only screen and (max-width: 47.9375em) {
    .modal__buy .sonm-slider__logo {
        height:2em;
        max-width: 100%
    }
}

.modal__buy .modal__close:after,.modal__buy .modal__close:before {
    background: #fff
}

.modal__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 23.75em) {
    .modal__socials {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.modal__social {
    display: inline-block;
    padding: 1em .75em
}

@media only screen and (min-width: 23.75em) {
    .modal__social:first-child {
        padding-left:0
    }

    .modal__social:last-child {
        padding-right: 0
    }
}

@media only screen and (max-width: 23.75em) {
    .modal__social {
        padding:.75em
    }
}

.modal__social img {
    width: 1.5em;
    max-height: 1.5em
}

.p-calc {
    position: relative;
    padding: 9em 0 4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-calc {
        padding:5em 0 4em
    }
}

.p-calc .container {
    height: 100%;
    position: relative;
    z-index: 3
}

.p-calc__wrap {
    min-height: 560px
}

.p-calc__wrap button {
    border-radius: 0
}

.p-calc__wrap .gpu__button-close {
    border-radius: 50%
}

.p-calc__wrap .app {
    max-width: none
}

.p-calc__wrap .app__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 47.9375em) {
    .p-calc__wrap .app__container {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.p-calc__wrap .app__main-panel {
    max-width: 750px
}

@media only screen and (max-width: 68.75em) {
    .p-calc__wrap .app__main-panel {
        max-width:650px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-calc__wrap .app__main-panel {
        max-width:100%
    }

    .p-calc__wrap .form-field--horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.p-calc__wrap .benchmarks {
    margin-top: .25em
}

@media only screen and (max-width: 47.9375em) {
    .p-calc__wrap .app__network-field {
        white-space:nowrap
    }
}

@media only screen and (max-width: 22.5em) {
    .p-calc__wrap .app__network-field:not(:last-child) {
        margin:7px 20px 0 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-calc__wrap .gpu .form-field__label {
        display:none
    }

    .p-calc__wrap .gpu .benchmarks .form-field__label {
        display: block
    }
}

@media only screen and (max-width: 22.5em) {
    .p-calc__wrap .gpu {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .p-calc__wrap .gpu .gpu__input-count {
        margin-left: 0
    }
}

.p-calc__wrap .form-field__label {
    font-weight: 400
}

.p-calc__wrap .app__header,.p-calc__wrap .benchmarks__header {
    margin-bottom: 1em
}

.p-calc__wrap .benchmarks__header {
    margin-top: .75em
}

.p-calc__wrap .app__header:not(:first-child) {
    margin-bottom: 1em
}

.p-calc__wrap .results-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px
}

@media only screen and (max-width: 47.9375em) {
    .p-calc__wrap .results-panel {
        max-width:100%;
        width: 100%;
        margin-top: 1.5em;
        margin-left: 0
    }
}

.p-calc__wrap .results-panel p {
    padding: .75em 0;
    margin: 0
}

.p-calc__wrap .load-mask--hidden,.p-calc__wrap .results-panel__calculate-button span {
    pointer-events: none
}

.solutions {
    padding: 8em 0
}

@media only screen and (max-width: 47.9375em) {
    .solutions {
        padding:3em 0
    }
}

.solutions__list {
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 63.9375em) {
    .solutions__list {
        margin-top:2em
    }
}

.solutions__item {
    width: 33.333%
}

@media only screen and (max-width: 63.9375em) {
    .solutions__item {
        width:100%;
        margin-bottom: 2em
    }
}

.solutions__list--main .solutions__item {
    width: 50%
}

@media only screen and (max-width: 63.9375em) {
    .solutions__list--main .solutions__item {
        width:100%;
        margin-bottom: 3em
    }
}

.solutions__list--main .solutions__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 63.9375em) {
    .solutions__list--main .solutions__link {
        padding:2em
    }
}

@media only screen and (max-width: 63.9375em) {
    .solutions__list--main .solutions__link {
        padding-right:0
    }

    .solutions__list--main .solutions__link .solutions__item-title {
        margin-bottom: 0
    }

    .p-calc__wrap .solutions__list--main .solutions__link .app__header,.p-calc__wrap .solutions__list--main .solutions__link .benchmarks__header,.p-calc__wrap .solutions__list--main .solutions__link .results-panel__header,.post__content .solutions__list--main .solutions__link h5,.solutions__list--main .solutions__link .p-calc__wrap .app__header,.solutions__list--main .solutions__link .p-calc__wrap .benchmarks__header,.solutions__list--main .solutions__link .p-calc__wrap .results-panel__header,.solutions__list--main .solutions__link .post__content h5,.solutions__list--main .solutions__link .text--l {
        width: 100%;
        margin-top: .75em
    }
}

@media only screen and (max-width: 47.9375em) {
    .solutions__list--main .solutions__link .solutions__item-title {
        width:100%;
        line-height: 1.5;
        margin-top: .75em
    }
}

@media only screen and (min-width: 63.9375em) {
    .solutions__list-mainpage .solutions__link:hover {
        background:#e8eef4
    }

    .solutions__list-mainpage .solutions__link:hover .btn__arrow:after {
        -webkit-transform: translate3d(.5em,0,0);
        transform: translate3d(.5em,0,0)
    }
}

.solutions__item-title {
    color: #000;
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: .5em;
    position: relative;
    line-height: 1
}

@media only screen and (max-width: 47.9375em) {
    .solutions__item-title {
        font-size:1em
    }
}

.solutions__link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5em
}

@media only screen and (max-width: 63.9375em) {
    .solutions__link {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 2em
    }
}

.solutions__icon {
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 1.5em
}

@media only screen and (max-width: 63.9375em) {
    .solutions__icon {
        margin-right:2em;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .solutions__icon {
        margin-right:1.25em
    }
}

.solutions__icon .icon__animation,.solutions__icon img {
    display: block;
    height: 5em;
    max-width: 5em
}

@media only screen and (max-width: 63.9375em) {
    .solutions__icon .icon__animation,.solutions__icon img {
        height:3.5em;
        max-width: 3.5em
    }
}

@media only screen and (max-width: 47.9375em) {
    .solutions__icon .icon__animation,.solutions__icon img {
        height:2.5em;
        max-width: 2.5em
    }
}

.solutions__link--purple {
    background: -webkit-linear-gradient(165.72deg,#da00f9 0%,#5927fa 100%);
    background: -o-linear-gradient(165.72deg,#da00f9 0%,#5927fa 100%);
    background: linear-gradient(284.28deg,#da00f9 0%,#5927fa 100%)
}

.solutions__link--purple-2 {
    background: -webkit-linear-gradient(225deg,#da00f9 0%,#5927fa 100%);
    background: -o-linear-gradient(225deg,#da00f9 0%,#5927fa 100%);
    background: linear-gradient(225deg,#da00f9 0%,#5927fa 100%)
}

.solutions__link--blue {
    background: -webkit-linear-gradient(229.62deg,#90ffff 0%,#5927fa 100%);
    background: -o-linear-gradient(229.62deg,#90ffff 0%,#5927fa 100%);
    background: linear-gradient(220.38deg,#90ffff 0%,#5927fa 100%)
}

.solutions__btns {
    margin-top: 2em
}

@media only screen and (max-width: 47.9375em) {
    .solutions__btns {
        margin-top:1em;
        margin-bottom: 1em;
        width: 100%
    }
}

.solutions__btns .btn {
    margin-right: 2em
}

@media only screen and (max-width: 47.9375em) {
    .solutions__btns .btn__arrow {
        display:block;
        margin-top: .75em
    }
}

.subscribe {
    background: #fff;
    padding: 5em 0;
    text-align: center;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 47.9375em) {
    .subscribe {
        padding:3em 0
    }
}

.subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5em
}

.subscribe__form .input,.subscribe__form .textarea {
    min-width: 16em
}

@media only screen and (max-width: 47.9375em) {
    .subscribe__form .input,.subscribe__form .textarea {
        min-width:13em
    }
}

@media only screen and (max-width: 20em) {
    .subscribe__form .input,.subscribe__form .textarea {
        min-width:11em
    }
}

@media only screen and (max-width: 47.9375em) {
    .subscribe__form .btn {
        padding-left:1.25em;
        padding-right: 1.25em
    }

    .btn--subscribe {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

.mc4wp-response {
    margin-top: 1.25em;
    font-size: .75em
}

.top-infomodule {
    position: relative;
    background: #d601f9;
    color: #fff;
    text-align: center;
    max-height: 50px;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden
}

@media only screen and (max-width: 79.9375em) {
    .top-infomodule {
        font-size:.875em
    }
}

@media only screen and (max-width: 47.9375em) {
    .top-infomodule {
        font-size:.75em
    }
}

.top-infomodule.hide {
    max-height: 0
}

.top__infomodule-link {
    font-family: urbane, sans-serif;
    line-height: 1.666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: .44em 1em
}

@media only screen and (max-width: 79.9375em) {
    .top__infomodule-link {
        padding:.44em 2em
    }
}

@media only screen and (max-width: 63.9375em) {
    .top__infomodule-link {
        padding:.44em 3.25em
    }
}

.infomodule__btn {
    background: #fff;
    color: #000;
    padding: .2em .5em;
    margin-left: .25em;
    border-radius: 3px;
    white-space: nowrap
}

.top-infomodule__close {
    background: #c106e0;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 100%
}

.top-infomodule__close:after,.top-infomodule__close:before {
    content: '';
    width: 75%;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: .75
}

.top-infomodule__close:before {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg)
}

.top-infomodule__close:after {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg)
}

.top-infomodule__close:hover:after,.top-infomodule__close:hover:before {
    width: 66%;
    opacity: 1
}


.snm__link {
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em;
    background: #fff;
    display: block;
    color: #000;
    margin-bottom: 5em
}

@media only screen and (max-width: 47.9375em) {
    .snm__link {
        padding:1.5em;
        margin-bottom: 4em
    }
}

.snm__link {
    background-image: url(../b/static/img/content/snm/bg.html);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 110%
}

.snm__link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width: 63.9375em) {
    .snm__link-wrap {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .snm__block {
        margin-bottom: 1.25em;
        width: 50%
    }
}

@media only screen and (max-width: 47.9375em) {
    .snm__block {
        width:100%
    }

    .snm__block:last-child {
        margin-bottom: 0
    }
}

.snm__block-tag {
    font-weight: 700;
    font-family: urbane, sans-serif;
    font-size: .875em;
    color: #555;
    text-transform: uppercase;
    margin-bottom: .5em
}

.snm__block-content {
    color: #000;
    font-size: 1.75em
}

.snm__buy-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 47.9375em) {
    .snm__buy-wrap {
        margin-bottom:3em
    }
}

.snm__buy-block {
    width: 48%
}

@media only screen and (max-width: 62em) {
    .snm__buy-block {
        width:100%;
        margin-bottom: 2em
    }

    .snm__buy-block:last-child {
        margin-bottom: 0
    }
}

.snm__buy-icon {
    display: inline-block;
    margin-left: .25em
}

.snm__buy-icon img {
    max-width: 2.5em;
    height: .9em
}

.snm__buy-title {
    margin-bottom: .5em;
    font-weight: 400
}

.snm__buy-link {
    display: inline-block;
    margin: 0 .75em .75em 0;
    background: #fff;
    border-radius: 3px;
    padding: .5em;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.1)
}

.snm__buy-link img {
    height: 1.86em;
    display: block
}

@media only screen and (max-width: 75em) {
    .snm__buy-link img {
        height:1.65em
    }
}

.snm__buy-link:hover {
    -webkit-transform: translate3d(0,-.25em,0);
    transform: translate3d(0,-.25em,0)
}

.status {
    padding: 8em 0
}

@media only screen and (max-width: 47.9375em) {
    .status {
        padding:3em 0
    }
}
  

.top.top__os {
    color: #000;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(232,238,244,.02)),to(#e8eef4));
    background: -webkit-linear-gradient(top,rgba(232,238,244,.02) 0%,#e8eef4 100%);
    background: -o-linear-gradient(top,rgba(232,238,244,.02) 0%,#e8eef4 100%);
    background: linear-gradient(180deg,rgba(232,238,244,.02) 0%,#e8eef4 100%)
}

.top.top__os .top__wrap {
    max-width: 820px
}

.top.top__os .top__text {
    max-width: 610px
}

@media only screen and (max-width: 47.9375em) {
    .top.top__os {
        padding-bottom:1em
    }

    .top.top__os .top__btns {
        text-align: center
    }

    .top.top__os br {
        display: none
    }
}

.top.top__os .container {
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 47.9375em) {
    .top__os-img {
        display:none
    }
}

.top__os-nb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    pointer-events: none
}

@media only screen and (min-width: 93.75em) {
    .top__os-nb {
        width:850px
    }
}

@media only screen and (max-width: 63.9375em) {
    .top__os-nb {
        display:none
    }
}

.top__os-nb .top__os__wrap {
    position: absolute;
    top: 55%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    right: -28.6%;
    max-height: 80%;
    width: 100%
}

@media only screen and (min-width: 93.75em) {
    .top__os-nb .top__os__wrap {
        max-height:initial;
        height: 100%;
        top: 60%
    }
}

.top__os-nb .top__os__wrap img {
    display: block;
    width: 100%;
    max-height: 100%
}

.top__os-nb .top__os-video {
    position: absolute;
    width: 76%;
    height: 0;
    top: 16%;
    left: 12.1%;
    padding-bottom: 45.5%;
    background: #000;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}

@media only screen and (min-width: 93.75em) {
    .top__os-nb .top__os-video {
        top:15%
    }
}

.top__os-nb .top__os-video video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.top__os-nb .top__os-video video::-webkit-media-controls,.top__os-nb .top__os-video video::-webkit-media-controls-enclosure,.top__os-nb .top__os-video video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none
}

.suppliers-info {
    padding: 5em 0 7em;
    color: #171a30
}

@media only screen and (max-width: 47.9375em) {
    .suppliers-info {
        padding:4em 0
    }

    .post__content .suppliers-info h1 br,.suppliers-info .post__content h1 br,.suppliers-info .section__title br {
        display: none
    }

    .suppliers-info .top__btns {
        text-align: center
    }
}

.suppliers__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7em
}

.suppliers__info-block:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__info-block {
        margin-bottom:4em
    }
}

.suppliers__info-content {
    width: 57%
}

@media only screen and (max-width: 56.25em) {
    .suppliers__info-content {
        width:65%
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__info-content {
        width:100%
    }
}

.suppliers__info-animation {
    width: 40%
}

@media only screen and (max-width: 56.25em) {
    .suppliers__info-animation {
        width:30%
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__info-animation {
        width:100%
    }
}

.suppliers__info-animation--graph {
    opacity: 0;
    -webkit-transform: translate3d(0,2em,0);
    transform: translate3d(0,2em,0);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.suppliers__info-animation--circle.in-view,.suppliers__info-animation--graph.in-view,.suppliers__info-animation--graph.in-view .si__graph-1,.suppliers__info-animation--graph.in-view .si__graph-2,.suppliers__info-animation--graph.in-view .si__graph-3 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.si__graph {
    position: relative;
    overflow: hidden;
    padding-top: 10%
}

.si__graph-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.si__graph-bg span {
    background: #f0e9ff;
    width: 1px;
    height: 100%;
    display: block
}

.si__graph-1 {
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translate3d(0,4em,0);
    transform: translate3d(0,4em,0);
    -webkit-transition: .5s ease .3s;
    -o-transition: .5s ease .3s;
    transition: .5s ease .3s
}

.si__graph-1,.si__graph-2,.si__graph-3 {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0
}

.si__graph-2 {
    bottom: 0;
    -webkit-transform: translate3d(0,3em,0);
    transform: translate3d(0,3em,0);
    position: relative;
    z-index: 3;
    -webkit-transition: .5s ease .6s;
    -o-transition: .5s ease .6s;
    transition: .5s ease .6s
}

.si__graph-3 {
    position: absolute;
    top: 6.5%;
    z-index: 4;
    -webkit-transition: .5s ease 1s;
    -o-transition: .5s ease 1s;
    transition: .5s ease 1s
}

.suppliers__info-animation--circle {
    opacity: 0;
    -webkit-transform: translate3d(0,2em,0);
    transform: translate3d(0,2em,0);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__info-animation--circle {
        display:none
    }
}

.si__circle {
    position: relative
}

.si__circle-1 {
    margin-left: -1em
}

.si__circle-2-1,.si__circle-2-2 {
    position: absolute;
    width: 59%;
    top: 2%;
    right: 1%
}

.si__circle-2-2 {
    width: 52.5%;
    right: -1.25%;
    top: 0;
    -webkit-animation: 6s sic2 linear infinite;
    animation: 6s sic2 linear infinite;
    display: none
}

.suppliers-comp {
    padding: 4em 0 0;
    border-top: 1px solid #e8eef4;
    color: #171a30
}

@media only screen and (max-width: 47.9375em) {
    .suppliers-comp {
        padding-top:3em
    }
}

.suppliers__comprasion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.suppliers__comprasion-item {
    width: 31%;
    background: #fff;
    -webkit-box-shadow: 0 2px 25px rgba(0,0,0,.111413);
    box-shadow: 0 2px 25px rgba(0,0,0,.111413);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5em 3.125em 2em 2.5em;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translate3d(0,2em,0) scale(.99);
    transform: translate3d(0,2em,0) scale(.99)
}

@media only screen and (max-width: 79.9375em) {
    .suppliers__comprasion-item {
        width:32%;
        padding: 1.5em
    }
}

@media only screen and (max-width: 56.25em) {
    .suppliers__comprasion-item {
        font-size:.75em
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__comprasion-item {
        width:100%;
        margin-bottom: 1em;
        font-size: .875em
    }
}

.suppliers__comprasion-item.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

.suppliers__comprasion-item:nth-child(1) .sp__item-hardware {
    border-color: #6522ff
}

.suppliers__comprasion-item:nth-child(2) {
    -webkit-transition-delay: .125s;
    -o-transition-delay: .125s;
    transition-delay: .125s
}

.suppliers__comprasion-item:nth-child(2) .sp__item-hardware {
    border-color: #3ef
}

.suppliers__comprasion-item:nth-child(3) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.suppliers__comprasion-item:nth-child(3) .sp__item-hardware {
    border-color: #bd10e0
}

.sp__item-name {
    color: #0d081d;
    font-weight: 700;
    margin-bottom: .5em
}

.sp__item-config {
    color: #949ea5
}

.sp__item-hardware {
    border-bottom: 2px solid;
    padding-bottom: 2em;
    margin-bottom: 2em
}

.sp__item-hardware dt {
    width: 30%;
    font-size: .875em
}

@media only screen and (max-width: 47.9375em) {
    .sp__item-hardware dt {
        width:25%
    }
}

.sp__item-hardware dd {
    width: 70%;
    margin: 0;
    font-size: 1.125em
}

.sp__item-cost-block,.sp__item-hardware {
    line-height: 1.75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.sp__item-cost-block span {
    width: 30%;
    font-size: 1.125em;
    text-align: right
}

.sp__item-cost-block span:first-child {
    width: 70%;
    font-size: .875em;
    text-align: left
}

.sp__item-cost-block.sp__item-cost-block--eth {
    margin-bottom: .25em
}

.sp__item-cost-block.sp__item-cost-block--eth span:first-child {
    color: #949ea5
}

.sp__item-cost-block.sp__item-cost-block--sonm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sp__item-cost-block.sp__item-cost-block--sonm span {
    width: 40%
}

.sp__item-cost-block.sp__item-cost-block--sonm span:first-child {
    width: 60%;
    font-weight: 700
}

.sp__item-cost-block .eth__config {
    color: #171a30
}

.sp__item-cost-block .sonm__config {
    font-size: 2.5em
}

.suppliers-calc {
    padding: 16em 0 5em;
    border-bottom: 1px solid #e8eef4;
    color: #171a30
}

@media only screen and (max-width: 68.75em) {
    .suppliers-calc {
        padding:10em 0 5em
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers-calc {
        padding:4em 0
    }
}

.suppliers-calc,.suppliers-calc .container {
    position: relative
}

.suppliers-calc .container:before {
    content: "";
    position: absolute;
    top: -12%;
    left: -12%;
    background: -webkit-linear-gradient(269.95deg,#3ef .04%,#6522ff 159.33%);
    background: -o-linear-gradient(269.95deg,#3ef .04%,#6522ff 159.33%);
    background: linear-gradient(180.05deg,#3ef .04%,#6522ff 159.33%);
    width: 30%;
    padding-bottom: 30%;
    border-radius: 100%
}

@media only screen and (max-width: 56.25em) {
    .suppliers-calc .container:before {
        top:-5%
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers-calc .container:before {
        content:none
    }
}

.suppliers-calc .container:after {
    content: "";
    position: absolute;
    top: -14.25%;
    right: -46%;
    background: url(../b/static/img/content/suppliers/circle-right.html) no-repeat center/contain;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

@media only screen and (max-width: 68.75em) {
    .suppliers-calc .container:after {
        width:94%;
        padding-bottom: 94%;
        top: -7%
    }
}

@media only screen and (max-width: 56.25em) {
    .suppliers-calc .container:after {
        width:100%;
        padding-bottom: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers-calc .container:after {
        top:10%;
        content: none
    }
}

.suppliers__calc-wrap.p-calc {
    -webkit-box-shadow: 0 2px 25px rgba(0,0,0,.111413);
    box-shadow: 0 2px 25px rgba(0,0,0,.111413);
    border-radius: 4px;
    padding: 3em 3.75em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    background: #fff;
    margin-bottom: 10em;
    opacity: 0;
    -webkit-transform: translate3d(0,2em,0) scale(.99);
    transform: translate3d(0,2em,0) scale(.99);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 79.9375em) {
    .suppliers__calc-wrap.p-calc {
        padding:2em
    }
}

@media only screen and (max-width: 56.25em) {
    .suppliers__calc-wrap.p-calc {
        padding:2em 1.5em;
        margin-bottom: 5em
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__calc-wrap.p-calc {
        -webkit-box-shadow:none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 4em
    }
}

.suppliers__calc-wrap.p-calc.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

.suppliers__calc-wrap.p-calc .results-panel__get-started-link {
    display: none
}

.suppliers__calc-wrap.p-calc .results-panel__calculate-button {
    width: 100%
}

.suppliers__calc-info {
    counter-reset: calc
}

.suppliers__calc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 56.25em) {
    .suppliers__calc-list {
        font-size:.75em
    }
}

.suppliers__calc-item {
    position: relative;
    padding-left: 14em;
    margin-bottom: 6em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(-3em,0,0) scale(.99);
    transform: translate3d(-3em,0,0) scale(.99);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media only screen and (max-width: 68.75em) {
    .suppliers__calc-item {
        padding-left:12em
    }
}

@media only screen and (max-width: 56.25em) {
    .suppliers__calc-item {
        padding-left:10em
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__calc-item {
        margin-bottom:3em;
        padding-left: 0
    }
}

.suppliers__calc-item.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

.suppliers__calc-item:after {
    position: absolute;
    left: 14em;
    top: 100%;
    content: "";
    width: 23.5%;
    height: 0;
    padding-top: 23.5%;
    display: block;
    background: url(../b/static/img/content/os/line.html) no-repeat center/contain
}

@media only screen and (max-width: 79.9375em) {
    .suppliers__calc-item:after {
        left:12em;
        width: 24%;
        padding-top: 24%
    }
}

@media only screen and (max-width: 56.25em) {
    .suppliers__calc-item:after {
        left:10em;
        width: 20%;
        padding-top: 20%
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__calc-item:after {
        content:none
    }
}

.suppliers__calc-item:before {
    counter-increment: calc;
    content: counter(calc);
    font-size: 18em;
    color: #6522ff;
    font-family: "IBM Plex Mono",monospace;
    position: absolute;
    top: 0;
    left: 0;
    line-height: .725
}

@media only screen and (max-width: 56.25em) {
    .suppliers__calc-item:before {
        font-size:15em
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__calc-item:before {
        content:none
    }
}

.suppliers__calc-item:nth-child(2) {
    margin-left: auto;
    width: auto
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__calc-item:nth-child(2) {
        margin-left:0
    }
}

.suppliers__calc-item:nth-child(2):after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 49.13%;
    padding-top: 49.13%
}

@media only screen and (max-width: 79.9375em) {
    .suppliers__calc-item:nth-child(2):after {
        width:25%;
        padding-top: 25%
    }
}

@media only screen and (max-width: 56.25em) {
    .suppliers__calc-item:nth-child(2):after {
        width:20%;
        padding-top: 20%
    }
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__calc-item:nth-child(2):after {
        content:none
    }
}

.suppliers__calc-item:last-child {
    margin-bottom: 2.5em
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__calc-item:last-child {
        margin-bottom:0
    }
}

.suppliers__calc-item:last-child:before {
    line-height: .65
}

.suppliers__calc-item:last-child:after {
    content: none
}

.suppliers__calc-title {
    font-size: 3.125em;
    font-weight: 700;
    margin-bottom: .125em;
    text-align: left
}

.suppliers__calc-text {
    font-size: 1.125em;
    max-width: 350px;
    text-align: left;
    line-height: 1.75
}

.suppliers-faq {
    padding: 5em 0;
    color: #171a30
}

@media only screen and (max-width: 47.9375em) {
    .suppliers-faq {
        padding:3em 0
    }
}

.suppliers__faq-item {
    letter-spacing: .2px;
    padding: 1.5em 7em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-bottom: 1px solid #e8eef4;
    position: relative;
    z-index: 1;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
    cursor: pointer
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__faq-item {
        padding:1em 1.5em 1em 3em
    }
}

.suppliers__faq-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0
}

.suppliers__faq-item.show {
    border-color: #6522ff
}

.suppliers__faq-item.show .suppliers__faq-item-open:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.suppliers__faq-item.show .suppliers__faq-text {
    max-height: 500px
}

.btn--sonm-os.btn--sonm-os--linux:hover .sonm-os__btn-text span,.btn--sonm-os.btn--sonm-os--windows:hover .sonm-os__btn-text span,.suppliers-install.in-view,.suppliers__faq-item.show+.show:before {
    opacity: 1
}

.suppliers__faq-title {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: .5em
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__faq-title {
        margin-bottom:0
    }
}

.suppliers__faq-item-open:before {
    content: "";
    width: .75em;
    height: 3px;
    display: block;
    background: #6522ff;
    position: absolute;
    left: 2.5em;
    top: 1.7em
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__faq-item-open:before {
        left:1em;
        top: 1.4em
    }
}

.suppliers__faq-item-open:after {
    content: "";
    width: .75em;
    height: 3px;
    display: block;
    background: #6522ff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    left: 2.5em;
    top: 1.7em
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__faq-item-open:after {
        left:1em;
        top: 1.4em
    }
}

.suppliers__faq-text {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.suppliers-install {
    background: #6522ff;
    color: #fff;
    padding: 4em 0;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.suppliers-contact {
    padding: 5em 0
}

@media only screen and (max-width: 47.9375em) {
    .suppliers-contact {
        padding:0
    }
}

.suppliers-contact .container {
    position: relative;
    z-index: 1
}

.suppliers-contact.in-view .suppliers__contact-wrap {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.suppliers__contact__img-left {
    position: absolute;
    left: 0;
    width: 30%;
    top: 10%
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__contact__img-left {
        display:none
    }
}

.suppliers__contact__img-right {
    position: absolute;
    right: 0;
    width: 30%;
    top: 10%
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__contact__img-right {
        display:none
    }
}

.suppliers__contact-wrap {
    background: #fff;
    -webkit-box-shadow: 0 2px 25px rgba(0,0,0,.111413);
    box-shadow: 0 2px 25px rgba(0,0,0,.111413);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.75em 3.75em 2.25em;
    max-width: 675px;
    margin: auto;
    position: relative;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translate3d(0,2em,0);
    transform: translate3d(0,2em,0)
}

@media only screen and (max-width: 47.9375em) {
    .suppliers__contact-wrap {
        -webkit-box-shadow:none;
        box-shadow: none;
        border-radius: 0;
        padding: 2em
    }
}

@media only screen and (max-width: 26.875em) {
    .suppliers__contact-wrap {
        -webkit-box-shadow:none;
        box-shadow: none;
        border-radius: none;
        padding: 2em 1em
    }
}

.suppliers__contact-wrap .input,.suppliers__contact-wrap .textarea {
    -webkit-box-shadow: inset 0 0 20px rgba(232,238,244,.5);
    box-shadow: inset 0 0 20px rgba(232,238,244,.5);
    background: #fff
}

.suppliers-download {
    position: relative;
    padding: 10em 0 6em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
    .suppliers-download {
        padding:5em 0
    }
}

.suppliers-download .container {
    height: 100%;
    position: relative;
    z-index: 3
}

.spd__wrap {
    max-width: 855px;
    margin: auto
}

.spd__wrap:before {
    content: "";
    position: absolute;
    top: -25%;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    width: 130%;
    padding-bottom: 130%;
    background: -webkit-linear-gradient(269.95deg,#6522ff 26.56%,#3ef 133.73%);
    background: -o-linear-gradient(269.95deg,#6522ff 26.56%,#3ef 133.73%);
    background: linear-gradient(180.05deg,#6522ff 26.56%,#3ef 133.73%);
    border-radius: 100%
}

@media only screen and (max-width: 47.9375em) {
    .spd__wrap:before {
        width:300%;
        padding-bottom: 300%
    }
}

.spd__wrap.spd__wrap--windows:before {
    top: -75%
}

.spd__top-max {
    max-width: 685px;
    margin: auto auto 1em
}

.spd__top-max a {
    color: #fff;
    text-decoration: underline
}

.spd__top {
    color: #fff;
    position: relative;
    z-index: 10
}

.spd__video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 5em
}

@media only screen and (max-width: 47.9375em) {
    .spd__video {
        margin-bottom:4em
    }
}

.spd__list-wrap {
    background: #fff;
    -webkit-box-shadow: 0 2px 25px rgba(0,0,0,.111413);
    box-shadow: 0 2px 25px rgba(0,0,0,.111413);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3em;
    position: relative;
    z-index: 10
}

@media only screen and (max-width: 47.9375em) {
    .spd__list-wrap {
        padding:1.5em 1em
    }
}

.spd__list {
    counter-reset: steps
}

.spd__item {
    position: relative;
    padding-left: 3.5em;
    margin-bottom: 2.5em
}

@media only screen and (max-width: 47.9375em) {
    .spd__item {
        padding-left:3em
    }
}

.spd__item:before {
    counter-increment: steps;
    content: counter(steps);
    color: #6522ff;
    font-family: "IBM Plex Mono",monospace;
    font-size: 3em;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1
}

.spd__item h4 {
    margin-bottom: 0
}

.sonm-os__btns .btn {
    margin-right: 1.75em
}

@media only screen and (max-width: 47.9375em) {
    .sonm-os__btns .btn {
        margin-right:0;
        margin-bottom: 1em
    }
}

.btn--sonm-os {
    height: auto;
    text-align: left;
    padding: .8em 1.25em
}

@media only screen and (max-width: 47.9375em) {
    .btn--sonm-os {
        width:100%;
        text-align: center
    }
}

.btn--sonm-os.btn--sonm-os--linux {
    background-color: #6522ff;
    border-color: #6522ff
}

.btn--sonm-os.btn--sonm-os--linux:hover,.btn--sonm-os.btn--sonm-os--windows:hover {
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0)
}

.btn--sonm-os.btn--sonm-os--windows {
    background-color: #00adef;
    border-color: #00adef
}

.suppliers-install .btn--sonm-os--linux,.suppliers-install .btn--sonm-os--windows {
    border-color: #fff;
    background-color: #6522ff
}

.sonm-os__btn-block {
    display: inline-block;
    letter-spacing: .02em
}

.sonm-os__btn-bottom {
    width: 100%;
    display: block;
    text-transform: none;
    font-weight: 400;
    font-size: .925em
}

.sonm-os__btn-icon {
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle
}

.sonm-os__btn-icon img {
    width: 1em;
    height: 1em
}

.sonm-os__btn-text span {
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s;
    opacity: .5
}
 
.benefits__list .support-post__help li,.job__content .support-post__help p,.job__content ul .support-post__help li,.list .support-post__help li,.p-calc__wrap .support-post__help .app__header,.p-calc__wrap .support-post__help .benchmarks__header,.p-calc__wrap .support-post__help .results-panel__header,.p-calc__wrap .support-post__help p,.post__content .support-post__help p,.post__content ol .support-post__help li,.post__content ul .support-post__help li,.support-post__help .benefits__list li,.support-post__help .job__content p,.support-post__help .job__content ul li,.support-post__help .list li,.support-post__help .p-calc__wrap .app__header,.support-post__help .p-calc__wrap .benchmarks__header,.support-post__help .p-calc__wrap .results-panel__header,.support-post__help .p-calc__wrap p,.support-post__help .post__content ol li,.support-post__help .post__content p,.support-post__help .post__content ul li,.support-post__help .text {
    margin-bottom: 0
}

 
 
.benefits {
    position: relative;
    border-bottom: 1px solid #e8eef4
}

@media only screen and (max-width: 47.9375em) {
    .benefits {
        margin-bottom:3em
    }
}

.benefits__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.benefits__block {
    width: 50%;
    padding: 7em 0 7em 6em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 63.9375em) {
    .benefits__block:first-child {
        padding-left:0;
        border-right: 1px solid #e8eef4
    }
}

@media only screen and (max-width: 63.9375em) {
    .benefits__block {
        width:100%;
        padding: 3em 0
    }

    .benefits__block:first-child {
        border-bottom: 1px solid #e8eef4
    }
}

.benefits__list li {
    padding-left: 1.5em;
    position: relative
}

.benefits__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .6em;
    width: .5em;
    height: .5em;
    border-radius: 100%;
    background: #6522ff
}

.components {
    padding: 7em 0 4em
}

@media only screen and (max-width: 47.9375em) {
    .components {
        padding:3em 0 1em
    }
}

.components__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3em
}

.component__item {
    width: 50%;
    padding-right: 5.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7.5em;
    position: relative;
    margin-bottom: 3em
}

@media only screen and (max-width: 63.9375em) {
    .component__item {
        width:100%;
        padding-right: 0;
        padding-left: 6em
    }
}

.component__icon,.wizard__article:before {
    position: absolute;
    top: 0;
    left: 0
}

.component__icon img {
    max-height: 6em
}

.features {
    border-bottom: 1px solid #e8eef4
}

@media only screen and (max-width: 63.9375em) {
    .features {
        border:0
    }
}

.features__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature__item {
    -webkit-box-sizing: border-box;
    padding: 3em 3.75em;
    width: 33.33%;
    border-right: 1px solid #e8eef4;
    box-sizing: border-box
}

@media only screen and (min-width: 63.9375em) {
    .feature__item:last-child {
        border-right:0;
        padding-right: 2em
    }

    .feature__item:first-child {
        padding-left: 0
    }
}

@media only screen and (max-width: 63.9375em) {
    .feature__item {
        width:100%;
        padding: 2em 0;
        border-bottom: 1px solid #e8eef4;
        border-right: 0
    }
}

.feature__icon {
    height: 8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em
}

@media only screen and (max-width: 47.9375em) {
    .feature__icon {
        height:6em
    }
}

.feature__icon img {
    max-height: 100%
}

.ts-top .top__img {
    max-width: 1200px
}

@media only screen and (max-width: 47.9375em) {
    .ts-top .top__img {
        max-width:300px;
        padding: 2em 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.ts-core-img {
    width: 425px;
    top: 70%;
    left: -10%
}

@media only screen and (max-width: 63.9375em) {
    .ts-core-img {
        display:none
    }
}

@media only screen and (max-width: 47.9375em) {
    .ts-after-top {
        margin-bottom:0
    }

    .ts-after-top .after-top__wrap {
        -webkit-transform: translate3d(0,-5em,0);
        transform: translate3d(0,-5em,0)
    }
}

.wizard__article {
    padding: 6.25em 0 0;
    position: relative
}

@media only screen and (max-width: 80em) {
    .wizard__article {
        padding:4.75em 0 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .wizard__article {
        padding:3em 0 0
    }
}

.wizard__article:before {
    content: '';
    top: 6.25em;
    width: 100%;
    height: 2.875em;
    background: #f1f6f9
}

@media only screen and (max-width: 80em) {
    .wizard__article:before {
        top:4.5em
    }
}

@media only screen and (max-width: 47.9375em) {
    .wizard__article:before {
        top:2.5em
    }
}

.wizard__article:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8em;
    background: #f1f6f9;
    z-index: 1
}

@media only screen and (max-width: 80em) {
    .wizard__article:after {
        height:6.85em
    }
}

@media only screen and (max-width: 47.9375em) {
    .wizard__article:after {
        height:5em
    }
}

.wizard__navigation,.wizard__wrapper {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wizard__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.wizard__navigation {
    background: #151a2e;
    width: 320px;
    padding: 4.5em 0 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 80em) {
    .wizard__navigation {
        width:260px
    }
}

@media only screen and (max-width: 63.9375em) {
    .wizard__navigation {
        display:none
    }
}

.wizard__navigation:before {
    content: '';
    display: block;
    width: 700%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -699%;
    background: #151a2e;
    z-index: 1
}

.wizard__navigation-list {
    counter-reset: wnav;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 80em) {
    .wizard__navigation-list {
        font-size:.875em
    }
}

.wizard__navigation-list:before {
    content: '';
    width: 1px;
    height: 95%;
    position: absolute;
    left: 1.0625em;
    top: 2%;
    border-left: 2px dotted #5837f7;
    opacity: .55
}

.wizard__content,.wizard__navigation-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wizard__navigation-button {
    color: rgba(255,255,255,.4);
    font-weight: 400;
    font-size: 1em;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5em;
    position: relative;
    width: 100%;
    padding: .5em 1.25em .5em 0;
    z-index: 2
}

.wizard__navigation-button.checked {
    color: #fff
}

.wizard__navigation-button.active,.wizard__navigation-button.checked:after {
    opacity: 1
}

.wizard__navigation-button.active:after {
    background: #5837f7;
    opacity: 1
}

.wizard__navigation-button:hover {
    opacity: 1;
    color: #fff
}

.wizard-top__main-link:hover,.wizard__navigation-button:hover:after {
    opacity: 1
}

.wizard__navigation-button:before {
    content: '';
    width: 2em;
    height: 2em;
    background: #151a2e;
    border: 2px solid #151a2e;
    margin-right: .875em
}

.wizard__navigation-button:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    counter-increment: wnav;
    content: counter(wnav);
    color: #fff;
    border: 2px solid #5837f7;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-weight: 500;
    font-size: 1em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    opacity: .4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.wizard__content {
    padding-left: 2em;
    min-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 63.9375em) {
    .wizard__content {
        padding-left:0
    }
}

.wizard__content-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wizard__content-top {
    padding: .5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 63.9375em) {
    .wizard__content-top {
        font-size:.875em
    }
}

.wizard-top__breadcumbs {
    font-weight: 500
}

@media only screen and (max-width: 47.9375em) {
    .wizard-top__breadcumbs {
        white-space:nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}

.wizard-top__main-link,.wizard-top__updates {
    color: #000;
    opacity: .5
}

.wizard-top__main-link:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1.75em;
    height: 1em;
    background: url(../b/static/img/general/icons/arrow-right-black.html) no-repeat center/55%
}

@media only screen and (max-width: 47.9375em) {
    .wizard-top__updates {
        display:none
    }
}

.wizard-content__slider .swiper-button-next,.wizard-content__slider .swiper-button-prev {
    top: 6em;
    border-radius: 100%;
    background-color: #6522ff;
    width: 2em;
    height: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-size: 1.125em
}

.wizard-content__slider .swiper-button-next:hover,.wizard-content__slider .swiper-button-prev:hover {
    background-color: #d601f9
}

.wizard-content__slider .swiper-button-next:focus,.wizard-content__slider .swiper-button-prev:focus {
    outline: 0
}

@media only screen and (max-width: 79.9375em) {
    .wizard-content__slider .swiper-button-next,.wizard-content__slider .swiper-button-prev {
        display:none
    }
}

@media only screen and (max-width: 63.9375em) {
    .wizard-content__slider .swiper-button-next,.wizard-content__slider .swiper-button-prev {
        display:inline-block;
        bottom: 2em;
        top: initial
    }
}

.wizard-content__slider .swiper-button-next {
    background-image: url(../b/static/img/general/icons/arrow-right-white.html)
}

.wizard-content__slider .swiper-button-prev {
    background-image: url(../b/static/img/general/icons/arrow-left-white.html)
}

.wizard__content-bottom {
    position: relative;
    -webkit-transition: opacity .2s,visibility .2s;
    -o-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s
}

@media only screen and (max-width: 47.9375em) {
    .wizard__content-bottom {
        font-size:.75em
    }
}

.wizard__content-bottom.hide {
    opacity: 0;
    visibility: hidden
}

.wizard-bottom__text {
    text-align: center;
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    margin: auto;
    top: 1em;
    font-size: 1.125em;
    opacity: .5;
    font-weight: 500
}

.wizard-bottom__slider {
    display: block;
    min-width: 0;
    max-width: 100%
}

.wizard-bottom__slide {
    display: block;
    width: 100%;
    font-weight: 500;
    margin: 0;
    height: auto;
    padding: 1.6em 0 1.3em
}

@media only screen and (max-width: 47.9375em) {
    .wizard-bottom__slide {
        padding-top:2.5em
    }
}

.av-solutions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.av-solutions__link {
    display: inline-block;
    border: 1px solid #e8eef4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.25rem 2rem;
    position: relative
}

@media only screen and (min-width: 63.9375em) {
    .av-solutions__link {
        border-right:0
    }

    .av-solutions__link:nth-child(n+4) {
        border-top: 0
    }

    .av-solutions__link:nth-child(3n) {
        border-right: 1px solid #e8eef4
    }

    .av-solutions__link:last-child:after {
        background: #e8eef4;
        opacity: 1
    }

    .av-solutions__link:hover {
        border-color: #6522ff
    }

    .av-solutions__link:hover:before {
        opacity: 1;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out
    }

    .av-solutions__link:hover:after {
        opacity: 1;
        background: #6522ff
    }

    .av-solutions__link:hover .blog__post-excerpt {
        color: #000
    }

    .av-solutions__link:hover .blog__post-img img {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.1);
        transform: translate3d(-50%,-50%,0) scale(1.1);
        -webkit-transition: 3s ease-out;
        -o-transition: 3s ease-out;
        transition: 3s ease-out
    }

    .av-solutions__link:hover:last-child:after {
        background: #6522ff
    }
}

.av-solutions__link:after,.av-solutions__link:before {
    content: "";
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    top: -1px;
    display: inline-block;
    background: #6522ff
}

.av-solutions__link:before {
    width: calc(100% + 2px);
    height: 1px;
    left: -1px
}

.av-solutions__link:after {
    width: 1px;
    height: calc(100% + 2px);
    right: -1px;
    z-index: 1
}

.top {
    /*position: relative;
    min-height: 650px;
    padding: 10em 0 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    background: #0b1c26;*/
}

@media only screen and (max-width: 47.9375em) {
    .top {
        min-height:100vh;
        padding: 5em 0
    }
}

.top .container {
    height: 100%;
    position: relative;
    z-index: 3
}

.mp-top {
    min-height: 100vh;
    padding: 5em 0
}

@media only screen and (max-width: 63.9375em) {
    .mp-top {
        padding:4em 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .mp-top {
        padding:2.5em 0;
        display: block
    }
}

.top__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 47.9375em) {
    .top__bg {
        opacity:.25
    }
}

.top__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.top__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top__img {
    position: absolute;
    top: 50%;
    right: -20%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    max-width: 900px;
    pointer-events: none
}

@media only screen and (max-width: 75em) {
    .top__img {
        max-width:700px;
        right: -12%
    }
}

@media only screen and (max-width: 63.9375em) {
    .top__img {
        position:static;
        -webkit-transform: translate3d(7.5%,0,0);
        transform: translate3d(7.5%,0,0)
    }
}

@media only screen and (max-width: 47.9375em) {
    .top__img {
        margin:auto;
        max-width: 265px;
        -webkit-transform: translate3d(5%,0,0);
        transform: translate3d(5%,0,0)
    }
}

.top__wrap {
    max-width: 690px;
    position: relative;
    z-index: 1
}

.top__title {
    font-family: urbane, sans-serif;
    font-weight: 800 !important;
    font-size: 4.375em  ;
	color: #fff !important;
    margin-bottom: 1rem;
    line-height: 1.1
}

@media only screen and (max-width: 79.9375em) {
    .top__title {
        font-size:3.5em
    }
}

@media only screen and (max-width: 47.9375em) {
    .top__title {
        font-size:2.25em
    }
}

.top__text {
    margin-bottom: 2em
}

.top__btns .btn {
    margin-right: .5em
}

.top__btns:last-child {
    margin-right: 0
}

@media only screen and (max-width: 47.9375em) {
    .top__btns .btn {
        margin-bottom:.75em
    }
}

@media only screen and (max-width: 79.9375em) {
    .gs-top .top__img {
        right:-40%;
        max-width: 900px
    }
}

@media only screen and (max-width: 47.9375em) {
    .gs-top .top__img {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0);
        max-width: 300px;
        padding: 3em 0 1.5em
    }
}

.top-latest,.top-latest:before {
    border-radius: 14px;
    display: inline-block
}

.top-latest {
    background: rgba(23,26,48,.2);
    background: rgba(101,34,255,.2);
    font-size: .875em;
    margin-bottom: 1.25em;
    padding: 3px 1em 3px 3px;
    font-weight: 400
}

@media only screen and (max-width: 47.9375em) {
    .top-latest {
        font-size:3.33vw
    }
}

.top-latest:hover {
    background: rgba(101,34,255,.5)
}

.top-latest:before {
    content: 'New';
    text-transform: uppercase;
    background: #6522ff;
    padding: .5em .825em .4em;
    line-height: .8;
    font-weight: 700;
    color: #e8eef4;
    margin-right: .75em;
    vertical-align: baseline
}

.platform__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.platform__buttons:after {
    content: '';
    position: absolute;
    width: 33.33%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background: #6522ff;
    z-index: 2;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.platform__buttons[data-index='0'] .platform__btn:nth-child(1),.platform__buttons[data-index='1'] .platform__btn:nth-child(2),.platform__buttons[data-index='2'] .platform__btn:nth-child(3) {
    color: #6522ff
}

.platform__buttons[data-index='0']:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.platform__buttons[data-index='1']:after {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.platform__buttons[data-index='2']:after {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0)
}

.platform__btn {
    width: 33.34%;
    font-size: .875em;
    text-transform: uppercase;
    padding: 1em 0;
    font-weight: 700;
    font-family: "Ubuntu",sans-serif
}

.platform__btn:focus,.platform__btn:hover {
    color: #6522ff
}

@media only screen and (max-width: 47.9375em) {
    .platform__btn {
        font-size:.75em;
        line-height: 1.5
    }
}

.platform__slider {
    border-top: 1px solid #e8eef4
}

.platform__slide {
    padding: 6em 0
}

@media only screen and (max-width: 63.9375em) {
    .platform__slide {
        padding:3em 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .platform__slide {
        padding:2em 0
    }
}

.platform__slide .container {
    position: relative
}

.platform__slide .row {
    position: relative;
    z-index: 1
}

.platform__img {
    position: absolute;
    left: -10%;
    top: 70%;
    -webkit-transform: translate3d(0%,-50%,0);
    transform: translate3d(0%,-50%,0);
    width: 400px
}

@media only screen and (max-width: 63.9375em) {
    .platform__img {
        display:none
    }
}

.services {
    border-bottom: 1px solid #e8eef4;
    border-top: 1px solid #e8eef4
}

@media only screen and (max-width: 63.9375em) {
    .services {
        border-top:none;
        border-bottom: none
    }
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.service__item {
    width: 32%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 63.9375em) {
    .service__item:nth-child(2) {
        width:36%;
        border-right: 1px solid #e8eef4;
        border-left: 1px solid #e8eef4
    }

    .service__item:first-child .service__link {
        padding-left: 0
    }

    .service__item:last-child .service__link {
        padding-right: 0
    }
}

@media only screen and (max-width: 63.9375em) {
    .service__item {
        width:100%
    }
}

.service__link {
    padding: 3em 3.5em 3.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 79.9375em) {
    .service__link {
        padding:2em 2.5em 2.5em
    }
}

@media only screen and (max-width: 63.9375em) {
    .service__link {
        border-bottom:1px solid #e8eef4;
        padding: 2.5em 0;
        text-align: center
    }

    .service__link .btn {
        margin: auto
    }
}

@media only screen and (max-width: 47.9375em) {
    .service__link {
        text-align:left
    }

    .service__link .btn {
        margin-right: auto;
        margin-left: 0
    }
}

.service__link:hover .service__btn {
    color: #fff;
    border-color: #6522ff;
    background: #6522ff
}

.service__link-img {
    margin-bottom: .5em
}

.service__link-img img {
    max-height: 13em;
    max-width: 13em;
    margin: 0
}

.service__link-block {
    width: 100%;
    margin-bottom: 2.5em
}

@media only screen and (max-width: 47.9375em) {
    .service__link-block {
        margin-bottom:1.5em
    }
}

.service__btn {
    margin-top: auto;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.sonm-in-press {
    padding: 3em 0;
    background: #e8eef4
}

@media only screen and (max-width: 47.9375em) {
    .sonm-in-press {
        padding:2em 0
    }
}

.sonm-in-press .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.in-press__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.in-press__slide img {
    max-width: 80%;
    max-height: 5rem;
    pointer-events: none
}

.sonm-tokens {
    padding: 7em 0
}

@media only screen and (max-width: 47.9375em) {
    .sonm-tokens {
        padding:3em 0
    }
}

.sonm-tokens__text {
    max-width: 900px;
    margin-bottom: 1em
}

.sonm-tokens__text .selected {
    display: inline-block;
    padding: 0 .25em;
    background: rgba(255,255,255,.1)
}

.sonm-tokens__text .selected:hover {
    background: rgba(255,255,255,.3)
}

.sonm-tokens__wrap {
    margin-bottom: 4em
}

@media only screen and (max-width: 47.9375em) {
    .sonm-tokens__wrap {
        margin-bottom:2em
    }
}















.topq {
    position: relative;
    min-height: 350px;
    padding: 10em 0 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    background: #041221;
}

@media only screen and (max-width: 47.9375em) {
    .topq {
        min-height:100vh;
        padding: 5em 0
    }
}

.topq .container {
    height: 100%;
    position: relative;
    z-index: 3
}

.mp-topq {
    min-height: 100vh;
    padding: 5em 0
}

@media only screen and (max-width: 63.9375em) {
    .mp-topq {
        padding:4em 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .mp-topq {
        padding:2.5em 0;
        display: block
    }
}

.topq__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 47.9375em) {
    .topq__bg {
        opacity:.25
    }
}

.topq__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.topq__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.topq__img {
    position: absolute;
    top: 50%;
    right: -20%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    max-width: 900px;
    pointer-events: none
}

@media only screen and (max-width: 75em) {
    .topq__img {
        max-width:700px;
        right: -12%
    }
}

@media only screen and (max-width: 63.9375em) {
    .topq__img {
        position:static;
        -webkit-transform: translate3d(7.5%,0,0);
        transform: translate3d(7.5%,0,0)
    }
}

@media only screen and (max-width: 47.9375em) {
    .topq__img {
        margin:auto;
        max-width: 265px;
        -webkit-transform: translate3d(5%,0,0);
        transform: translate3d(5%,0,0)
    }
}

.topq__wrap {
    max-width: 690px;
    position: relative;
    z-index: 1
}

.topq__title {
    font-family: urbane, sans-serif;
    font-weight: 800 !important;
    font-size: 4.375em !important;
	color: #fff !important;
    margin-bottom: 1rem;
    line-height: 1.1
}

@media only screen and (max-width: 79.9375em) {
    .topq__title {
        font-size:3.5em
    }
}

@media only screen and (max-width: 47.9375em) {
    .topq__title {
        font-size:2.25em
    }
}

.topq__text {
    margin-bottom: 2em
}

.topq__btns .btn {
    margin-right: .5em
}

.topq__btns:last-child {
    margin-right: 0
}

@media only screen and (max-width: 47.9375em) {
    .topq__btns .btn {
        margin-bottom:.75em
    }
}

@media only screen and (max-width: 79.9375em) {
    .gs-topq .topq__img {
        right:-40%;
        max-width: 900px
    }
}

@media only screen and (max-width: 47.9375em) {
    .gs-topq .topq__img {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0);
        max-width: 300px;
        padding: 3em 0 1.5em
    }
}

.topq-latest,.topq-latest:before {
    border-radius: 14px;
    display: inline-block
}

.topq-latest {
    background: rgba(23,26,48,.2);
    background: rgba(101,34,255,.2);
    font-size: .875em;
    margin-bottom: 1.25em;
    padding: 3px 1em 3px 3px;
    font-weight: 400
}

@media only screen and (max-width: 47.9375em) {
    .topq-latest {
        font-size:3.33vw
    }
}

.topq-latest:hover {
    background: rgba(101,34,255,.5)
}

.topq-latest:before {
    content: 'New';
    text-transform: uppercase;
    background: #6522ff;
    padding: .5em .825em .4em;
    line-height: .8;
    font-weight: 700;
    color: #e8eef4;
    margin-right: .75em;
    vertical-align: baseline
}




