@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],template {
    display: none;
}

*,:after,:before {
    box-sizing: border-box;
}


/*
html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

*/


.calculator {
    min-width: 320px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}



h1,h2,h3,h4,h5,h6,p {
    margin: 0 0 20px;
}

a,span {
    display: inline-block;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    color: #c497fe;
}

img {
    max-width: 100%;
    height: auto;
}

button,input {
    line-height: 1.5;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.page.visible {
    max-height: none;
    overflow-y: initial;
}

.page.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.page .android_img,.page .canvas img,.page .light img,.page .mount img {
    display: none;
}

.page.android .android_img {
    display: block;
}

.page.android .mouse {
    display: none!important;
}

.page.android #calculator-top {
    padding-top: 20px!important;
}

@media (max-width:991px) {
    .page.android .canvas .container,.page.android .light .container,.page.android .mount .container {
        max-width: 100%;
    }
}

.page.android #calculator-top,.page.android .canvas,.page.android .light,.page.android .mount {
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    padding: 50px 0;
    height: auto;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.page.android #calculator-top img,.page.android .canvas img,.page.android .light img,.page.android .mount img {
    display: block;
}

.page.android .bg,.page.android .yet {
    display: none;
}

.page.android .canvas_inner,.page.android .light_inner,.page.android .mount_inner {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    text-align: left;
}

.page.android .light .section_title,.page.android .light p {
    color: #fff;
}

.preload {
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
    background-color: #090909;
}

.preload,.preload_line {
    position: absolute;
    left: 0;
}

.preload_line {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 1%;
    background-color: #fff;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.preload_line.active {
    width: 100%;
}

.content {
    position: relative;
    z-index: 10;
    background-color: #090909;
}

.section {
    padding: 100px 0;
}

@media (max-width:991px) {
    .section {
        padding: 50px 0;
    }
}

@media (max-width:575px) {
    .section {
        padding: 30px 0;
    }
}

.section_title {
    margin-bottom: 70px;
    font-size: 64px;
    line-height: 68px;
}

@media (max-width:991px) {
    .section_title {
        margin-bottom: 50px;
        font-size: 50px;
        line-height: 54px;
    }
}

@media (max-width:575px) {
    .section_title {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 40px;
    }
}

.bg {
    position: relative;
    height: 100vh;
    z-index: 10;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#090909));
    background-image: linear-gradient(180deg,transparent,#090909);
}

.input {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
    border: none;
    border-bottom: 1px solid hsla(0,0%,100%,.7);
    border-radius: 0;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
}

.input::-webkit-input-placeholder {
    color: #8c8c8c;
}

.input::-moz-placeholder {
    color: #8c8c8c;
}

.input:-ms-input-placeholder {
    color: #8c8c8c;
}

.input::-ms-input-placeholder {
    color: #8c8c8c;
}

.input::placeholder {
    color: #8c8c8c;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(236,221,221,.07);
    background-color: rgba(9,9,9,.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.header .row {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
}

.header_logo {
    width: 125px;
    margin-right: auto;
    padding: 0 15px;
}

.header_logo a {
    display: -webkit-box;
    display: flex;
}

.header_logo a svg path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header_logo a:hover svg path {
    fill: #c497fe;
}

.header_logo img {
    align-self: flex-start;
}

.header_nav {
    width: calc(100% - 325px);
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width:1199px) {
    .header_nav {
        display: none;
    }
}

.header_tel {
    width: 200px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.header_tel a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.header_tel a:hover svg path {
    fill: #c497fe;
    stroke: #c497fe;
}

.header_tel a svg {
    margin-right: 5px;
}

.header_tel a svg path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.menu_item {
    margin: 0 30px;
    font-size: 14px;
}

.menu_item:last-child {
    margin: 0 15px;
}

.menu_item:last-child .menu_link {
    padding: 7px 25px;
    border-radius: 5px;
    border: 1px solid hsla(0,0%,100%,.35);
}

.menu_item:last-child .menu_link:hover {
    border-color: #c497fe;
}

.footer {
    position: relative;
    z-index: 20;
    padding: 50px 0 30px;
    background-color: #090909;
}

.footer .col {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:1199px) {
    .footer p {
        font-size: 17px;
    }
}

@media (max-width:991px) {
    .footer .col {
        width: 50%;
    }

    .footer .col:last-child {
        width: 100%;
    }
}

@media (max-width:575px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer .col {
        width: 100%;
    }

    .footer p {
        font-size: 16px;
    }
}

.footer_rights {
    color: hsla(0,0%,100%,.5);
    text-align: center;
}

@media (max-width:991px) {
    .footer_rights {
        text-align: right;
    }
}

@media (max-width:575px) {
    .footer_rights {
        text-align: left;
    }
}

.footer_developer {
    color: hsla(0,0%,100%,.5);
    text-align: right;
}

@media (max-width:991px) {
    .footer_developer {
        text-align: center;
    }
}

@media (max-width:575px) {
    .footer_developer {
        text-align: left;
    }
}

.footer_developer a {
    font-weight: 900;
    color: hsla(0,0%,100%,.5);
}

.footer_developer a:hover {
    color: #fff;
}

mark.im-caret {
    -webkit-animation: blink 1s step-end infinite!important;
    animation: blink 1s step-end infinite!important;
}

mark.im-caret-select {
    background-color: rgba(0,0,0,.25);
}

@-webkit-keyframes blink {
    0%,to {
        border-right-color: #000;
    }

    50% {
        border-right-color: transparent;
    }
}

@keyframes blink {
    0%,to {
        border-right-color: #000;
    }

    50% {
        border-right-color: transparent;
    }
}

span.im-static {
    color: grey;
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    cursor: text;
}

div.im-colormask>input,div.im-colormask>input:-webkit-autofill {
    position: absolute!important;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: transparent;
    text-shadow: none;
    -webkit-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0;
}

div.im-colormask>input:focus {
    outline: none;
}

div.im-colormask>input::selection {
    background: none;
}

div.im-colormask>input::-moz-selection {
    background: none;
}

div.im-colormask>input:-webkit-autofill~div {
    background-color: #faffbd;
}

div.im-colormask>div {
    color: #000;
    display: inline-block;
    width: 100px;
}

[im-insert=false] {
    caret-color: red;
    caret-shape: block;
}

/*! nouislider - 14.0.2 - 6/28/2019 */.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base,.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
}

.noUi-origin {
    height: 10%;
    width: 10%;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.noUi-state-drag * {
    cursor: inherit!important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3fb8af;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
}

.noUi-handle:after,.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,.noUi-pips * {
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-large,.noUi-marker-sub {
    background: #aaa;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 120%;
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #000;
    opacity: .5;
}

.mfp-bg,.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.mfp-wrap {
    z-index: 1043;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none!important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after,.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure,img.mfp-img {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    direction: ltr;
}

.jq-ry-container[readonly=readonly] {
    cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default,.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s,-webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s,-webkit-transform 2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,.odometer.odometer-theme-default {
    font-family: Helvetica Neue,sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

.hero_video {
    position: relative;
}

.hero_video_inner {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
}

@media (max-width:1199px) {
    .hero_video_inner {
        height: calc(100vh - 58px);
    }
}

#video {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    outline: none;
}

@media (max-width:991px) {
    #video {
        top: auto;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#calculator-top {
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: calc(100vh - 100px);
    padding: 0;
}

#calculator-top.active {
    height: auto;
    overflow: hidden;
    top: 200px;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

@media (max-width:575px) {
    #calculator-top.active {
        top: 50px;
    }
}

#calculator-top .container {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

#calculator-top .section_title {
    font-size: 80px;
    line-height: 1.05;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    #calculator-top .section_title {
        font-size: 60px;
    }
}

@media (max-width:575px) {
    #calculator-top .section_title {
        font-size: 40px;
    }
}

#calculator-top .calculator_header {
    text-align: center;
}

#calculator-top .title {
    font-size: 40px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: .5;
}

@media (max-width:991px) {
    #calculator-top .title {
        font-size: 35px;
    }
}

@media (max-width:575px) {
    #calculator-top .title {
        font-size: 30px;
    }
}

#calculator-top p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1.4;
    opacity: .8;
}

@media (max-width:575px) {
    #calculator-top p {
        font-size: 18px;
    }
}

#calculator-top .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: auto auto 50px;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width:1560px) {
    #calculator-top .mouse {
        margin: auto auto 10px;
    }
}

@media (max-width:991px) {
    #calculator-top .mouse {
        margin: 30px auto 10px;
    }
}

#calculator-top .mouse.hide {
    opacity: 0;
}

#calculator-top .mouse span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    to {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    to {
        opacity: 0;
        top: 29%;
    }
}

@media (max-width:575px) {
    #calculator-bottom {
        padding: 50px 0;
    }
}

#calculator-bottom .section_title {
    text-align: center;
}

#calculator-bottom .calc_form {
    -webkit-box-pack: center;
    justify-content: center;
}

.calc_form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: -25px;
}

@media (max-width:1560px) {
    .calc_form {
        margin-left: -20px;
    }
}

@media (max-width:991px) {
    .calc_form {
        flex-wrap: wrap;
    }
}

@media (max-width:575px) {
    .calc_form {
        margin-left: 0;
    }
}

.calc_title {
    margin-bottom: 20px;
    font-size: 24px;
}

@media (max-width:1560px) {
    .calc_title {
        margin-bottom: 15px;
    }
}

.calc_left {
    position: relative;
    z-index: 1;
    width: 440px;
    padding: 30px 25px 25px;
    border-radius: 5px;
    background-image: linear-gradient(229deg,#444,#242424);
    box-shadow: 0 0 27px rgba(0,0,0,.7);
}

@media (max-width:1560px) {
    .calc_left {
        padding: 15px 20px 20px;
    }
}

@media (max-width:575px) {
    .calc_left {
        width: 100%;
        padding: 20px 15px;
    }
}

.calc_right {
    position: relative;
    left: -30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 350px;
    padding: 30px 30px 40px 60px;
    border-radius: 5px;
    background-color: rgba(35,34,34,.8);
    box-shadow: 0 0 13px rgba(0,0,0,.5);
}

@media (max-width:991px) {
    .calc_right {
        left: 0;
        width: 440px;
        padding: 30px 25px 30px 30px;
    }
}

@media (max-width:575px) {
    .calc_right {
        width: 100%;
    }
}

.calc_right .calc_title {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #9c9c9c;
}

.calc_right .calc_item:last-of-type {
    margin-bottom: 10px;
}

.calc_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.calc_item_hor {flex-flow: column; margin-top:30px !important; margin-bottom:30px !important}
.calc_item_hor .calc_subitem {width:100%}
.calc_item_hor .calc_radio_descr {
    padding: 10px 10px 15px 55px;

}




@media (max-width:1560px) {
    .calc_item {
        margin-bottom: 45px;
    }
}

.calc_label {
    margin-right: auto;
    font-size: 16px;
    opacity: .6;
}

.calc_field {
    position: relative;
    width: 230px;
}

@media (max-width:575px) {
    .calc_field {
        width: calc(50% - 4px);
    }
}

.calc_field:after {
    content: "Ь";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .6;
}

.calc_input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ab7de7;
    background-color: #090909;
    font-size: 24px;
    color: #fff;
    outline: none;
}

@media (max-width:1560px) {
    .calc_input {
        padding: 5px 20px;
    }
}

.calc_field_animate {
    position: relative;
    overflow: hidden;
    border: 1px solid #ab7de7;
    border-radius: 5px;
    background-color: #090909;
}

.calc_field_animate .calc_input {
    border: none;
    background-color: transparent;
}

.calc_field_animate.is-input .calc_animate {
    visibility: hidden;
    opacity: 0;
}

.calc_animate,.calc_field_animate.is-input .calc_input {
    visibility: visible;
    opacity: 1;
}

.calc_animate {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 24px;
    color: #fff;
    background: transparent;
}

.calc_animate.count-hide {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: count-prev .1s ease-in;
    animation: count-prev .1s ease-in;
}

.calc_animate.count-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: count-next .1s ease-out;
    animation: count-next .1s ease-out;
}

.calc_range {
    position: relative;
    top: -1px;
    width: calc(100% - 10px);
    margin: 0 auto;
}

.calc_range.noUi-horizontal {
    height: 1px;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    background: #ab7de7;
}

.calc_range .noUi-connects {
    border-radius: 5px;
}

.calc_range .noUi-connect {
    background: #ab7de7;
}

.calc_range .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ab7de7;
    border: none;
    box-shadow: none;
    outline: none;
    right: -7px!important;
    top: -6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.calc_range .noUi-handle:after,.calc_range .noUi-handle:before {
    display: none;
}

.calc_range .noUi-handle:focus,.calc_range .noUi-handle:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.calc_total {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1;
    white-space: nowrap;
}

.calc-tel {
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 400;
}

@media (max-width:1560px) {
    .calc-tel {
        padding: 10px 20px;
    }
}

.calc-tel::-webkit-input-placeholder {
    color: #fff;
}

.calc-tel::-moz-placeholder {
    color: #fff;
}

.calc-tel:-ms-input-placeholder {
    color: #fff;
}

.calc-tel::-ms-input-placeholder {
    color: #fff;
}

.calc-tel::placeholder {
    color: #fff;
}

.calc_submit {
    display: none;
    width: 100%;
    padding: 15px 10px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #ab7de7;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width:1560px) {
    .calc_submit {
        padding: 10px;
    }
}

.calc_submit:hover {
    background-color: #c497fe;
}

.calc_popup {
    width: 100%;
    padding: 15px 10px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #ab7de7;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width:1560px) {
    .calc_popup {
        padding: 10px;
    }
}

.calc_popup:hover {
    background-color: #c497fe;
}

.calc_form .calc_policy {
    margin-bottom: 0;
    opacity: .7;
    color: #9c9c9c;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.calc_item-radio {
    margin: 0 -10px;
}

@media (max-width:575px) {
    .calc_item-radio {
        margin: 0 -7px;
    }
}

.calc_subitem {
    width: 50%;
    padding: 0 10px;
}

@media (max-width:575px) {
    .calc_subitem {
        padding: 0 7px;
    }
}

.calc_radio {
    position: relative;
    display: -webkit-box;
    display: flex;
    margin: 0;
    cursor: pointer;
}

.calc_radio-pl:after {
    background: url(/img/calc_pl.png) 50%/contain no-repeat;
}

.calc_radio-al:after,.calc_radio-pl:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 96px;
    height: 68px;
}

.calc_radio-al:after {
    background: url(/img/calc_al.png) 50%/contain no-repeat;
}

.calc_radio_input {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.calc_radio_input:checked+.calc_radio_descr {
    border-color: #ab7de7;
    background-color: #2f2b33;
}

.calc_radio_input:checked+.calc_radio_descr:before {
    border-color: #ab7de7;
}

.calc_radio_input:checked+.calc_radio_descr:after {
    opacity: 1;
}

.calc_radio_descr {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    padding: 10px 10px 58px 55px;
    border-radius: 5px;
    border: 1px solid #636363;
    background-color: #232323;
}

@media (max-width:575px) {
    .calc_radio_descr {
        padding: 10px 10px 58px 40px;
    }
}

.calc_radio_descr:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #636363;
    background-color: #080808;
}

@media (max-width:575px) {
    .calc_radio_descr:before {
        left: 10px;
    }
}

.calc_radio_descr:after {
    content: "";
    position: absolute;
    top: 26px;
    left: 26px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ab7de7;
    opacity: 0;
}

@media (max-width:575px) {
    .calc_radio_descr:after {
        left: 16px;
    }
}

.calc_radio_title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width:575px) {
    .calc_radio_title {
        font-size: 13px;
        max-width: 125px;
    }
}

@media (max-width:350px) {
    .calc_radio_title {
        font-size: 11px;
    }
}

.calc_radio_text {
    position: relative;
    font-size: 13px;
    color: #a7a7a7;
    align-self: flex-start;
   /* white-space: nowrap;*/
}

/*
.calc_radio_text:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
    width: 13px;
    height: 12px;
    background: url(/img/icons/check.svg) 50%/contain no-repeat;
}*/

@media (max-width:575px) {
    .calc_radio_text {
        font-size: 12px;
        margin-left: -20px;
    }
}

@media (max-width:350px) {
    .calc_radio_text {
        margin-left: -30px;
    }
}

@-webkit-keyframes count-prev {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes count-prev {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes count-next {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes count-next {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

.odometer-formatting-mark {
    color: transparent;
}

.canvas {
    position: fixed;
    z-index: 5;
    top: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0;
    height: 0;
    opacity: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.canvas.active {
    height: auto;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px);
}

.canvas .section_title {
    margin-bottom: 20px;
}

.canvas p {
    max-width: 480px;
    font-size: 21px;
    color: hsla(0,0%,100%,.8);
}

@media (max-width:575px) {
    .canvas p {
        font-size: 18px;
    }
}

.canvas_inner {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: 150px;
}

@media (max-width:1199px) {
    .canvas_inner {
        width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:991px) {
    .canvas_inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
    }
}

.canvas_inner .android_img {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    padding-bottom: 56.25%;
    background: url(../img/hero_1.jpg) 50%/cover no-repeat;
}

.mount {
    position: fixed;
    z-index: 5;
    top: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0;
    height: 0;
    opacity: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.mount.active {
    height: auto;
    opacity: 1;
    overflow: hidden;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px);
}

.mount .section_title {
    margin-bottom: 20px;
}

.mount p {
    max-width: 480px;
    font-size: 21px;
    color: hsla(0,0%,100%,.8);
}

@media (max-width:575px) {
    .mount p {
        font-size: 18px;
    }
}

.mount_inner {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
}

@media (max-width:1199px) {
    .mount_inner {
        width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:991px) {
    .mount_inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mount_inner .android_img {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    padding-bottom: 56.25%;
    background: url(../img/hero_2.jpg) 50%/cover no-repeat;
}

.light {
    position: fixed;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0;
    height: 0;
    opacity: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    top: 250px;
}

@media (max-width:575px) {
    .light {
        top: 200px;
    }
}

.light.active {
    height: auto;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px);
}

.light .section_title {
    margin-bottom: 20px;
    color: #000;
}

@media (max-width:991px) {
    .light .section_title {
        color: #fff;
    }
}

.light p {
    font-size: 21px;
    color: #000;
}

@media (max-width:991px) {
    .light p {
        color: #fff;
    }
}

@media (max-width:575px) {
    .light p {
        font-size: 18px;
    }
}

.light_inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 800px;
    margin: 0 auto;
}

.light_inner .android_img {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    padding-bottom: 56.25%;
    background: url(../img/hero_3.jpg) 50%/cover no-repeat;
}

.advantages {
    overflow: hidden;
}

.advantages .section_title {
    margin-bottom: 150px;
    text-align: center;
}

@media (max-width:991px) {
    .advantages .section_title {
        margin-bottom: 100px;
    }
}

@media (max-width:575px) {
    .advantages .section_title {
        margin-bottom: 50px;
    }
}

.advantages_item {
    display: -webkit-box;
    display: flex;
    margin: 0 -15px 180px;
}

@media (max-width:991px) {
    .advantages_item {
        flex-wrap: wrap;
        margin: 0 -15px 150px;
    }
}

@media (max-width:575px) {
    .advantages_item {
        margin: 0 -15px 60px;
    }
}

.advantages_item:first-child .advantages_caption span {
    top: calc(50% - 30px);
}

@media (max-width:991px) {
    .advantages_item:first-child .advantages_caption span {
        top: 50%;
    }
}

.advantages_item:nth-child(2) {
    margin-bottom: 150px;
}

@media (max-width:575px) {
    .advantages_item:nth-child(2) {
        margin-bottom: 60px;
    }
}

.advantages_item:nth-child(2) .advantages_caption span {
    top: calc(50% - 40px);
}

@media (max-width:991px) {
    .advantages_item:nth-child(2) .advantages_caption span {
        top: 50%;
    }
}

.advantages_item:nth-child(3) .advantages_img {
    position: relative;
}

.advantages_item:nth-child(3) .advantages_img:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    -webkit-transform: rotate(-29deg);
    transform: rotate(-29deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    width: 120%;
    height: 2px;
    background-color: #c80000;
}

.advantages_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

@media (max-width:991px) {
    .advantages_item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}

.advantages_item:nth-child(2n) .advantages_img {
    margin-right: auto;
}

.advantages_item:nth-child(2n) .advantages_caption:after {
    left: -50px;
}

@media (max-width:991px) {
    .advantages_item:nth-child(2n) .advantages_caption:after {
        left: 0;
    }
}

.advantages_item:nth-child(odd) .advantages_descr {
    margin-right: auto;
}

.advantages_item:nth-child(odd) .advantages_caption:after {
    right: -50px;
}

.advantages_item:last-child {
    margin-bottom: 0;
}

.advantages_descr {
    max-width: 505px;
    width: 50%;
    padding: 0 15px;
}

@media (max-width:991px) {
    .advantages_descr {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width:575px) {
    .advantages_descr {
        margin-bottom: 30px;
    }
}

.advantages_caption {
    position: relative;
    margin-bottom: 20px;
    padding: 50px 0 40px;
    font-size: 36px;
    line-height: 1.25;
}

@media (max-width:575px) {
    .advantages_caption {
        margin-bottom: 40px;
        font-size: 28px;
    }
}

.advantages_caption span {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 300px;
    font-weight: 700;
    line-height: 1;
    color: #242424;
}

@media (max-width:991px) {
    .advantages_caption span {
        left: 0;
    }
}

@media (max-width:575px) {
    .advantages_caption span {
        font-size: 200px;
    }
}

.advantages_caption:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 500%;
    height: 1px;
    background-color: #242424;
}

.advantages_text {
    margin: 0;
    font-size: 22px;
    color: #888;
}

@media (max-width:575px) {
    .advantages_text {
        font-size: 18px;
    }
}

.advantages_img {
    position: relative;
    display: -webkit-box;
    display: flex;
    max-width: 505px;
    width: 50%;
    padding: 0 15px;
}

@media (max-width:991px) {
    .advantages_img {
        width: 100%;
    }
}

.advantages_img img {
    align-self: flex-start;
    border-radius: 8px;
}

.advantages_link {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 320px;
    margin-top: 40px;
    padding: 13px 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ab7de7;
    white-space: nowrap;
}

.advantages_link:hover {
    color: #fff;
    border-color: #c497fe;
}

.advantages_link:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 36px;
    background: url(../img/icons/pdf.svg) 50%/contain no-repeat;
}

.advantages_link:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 60px;
    height: 40px;
    width: 1px;
    background-color: hsla(0,0%,100%,.1);
}

@media (max-width:575px) {
    .advantages_link {
        margin-top: 20px;
    }
}

@media (max-width:350px) {
    .advantages_link {
        padding: 13px 10px;
    }

    .advantages_link:before {
        margin-right: 24px;
    }

    .advantages_link:after {
        left: 46px;
    }
}

.profile .section_title {
    margin-bottom: 20px;
    text-align: center;
}

.profile_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.profile_item {
    position: relative;
    width: 100%;
}

.profile_item .container {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width:1800px) {
    .profile_item .container {
        top: 120px;
    }
}

@media (max-width:1700px) {
    .profile_item .container {
        top: 100px;
    }
}

@media (max-width:1560px) {
    .profile_item .container {
        top: 80px;
    }
}

@media (max-width:991px) {
    .profile_item .container {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.profile_item:first-child .profile_descr {
    margin-left: auto;
}

.profile_video {
    width: 100%;
    outline: none;
}

.profile_descr {
    max-width: 480px;
}

@media (max-width:1199px) {
    .profile_descr {
        max-width: 420px;
    }
}

@media (max-width:991px) {
    .profile_descr {
        max-width: 100%;
    }
}

.profile_caption {
    max-width: 250px;
    font-family: Lato;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

@media (max-width:575px) {
    .profile_caption {
        font-size: 28px;
    }
}

.profile_text {
    margin-bottom: 0;
    font-size: 21px;
    opacity: .8;
    color: #fff;
}

@media (max-width:575px) {
    .profile_text {
        font-size: 18px;
    }
}

.gallery {
    overflow: hidden;
}

.gallery .section_title {
    text-align: center;
}

.gallery_grid {
    position: relative;
    min-width: 2120px;
    max-width: 2120px;
    margin: 0 auto;
}

@media (max-width:2120px) {
    .gallery_grid {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width:1560px) {
    .gallery_grid {
        min-width: 1640px;
        max-width: 1640px;
    }
}

@media (max-width:991px) {
    .gallery_grid {
        min-width: 1000px;
        max-width: 1000px;
    }
}

@media (max-width:575px) {
    .gallery_grid {
        min-width: 600px;
        max-width: 600px;
    }
}

.gallery_grid:after {
    content: "";
    display: block;
    clear: both;
}

.gallery_col,.gallery_sizer {
    width: 20%;
    height: 300px;
}

@media (max-width:1560px) {
    .gallery_col,.gallery_sizer {
        height: 240px;
    }
}

@media (max-width:991px) {
    .gallery_col,.gallery_sizer {
        width: 25%;
    }
}

@media (max-width:575px) {
    .gallery_col,.gallery_sizer {
        height: 160px;
    }
}

.gallery_col {
    float: left;
    padding: 0 15px 30px;
}

@media (max-width:991px) {
    .gallery_col {
        padding: 0 10px 20px;
    }
}

@media (max-width:575px) {
    .gallery_col {
        padding: 0 7px 14px;
    }
}

.gallery_col:nth-of-type(2) {
    margin-top: 50px;
    height: 600px;
}

@media (max-width:1560px) {
    .gallery_col:nth-of-type(2) {
        height: 480px;
    }
}

@media (max-width:991px) {
    .gallery_col:nth-of-type(2) {
        height: 240px;
    }
}

@media (max-width:575px) {
    .gallery_col:nth-of-type(2) {
        margin-top: 20px;
        height: 160px;
    }
}

.gallery_col:nth-of-type(3) {
    margin-top: 200px;
    height: 380px;
}

@media (max-width:1560px) {
    .gallery_col:nth-of-type(3) {
        margin-top: 170px;
        height: 300px;
    }
}

@media (max-width:991px) {
    .gallery_col:nth-of-type(3) {
        margin-top: 100px;
        height: 240px;
    }
}

@media (max-width:575px) {
    .gallery_col:nth-of-type(3) {
        margin-top: 50px;
        height: 160px;
    }
}

.gallery_col:nth-of-type(6n+10) {
    height: 380px;
}

@media (max-width:1560px) {
    .gallery_col:nth-of-type(6n+10) {
        height: 300px;
    }
}

@media (max-width:991px) {
    .gallery_col:nth-of-type(6n+10) {
        height: 240px;
    }
}

@media (max-width:575px) {
    .gallery_col:nth-of-type(6n+10) {
        height: 160px;
    }
}

.gallery_col:nth-of-type(7) {
    margin-top: 20px;
    height: 420px;
}

@media (max-width:1560px) {
    .gallery_col:nth-of-type(7) {
        height: 400px;
    }
}

@media (max-width:991px) {
    .gallery_col:nth-of-type(7) {
        height: 240px;
    }
}

@media (max-width:575px) {
    .gallery_col:nth-of-type(7) {
        margin-top: 0;
        height: 160px;
    }
}

.gallery_col:nth-of-type(4),.gallery_col:nth-of-type(5n+15),.gallery_col:nth-of-type(9),.gallery_col:nth-of-type(12) {
    width: 40%;
    height: 600px;
}

@media (max-width:1560px) {
    .gallery_col:nth-of-type(4),.gallery_col:nth-of-type(5n+15),.gallery_col:nth-of-type(9),.gallery_col:nth-of-type(12) {
        height: 480px;
    }
}

@media (max-width:991px) {
    .gallery_col:nth-of-type(4),.gallery_col:nth-of-type(5n+15),.gallery_col:nth-of-type(9),.gallery_col:nth-of-type(12) {
        width: 50%;
        height: 360px;
    }
}

@media (max-width:575px) {
    .gallery_col:nth-of-type(4),.gallery_col:nth-of-type(5n+15),.gallery_col:nth-of-type(9),.gallery_col:nth-of-type(12) {
        height: 240px;
    }
}

.gallery_col:nth-of-type(n+7) {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

@media (max-width:991px) {
    .gallery_col:nth-of-type(n+7) {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.gallery_col:nth-of-type(n+12) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width:575px) {
    .gallery_col:nth-of-type(n+9) {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@media (max-width:575px) {
    .gallery_col:nth-of-type(n+12) {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.gallery_item,.gallery_item img {
    width: 100%;
    height: 100%;
}

.gallery_item img {
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.mfp-gallery .mfp-close {
    top: 0;
    right: -10px;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url(../img/icons/close.svg) 50%/16px no-repeat!important;
}

.mfp-gallery .mfp-close:active {
    top: 0;
}

.mfp-gallery .mfp-arrow {
    width: 24px;
    height: 44px;
    margin: 0;
    background: url(../img/icons/gallery-arrow.svg) 50%/contain no-repeat!important;
}

@media (max-width:575px) {
    .mfp-gallery .mfp-arrow {
        width: 19.2px;
        height: 35.2px;
    }
}

.mfp-gallery .mfp-arrow:after,.mfp-gallery .mfp-arrow:before {
    display: none;
}

.mfp-gallery .mfp-arrow-left {
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:900px) {
    .mfp-gallery .mfp-arrow-left {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px;
    }
}

.mfp-gallery .mfp-arrow-right {
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width:900px) {
    .mfp-gallery .mfp-arrow-right {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transform-origin: initial;
        transform-origin: initial;
        right: 15px;
    }
}

.video {
    padding-top: 0;
}

.video_inner {
    position: relative;
    padding-bottom: 56.25%;
}

.video_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.unusable_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.unusable_item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:991px) {
    .unusable_item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 50px;
    }

    .unusable_item:last-child {
        margin-bottom: 0;
    }
}

.unusable_item br {
    display: none;
}

.unusable_img {
    margin-bottom: 50px;
}

@media (max-width:991px) {
    .unusable_img {
        width: 100px;
        margin-bottom: 20px;
    }
}

@media (max-width:575px) {
    .unusable_img {
        width: 60px;
    }
}

.unusable_caption {
    margin-bottom: 40px;
    font-family: Lato;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.15;
}

@media (max-width:991px) {
    .unusable_caption {
        width: calc(100% - 100px);
        padding-left: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width:575px) {
    .unusable_caption {
        width: calc(100% - 60px);
        font-size: 24px;
    }
}

.unusable_text {
    margin-bottom: 0;
    font-size: 22px;
    color: #ccc;
}

@media (max-width:991px) {
    .unusable_text br {
        display: none;
    }
}

@media (max-width:575px) {
    .unusable_text {
        font-size: 18px;
    }
}

.package {
    padding: 100px 0;
}

@media (max-width:991px) {
    .package {
        padding: 50px 0;
    }
}

@media (max-width:575px) {
    .package {
        padding: 30px 0;
    }
}

.package .section_title {
    margin-bottom: 70px;
}

@media (max-width:575px) {
    .package .section_title {
        margin-bottom: 30px;
    }
}

.package_list {
    flex-wrap: wrap;
    margin: 0 -15px;
}

.package_item,.package_list {
    display: -webkit-box;
    display: flex;
}

.package_item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 50%;
    padding: 0 15px;
}

@media (max-width:991px) {
    .package_item {
        width: 100%;
        margin-bottom: 50px;
    }

    .package_item:last-child {
        margin-bottom: 0;
    }
}

.package_caption {
    margin-bottom: 30px;
    font-size: 64px;
    line-height: 1.25;
    font-weight: 400;
}

@media (max-width:575px) {
    .package_caption {
        margin-bottom: 15px;
        font-size: 36px;
    }
}

.package_img_wrap {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: auto 0;
}

@media (max-width:1700px) {
    .package_img_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        margin: 0;
    }
}

.package_img img {
    max-width: none;
}

@media (max-width:1560px) {
    .package_img {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        min-height: 280px;
        margin-bottom: 20px;
    }

    .package_img img {
        max-width: 100%;
        max-height: 280px;
    }
}

@media (max-width:991px) {
    .package_img {
        min-height: auto;
        margin-bottom: 30px;
    }
}

.package_props {
    list-style: none;
    margin: 0;
    padding: 0;
}

.package_props_item {
    position: relative;
    margin-bottom: 50px;
    padding-left: 40px;
    font-size: 18px;
    color: #ccc;
    white-space: nowrap;
}

@media (max-width:1700px) {
    .package_props_item {
        margin-bottom: 30px;
    }

    .package_props_item br {
        display: none;
    }
}

@media (max-width:575px) {
    .package_props_item {
        margin-bottom: 20px;
        white-space: normal;
    }
}

.package_props_item:last-child {
    margin-bottom: 0;
}

.package_props_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.package_text {
    position: relative;
    margin: 0;
    padding-top: 100px;
    font-size: 24px;
    color: hsla(0,0%,100%,.9);
}

@media (max-width:991px) {
    .package_text br {
        display: none;
    }
}

@media (max-width:575px) {
    .package_text {
        padding-top: 60px;
        font-size: 18px;
    }
}

.package_text:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #7426d7;
}

@media (max-width:575px) {
    .package_text:before {
        top: 30px;
        height: 3px;
    }
}

.package_item-basic .package_img_wrap {
    left: -230px;
}

@media (max-width:1700px) {
    .package_item-basic .package_img_wrap {
        left: 0;
    }
}

.package_item-basic .package_props_item:before {
    background: url(../img/icons/check-purple.svg) 50%/contain no-repeat;
}

.package_item-basic .package_text:before {
    background-color: #7426d7;
}

.package_item-technology {
    left: 100px;
}

@media (max-width:1700px) {
    .package_item-technology {
        left: 0;
    }
}

.package_item-technology .package_img_wrap {
    left: -140px;
}

@media (max-width:1700px) {
    .package_item-technology .package_img_wrap {
        left: 0;
    }
}

.package_item-technology .package_props_item:before {
    background: url(../img/icons/check-green.svg) 50%/contain no-repeat;
}

.package_item-technology .package_text:before {
    background-color: #29e150;
}

.reviews .col:first-child {
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:991px) {
    .reviews .col:first-child {
        width: 100%;
    }
}

.reviews .col:nth-child(2) {
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:991px) {
    .reviews .col:nth-child(2) {
        width: 100%;
    }
}

.reviews_carousel_wrap {
    position: relative;
}

.reviews_carousel {
    margin-bottom: 50px;
}

@media (max-width:991px) {
    .reviews_carousel {
        margin-bottom: 10px;
    }
}

.reviews_video {
    position: relative;
    padding-bottom: 56.25%;
}

@media (max-width:991px) {
    .reviews_video {
        margin-bottom: 30px;
    }
}

.reviews_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reviews_info {
    padding-left: 30px;
}

@media (max-width:991px) {
    .reviews_info {
        padding-left: 0;
    }
}

.reviews_name {
    margin-bottom: 25px;
    font-family: Lato;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 900;
}

@media (max-width:575px) {
    .reviews_name {
        margin-bottom: 15px;
        font-size: 24px;
    }
}

.reviews_rating {
    margin-bottom: 20px;
}

@media (max-width:575px) {
    .reviews_rating {
        margin-bottom: 15px;
    }
}

.reviews_text {
    font-size: 22px;
    font-style: italic;
    color: #ccc;
}

@media (max-width:575px) {
    .reviews_text {
        font-size: 18px;
    }

    .reviews_text br {
        display: none;
    }
}

.reviews_nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 380px;
    margin: 0 auto;
}

@media (max-width:575px) {
    .reviews_nav {
        width: 100%;
    }
}

.reviews_nav .owl-next,.reviews_nav .owl-prev {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.reviews_nav .owl-next svg path,.reviews_nav .owl-prev svg path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.reviews_nav .owl-next:hover svg path,.reviews_nav .owl-prev:hover svg path {
    fill: #c497fe;
}

.reviews_nav .owl-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reviews_counter {
    font-family: Lato;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width:575px) {
    .reviews_counter {
        font-size: 20px;
    }
}

.contacts {
    background-color: #121212;
}

.contacts .col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.contacts .section_title {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.contacts .contacts_text {
    margin-bottom: 100px;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
}

@media (max-width:991px) {
    .contacts .col {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contacts .contacts_text {
        margin-bottom: 50px;
    }
}

@media (max-width:575px) {
    .contacts {
        padding: 50px 0;
    }

    .contacts .section_title {
        margin-bottom: 20px;
    }

    .contacts .contacts_text {
        font-size: 18px;
    }
}

.contacts_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contacts_item {
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .contacts_item {
        text-align: center;
    }
}

.contacts_item:last-child {
    margin-bottom: 60px;
}

@media (max-width:991px) {
    .contacts_item:last-child {
        margin-bottom: 40px;
    }
}

.contacts_item:last-child .contacts_link {
    color: #ab7de7;
}

.contacts_item:last-child .contacts_link:hover {
    color: #c497fe;
}

.contacts_link {
    font-size: 28px;
    white-space: nowrap;
}

.contacts_social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
}

@media (max-width:991px) {
    .contacts_social {
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 50px;
    }
}

.contacts_social_item {
    margin-right: 25px;
}

.contacts_social_item:last-child {
    margin-right: 0;
}

.contacts_social_link svg path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contacts_social_link:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.contacts_social_link:hover svg path {
    fill: #c497fe;
}

.contacts_form .form_item {
    margin-bottom: 80px;
}

@media (max-width:991px) {
    .contacts_form .form_item {
        margin-bottom: 40px;
    }
}

.contacts_form .form_item:last-child {
    margin-bottom: 0;
}

.contacts_form .input {
    padding: 0 0 20px;
}

.contacts_submit {
    max-width: 320px;
    width: 100%;
    padding: 13px 10px;
    border-radius: 5px;
    border: 1px solid #ab7de7;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    cursor: pointer;
}

.contacts_submit:hover {
    border-color: #c497fe;
    background-color: #c497fe;
}

@media (max-width:991px) {
    .contacts_submit {
        max-width: 100%;
    }
}

.popup {
    position: relative;
    max-width: 950px;
    margin: 20px auto;
    padding: 30px 40px 40px;
    border-radius: 5px;
    background-image: linear-gradient(228deg,#444,#242424);
}

@media (max-width:1560px) {
    .popup {
        padding: 20px 30px;
    }
}

@media (max-width:575px) {
    .popup {
        padding: 30px 15px;
    }
}

.popup .mfp-close {
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
    background: url(../img/icons/close.svg) 50%/16px no-repeat!important;
}

.popup .mfp-close:active {
    top: 6px;
}

.popup_title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
}

.popup_text,.popup_title {
    font-family: Oswald;
    text-align: center;
}

.popup_text {
    margin-bottom: 18px;
    font-size: 24px;
    color: #9c9c9c;
}

@media (max-width:575px) {
    .popup_text {
        font-size: 20px;
    }
}

.popup_calc_form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.popup_calc_item {
    width: 50%;
    margin-bottom: 32px;
    padding: 0 8px;
}

@media (max-width:1560px) {
    .popup_calc_item {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .popup_calc_item {
        width: 100%;
    }
}

.popup_calc_radio {
    margin: 0;
    cursor: pointer;
}

.popup_calc_input {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.popup_calc_input:checked+.popup_calc_descr,.popup_calc_input:checked+.popup_calc_descr:before {
    border-color: #ab7de7;
}

.popup_calc_input:checked+.popup_calc_descr:after {
    opacity: 1;
}

.popup_calc_descr {
    position: relative;
    height: 100%;
    padding: 40px;
    border-radius: 5px;
    border: 2px solid transparent;
    background-color: #232323;
}

@media (max-width:1560px) {
    .popup_calc_descr {
        padding: 20px;
    }
}

@media (max-width:575px) {
    .popup_calc_descr {
        padding: 20px 15px 25px;
    }
}

.popup_calc_descr:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 40px;
    width: 24px;
    height: 24px;
    border: 2px solid #919191;
    border-radius: 50%;
    background-color: #080808;
}

@media (max-width:1560px) {
    .popup_calc_descr:before {
        top: 30px;
        left: 20px;
    }
}

@media (max-width:575px) {
    .popup_calc_descr:before {
        top: 27px;
        left: 20px;
    }
}

.popup_calc_descr:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 47px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #ab7de7;
    opacity: 0;
}

@media (max-width:1560px) {
    .popup_calc_descr:after {
        top: 37px;
        left: 27px;
    }
}

@media (max-width:575px) {
    .popup_calc_descr:after {
        top: 34px;
        left: 27px;
    }
}

.popup_calc_title {
    margin-bottom: 15px;
    padding-left: 40px;
    font-family: Oswald;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
}

@media (max-width:575px) {
    .popup_calc_title {
        font-size: 28px;
    }
}

.popup_calc_img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 200px;
}

@media (max-width:1560px) {
    .popup_calc_img {
        height: 140px;
    }
}

@media (max-width:575px) {
    .popup_calc_img {
        height: 120px;
    }
}

.popup_calc_img img {
    align-self: center;
    max-height: 200px;
}

@media (max-width:1560px) {
    .popup_calc_img img {
        max-height: 140px;
    }
}

@media (max-width:575px) {
    .popup_calc_img img {
        max-height: 120px;
    }
}

.popup_calc_text {
    position: relative;
    margin-bottom: 25px;
    padding-top: 65px;
    font-size: 18px;
    color: #fff;
    opacity: .9;
}

@media (max-width:1560px) {
    .popup_calc_text {
        margin-bottom: 20px;
        padding-top: 40px;
        font-size: 16px;
    }
}

.popup_calc_text:before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #ab7de7;
}

@media (max-width:1560px) {
    .popup_calc_text:before {
        top: 20px;
        height: 3px;
    }
}

.popup_calc_price {
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

@media (max-width:1560px) {
    .popup_calc_price {
        font-size: 28px;
    }
}

.popup_calc_submit {
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #ab7de7;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.popup_calc_submit:hover {
    background-color: #c497fe;
}

@media (max-width:1560px) {
    .popup_calc_submit {
        padding: 10px;
    }
}

.popup_calc_item-technology .popup_calc_text:before {
    background-color: #29e150;
}