/* BOOTSTRAP FIX */
a {
    color: inherit;
}

:hover {
    color: inherit;
    text-decoration: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.modal {
    background: inherit;
    -webkit-box-shadow: 0 15px 120px rgba(0,0,0,.08);
    box-shadow: 0 15px 120px rgba(0,0,0,.08);
    -webkit-border-radius: 18px;
    border-radius: 18px;
    height: auto;
    padding: 25px!important;
}

.modal-content {
    border: 0px solid!important;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.label-info {
    background: transparent!important;
}

body::-webkit-scrollbar {
    width: 10px;
}
   
body::-webkit-scrollbar-track {
    background-color: #ffbc1c;
    opacity: 0.5;
}
   
body::-webkit-scrollbar-thumb {
    background-color: #652bfb;
    outline: 1px solid slategrey;
    opacity: 0.7;
}

.jq-checkbox,
.jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer
}

.jq-checkbox.focused,
.jq-radio.focused {
    border: 0px solid #08c;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: .55
}

.jq-checkbox {
    border-radius: 3px
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 4px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.jq-radio {
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file input {
    cursor: pointer
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1;
    font: 14px/32px Arial, sans-serif;
    color: #333
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-file:hover .jq-file__browse {
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover {
    border-color: #b3b3b3
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: 0;
    background: 0 0;
    font: 14px Arial, sans-serif;
    color: #333
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-number__spin:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-selectbox__select:hover {
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-selectbox__select:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 0px solid #5794bf
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #ccc
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff
}

.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 0px solid #5794bf
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff
}

.jq-select-multiple li.disabled {
    color: #aaa
}

.jq-select-multiple li.optgroup {
    font-weight: 700
}

.jq-select-multiple li.option {
    padding-left: 25px
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
    background: #ccc;
    color: #fff
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333
}

input[type=search].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.styler {
    overflow: auto
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: 0;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=reset].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover {
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

button.styler:active,
input[type=button].styler:active,
input[type=reset].styler:active,
input[type=submit].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-select-multiple,
.jq-selectbox {
    position: relative;
    display: inline-block
}

.jq-select-multiple select,
.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-select-multiple li,
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!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-ajax-holder .modal-content,
.mfp-inline-holder .modal-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .modal-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-arrow,
.modal-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-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-ready .mfp-preloader {
    display: none
}

.mfp-s-error .modal-content {
    display: none
}

button.mfp-arrow,
button.modal-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.modal-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
}

.modal-close:focus,
.modal-close:hover {
    opacity: 1
}

.modal-close:active {
    top: 1px
}

.modal-close-btn-in .modal-close {
    color: #333
}

.mfp-iframe-holder .modal-close,
.mfp-image-holder .modal-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;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.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: medium 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 .modal-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .modal-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;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    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 .modal-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {

    /* */

    .dashboard {
        display: flow-root!important;
    }

    .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 .modal-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 all and (max-width:900px) {

    .dashboard {
        display: flow-root!important;
    }

    .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
    }
}

.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;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -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 {
    -webkit-flex-wrap: wrap;
    -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 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.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;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    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(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.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: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s 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 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.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: none;
    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: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -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: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -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-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.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 {
    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-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 {
    overflow: visible
}

.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
}

@font-face {
    font-family: roboto-example;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot%3F) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: roboto-example;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot%3F) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
    font-family: acrom-example;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Acrom-Regular/Acrom-Regular.eot);
    src: url(../fonts/Acrom-Regular/Acrom-Regular.eot%3F) format("embedded-opentype"), url(../fonts/Acrom-Regular/Acrom-Regular.woff) format("woff"), url(../fonts/Acrom-Regular/Acrom-Regular.ttf) format("truetype")
}

@font-face {
    font-family: acrom-example;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Acrom-Bold/Acrom-Bold.eot);
    src: url(../fonts/Acrom-Bold/Acrom-Bold.eot%3F) format("embedded-opentype"), url(../fonts/Acrom-Bold/Acrom-Bold.woff) format("woff"), url(../fonts/Acrom-Bold/Acrom-Bold.ttf) format("truetype")
}

@font-face {
    font-family: acrom-example;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/Acrom-ExtraBold/Acrom-ExtraBold.eot);
    src: url(../fonts/Acrom-ExtraBold/Acrom-ExtraBold.eot%3F) format("embedded-opentype"), url(../fonts/Acrom-ExtraBold/Acrom-ExtraBold.woff) format("woff"), url(../fonts/Acrom-ExtraBold/Acrom-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family: acrom-example;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Acrom-Light/Acrom-Light.eot);
    src: url(../fonts/Acrom-Light/Acrom-Light.eot%3F) format("embedded-opentype"), url(../fonts/Acrom-Light/Acrom-Light.woff) format("woff"), url(../fonts/Acrom-Light/Acrom-Light.ttf) format("truetype")
}

@font-face {
    font-family: acrom-example;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Acrom-Medium/Acrom-Medium.eot);
    src: url(../fonts/Acrom-Medium/Acrom-Medium.eot%3F) format("embedded-opentype"), url(../fonts/Acrom-Medium/Acrom-Medium.woff) format("woff"), url(../fonts/Acrom-Medium/Acrom-Medium.ttf) format("truetype")
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    user-select: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1650px) {
    .container {
        width: 1650px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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-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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .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 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .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 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

@media (min-width:1650px) {
    .container {
        width: 1650px
    }
}

@media (min-width:768px) {
    .container-forum {
        width: 750px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .container-forum {
        width: 970px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .container-forum {
        width: 1300px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

.container-forum {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.inp-store::-webkit-input-placeholder {
    color: #aeb8d6;
    opacity: 1;
    font-weight: 700
}

.inp-store:-moz-placeholder {
    color: #aeb8d6;
    opacity: 1;
    font-weight: 700
}

.inp-store::-moz-placeholder {
    color: #aeb8d6;
    opacity: 1;
    font-weight: 700
}

.inp-store:-ms-input-placeholder {
    color: #aeb8d6;
    opacity: 1;
    font-weight: 700
}

.inp-info::-webkit-input-placeholder {
    color: #a4a4c6;
    opacity: 1;
    font-weight: 700
}

.inp-info:-moz-placeholder {
    color: #a4a4c6;
    opacity: 1;
    font-weight: 700
}

.inp-info::-moz-placeholder {
    color: #a4a4c6;
    opacity: 1;
    font-weight: 700
}

.inp-info:-ms-input-placeholder {
    color: #a4a4c6;
    opacity: 1;
    font-weight: 700
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

body,
html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: acrom-example, sans-serif;
    overflow-x: hidden;
    opacity: 1
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.body-content .swiper-container .swiper-pagination {
    right: 0;
    left: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.body-content .swiper-container .swiper-pagination-bullet--svg-animation {
    width: 26px;
    height: 26px;
    margin: 4px!important;
    display: inline-block
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    left: 0!important;
    -webkit-transition: .2s transform, .2s left, .2s;
    -o-transition: .2s transform, .2s left, .2s;
    transition: .2s transform, .2s left, .2s
}

.body-content .swiper-container .swiper-pagination-bullet {
    background-color: transparent;
    opacity: .7
}

.body-content .swiper-container .swiper-pagination-bullet-active .svg__circle {
    stroke: #6747e9!important;
    stroke-dasharray: 75;
    stroke-dashoffset: 0;
    -webkit-animation: progress 7s ease-in-out 1 forwards;
    animation: progress 7s ease-in-out 1 forwards
}

.body-content .swiper-container .swiper-pagination-bullet-active .svg__circle-inner {
    opacity: 1!important;
    stroke: rgba(255, 255, 255, .2);
    fill: transparent!important
}

.body-content .swiper-container .swiper-pagination-bullet--svg-animation .svg__circle-inner {
    opacity: 1;
    fill: transparent;
    stroke: rgba(255, 255, 255, .3);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.body-content .swiper-container .swiper-pagination-bullet--svg-animation svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@-webkit-keyframes progress {
    0% {
        stroke-dashoffset: -75;
        opacity: 1
    }
    95% {
        stroke-dashoffset: 0;
        opacity: 1
    }
    100% {
        opacity: 0;
        stroke-dashoffset: 0
    }
}

@keyframes progress {
    0% {
        stroke-dashoffset: -75;
        opacity: 1
    }
    95% {
        stroke-dashoffset: 0;
        opacity: 1
    }
    100% {
        opacity: 0;
        stroke-dashoffset: 0
    }
}

.title-all {
    margin-top: 130px
}

.title-all h2 {
    margin: 0;
    color: #010103;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    padding-left: 80px
}

.title-all h2::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    background: #652bfb;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 65px;
    height: 5px;
    margin: auto;
    -webkit-box-shadow: 0 0 30px rgba(101, 43, 251, .7);
    box-shadow: 0 0 30px rgba(101, 43, 251, .7)
}

.body-content {
    background: url(../img/bg-main-15.jpg) no-repeat;
    background-size: cover;
    /* min-height: 100%; */
    position: relative;
    width: 100%;
}

.header,
.header-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    position: relative
}

.header .navigation .nav,
.header-main .navigation .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header .navigation .nav .nav-links,
.header-main .navigation .nav .nav-links {
    margin-right: 25px
}

.header .navigation .nav .nav-links:last-child,
.header-main .navigation .nav .nav-links:last-child {
    margin-right: 0
}

.header .navigation .nav .nav-links a,
.header-main .navigation .nav .nav-links a {
    font-weight: 700;
    color: rgba(255, 255, 255, .35);
    text-decoration: none;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    position: relative;
    font-size: 14px
}

.header .navigation .nav .nav-links a::before,
.header-main .navigation .nav .nav-links a::before {
    content: " ";
    position: absolute;
    background: #652bfb;
    width: 0%;
    height: 3px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease
}

.header .navigation .nav .nav-links a::after,
.header-main .navigation .nav .nav-links a::after {
    content: " ";
    position: absolute;
    background: #652bfb;
    width: 0%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
    -webkit-filter: blur(9px);
    filter: blur(9px)
}

.header .navigation .nav .nav-links a:hover,
.header-main .navigation .nav .nav-links a:hover {
    color: #fff
}

.header .navigation .nav .nav-links a:hover::before,
.header-main .navigation .nav .nav-links a:hover::before {
    width: 100%
}

.header .navigation .nav .nav-links a:hover::after,
.header-main .navigation .nav .nav-links a:hover::after {
    width: 100%
}

.header .navigation .nav .active-nav-link a,
.header-main .navigation .nav .active-nav-link a {
    color: #fff
}

.header .navigation .nav .active-nav-link a::before,
.header-main .navigation .nav .active-nav-link a::before {
    width: 100%
}

.header .navigation .nav .active-nav-link a::after,
.header-main .navigation .nav .active-nav-link a::after {
    width: 100%
}

.header .navigation .nav .store-link,
.header-main .navigation .nav .store-link {
    margin-right: 35px
}

.header .navigation .nav .store-link a,
.header-main .navigation .nav .store-link a {
    background: #010103;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 155px;
    height: 50px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border: 3px solid transparent;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease
}

.header .navigation .nav .store-link a:hover,
.header-main .navigation .nav .store-link a:hover {
    background: #1a1818
}

.header .navigation .nav .store-link a img,
.header-main .navigation .nav .store-link a img {
    margin-left: 7px
}

.header .btn-login a,
.header-main .btn-login a {
    background: #652bfb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #fff;
    width: 250px;
    height: 65px;
    text-decoration: none;
    font-weight: 700;
    border: 3px solid transparent;
    -webkit-transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.header .loginviewbt a,
.header-main .loginviewbt a {
    background: #652bfb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #fff;
    width: 250px;
    height: 65px;
    text-decoration: none;
    font-weight: 700;
    border: 3px solid transparent;
    -webkit-transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.header .loginviewbt a:hover,
.header-main .loginviewbt a:hover {
    background: #652bfb;
    border: 3px solid #652bfb;
    -webkit-box-shadow: 0 10px 60px rgba(157, 43, 251, 0.76);
    box-shadow: 0 10px 60px rgba(101, 43, 251, .6)
}

.header .btn-login a:hover,
.header-main .btn-login a:hover {
    background: #652bfb;
    border: 3px solid #652bfb;
    -webkit-box-shadow: 0 10px 30px rgba(101, 43, 251, .6);
    box-shadow: 0 10px 30px rgba(101, 43, 251, .6)
}

.header .btn-login a img,
.header-main .btn-login a img {
    margin-left: 7px
}

.header .btn-login-profile a,
.header-main .btn-login-profile a {
    background: #652bfb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #fff;
    width: 250px;
    height: 65px;
    text-decoration: none;
    font-weight: 700;
    border: 3px solid transparent;
    -webkit-transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.header .btn-login-profile a:hover,
.header-main .btn-login-profile a:hover {
    background: 0 0;
    border: 3px solid #652bfb;
    -webkit-box-shadow: 0 10px 30px rgba(101, 43, 251, .6);
    box-shadow: 0 10px 30px rgba(101, 43, 251, .6)
}

.header .btn-login-profile a img,
.header-main .btn-login-profile a img {
    margin-left: 7px
}

.main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 70px
}

.main-content .left-side img {
    max-width: 100%
}

.main-content .right-side {
    width: 50%
}

.main-content .right-side .teg {
    background: #ffbc1c;
    width: 95px;
    height: 40px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.main-content .right-side .title h1 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    position: relative;
    font-size: 48px;
    padding-bottom: 30px;
    line-height: 1.4
}

.main-content .right-side .title h1::before {
    content: " ";
    position: absolute;
    width: 670px;
    height: 120px;
    left: -150px;
    right: 0;
    top: 0;
    bottom: 0
}

.main-content .right-side .title h1::after {
    content: " ";
    position: absolute;
    background: #652bfb;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 65px;
    height: 5px;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 20px rgba(101, 43, 251, .6);
    box-shadow: 0 0 20px rgba(101, 43, 251, .6)
}

.main-content .right-side .title h1 span {
    font-weight: 300
}

.main-content .right-side .sub-title {
    margin-top: 30px;
    color: rgba(255, 255, 255, .85);
    font-size: 18px;
    font-weight: 500
}

.main-content .right-side .container-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.main-content .right-side .container-btn .btn-start_play {
    margin-right: 40px
}

.main-content .right-side .container-btn .btn-start_play a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000001;
    font-weight: 700;
    background: #ffbc1c;
    width: 250px;
    height: 65px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.main-content .right-side .container-btn .btn-start_play a img {
    margin-left: 15px
}

.main-content .right-side .container-btn .btn-start_play a:hover {
    -webkit-box-shadow: 0 0 30px #ffbc1c;
    box-shadow: 0 0 30px #ffbc1c
}

.main-content .right-side .container-btn .btn-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-content .right-side .container-btn .btn-video a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    background: #652bfb;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-decoration: none;
    position: relative;
    margin-right: 20px;
    z-index: 1;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.main-content .right-side .container-btn .btn-video a img {
    margin-left: 5px
}

.main-content .right-side .container-btn .btn-video a::before {
    content: " ";
    position: absolute;
    width: 66px;
    height: 66px;
    background: #652bfb;
    opacity: .45;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    z-index: -1;
    -webkit-box-shadow: 0 0 30px rgba(101, 43, 251, .7);
    box-shadow: 0 0 30px rgba(101, 43, 251, .7)
}

.main-content .right-side .container-btn .btn-video span {
    color: #fff;
    font-weight: 700
}

.main-content .right-side .servers {
    display: flex;
    flex-direction: row;
}

.main-content .right-side .online-block {
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 15px 45px rgba(133, 133, 155, .08);
    box-shadow: 0 15px 45px rgba(133, 133, 155, .08);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin: 40px 10px 10px 10px;
    width: 320px;
}

.main-content .right-side .online-block .icon-us {
    color: #fff;
    font-size: 32px;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    background: -webkit-linear-gradient(314.62deg, #4929c8 0, #7c49ff 82.46%);
    background: -o-linear-gradient(314.62deg, #4929c8 0, #7c49ff 82.46%);
    background: linear-gradient(135.38deg, #4929c8 0, #7c49ff 82.46%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-content .right-side .online-block .text-online {
    margin-left: 20px
}

.main-content .right-side .online-block .text-online .online-now .now {
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

.main-content .right-side .online-block .text-online .online-now .online-all {
    font-size: 16px;
    color: #fff;
    font-style: acrom-example
}

.main-content .right-side .online-block .text-online .sub-text_online {
    color: #fff;
    opacity: .35;
    font-size: 14px
}

.main-content .right-side .online-block .text-online .progress-bar_online {
    margin-top: 10px;
    background: -webkit-linear-gradient(314.62deg, #4929c8 0, #7c49ff 82.46%);
    background: -o-linear-gradient(314.62deg, #4929c8 0, #7c49ff 82.46%);
    background: linear-gradient(135.38deg, #4929c8 0, #7c49ff 82.46%);
    width: 180px;
    height: 2px
}



.main-content .right-side .online-block .icon-p {
    margin-left: 20px
}

.footer-main {
    background: 0 0!important;
    height: 300px!important;
    position: absolute;
    bottom: 0
}

.footer-main .container-footer {
    padding: 30px 0!important;
    position: absolute;
    bottom: 0;
    left: 70px;
    right: 70px!important
}

.footer-main .container-footer .left-side .nav-footer li a {
    color: rgba(255, 255, 255, .35)!important
}

.intro-screen {
    background: #f7f7ff;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 100%
}

.intro-screen .bg-news {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%
}

.intro-screen .bg-news img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.header-intro {
    position: relative;
    z-index: 1
}

.header-intro .navigation .nav .nav-links {
    margin-right: 25px
}

.header-intro .navigation .nav .nav-links:last-child {
    margin-right: 0
}

.header-intro .navigation .nav .nav-links a {
    font-weight: 700;
    color: #afafc2;
    text-decoration: none;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    position: relative
}

.header-intro .navigation .nav .nav-links a::before {
    content: " ";
    position: absolute;
    background: #ffbc1c;
    width: 0%;
    height: 3px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease
}

.header-intro .navigation .nav .nav-links a::after {
    content: " ";
    position: absolute;
    background: #ffbc1c;
    width: 0%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
    -webkit-filter: blur(9px);
    filter: blur(9px)
}

.header-intro .navigation .nav .nav-links a:hover {
    color: #010103
}

.header-intro .navigation .nav .nav-links a:hover::before {
    width: 100%
}

.header-intro .navigation .nav .nav-links a:hover::after {
    width: 100%
}

.header-intro .navigation .nav .intro-active-link a {
    color: #010103
}

.header-intro .navigation .nav .intro-active-link a::before {
    width: 100%
}

.header-intro .navigation .nav .intro-active-link a::after {
    width: 100%
}

.header-intro .navigation .nav .store-link {
    margin-right: 35px
}

.header-intro .navigation .nav .store-link a {
    background: #010103;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 155px;
    height: 50px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border: 3px solid transparent;
    -webkit-transition: background .5s ease, border .5s ease, text-shadow .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, text-shadow .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, border .5s ease, text-shadow .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, text-shadow .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, text-shadow .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.header-intro .navigation .nav .store-link a:hover {
    background: 0 0;
    border: 3px solid #ffbc1c;
    text-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 5px 30px rgba(255, 188, 28, .4);
    box-shadow: 0 5px 30px rgba(255, 188, 28, .4)
}

.header-intro .navigation .nav .store-link a img {
    margin-left: 7px
}

.header-intro .btn-login a {
    background: #652bfb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #fff;
    width: 250px;
    height: 65px;
    text-decoration: none;
    font-weight: 700;
    border: 3px solid transparent;
    -webkit-transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.header-intro .btn-login a:hover {
    background: 0 0;
    border: 3px solid #652bfb;
    -webkit-box-shadow: 0 10px 30px rgba(101, 43, 251, .6);
    box-shadow: 0 10px 30px rgba(101, 43, 251, .6)
}

.header-intro .btn-login a img {
    margin-left: 7px
}

.header-intro .btn-login-profile a {
    background: #652bfb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #fff;
    width: 250px;
    height: 65px;
    text-decoration: none;
    font-weight: 700;
    border: 3px solid transparent;
    -webkit-transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease;
    transition: background .5s ease, border .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.header-intro .btn-login-profile a:hover {
    background: 0 0;
    border: 3px solid #652bfb;
    -webkit-box-shadow: 0 10px 30px rgba(101, 43, 251, .6);
    box-shadow: 0 10px 30px rgba(101, 43, 251, .6)
}

.header-intro .btn-login-profile a img {
    margin-left: 7px
}

.intro-block {
    position: relative;
    z-index: 0
}

.intro-block .title-news {
    margin-top: 130px
}

.intro-block .title-news h2 {
    margin: 0;
    color: #010103;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    padding-left: 80px
}

.intro-block .title-news h2::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    background: #652bfb;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 65px;
    height: 5px;
    margin: auto
}

.intro-block .container-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px
}

.intro-block .container-news .news {
    width: 1039px;
    background: #fff;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    margin-bottom: 55px
}

.intro-block .container-news .news .image {
    -webkit-border-top-left-radius: 34px;
    border-top-left-radius: 34px;
    -webkit-border-top-right-radius: 34px;
    border-top-right-radius: 34px;
    text-align: center;
    position: relative
}

.intro-block .container-news .news .image img {
    -webkit-border-top-left-radius: 34px;
    border-top-left-radius: 34px;
    -webkit-border-top-right-radius: 34px;
    border-top-right-radius: 34px;
    max-width: 100%
}

.intro-block .container-news .news .image .container-news_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-block .container-news .news .image .container-news_top .likes {
    position: absolute;
    top: 50px;
    left: 60px
}

.intro-block .container-news .news .image .container-news_top .likes {
    font-size: 15px;
    color: #ff5252;
    font-weight: 700;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    -webkit-box-shadow: 0 15px 35px rgba(255, 255, 255, .4);
    box-shadow: 0 15px 35px rgba(255, 255, 255, .4);
    -webkit-transition: background .5s ease, color .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, color .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease, background .5s ease, color .5s ease;
    transition: box-shadow .5s ease, background .5s ease, color .5s ease;
    transition: box-shadow .5s ease, background .5s ease, color .5s ease, -webkit-box-shadow .5s ease
}

.intro-block .container-news .news .image .container-news_top .likes:hover {
    -webkit-box-shadow: 0 15px 35px rgba(255, 82, 82, .4);
    box-shadow: 0 15px 35px rgba(255, 82, 82, .4);
    background: #ff5252;
    color: #fff
}

.intro-block .container-news .news .image .container-news_top .likes:hover .icon-l svg path {
    fill: #fff
}

.intro-block .container-news .news .image .container-news_top .likes .icon-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-block .container-news .news .image .container-news_top .likes .icon-l svg path {
    -webkit-transition: fill .5s ease;
    -o-transition: fill .5s ease;
    transition: fill .5s ease;
    fill: #ff5252
}

.intro-block .container-news .news .image .container-news_top .likes .number-likes {
    margin-left: 7px
}

.intro-block .container-news .news .image .container-news_top .likes-active {
    -webkit-box-shadow: 0 15px 35px rgba(255, 82, 82, .4);
    box-shadow: 0 15px 35px rgba(255, 82, 82, .4);
    background: #ff5252;
    color: #fff
}

.intro-block .container-news .news .image .container-news_top .likes-active .icon-l svg path {
    fill: #fff
}

.intro-block .container-news .news .image .container-news_top .date-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #010103;
    width: 180px;
    height: 50px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    -webkit-box-shadow: 0 15px 35px rgba(1, 1, 3, .4);
    box-shadow: 0 15px 35px rgba(1, 1, 3, .4);
    position: absolute;
    top: 50px;
    right: 60px
}

.intro-block .container-news .news .image .container-news_top .date-news .icon-n {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-block .container-news .news .image .container-news_top .date-news .text-date {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-left: 7px
}

.intro-block .container-news .news .text-news {
    padding: 60px
}

.intro-block .container-news .news .text-news .title-n h3 {
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 24px
}

.intro-block .container-news .news .text-news .text-n p {
    color: #a5a5bf
}

.intro-block .container-news .news .text-news .btn-more a {
    background: #eeeefe;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #bab6cc;
    font-weight: 700;
    width: 260px;
    height: 65px;
    text-decoration: none;
    -webkit-transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease, -webkit-box-shadow .5s ease
}

.intro-block .container-news .news .text-news .btn-more a:hover {
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
    -webkit-box-shadow: 0 15px 15px rgba(1, 1, 3, .05);
    box-shadow: 0 15px 15px rgba(1, 1, 3, .05)
}

.intro-block .container-news .news .text-news .btn-more a img {
    margin-left: 10px
}

.footer-intro {
    background: #010103;
    height: auto;
    position: relative;
    z-index: 1
}

.footer-intro .container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0
}

.footer-intro .container-footer .left-side .nav-footer {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-intro .container-footer .left-side .nav-footer li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .65);
    font-weight: 700;
    font-size: 18px;
    padding-right: 25px
}

.footer-intro .container-footer .right-side .social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-intro .container-footer .right-side .social li {
    margin-right: 15px
}

.footer-intro .container-footer .right-side .social li:last-child {
    margin-left: 25px
}

.footer-intro .container-footer .right-side .social li a svg {
    opacity: .35;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.footer-intro .container-footer .right-side .social li a:hover svg {
    opacity: 1
}

.intro-screen .intro-block .container-store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.intro-screen .intro-block .container-store .left-side {
    width: 33.3333333%
}

.intro-screen .intro-block .container-store .left-side .menu-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    margin-bottom: 22px
}

.intro-screen .intro-block .container-store .left-side .menu-left .m-text {
    font-weight: 700;
    color: #000
}

.intro-screen .intro-block .container-store .left-side .menu-left .cost {
    font-size: 14px;
    text-transform: uppercase;
    background: #ffbc1c;
    color: #000;
    font-weight: 700;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 85px;
    height: 40px
}

.intro-screen .intro-block .container-store .center-side {
    width: 70.5%;
    background: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -webkit-box-shadow: 0 15px 65px rgba(169, 178, 210, .15);
    box-shadow: 0 15px 65px rgba(169, 178, 210, .15);
    padding: 60px 50px
}

.intro-screen .intro-block .container-store .center-side .center-form .check-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-screen .intro-block .container-store .center-side .center-form .check-form .label-check {
    color: #c2c2db;
    font-weight: 700;
    margin-left: 10px
}

.intro-screen .intro-block .container-store .center-side .center-form .check-form .label-check a {
    text-decoration: none;
    color: #c2c2db;
    border-bottom: 1px solid #c2c2db
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .description {
    text-transform: uppercase;
    color: #bac2d9;
    font-weight: 700;
    margin-bottom: 15px
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .inp-store {
    background: #f4f4fe;
    -webkit-box-shadow: 0 5px 15px rgba(223, 223, 241, .15);
    box-shadow: 0 5px 15px rgba(223, 223, 241, .15);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    height: 80px;
    padding-left: 40px;
    color: #000;
    font-weight: 700
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-checkbox.checked .jq-checkbox__div {
    background: url(../img/check-icon.svg) no-repeat 50% 40%;
    width: 20px;
    height: 20px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    outline: 0
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-checkbox.focused {
    border: 3px solid #ffbc1c;
    outline: 0
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-checkbox.checked {
    background: #ffbc1c
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-checkbox {
    width: 35px;
    height: 35px;
    border: 3px solid #ffbc1c;
    background: #fff;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox__select {
    background: #f4f4fe;
    -webkit-box-shadow: 0 5px 15px rgba(223, 223, 241, .15);
    box-shadow: 0 5px 15px rgba(223, 223, 241, .15);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    height: 80px;
    padding-left: 40px;
    color: #000;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: acrom-example
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox__select:hover {
    background: #f4f4fe
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox li {
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    padding-left: 20px;
    font-family: acrom-example
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox li:last-child {
    border-bottom: none
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox li.selected {
    background: #f4f4fe;
    color: #000
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox li:hover {
    background: #f4f4fe;
    color: #000
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox__select-text {
    color: #000;
    font-weight: 700
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox__trigger {
    border-left: none
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox__trigger-arrow {
    background: url(../img/arrow-select.svg) no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    border: none;
    top: 50%;
    bottom: 50%;
    right: 20px;
    margin: auto 0
}

.intro-screen .intro-block .container-store .center-side .center-form .form-block .jq-selectbox__dropdown {
    border: none
}

.intro-screen .intro-block .container-store .center-side .center-form .btn-payment {
    margin-top: 40px
}

.intro-screen .intro-block .container-store .center-side .center-form .btn-payment a {
    background: #ffbc1c;
    -webkit-box-shadow: 0 5px 35px rgba(255, 179, 46, .35);
    box-shadow: 0 5px 35px rgba(255, 179, 46, .35);
    -webkit-border-radius: 10em;
    border-radius: 10em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    height: 70px;
    text-decoration: none;
    color: #2e0b00;
    font-weight: 700
}

.intro-screen .intro-block .container-store .center-side .center-form .btn-payment a img {
    margin-left: 15px
}

.intro-screen .intro-block .container-store .right-side {
    width: 25.6%
}

.intro-screen .intro-block .container-store .right-side .right-side_top {
    background: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 50px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.intro-screen .intro-block .container-store .right-side .right-side_top .title-rst {
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 40px
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-buy {
    margin-bottom: 25px
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-buy a {
    width: 276px;
    height: 65px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-blue a {
    background: -webkit-linear-gradient(283.08deg, #4929c8 0, #7c49ff 82.46%);
    background: -o-linear-gradient(283.08deg, #4929c8 0, #7c49ff 82.46%);
    background: linear-gradient(166.92deg, #4929c8 0, #7c49ff 82.46%);
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-blue a:hover {
    -webkit-box-shadow: 0 10px 25px rgba(73, 41, 200, .5);
    box-shadow: 0 10px 25px rgba(73, 41, 200, .5)
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-blue a img {
    margin-right: 12px
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-yellow a {
    background: #ffbc1c;
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-yellow a:hover {
    -webkit-box-shadow: 0 10px 25px rgba(255, 188, 28, .5);
    box-shadow: 0 10px 25px rgba(255, 188, 28, .5)
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-yellow a img {
    margin-right: 12px
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-gray a {
    background: #ececfa;
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-gray a:hover {
    -webkit-box-shadow: 0 10px 25px rgba(236, 236, 250, .5);
    box-shadow: 0 10px 25px rgba(236, 236, 250, .5)
}

.intro-screen .intro-block .container-store .right-side .right-side_top .btn-gray a img {
    margin-right: 12px
}

.intro-screen .intro-block .container-store .right-side .right-side_bottom {
    background: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 15px
}

.intro-screen .intro-block .container-store .right-side .right-side_bottom .title-rsb {
    margin-bottom: 25px
}

.intro-screen .intro-block .container-store .right-side .right-side_bottom .title-rsb h3 {
    margin: 0;
    line-height: 1.4
}

.intro-screen .intro-block .container-store .right-side .right-side_bottom .right-side-b {
    padding-left: 15px
}

.intro-screen .packets-block .title-all {
    margin-top: 20px
}

.intro-screen .packets-block .container-packets {
    margin-top: 200px;
    margin-bottom: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro-screen .packets-block .container-packets .pack {
    background: #fff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 480px;
    position: relative;
    padding: 40px;
    text-align: center;
    padding-top: 240px
}

.intro-screen .packets-block .container-packets .pack .image-p {
    position: absolute;
    top: -135px;
    left: 0;
    right: 0
}

.intro-screen .packets-block .container-packets .pack .title-p {
    font-size: 24px;
    color: #000;
    font-weight: 700
}

.intro-screen .packets-block .container-packets .pack .list-p {
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    padding: 0;
}

.intro-screen .packets-block .container-packets .pack .list-p li {
    color: #8e8ebd;
    font-weight: 500
}

.intro-screen .packets-block .container-packets .pack .price-p {
    margin-top: 50px
}

.intro-screen .packets-block .container-packets .pack .price-p .btn_pack_buy {
    background: #ffbc1c;
    padding: 19px 56px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #000;
    font-weight: 700;
    -webkit-box-shadow: 0 5px 35px rgba(255, 188, 28, .6);
    box-shadow: 0 5px 35px rgba(255, 188, 28, .6);
    opacity: 0.7;
    text-decoration: none;
}

.intro-screen .packets-block .container-packets .pack .price-p .btn_pack_buy:hover {
    opacity: 1;
}

.cont-mon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px
}

.cont-mon .title-all {
    margin-top: 0
}

.cont-mon .table-filter .form-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cont-mon .table-filter .form-m .jq-selectbox__select {
    background: #fff;
    width: 300px;
    height: 65px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cont-mon .table-filter .form-m .jq-selectbox__trigger {
    border-left: none
}

.cont-mon .table-filter .form-m .jq-selectbox__trigger-arrow {
    background: url(../img/arrow-select.svg) no-repeat 50% 50%;
    border: none;
    width: 30px;
    height: 100%;
    top: auto;
    bottom: auto;
    right: 20px;
    left: auto
}

.cont-mon .table-filter .form-m .jq-selectbox__select-text {
    color: #000;
    font-weight: 700;
    padding-left: 15px
}

.cont-mon .table-filter .form-m .server-select {
    margin-left: 30px
}

.cont-mon .table-filter .form-m .server-select a {
    color: #000;
    font-weight: 700;
    border: 2px solid #cecee3;
    position: relative;
    width: 175px;
    height: 65px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background .5s ease, color .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, color .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, box-shadow .5s ease, color .5s ease;
    transition: background .5s ease, box-shadow .5s ease, color .5s ease;
    transition: background .5s ease, box-shadow .5s ease, color .5s ease, -webkit-box-shadow .5s ease
}

.cont-mon .table-filter .form-m .server-select a::before {
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

.cont-mon .table-filter .form-m .server-select a:hover {
    background: -webkit-linear-gradient(290.13deg, #4929c8 0, #7c49ff 82.46%);
    background: -o-linear-gradient(290.13deg, #4929c8 0, #7c49ff 82.46%);
    background: linear-gradient(159.87deg, #4929c8 0, #7c49ff 82.46%);
    -webkit-box-shadow: 0 10px 25px rgba(113, 66, 243, .35);
    box-shadow: 0 10px 25px rgba(113, 66, 243, .35);
    color: #fff
}

.cont-mon .table-filter .form-m .server-select a:hover::before {
    color: #fff
}

.cont-mon .table-filter .form-m .sel-one a::before {
    content: "01";
    color: #7b7fa4;
    opacity: .1;
    font-size: 65px;
    position: absolute
}

.cont-mon .table-filter .form-m .sel-two a::before {
    content: "02";
    color: #7b7fa4;
    opacity: .1;
    font-size: 65px;
    position: absolute
}

.cont-mon .table-filter .form-m .sel-three a::before {
    content: "03";
    color: #7b7fa4;
    opacity: .1;
    font-size: 65px;
    position: absolute
}

.cont-mon .table-filter .form-m .active-server-select a {
    background: -webkit-linear-gradient(290.13deg, #4929c8 0, #7c49ff 82.46%);
    background: -o-linear-gradient(290.13deg, #4929c8 0, #7c49ff 82.46%);
    background: linear-gradient(159.87deg, #4929c8 0, #7c49ff 82.46%);
    -webkit-box-shadow: 0 10px 25px rgba(113, 66, 243, .35);
    box-shadow: 0 10px 25px rgba(113, 66, 243, .35);
    color: #fff
}

.cont-mon .table-filter .form-m .active-server-select a::before {
    color: #fff
}

.table-box {
    margin-top: 30px
}

.table-box .table-title .table-title_list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #dadaf2;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    -webkit-box-shadow: 0 45px 85px rgba(215, 220, 230, .35);
    box-shadow: 0 45px 85px rgba(215, 220, 230, .35);
    margin-bottom: 20px;
    padding: 0 30px
}

.table-box .table-title .table-title_list li {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    width: 20%
}

.table-box .table-title .table-title_list .table-start {
    text-align: left
}

.table-box .table-title .table-title_list .table-row {
    text-align: center
}

.table-box .table-title .table-title_list .table-end {
    text-align: right
}

.table-box .table-row .table-row_list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    -webkit-box-shadow: 0 45px 85px rgba(215, 220, 230, .35);
    box-shadow: 0 45px 85px rgba(215, 220, 230, .35);
    margin-bottom: 20px
}

.table-box .table-row .table-row_list li {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    width: 20%;
    padding: 0 30px
}

.table-box .table-row .table-row_list .table-name {
    text-align: left
}

.table-box .table-row .table-row_list .table-phone {
    text-align: right
}

.table-box .table-row .table-row_list .table-org {
    text-align: center
}

.table-box .table-row .table-row_list .table-status {
    text-align: right;
    color: #87bb44
}

.table-box .table-row .table-row_list .table-last_log {
    text-align: right
}

.intro-block .container-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro-block .container-blog .youtube-blogers {
    margin-top: 60px
}

.intro-block .container-blog .youtube-blogers .title-blogers {
    color: #000;
    font-weight: 700;
    position: relative
}

.intro-block .container-blog .youtube-blogers .title-blogers::before {
    content: "YouTube";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 40px;
    margin: auto 0;
    font-size: 52px;
    color: rgba(0, 0, 0, .05);
    width: 100%;
    height: 50px
}

.intro-block .container-blog .youtube-blogers .blogers-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger {
    margin-right: 30px
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger .avatar-bloger {
    width: 85px;
    height: 85px;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 10em;
    border-radius: 10em;
    overflow: hidden
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger .avatar-bloger img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger .bloger-name {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    line-height: 1.2;
    position: relative;
    top: -20px
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger .bloger-name span {
    display: block;
    text-align: center
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger .bloger-name .name-bl {
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger .bloger-name .name-bl::before {
    content: " ";
    position: absolute;
    background: #ffbc1c;
    width: 100%;
    height: 8px;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger .bloger-name .sub-name {
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.intro-block .container-blog .youtube-blogers .blogers-box .bloger .bloger-name .sub-name::before {
    content: " ";
    position: absolute;
    background: #ffbc1c;
    width: 100%;
    height: 8px;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1
}

.intro-block .container-instruction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 150px
}

.intro-block .container-instruction:nth-child(2n-1) .left-side {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: 200px
}

.intro-block .container-instruction .left-side {
    position: relative;
    z-index: 1;
    margin-right: 200px
}

.intro-block .container-instruction .left-side .link-instruction {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    top: -220px;
    right: -195px
}

.intro-block .container-instruction .left-side .link-instruction a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    background: #ffbc1c;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    -webkit-box-shadow: 0 8px 35px rgba(255, 188, 28, .45);
    box-shadow: 0 8px 35px rgba(255, 188, 28, .45);
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.intro-block .container-instruction .left-side .link-instruction a::before {
    content: " ";
    position: absolute;
    background: url(../img/triangle.svg) no-repeat 50% 50%;
    width: 26px;
    height: 26px;
    left: -5px;
    top: 17px;
    -webkit-transform: rotate(139.31deg);
    -ms-transform: rotate(139.31deg);
    transform: rotate(139.31deg)
}

.intro-block .container-instruction .left-side .link-instruction a img {
    margin-left: 10px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 188, 28, .45);
        box-shadow: 0 0 0 10px rgba(255, 188, 28, .45)
    }
    100% {
        -webkit-box-shadow: 0 0 10px 20px rgba(204, 169, 44, 0);
        box-shadow: 0 0 10px 20px rgba(204, 169, 44, 0)
    }
}

.intro-block .container-instruction .left-side::before {
    content: " ";
    position: absolute;
    background: url(../img/img-step-1-3.png) no-repeat 50% 50%;
    width: 170px;
    height: 320px;
    top: -200px;
    right: 20px;
    z-index: -1
}

.intro-block .container-instruction .left-side::after {
    content: " ";
    position: absolute;
    background: url(../img/img-step-1.png) no-repeat 50% 50%;
    width: 100%;
    height: 670px;
    left: -200px;
    bottom: -270px;
    z-index: 1
}

.intro-block .container-instruction .right-side .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    padding: 7px;
    width: 135px
}

.intro-block .container-instruction .right-side .step .number {
    background: #652bfb;
    -webkit-box-shadow: 0 3px 15px rgba(93, 54, 222, .45);
    box-shadow: 0 3px 15px rgba(93, 54, 222, .45);
    -webkit-border-radius: 100px 100px 0 100px;
    border-radius: 100px 100px 0 100px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
    font-size: 14px
}

.intro-block .container-instruction .right-side .step .text-s {
    color: #c7c0e0;
    font-weight: 700
}

.intro-block .container-instruction .right-side .title-step {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: 40px;
    padding-bottom: 20px
}

.intro-block .container-instruction .right-side .title-step::before {
    content: ".01";
    position: absolute;
    font-size: 65px;
    color: rgba(201, 201, 227, .25);
    font-weight: 800;
    bottom: 0;
    left: -25px;
    margin: auto
}

.intro-block .container-instruction .right-side .title-step::after {
    content: " ";
    position: absolute;
    background: #ffbc1c;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 45px;
    height: 5px;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 20px rgba(255, 188, 28, .6);
    box-shadow: 0 0 20px rgba(255, 188, 28, .6)
}

.intro-block .container-instruction .right-side .sub-text {
    color: #a1a1c9;
    font-weight: 500;
    margin-top: 20px;
    width: 360px
}

.intro-block .container-instruction .right-side .btn-buy {
    margin-top: 45px
}

.intro-block .container-instruction .right-side .btn-buy a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000001;
    font-weight: 700;
    background: #ffbc1c;
    width: 250px;
    height: 65px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-decoration: none;
    -webkit-box-shadow: 0 10px 35px rgba(255, 188, 28, .6);
    box-shadow: 0 10px 35px rgba(255, 188, 28, .6)
}

.intro-block .container-instruction .right-side .btn-buy a img {
    margin-left: 15px
}

.intro-block .cont-two {
    margin-bottom: 70px
}

.intro-block .cont-two .left-side {
    position: relative;
    z-index: 1;
    margin-right: 200px
}

.intro-block .cont-two .left-side::before {
    content: " ";
    position: absolute;
    background: url(../img/img-step-2-3.png) no-repeat 50% 50%;
    width: 100%;
    height: 270px;
    top: -200px;
    right: 0;
    z-index: -1
}

.intro-block .cont-two .left-side::after {
    content: " ";
    position: absolute;
    background: url(../img/img-step-2.png) no-repeat 50% 50%;
    width: 100%;
    height: 420px;
    left: 300px;
    top: 50px;
    z-index: 1
}

.intro-block .cont-two .right-side .title-step {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: 40px;
    padding-bottom: 20px
}

.intro-block .cont-two .right-side .title-step::before {
    content: ".02";
    position: absolute;
    font-size: 65px;
    color: rgba(201, 201, 227, .25);
    font-weight: 800;
    bottom: 0;
    left: -25px;
    margin: auto
}

.intro-block .cont-three {
    margin-bottom: 100px
}

.intro-block .cont-three .left-side {
    position: relative;
    z-index: 1;
    margin-right: 200px
}

.intro-block .cont-three .left-side::before {
    content: " ";
    position: absolute;
    background: url(../img/img-step-3-3.png) no-repeat 50% 50%;
    width: 100%;
    height: 270px;
    top: -170px;
    right: 0;
    z-index: -1
}

.intro-block .cont-three .left-side::after {
    content: " ";
    position: absolute;
    background: url(../img/serv1.png) no-repeat 50% 50%;
    width: 520px;
    height: 600px;
    left: -100px;
    bottom: -150px;
    z-index: 1
}

.intro-block .cont-three .right-side .title-step {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: 40px;
    padding-bottom: 20px
}

.intro-block .cont-three .right-side .title-step::before {
    content: ".03";
    position: absolute;
    font-size: 65px;
    color: rgba(201, 201, 227, .25);
    font-weight: 800;
    bottom: 0;
    left: -25px;
    margin: auto
}

.container-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.container-buy .left-side {
    margin-right: 30px
}

.container-buy .left-side .image-poster {
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden
}

.container-buy .left-side .image-poster .screenshots {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.container-buy .left-side .image-poster .screenshots a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    width: 345px;
    height: 75px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.container-buy .left-side .image-poster .screenshots a img {
    margin-right: 10px
}

.container-buy .right-side {
    width: 100%
}

.container-buy .right-side .option-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 60px;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65)
}

.container-buy .right-side .option-buy .container-top_buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.container-buy .right-side .option-buy .container-top_buy .column-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 50px
}

.container-buy .right-side .option-buy .container-top_buy .column-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #010103;
    font-weight: 500;
    margin-bottom: 15px
}

.container-buy .right-side .option-buy .container-top_buy .column-list li .bonus {
    position: relative;
    z-index: 1;
    margin: 0 5px
}

.container-buy .right-side .option-buy .container-top_buy .column-list li .bonus::before {
    content: " ";
    background: #ffbc1c;
    width: 100%;
    height: 8px;
    bottom: 6px;
    position: absolute;
    z-index: -1
}

.container-buy .right-side .option-buy .container-top_buy .column-list li .list-opt {
    background: #ffbc1c;
    -webkit-border-radius: 0 100px 100px 100px;
    border-radius: 0 100px 100px 100px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(255, 188, 28, .4);
    box-shadow: 0 5px 20px rgba(255, 188, 28, .4)
}

.container-buy .right-side .option-buy .block-price .block-top_d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.container-buy .right-side .option-buy .block-price .block-top_d .discount {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    background: -webkit-linear-gradient(314.62deg, #4929c8 0, #7c49ff 82.46%);
    background: -o-linear-gradient(314.62deg, #4929c8 0, #7c49ff 82.46%);
    background: linear-gradient(135.38deg, #4929c8 0, #7c49ff 82.46%);
    -webkit-border-radius: 100px 100px 100px 0;
    border-radius: 100px 100px 100px 0;
    -webkit-box-shadow: 0 15px 40px rgba(73, 41, 200, .35);
    box-shadow: 0 15px 40px rgba(73, 41, 200, .35);
    width: 100px;
    height: 100px
}

.container-buy .right-side .option-buy .block-price .block-top_d .price-gta {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-left: 30px
}

.container-buy .right-side .option-buy .block-price .block-top_d .price-gta span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.container-buy .right-side .option-buy .block-price .block-top_d .price-gta .discount-price {
    position: absolute;
    color: #ff5252;
    font-weight: 700;
    text-decoration: line-through;
    font-size: 16px;
    top: -14px;
    left: 0
}

.container-buy .right-side .block-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 14px;
    padding: 20px;
}

.container-buy .right-side .block-action .buy_fivelive {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.container-buy .right-side .block-action .buy_fivelive a {
    width: 300px;
    height: 65px;
    background: #ffbc1c;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

.container-buy .right-side .block-action .buy_fivelive a img {
    margin-left: 10px
}

.container-buy .right-side .info-buy {
    background: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin-top: 30px;
    padding: 50px;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65)
}

.container-buy .right-side .info-buy .title-b {
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.container-buy .right-side .info-buy .text-b {
    font-weight: 500;
    line-height: 1.4
}

.container-buy .right-side .info-buy .text-description .title-desc {
    font-weight: 500;
    margin-bottom: 30px
}

.container-buy .right-side .info-buy .text-description .title-desc b {
    font-size: 18px;
    font-weight: 700
}

.container-buy .right-side .info-buy .text-description .title-desc b img {
    margin-right: 10px
}

.container-buy .right-side .system-requirements {
    background: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin-top: 30px;
    padding: 50px;
    margin-bottom: 70px;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65)
}

.container-buy .right-side .system-requirements .title-system {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.container-buy .right-side .system-requirements .container-system {
    margin-top: 30px
}

.container-buy .right-side .system-requirements .container-system .row-system {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

.container-buy .right-side .system-requirements .container-system .row-system .left-r {
    color: #a4a4c2;
    font-size: 18px;
    font-weight: 500;
    width: 25%
}

.container-buy .right-side .system-requirements .container-system .row-system .right-r {
    color: #000;
    font-weight: 500;
    width: 75%
}

.container-buy .right-side .system-requirements .recommended-settings {
    margin-top: 50px;
    cursor: pointer;
    text-transform: uppercase
}

.container-buy .right-side .system-requirements .recommended-settings img {
    margin-left: 10px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.container-buy .right-side .system-requirements .recommended-settings .active-img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.container-buy .right-side .system-requirements .recommended-container {
    display: none;
    overflow: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.modal-one .game-form-b .close-ic {
    right: 20px;
    top: 20px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    width: 60%
}

.modal-container .title-modal {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px
}

.modal-container .cont-left {
    margin-bottom: 20px;
    position: relative
}

.modal-container .cont-left .label-info {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a4a4c6;
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    font-size: 16px
}

.modal-container .cont-left .inp-info {
    background: #ebebff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 65px;
    border: none;
    padding: 0 20px;
    color: #000;
    font-weight: 700;
    text-align: right;
    outline: 0;
    font-size: 16px
}

.modal-container .cont-left .link-modal {
    width: 100%;
    height: 65px;
    text-decoration: none
}

.modal-container .btn-under {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 50px
}

.modal-container .btn-under a {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    background: #ffbc1c;
    width: 240px;
    height: 55px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    opacity: 1;
    padding: 0;
    text-decoration: none;
    font-family: acrom-example
}

.modal-one .game-form-b .close-ic {
    right: 20px;
    top: 20px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    width: 60%
}

.modal-container .title-modal {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px
}

.modal-container .block-car {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    padding-right: 30px
}

.modal-container .block-car .image-car {
    width: 192px;
    height: 110px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.modal-container .block-car .image-car img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal-container .block-car .name-car {
    color: #000;
    font-weight: 700
}

.modal-container .block-car .id-car {
    background: rgba(222, 222, 241, .65);
    width: 85px;
    height: 36px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #a4a4c6;
    font-size: 14px;
    font-weight: 500
}

.modal-container .btn-under {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 50px
}

.modal-container .btn-under a {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    background: #ffbc1c;
    width: 240px;
    height: 55px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    opacity: 1;
    padding: 0;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 35px rgba(255, 188, 28, .45);
    box-shadow: 0 8px 35px rgba(255, 188, 28, .45)
}

.modal-one .game-form-b .close-ic {
    right: 20px;
    top: 20px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    width: 60%
}

.modal-container .title-modal {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px
}

.modal-container .block_business {
    background: #fff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.modal-container .block_business .block-mag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5f0;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    padding-right: 30px
}

.modal-container .block_business .block-mag .image-mag {
    width: 192px;
    height: 110px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.modal-container .block_business .block-mag .image-mag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal-container .block_business .block-mag .name-business .name-m {
    color: #000;
    font-weight: 700
}

.modal-container .block_business .block-mag .name-business .description-m {
    color: #bdbdda;
    font-size: 12px;
    font-weight: 500
}

.modal-container .block_business .block-mag .arrow-mag {
    background: rgba(222, 222, 241, .65);
    width: 45px;
    height: 45px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #a4a4c6;
    font-size: 14px;
    font-weight: 500
}

.modal-container .block_business .container-business {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.modal-container .block_business .container-business .cont-mag {
    margin-bottom: 20px;
    position: relative
}

.modal-container .block_business .container-business .cont-mag .label-info {
    position: absolute;
    left: 20px;
    top: 7px;
    bottom: 0;
    color: #a4a4c6;
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    font-size: 12px;
    text-transform: uppercase
}

.modal-container .block_business .container-business .cont-mag .inp-info {
    background: #ebebff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 210px;
    height: 65px;
    border: none;
    padding: 0 20px;
    color: #000;
    font-weight: 700;
    text-align: left;
    outline: 0;
    font-size: 14px;
    padding-top: 15px
}

.modal-container .block_business .container-business .cont-mag .link-modal {
    width: 210px;
    height: 65px;
    text-decoration: none
}

.modal-container .block_business .btn-under {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 50px
}

.modal-container .block_business .btn-under a {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    background: #ffbc1c;
    width: 240px;
    height: 55px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    opacity: 1;
    padding: 0;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 35px rgba(255, 188, 28, .45);
    box-shadow: 0 8px 35px rgba(255, 188, 28, .45)
}

.modal-log {
    background: url(../img/bg-login.png) no-repeat 50% 0;
    overflow: initial!important;
}

.modal-log .game-form-b .close-ic {
    right: 60px;
    top: 60px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    width: 100%;
    opacity: 1
}

.modal-log .modal-container-log .title-modal {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.modal-log .modal-container-log .title-modal::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #652bfb;
    width: 100%;
    height: 2px
}

.modal-log .modal-container-log .cont-left {
    margin-bottom: 30px;
    position: relative
}

.modal-log .modal-container-log .cont-left .label-info {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a4a4c6;
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    font-size: 16px;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease
}

.modal-log .modal-container-log .cont-left .img-label {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.modal-log .modal-container-log .cont-left .inp-info {
    background: #fff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 75px;
    border: none;
    padding: 0 20px;
    color: #000;
    font-weight: 700;
    text-align: left;
    outline: 0;
    font-size: 16px;
    padding-top: 15px
}

.modal-log .modal-container-log .cont-left .inp-info:focus~.label-info,
.modal-log .modal-container-log .cont-left .label-info:active {
    top: -40px;
    background: transparent;
}

.modal-log .modal-container-log .cont-left #password:focus~.label-info[for=password],
.modal-log .modal-container-log .cont-left #password:valid~.label-info[for=password],
.modal-log .modal-container-log .cont-left #username:focus~.label-info[for=username],
.modal-log .modal-container-log .cont-left #username:valid~.label-info[for=username] {
    top: -40px;
    background: transparent;
}

.modal-log .modal-container-log .cont-left .link-modal {
    width: 100%;
    height: 65px;
    text-decoration: none
}

.modal-log .modal-container-log .login-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px
}

.modal-log .modal-container-log .login-container .btn-login a {
    width: 170px;
    height: 65px;
    background: #652bfb;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    -webkit-box-shadow: 0 10px 20px rgba(101, 43, 251, .4);
    box-shadow: 0 10px 20px rgba(101, 43, 251, .4)
}

.modal-log .modal-container-log .login-container .btn-login a img {
    margin-left: 10px
}

.modal-log .modal-container-log .login-container .login-social {
    background: #fff;
    -webkit-box-shadow: 0 25px 35px rgba(226, 227, 243, .65);
    box-shadow: 0 25px 35px rgba(226, 227, 243, .65);
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 277px;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-log .modal-container-log .login-container .login-social span {
    margin-right: 35px;
    margin-left: 20px;
    color: #cfd2ea;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.modal-log .modal-container-log .login-container .login-social .social_icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.modal-log .modal-container-log .login-container .login-social .icon-mail {
    background: -webkit-linear-gradient(46.61deg, #f9b544 26.46%, #ffd77f 80%);
    background: -o-linear-gradient(46.61deg, #f9b544 26.46%, #ffd77f 80%);
    background: linear-gradient(43.39deg, #f9b544 26.46%, #ffd77f 80%);
    -webkit-box-shadow: 0 10px 20px rgba(255, 215, 127, .6);
    box-shadow: 0 10px 20px rgba(255, 215, 127, .6);
    margin-right: 10px
}

.modal-log .modal-container-log .login-container .login-social .icon-google {
    background: -webkit-linear-gradient(227.53deg, #ff8176 14%, #ff5343 80.18%);
    background: -o-linear-gradient(227.53deg, #ff8176 14%, #ff5343 80.18%);
    background: linear-gradient(222.47deg, #ff8176 14%, #ff5343 80.18%);
    -webkit-box-shadow: 0 10px 20px rgba(255, 129, 118, .6);
    box-shadow: 0 10px 20px rgba(255, 129, 118, .6);
    margin-right: 10px
}

.modal-log .modal-container-log .login-container .login-social .icon-vk {
    background: -webkit-gradient(linear, left top, right top, from(#647ae8), color-stop(104.25%, #54a3f5));
    background: -webkit-linear-gradient(left, #647ae8 0, #54a3f5 104.25%);
    background: -o-linear-gradient(left, #647ae8 0, #54a3f5 104.25%);
    background: linear-gradient(90deg, #647ae8 0, #54a3f5 104.25%);
    -webkit-box-shadow: 0 10px 20px rgba(84, 163, 245, .6);
    box-shadow: 0 10px 20px rgba(84, 163, 245, .6)
}

.modal-log .modal-container-log .sub-text_no-acc {
    color: #cfd2ea;
    font-weight: 500;
    margin-top: 35px;
    text-align: center
}

.modal-log .modal-container-log .sub-text_reset {
    color: #6d6d6d;
    font-weight: 500;
    margin-top: 35px;
    text-align: center
}

.modal-log .modal-container-log .sub-text_reset a {
    color: #6d6d6d;
    text-decoration: none;
}

.modal-log .modal-container-log .btn_action-acc, .modal-log .modal-container-log .btn_action-default {
    margin-top: 15px
}

.modal-log .modal-container-log .btn_action-acc a, .modal-log .modal-container-log .btn_action-default a {
    width: 230px;
    height: 65px;
    background: #ffbc1c;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease
}

.modal-log .modal-container-log .btn_action-acc a:hover, .modal-log .modal-container-log .btn_action-default a:hover {
    -webkit-box-shadow: 0 10px 20px rgba(255, 188, 28, .5);
    box-shadow: 0 10px 20px rgba(255, 188, 28, .5)
}

.header-intro .btn-user-login {
    position: relative
}

.header-intro .btn-user-login a {
    background: #ffbc1c;
    color: #000;
    font-weight: 700;
    border: none
}

.header-intro .btn-user-login a:hover {
    -webkit-box-shadow: 0 10px 30px rgba(255, 188, 28, .6);
    box-shadow: 0 10px 30px rgba(255, 188, 28, .6);
    background: #ffbc1c;
    color: #000;
    border: none;
    text-shadow: none
}

.btn-login-profile {
    position: relative;
}

.header-intro .btn-user-login a img {
    margin-right: 10px;
    margin-left: 0
}

.header-main .btn-login-profile .exit {
    position: absolute;
    top: -16px;
    right: 30px;
    background: #ff5252;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 75px;
    height: 32px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    -webkit-box-shadow: 0 5px 20px rgba(255, 82, 82, .7);
    box-shadow: 0 5px 20px rgba(255, 82, 82, .7);
    cursor: pointer
}

.header-intro .btn-login-profile .exit {
    position: absolute;
    top: -16px;
    right: 30px;
    background: #ff5252;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    width: 75px;
    height: 32px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    -webkit-box-shadow: 0 5px 20px rgba(255, 82, 82, .7);
    box-shadow: 0 5px 20px rgba(255, 82, 82, .7);
    cursor: pointer
}

.container-cabinet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 200px
}

.container-cabinet .left-side {
    background: #fff;
    width: 495px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 40px 50px
}

.container-cabinet .left-side .image-user {
    text-align: center;
    padding-top: 10px;
    position: relative
}

.container-cabinet .left-side .image-user::before {
    content: " ";
    position: absolute;
    width: 250px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    -webkit-filter: blur(45px);
    filter: blur(45px);
    bottom: 40px
}

.container-cabinet .left-side .submit-info {
    background: #ebebff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 400px;
    height: 65px;
    border: none;
    padding: 0 20px;
    color: #8b8bac;
    font-weight: 700;
    text-align: center;
    outline: 0;
    font-size: 16px
}

.container-cabinet .right-side .submit-info {
    background: #652bfb;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    outline: 0;
    font-size: 16px
}

.container-cabinet .left-side .exp {
    background: #010103;
    width: 250px;
    height: 65px;
    -webkit-border-bottom-right-radius: 10em;
    border-bottom-right-radius: 10em;
    -webkit-border-top-right-radius: 10em;
    border-top-right-radius: 10em;
    -webkit-border-top-left-radius: 20em;
    border-top-left-radius: 20em;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.3
}

.container-cabinet .left-side .exp .numb-exp {
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.container-cabinet .left-side .exp .text-exp {
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

.container-cabinet .left-side .select-user {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btc {
    position: relative
}

.btc::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url(../img/blacl-user.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    z-index: 2
}

.btc .jq-selectbox__select {
    padding-left: 30px;
    background: #e9e9fc;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    height: 85px;
    width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px
}

.btc .jq-selectbox__trigger {
    border-left: none
}

.btc .jq-selectbox__select-text {
    color: #000;
    font-weight: 700;
    text-shadow: none;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    width: 100%!important
}

.btc .jq-selectbox__trigger-arrow {
    background: url(../img/arrow-select.svg) no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    border: none;
    top: 50%;
    bottom: 50%;
    right: 20px;
    margin: auto 0;
    opacity: .15
}

.btc .jq-selectbox__dropdown {
    top: 82px!important;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.jq-selectbox.btc li.option {
    height: 50px;
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

.jq-selectbox.btc li:hover {
    background: #e9e9fc;
    color: #000
}

.jq-selectbox.btc li:focus {
    background: #e9e9fc
}

.jq-selectbox.btc li.selected {
    background: #e9e9fc;
    color: #000
}

.container-cabinet .right-side {
    margin-left: 30px;
    background: #fff;
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 40px 50px
}

.container-cabinet .right-side .container-form_user {
    margin-top: 30px
}

.container-cabinet .right-side .container-form_user .form-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.container-cabinet .right-side .container-form_user .form-column .center-column .title-column,
.container-cabinet .right-side .container-form_user .form-column .left-column .title-column,
.container-cabinet .right-side .container-form_user .form-column .right-column .title-column {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

.container-cabinet .right-side .container-form_user .form-column .center-column .cont-left,
.container-cabinet .right-side .container-form_user .form-column .left-column .cont-left,
.container-cabinet .right-side .container-form_user .form-column .right-column .cont-left {
    margin-bottom: 20px;
    position: relative
}

.container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .label-info,
.container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .label-info,
.container-cabinet .right-side .container-form_user .form-column .right-column .cont-left .label-info {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a4a4c6;
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    font-size: 16px
}

.container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .inp-info,
.container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .inp-info,
.container-cabinet .right-side .container-form_user .form-column .right-column .cont-left .inp-info {
    background: #ebebff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 277px;
    height: 65px;
    border: none;
    padding: 0 20px;
    color: #000;
    font-weight: 700;
    text-align: right;
    outline: 0;
    font-size: 16px
}

.container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .link-modal,
.container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .link-modal,
.container-cabinet .right-side .container-form_user .form-column .right-column .cont-left .link-modal {
    width: 277px;
    height: 65px;
    text-decoration: none
}

.container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .inp-info {
    width: 400px
}

.container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .submit-info {
    background: #ebebff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 400px;
    height: 65px;
    border: none;
    padding: 0 20px;
    color: #8b8bac;
    font-weight: 700;
    text-align: center;
    outline: 0;
    font-size: 16px
}

.container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .submit-info {
    background: #ebebff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 277px;
    height: 65px;
    border: none;
    padding: 0 20px;
    color: #8b8bac;
    font-weight: 700;
    text-align: center;
    outline: 0;
    font-size: 16px
}

.container-cabinet .right-side .container-form_user .form-column .right-column .cont-left .submit-info {
    background: #ebebff;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 277px;
    height: 65px;
    border: none;
    padding: 0 20px;
    color: #8b8bac;
    font-weight: 700;
    text-align: center;
    outline: 0;
    font-size: 16px
}

.header-intro .btn-login a:hover {
    background: #652bfb
}

.header-intro .btn-login-profile a:hover {
    background: #652bfb
}

.toggle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    right: 20px;
    top: 75px
}

.toggle .menu-triger {
    display: none;
    width: 25px;
    height: 17px;
    background: url(../img/menu.svg) no-repeat 50% 50%;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover
}

.menu-close {
    display: none;
    width: 30px;
    height: 28px;
    background: url(../img/close.svg) no-repeat 50% 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100
}

.menu-popup {
    display: block;
    background: 0 0;
    z-index: 99
}

@media only screen and (max-width:1650px) {
    .header .navigation .nav .nav-links,
    .header-main .navigation .nav .nav-links {
        margin-right: 15px;
        font-size: 14px
    }
    .header .navigation .nav .store-link a,
    .header-main .navigation .nav .store-link a {
        width: 120px;
        font-size: 14px
    }
    .header .btn-login a,
    .header-main .btn-login a {
        width: 190px;
        font-size: 14px
    }
    .header-main .btn-login-profile a {
        width: 190px;
        font-size: 14px
    }
    .intro-screen .intro-block .container-store {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .intro-screen .intro-block .container-store .left-side {
        width: 100%
    }
    .intro-screen .intro-block .container-store .center-side {
        width: 100%;
        margin-bottom: 10%;
    }
    .intro-screen .intro-block .container-store .right-side {
        width: 100%
    }
    .intro-screen .packets-block .container-packets {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .intro-screen .packets-block .container-packets .pack {
        width: 38%;
        margin: 30px
    }
    .cont-mon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .container-buy .right-side .option-buy .container-top_buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .container-buy .right-side .option-buy {
        padding: 40px
    }

    .container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .label-info,
    .container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .label-info,
    .container-cabinet .right-side .container-form_user .form-column .right-column .cont-left .label-info {
        font-size: 13px
    }
    .container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .inp-info,
    .container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .inp-info,
    .container-cabinet .right-side .container-form_user .form-column .right-column .cont-left .inp-info {
        font-size: 13px
    }
    .container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .submit-info {
        font-size: 13px
    }
    .container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .inp-info {
        width: 277px;
        font-size: 13px
    }
    .container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .submit-info {
        width: 277px;
        font-size: 13px
    }
    .container-cabinet .right-side .container-form_user .form-column .center-column .title-column,
    .container-cabinet .right-side .container-form_user .form-column .left-column .title-column,
    .container-cabinet .right-side .container-form_user .form-column .right-column .title-column {
        font-size: 18px
    }
    .container-cabinet .right-side .container-form_user .form-column {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .intro-block .container-instruction {
        margin-top: 280px
    }
    .intro-block .container-blog .youtube-blogers .blogers-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .intro-block .container-instruction .left-side {
        margin-right: 50px
    }
    .intro-block .container-instruction:nth-child(2n-1) .left-side {
        margin-left: 50px
    }
    .intro-block .container-instruction .left-side::after {
        display: none
    }
    .main-content .right-side .title h1 {
        font-size: 32px
    }
    .main-content .right-side .container-btn .btn-video a {
        min-width: 50px
    }

    .main-content .right-side .servers {
        display: flex;
        flex-direction: row;
    }

    .main-content .right-side .online-block {
        margin-top: 50px
    }
}

@media only screen and (max-width:1200px) {
    .forum-screen .header-forum .header-top .logo {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .forum-screen .header-forum .header-top .btn-user-login {
        margin-right: 20px
    }
    .header-main .logo {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    .header-main .btn-login {
        margin-right: 60px
    }
    .header-main .btn-login-profile {
        margin-right: 60px
    }
    .forum-screen .header-forum .header-bottom .logo-big {
        display: none
    }
    .toggle .menu-triger {
        display: block
    }
    .menu-close {
        display: block
    }
    .menu-popup {
        display: none;
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        padding: 30px;
        background: #000 url(../img/img-main-1.png) no-repeat 50% 50%;
        -webkit-background-size: cover;
        background-size: cover
    }
    .main-content .right-side .title h1::before {
        -webkit-background-size: cover;
        background-size: cover;
        width: 390px;
        height: 60px;
        top: 20px;
        left: -30px
    }
    .body-content .swiper-container .swiper-pagination {
        width: 30px!important
    }
    .main-content .right-side .sub-title {
        font-size: 14px
    }
    .main-content .right-side .container-btn .btn-start_play a {
        width: 200px;
        height: 45px;
        font-size: 12px
    }
    .main-content .right-side .container-btn .btn-video span {
        font-size: 12px
    }

    .main-content .right-side .servers {
        display: flex;
        flex-direction: column;
    }

    .main-content .right-side .online-block .text-online .online-now .now {
        font-size: 18px
    }
    .main-content .right-side .online-block .text-online .online-now .online-all {
        font-size: 14px
    }
    .intro-block .container-instruction .left-side {
        position: absolute;
        z-index: 1;
        opacity: .2
    }
    .intro-block .container-instruction .right-side {
        position: relative;
        z-index: 2
    }

    .container-buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .container-buy .left-side .image-poster {
        text-align: center;
        margin-bottom: 30px
    }
    .intro-block .container-news .news {
        width: auto
    }
    .intro-screen .packets-block .container-packets .pack .image-p {
        top: -20px
    }
    .intro-screen .packets-block .container-packets .pack .image-p img {
        width: 100%
    }
    .intro-screen .packets-block .container-packets .pack {
        width: 38%;
        padding: 40px 20px;
        padding-top: 220px
    }
    .intro-screen .packets-block .container-packets {
        margin-top: 30px
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .icon-section {
        min-width: 55px;
        margin-right: 20px
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .name-section_block .name-section a {
        font-size: 14px
    }
    .forum-screen .sub-block_user .container-sub .right-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-screen .sub-block_forum .container-sub .right-side .search {
        margin-top: 10px
    }
    .forum-screen .sub-block_user .container-sub .right-side .message-av {
        margin-top: 10px
    }
    .header-intro .btn-login {
        margin-right: 60px
    }
    .header-intro .btn-login-profile {
        margin-right: 60px
    }
}

@media only screen and (max-width:992px) {
    .header .navigation .nav,
    .header-main .navigation .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0
    }
    .header .navigation .nav .store-link,
    .header-main .navigation .nav .store-link {
        margin-right: 0;
        font-size: 18px
    }
    .header .navigation .nav .nav-links,
    .header-main .navigation .nav .nav-links {
        margin-right: 0;
        font-size: 18px;
        padding: 10px 0
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .name-section_block .name-section a {
        font-size: 18px
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .name-section_block {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .message-section,
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .themes-section {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .message-section .number,
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .themes-section .number {
        margin-left: 10px
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column .sub-section .block-section .row-section .complaint-section {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .intro-block .container-instruction .left-side .link-instruction {
        top: -100px;
        right: 65px
    }
    .container-cabinet .right-side {
        margin-left: 0
    }
    .container-cabinet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .container-cabinet .left-side {
        margin: 0 auto;
        margin-bottom: 30px
    }
    .cont-mon .table-filter .form-m .server-select a {
        width: 125px;
        height: 45px;
        font-size: 12px
    }
    .cont-mon .table-filter .form-m .jq-selectbox__select {
        width: 250px;
        height: 45px
    }
    .intro-screen .packets-block .container-packets .pack .image-p {
        top: 20px
    }
    .intro-screen .intro-block .container-store .center-side {
        padding: 60px 20px
    }
    .table-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: scroll
    }
    .table-box .table-title .table-title_list {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        width: 160px
    }
    .table-box .table-title .table-title_list li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .table-box .table-title .table-title_list .table-status {
        text-align: left
    }
    .table-box .table-title .table-title_list .table-org {
        text-align: left
    }
    .table-box .table-title .table-title_list .table-last_log {
        text-align: left
    }
    .table-box .table-title .table-title_list .table-phone {
        text-align: left
    }
    .table-box .table-row .table-row_list {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
    .table-box .table-row .table-row_list li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .table-box .table-row .table-row_list .table-phone {
        text-align: left
    }
    .table-box .table-row .table-row_list .table-org {
        text-align: left
    }
    .table-box .table-row .table-row_list .table-status {
        text-align: left
    }
    .table-box .table-row .table-row_list .table-last_log {
        text-align: left
    }
    .container-buy .left-side {
        margin-right: 0
    }
    .forum-body_message .header-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
    .forum-body_message .header-body .btn-header_body {
        margin-top: 20px
    }
    .forum-body_message .center-body .container_user-text-block .text-user_r .text-post .info-text_users .btn-info_users .like_users {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:768px) {
    
    .toggle {
        top: auto
    }
    .main-content .right-side {
        width: 100%
    }

    .modal-container .block_business .container-business .cont-mag .inp-info {
        width: 100%
    }
    .modal-container .block_business .container-business {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .modal-container .block_business .container-business .cont-mag {
        width: 100%
    }
    .modal-container .block_business .block-mag .image-mag {
        width: 120px
    }
    .modal-container .block_business .block-mag .name-business .name-m {
        font-size: 12px
    }
    .modal-container .block_business .block-mag .name-business .description-m {
        font-size: 10px
    }
    .modal-one .game-form-b .close-ic {
        right: 20px;
        top: 20px
    }
    .modal-container .block-car .image-car {
        width: 120px
    }
    .modal-container .block-car .name-car {
        font-size: 12px
    }
    .modal-container .block-car .id-car {
        font-size: 12px;
        width: 65px
    }
    .modal-container .cont-left .inp-info {
        font-size: 12px
    }
    .modal-container .cont-left .label-info {
        font-size: 12px
    }
    .modal-container .title-modal {
        font-size: 14px
    }
    .forum-screen .header-forum .header-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-screen .header-forum .header-top .btn-user-login {
        margin-top: 30px
    }
    .header,
    .header-main {
        padding: 0 20px
    }
    .intro-block .title-news {
        margin-top: 50px
    }
    .header,
    .header-intro {
        padding-top: 30px
    }
    .footer-main {
        height: 300px!important
    }
    .main-content .right-side {
        padding: 30px
    }
    .main-content .left-side {
        display: none
    }
    .forum-user_container .forum-body_user .cont-b_u .icon_user a {
        font-size: 60px;
        width: 100px;
        height: 100px
    }
    .forum-user_container .forum-body_user {
        padding: 20px
    }
    .forum-screen .forum-technical-container .forum-block .top-theme_block::before {
        display: none
    }
    .forum-screen .forum-container .forum-block .top-f {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-screen .forum-container .forum-block .top-f .btn-new_message {
        margin-left: auto;
        margin-right: 20px
    }
    .forum-body_message .center-body .container_user-text-block .text-user_r .text-post .container-text_post .text-message {
        font-size: 12px
    }
    .forum-body_message .center-body .container_user-text-block .text-user_r .text-post .container-text_post {
        padding-right: 15px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 20px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .right-side .text-answers {
        padding: 15px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .right-side {
        margin-top: 15px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .left-side .text-th .top-ht .acc-recovery {
        font-size: 13px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .left-side .text-th .bottom-ht .date {
        font-size: 11px;
        margin-right: 5px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .right-side .text-answers .block-answers .left {
        font-size: 11px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .right-side .text-answers .block-answers .right {
        font-size: 11px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .right-side .date-answer .time {
        font-size: 11px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .left-side .text-th .bottom-ht .name-moder {
        font-size: 11px;
        margin-right: 5px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .left-side .text-th .bottom-ht .pagination ul li a {
        font-size: 11px
    }
    .forum-screen .forum-container .forum-block .top-f .btn-new_message a {
        width: 175px;
        font-size: 13px
    }
    .forum-screen .sub-block_forum .container-sub .left-side .users {
        font-size: 14px
    }
    .forum-screen .sub-block_forum .container-sub .left-side .title {
        font-size: 14px;
        margin-right: 20px
    }
    .forum-screen .sub-block_forum .container-sub .right-side .search .search-forum {
        width: 150px
    }
    .forum-screen .sub-block_forum .container-sub {
        padding-left: 20px;
        padding-right: 20px
    }
    .forum-screen .forum-container .forum-block .top-f {
        padding-left: 20px;
        padding-right: 20px
    }
    .forum-screen .forum-container .forum-block .forum-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-screen .forum-container .forum-block .forum-body .left-column {
        width: 100%
    }
    .forum-screen .forum-container .forum-block .forum-body .right-column {
        width: 100%;
        margin-left: 0
    }
    .intro-block .container-instruction .left-side img {
        max-width: 100%
    }
    .intro-block .container-blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .intro-block .container-blog .youtube-blogers {
        padding: 0 40px
    }
    .container-cabinet .left-side {
        width: 445px
    }
    .container-cabinet .right-side .container-form_user .form-column .left-column {
        width: 100%
    }
    .container-cabinet .right-side .container-form_user .form-column .center-column {
        width: 100%
    }
    .container-cabinet .right-side .container-form_user .form-column .right-column {
        width: 100%
    }
    .container-cabinet .right-side .container-form_user .form-column .right-column .cont-left .submit-info {
        width: 100%
    }
    .container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .submit-info {
        width: 100%
    }
    .container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .submit-info {
        width: 100%
    }
    .container-cabinet .right-side .container-form_user .form-column .center-column .cont-left .inp-info,
    .container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .inp-info,
    .container-cabinet .right-side .container-form_user .form-column .right-column .cont-left .inp-info {
        width: 100%
    }
    .container-cabinet .right-side .container-form_user .form-column .left-column .cont-left .inp-info {
        width: 100%
    }
    .container-buy .right-side .system-requirements .container-system .row-system .left-r {
        width: 40%;
        font-size: 13px
    }
    .container-buy .right-side .system-requirements {
        padding: 20px
    }
    .container-buy .right-side .info-buy {
        padding: 20px
    }
    .container-buy .left-side .image-poster .screenshots a {
        width: 275px
    }
    .container-buy .right-side .system-requirements .container-system .row-system .right-r {
        width: 60%;
        font-size: 12px
    }
    .container-buy .right-side .option-buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .container-buy .right-side .option-buy .block-price {
        margin-top: 20px
    }
    .cont-mon .table-filter .form-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cont-mon .table-filter .form-m .server-select {
        margin-left: 0;
        margin-top: 15px
    }
    .title-all {
        margin: auto;
        margin-top: 30px;
    }
    .title-all h2 {
        font-size: 38px
    }
    .intro-screen .intro-block .container-store .left-side {
        width: 100%
    }
    .intro-screen .intro-block .container-store .center-side {
        width: 100%;
        margin-bottom: 30px
    }
    .intro-screen .packets-block .container-packets .pack {
        width: 50%
    }
    .intro-block .container-news .news .image .container-news_top .likes {
        top: 10px;
        left: 15px
    }
    .intro-block .container-news .news .image .container-news_top .date-news {
        top: 10px;
        right: 15px
    }
    .intro-block .container-news {
        margin-top: 30px
    }
    .intro-block .container-news .news .text-news {
        padding: 30px
    }
    .footer-intro .container-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-intro .container-footer .right-side {
        margin-top: 20px
    }
    .intro-block .container-instruction {
        margin-top: 100px
    }
}

@media only screen and (max-width:480px) {



    .container-cabinet .left-side .submit-info {
        width: 100%;
    }

    .container-cabinet .right-side .container-form_user table {
        font-size: 14px!important;
    }

    .modal-log .modal-container-log .login-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .modal-log .modal-container-log .login-container .btn-login {
        margin-bottom: 15px
    }
    .header-intro .btn-login {
        margin-right: 0
    }
    .header-main .btn-login {
        margin-right: 0
    }

    .modal-log .modal-container-log .login-container .btn-login-profile {
        margin-bottom: 15px
    }
    .header-intro .btn-login-profile {
        margin-right: 0
    }
    .header-main .btn-login-profile {
        margin-right: 0
    }

    .toggle {
        top: 55px
    }
    .forum-body_message .header-body .pagination ul li .next-page {
        width: 70px
    }
    .forum-screen .forum-container .forum-block .top-f .title-all {
        margin-left: 0!important
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .right-side .text-answers {
        padding: 15px 10px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .right-side .date-answer {
        padding: 15px 10px
    }
    .main-content .right-side {
        padding: 20px
    }
    .footer-main .container-footer {
        left: auto;
        right: auto!important;
        width: 100%
    }
    .btc .jq-selectbox__dropdown {
        width: 300px
    }
    .container-buy .right-side .option-buy .container-top_buy .column-list {
        margin-right: 0
    }
    .forum-screen .header-forum .header-top {
        margin-top: 0
    }
    .header,
    .header-main {
        padding-bottom: 20px
    }
    .header,
    .header-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header .logo,
    .header-main .logo {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .header .btn-login a,
    .header-main .btn-login a {
        margin-bottom: 20px
    }
    .header .btn-login-profile a,
    .header-main .btn-login-profile a {
        margin-bottom: 20px
    }

    .main-content .right-side .servers {
        display: flex;
        flex-direction: column;
    }

    .main-content .right-side .online-block {
        width: 300px
    }
    .main-content .right-side .online-block .text-online .progress-bar_online {
        width: 120px
    }
    .main-content .right-side .sub-title {
        padding-right: 40px
    }
    .main-content .right-side .container-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
    .main-content .right-side .container-btn .btn-video {
        margin-top: 30px
    }
    .forum-user_container .forum-body_user .container-link_user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-user_container .forum-body_user .container-link_user .link-user {
        width: 100%
    }
    .forum-user_container .forum-body_user .cont-b_u .cont_text-user .last-active .cont-info_active .box-info .title_box-info {
        font-size: 11px
    }
    .forum-user_container .forum-body_user .cont-b_u .cont_text-user .name-user .a-u a {
        width: 110px;
        font-size: 11px
    }
    .forum-screen .sub-block_user .container-sub .right-side {
        margin-top: 20px
    }
    .forum-screen .sub-block_user .container-sub .right-side .name-av {
        margin-right: 0
    }
    .forum-screen .sub-block_user .container-sub .right-side .icon-av {
        margin-right: 0
    }
    .forum-screen .sub-block_user .container-sub .right-side .message-av {
        margin-right: 0
    }
    .forum-screen .sub-block_user .container-sub .right-side .message-av {
        margin-right: 0
    }
    .forum-screen .header-forum .header-bottom .image-r {
        display: none
    }
    .forum-screen .header-forum .header-bottom .logo-big {
        padding: 15px 0
    }
    .forum-user_container .forum-body_user .cont-b_u {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-body_message .center-body .container_user-text-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-body_message .center-body .container_user-text-block .user-blok_l {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
    .footer-intro .container-footer .right-side .social li {
        margin-right: 10px
    }
    .forum-screen .forum-technical-container .forum-block .top-theme_block .text-th .top-ht {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-screen .forum-technical-container .forum-block .top-theme_block .text-th .top-ht .acc-recovery {
        font-size: 12px;
        margin-top: 10px
    }
    .forum-body_message {
        margin-top: 30px
    }
    .footer-intro .container-footer .left-side .nav-footer li a {
        font-size: 14px
    }
    .forum-body_message .center-body .container_user-text-block {
        padding: 20px
    }
    .forum-body_message .center-body .container_user-text-block .text-user_r {
        margin-left: 0
    }
    .forum-body_message .header-body .btn-header_body {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .forum-body_message .header-body .pagination ul li a {
        font-size: 12px
    }
    .forum-screen .forum-technical-container .forum-block .bread-crumbs ul {
        margin-left: 20px
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .left-side .text-th .top-ht {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .left-side .text-th .top-ht .acc-recovery {
        margin-left: 0
    }
    .forum-screen .forum-technical-container .forum-block .forum-body .column-tech .technical-section .right-side .text-answers .block-answers .left {
        padding-right: 25px
    }
    .forum-screen .forum-container .forum-block .top-f .title-all {
        margin-left: 50px;
        margin-right: auto
    }
    .forum-screen .forum-container .forum-block .top-f .btn-new_message {
        margin-left: auto;
        margin-right: 20px;
        margin-top: 20px
    }
    .forum-screen .forum-container .forum-block .top-f {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-screen .sub-block_forum .container-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forum-screen .sub-block_forum .container-sub .right-side .search .search-forum {
        width: 80%;
        margin-top: 15px
    }
    .forum-screen .sub-block_forum .container-sub .right-side .search label {
        top: 15px
    }
    .intro-block .title-news h2 {
        font-size: 26px
    }
    .intro-block .container-instruction .right-side .sub-text {
        width: 100%
    }
    .intro-block .container-instruction .right-side .title-step {
        font-size: 18px
    }

    .intro-block .container-instruction .right-side .title-step::after {
        width: 100%;
    }

    .intro-block .container-instruction .right-side .sub-text {
        font-size: 14px;
        background: #652bfb;
        border-radius: 50px;
        padding: 25px;
    }
    .intro-block .container-instruction .right-side {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .intro-block .container-instruction:nth-child(2n-1) .left-side {
        margin-left: 0
    }
    .intro-block .container-instruction .left-side {
        margin-right: 0
    }
    .container-cabinet .right-side {
        padding: 40px 20px
    }
    .container-cabinet .left-side {
        width: 100%
    }
    .container-cabinet .left-side .image-user img {
        max-width: 100%
    }
    .btc .jq-selectbox__select {
        width: 300px
    }
    .title-all h2 {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .intro-screen .intro-block .container-store .left-side .menu-left .m-text {
        font-size: 12px
    }
    .intro-screen .intro-block .container-store .left-side .menu-left {
        padding: 0 20px
    }
    .intro-screen .packets-block .container-packets .pack {
        width: 100%
    }
    .intro-screen .packets-block .container-packets .pack .list-p li {
        font-size: 14px
    }
    .intro-block .container-news .news .text-news .title-n h3 {
        font-size: 18px
    }
    .intro-block .container-news .news .text-news .text-n p {
        font-size: 14px
    }
    .intro-block .container-news .news .image .container-news_top .likes-active a {
        width: 100px;
        height: 30px;
        font-size: 12px
    }
    .intro-block .container-news .news .image .container-news_top .likes a {
        width: 100px;
        height: 30px;
        font-size: 12px
    }
    .intro-block .container-news .news .image .container-news_top .date-news {
        width: 130px;
        height: 30px
    }
    .intro-block .container-news .news .image .container-news_top .date-news .text-date {
        font-size: 12px
    }
    .footer-intro .container-footer .left-side .nav-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

/* Outside */

.modal {
    background: #f7f7fc;
    -webkit-box-shadow: 0 15px 120px rgba(0,0,0,.08);
    box-shadow: 0 15px 120px rgba(0,0,0,.08);
    -webkit-border-radius: 18px;
    border-radius: 18px;
    width: 580px;
    height: auto;
    padding: 25px;
}

*:focus:not(.focus-visible) {
    outline: none;
}

.container-cabinet .right-side .container-form_user table {
    background: #ebebff;
    width: 100%;
    height: 65px;
    border: none;
    padding: 10px;
    color: #000;
    font-weight: 700;
    text-align: left;
    outline: 0;
    font-size: 16px;
}

.container-cabinet .right-side .container-form_user table tr:nth-child(2n) {
	background-color: #fff;
}

.container-cabinet .right-side .container-form_table table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    outline: 0;
    font-size: 16px;
    border-radius: 10px 0px 10px 0px;
}

.container-cabinet .right-side .container-form_table table .th-table {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #010103;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.container-cabinet .right-side .container-form_table table .th-table th {
    padding: 10px;
}

.container-cabinet .right-side .container-form_table table td {
    text-align: center;
}

.container-cabinet .right-side .container-form_table table tr {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-color: #fcfcfe;
}

.container-cabinet .right-side .top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container-cabinet .right-side .top-info .info-account {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.container-cabinet .right-side .top-info .info-account .title-acc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    color: #000;
    font-weight: 500
}

.container-cabinet .right-side .top-info .info-account .title-acc span i {
    font-style: normal;
    font-size: 14px;
    font-weight: 700
}

.container-cabinet .right-side .top-info .info-account .title-acc img {
    margin-right: 7px
}

.container-cabinet .right-side .top-info .info-account .sub-text-acc {
    color: #a4a4c6;
    font-size: 18px;
    font-weight: 500
}

.container-cabinet .right-side .container-form_user h2 {
    text-align: center;
}

.container-cabinet .right-side .container-form_user table tr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-color: #fcfcfe;
}

.container-cabinet .right-side .container-form_user table tr td:first-child {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #a4a4c6;
}

.container-cabinet .right-side .container-form_user table tr td:last-child{
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    color: #000;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.container-cabinet .right-side .container-form_table .table_other {
    display: flex;
    flex-direction: column;
}

.container-cabinet .right-side .container-form_table .table_other .heading {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    flex: 1;
    background: black;
    border-radius: 10em;
    padding: 20px;
    color: #fff;
}

.container-cabinet .right-side .container-form_table .table_other .heading span {
    flex-basis: 20%;
    text-align: center;
}

.container-cabinet .right-side .container-form_table .table_other .row {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    flex: 2;
    margin: 0;
    padding: 20px;
}

.container-cabinet .right-side .container-form_table .table_other .row span {
    width: 20%;
    text-align: center;
}

.intro-block .table-dashboard {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.intro-block .table-dashboard .heading {
    display: flex;
    flex: 1;
    background: #dadaf2;
    color: #000;
    padding: 20px;
    margin-bottom: 20px;
}

.intro-block .table-dashboard .heading span {
    flex-basis: 20%;
    font-size: 14px;
    font-weight: 700;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.intro-block .table-dashboard .heading span:hover {
    font-weight: 800;
    cursor: pointer;
    
}

.intro-block .table-dashboard .row {
    display: flex;
    flex: 1;
    background: #fff;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px;
}

.intro-block .table-dashboard .row span {
    flex-basis: 20%;
    font-size: 14px;
    font-weight: 700;
}

.intro-block .container-form_security {
    margin-top: 30px;
    text-align: center;
}

.intro-block .container-form_security h1 {
    margin: 0;
    padding: 0;
}

.intro-block .container-form_security p {
    font-weight: 400;
    letter-spacing: 0.1px;
    text-align: justify;
}

.intro-block .container-form_security form {
    display: flex;
    flex-direction: column;
}

.intro-block .container-form_security input[type="text"], .intro-block .container-form_security input[type="email"], .intro-block .container-form_security input[type="datetime"] {
    background: #f4f4fe;
    -webkit-box-shadow: 0 5px 15px rgba(223, 223, 241, .15);
    box-shadow: 0 5px 15px rgba(223, 223, 241, .15);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    height: 80px;
    padding-left: 40px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.intro-block .container-form_security input[type="button"] {
    background: #652bfb;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    outline: 0;
    font-size: 16px;
    margin-bottom: 30px;
}

.intro-block .container-form_security .verif {
    background: #4caf50!important;
}

/* */

.cont-modal {
    text-align: center;
}

.cont-modal form {
    display: flex;
    flex-direction: column;
}

.cont-modal input[type="text"], .intro-block .cont-modal input[type="email"], .cont-modal input[type="datetime"] {
    background: rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 15px rgba(223, 223, 241, .15);
    box-shadow: 0 5px 15px rgba(223, 223, 241, .15);
    -webkit-border-radius: 8px;
    border-radius: 50px;
    border: none;
    height: 80px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.cont-modal input[type="text"]:focus, .intro-block .cont-modal input[type="email"]:focus, .intro-block .cont-modal input[type="datetime"]:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.cont-modal input[type="button"] {
    background: #652bfb;
    -webkit-box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    box-shadow: 0 15px 65px rgba(222, 222, 241, .65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    outline: 0;
    font-size: 16px;
    margin-bottom: 30px;
}

/* CUSTOM */

.loader {
    width: 100%;
    height: 100%;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.8;
    background-color: #000;
    z-index: 99;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
}

.loader-block {
    top: 30%;
    position: relative;
    margin: 0px auto;
    width: 200px;
    height:200px;
  }

.loader-block:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  
.loader-circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }
  
  .loader-path {
    stroke-dasharray: 150,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
  }
  
  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -124;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -124;
    }
  }
  @-webkit-keyframes color {
    0% {
      stroke: #652bfb;
    }
    40% {
      stroke: #652bfb;
    }
    66% {
      stroke: #652bfb;
    }
    80%, 90% {
      stroke: #652bfb;
    }
  }
  @keyframes color {
    0% {
      stroke: #652bfb;
    }
    40% {
      stroke: #652bfb;
    }
    66% {
      stroke: #652bfb;
    }
    80%, 90% {
      stroke: #652bfb;
    }
  }

/* NEW MEDIA */

.intro-block .container-media {
    width: 100%;
    margin-top: 100px;
}

.intro-block .container-media .header {
    height: 282px;
    border-radius: 100px;
    box-shadow: 0px 10px 10px #9e9e9e;
    display: flex;
    margin-bottom: 250px;
}

.intro-block .container-media .header .avatar {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    border-radius: 50%;
    border: 3px dashed;
    border-color: #ffbc1c;
    margin-top: 100px;
}

.intro-block .container-media .header .channel {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 300px;
}

.intro-block .container-media canvas {
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
}

.intro-block .container-media .content-block {
    display: flex;
    justify-content: center;
    align-items: self-start;
}

.intro-block .container-media .content-block h3 {
    margin: 0;
}

.intro-block .container-media .content-block .about_media {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    font-weight: 800;
    margin-right: 100px;
    text-align: center;
}

.intro-block .container-media .content-block .about_media p {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    width: 450px;
    border: 3px dashed;
    padding: 10px;
    border-color: #652bfb;
    text-align: center;
}

.intro-block .container-media .content-block .about_fivelive {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    font-weight: 800;
    margin-left: 100px;
    text-align: center;
}

.intro-block .container-media .content-block .about_fivelive p {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    width: 590px;
    padding-left: 20px;
    border: 3px dashed;
    padding: 10px;
    border-color: #ffbc1c;
    text-align: center;
}

.intro-block .container-media .bar {
    clear: both;
    margin-top: 30px;
    background: red;
    height: 300px;
    width: 100%;
}

.intro-block .container-media .promocode {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.intro-block .container-media h4 {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 32px;
    padding: 10px;
}

.intro-block .container-media span {
    display: flex;
    margin-left: 10px;
    font-size: 32px;
    font-weight: 500;
    text-decoration: underline;
    user-select: all;
    border: 5px dashed;
    padding: 10px;
    border-color: #ffbc1c;
}

.intro-block .container-media .background {
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
}

.intro-block .container-media .background .content-youtube, .intro-block .container-media .background .content-twitch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.intro-block .container-media .actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 80px;
}

.intro-block .container-media .actions .actions_flex {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}

.intro-block .container-media .actions .actions_flex .connect {
    border: 3px dashed;
    padding: 10px;
    border-color: #ffbc1c;
}

.intro-block .container-media .actions .actions_flex .connect a {
    font-size: 24px;
    font-weight: 900;
    color: black;
    text-transform: uppercase;
}

.intro-block .container-media .actions .actions_flex .connect a:hover {
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

@media screen and (max-width:800px) {

    .intro-block .container-media {
        margin-top: 20px;
    }

    .intro-block .container-media .header {
        border-radius: inherit;
        margin-bottom: 150px;
    }

    .intro-block .container-media .header .channel {
        font-size: 32px;
        margin-top: 350px;
    }

    .intro-block .container-media .content-block {
        flex-direction: column;
    }

    #path-1-2 {
        display: none;
    }

    .intro-block .container-media .content-block .about_media {
        margin-right: 0px;
        text-align: center;
    }

    .intro-block .container-media .content-block .about_media h3 {
        font-size: 22px;
    }

    .intro-block .container-media .content-block .about_media p {
        width: 100%;
    }

    .intro-block .container-media .content-block .about_fivelive {
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    .intro-block .container-media .content-block .about_fivelive h3 {
        font-size: 22px;
    }

    .intro-block .container-media .content-block .about_fivelive p {
        width: 100%;
    }

    .intro-block .container-media .background {
        flex-direction: column;
    }

    .intro-block .container-media .background .content-youtube {
        flex-direction: column;
    }

    .intro-block .container-media .background .content-twitch {
        flex-direction: column;
    }

    .intro-block .container-media .promocode {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .intro-block .container-media .promocode h4 {
        padding: 0px;
        font-size: 24px;
    }

    .intro-block .container-media span {
        font-size: 18px;
        padding: 5px;
    }

    .intro-block .container-media .actions {
        flex-direction: column;
    }

    .intro-block .container-media .actions .actions_flex {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #010103;
  }
  
  ::selection {
    color: #fff;
    background: #010103;
  }


.cont-left .servers {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cont-left .servers .server {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px;
    display: flex;
    justify-content: center;
    width: 150px;
    background: #ffbc1c;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

.cont-left .servers .server-active {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px;
    display: flex;
    justify-content: center;
    width: 150px;
    background: 0 0;
    border: 3px solid #652bfb;
    -webkit-box-shadow: 0 10px 30px rgba(101, 43, 251, .6);
    box-shadow: 0 10px 30px rgba(101, 43, 251, .6);
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

/* DASHBOARD */

.dashboard {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #e0e0ec;
    width: 100%;
    border-radius: 20px;
    overflow: auto;
    display: inline-table;
}

.dashboard th {
    font-weight: 700;
    background: #652bfb;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.dashboard tr {
    font-weight: 700;
    color: black;
    text-align: center;
}

.dashboard tr:nth-child(2n) {
    background: #fff;
    color: black;
}

.dashboard tr td {
    padding: 10px;
}

.dashboard th:first-child {
    border-radius: 20px 0px 0px 0px;
}

.dashboard th:last-of-type {
    border-radius: 0px 20px 0px 0px;
}

.right-side button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000001;
    font-weight: 700;
    background: #ffbc1c;
    width: 250px;
    height: 65px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
    border: 0px;
}

.right-side ul {
    list-style-type: none;
    padding: 0;
}