@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200|Rubik:300,300i');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@charset "UTF-8";
.all_ul_icon_for_pay,
.icon_for_all {
    height: 100%
}

.opero {
    position: fixed;
    margin: 0;
    top: 50%;
    right: -95px;
    width: 220px;
    text-align: center;
    height: 45px;
    padding: 10px 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #000000;
    z-index: 100;
    border-radius: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.18)
}

.opero-online {
    background: #ffcb5b
}

.opero-offline {
    background: #f7b03b
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-Italic.ttf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-Bold.ttf);
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-BoldItalic.ttf);
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-Medium.ttf);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-MediumItalic.ttf);
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-Light.ttf);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-LightItalic.ttf);
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-Black.ttf);
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans';
    src: url(/public/fonts/PT Sans-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Myriad';
    src: url(/public/fonts/MyriadPro.otf);
    font-weight: 800;
    font-style: normal
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff!important
}

body {
    font-family: 'PT Sans';
    font-weight: 400
}

a {
    /* color: #2cc09e; */
    cursor: pointer
}

a:hover {
    /* color: #2cc09e */
}

button {
    outline: none
}

input {
    outline: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

h1 {
    color: #333;
    font-size: 3rem;
    font-weight: 600;
    line-height: 28px;
    margin: 65px 0 20px
}

img {
    max-width: 100%
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.table_list {
    width: 100%;
    font-size: 18px
}

.table_list th {
    font-weight: 400;
    color: #333
}

.table_list tr td,
.table_list th {
    padding: 10px
}

.table_list tr:nth-child(2n) {
    background: #f6f6f6
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    margin: 0 0 0 12.5%
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9.9454645645677E+18;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0
}

.fancybox-slide:before,
.fancybox-slide>* {
    display: inline-block;
    vertical-align: middle
}

.fancybox-slide>* {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide--image {
    overflow: hidden
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 70%;
    height: calc(100% - 200px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent
}

.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â&nbsp;ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: none
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, .8)
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
    opacity: .5
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close {
    float: right
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:1200px) {
    .fancybox-controls {
        text-align: left
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none!important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:1200px) {
    .fancybox-thumbs {
        display: none!important
    }
    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    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.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    box-shadow: inset 0 -3px 6px #AAA
}

.jq-checkbox.focused {
    border: 1px solid #08C
}

.jq-checkbox.disabled {
    opacity: .55
}

.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    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-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-radio.focused {
    border: 1px solid #08C
}

.jq-radio.disabled {
    opacity: .55
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file input {
    height: auto;
    cursor: pointer;
    color: #fff;
    font-family: PT Sans;
    font-weight: 300;
    line-height: 28px
}

.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    */line-height: 58px;
    padding: 16px 80px 16px 30px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 22px Arial, sans-serif;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-file__browse {
    position: absolute;
    color: #fff;
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 300;
    top: 10px;
    right: 11px;
    line-height: 28px;
    padding: 0 35px;
    border-radius: 4px;
    font: 14px/32px Arial, sans-serif;
    background-image: linear-gradient(180deg, #ffcb5b 0%, #f7b03b 100%);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18)
}

.jq-file:active .jq-file__browse {
    background-image: linear-gradient(180deg, #ffd16f 0%, #ffbf57 100%)
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative;
    display: inline-block;
    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: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left;
    -moz-appearance: textfield
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.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: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    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: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    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: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    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: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    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: 1px solid #5794BF
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.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: none;
    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;
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    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: none
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: none;
    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: 1px 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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.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.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF
}

.jq-select-multiple li.optgroup {
    font-weight: 700
}

.jq-select-multiple li.option {
    padding-left: 25px
}

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10545400
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%
}

.header {
    padding: 25px 0 0;
}

.obmen {
    width: 100%;
    height: 34px;
    float: right;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #ffcb5b 0%, #f7b03b 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 0 5px
}

a.obmen:hover {
    text-decoration: none;
    color: #fff
}

.cabinet {
    width: 157px;
    display: inline-block;
    text-align: center;
    padding: 3px 0 0;
    float: right;
    height: 34px;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

.cabinet.exchange {
    border: 1px solid #BE0921;
    text-align: center;
    display: block;
    width: 100%;
}

a.cabinet:hover {
    text-decoration: none;
    color: #fff
}

.mail_exit {
    float: right;
    height: 0
}

.mail_exit .mail {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    float: left;
    line-height: 28px
}

.mail_exit .exit {
    float: left;
    color: #2cc09e;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    margin-left: 10px
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.menu li:first-child {
    width: 26%
}

ul.menu li {
    float: left;
    width: 18%
}

ul.menu li a {
    color: #2cc09e;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 0 0 2px
}

ul.menu li a:hover {
    border-bottom: 1px dotted #2cc09e;
    text-decoration: none
}

.headcol-md-1 {
    width: 240px;
		margin-top: 35px;
		margin-bottom: 35px;
    float: left
}

.headcol-md-2 {
    width: 51%;
    float: left;
    margin: 12px 0 0
}

.headcol-md-3 {
    width: 29%;
    float: left;
    margin: 7px 0 0
}

.header_line {
    background: #efefef;
    padding: 30px 0 25px;
    color: #666;
    font-size: 16px;
    font-weight: 300
}

.header_line .col-md-4 {
    text-align: center;
    transition: .75s
}

.header_line img {
    position: relative;
    top: -2px;
    margin: 0 11px 0 0
}

.top_tech {
    background: url(/public/images/back_tech.png);
    background-position: center -20px;
    padding: 30px 0 90px;
    margin: 0 0 50px
}

.top_tech.top_404 {
    background: #efefef url(/public/images/bg_404.png) no-repeat;
    background-position: 65% 0;
    padding: 30px 0 180px;
    margin: 0
}

.top_tech.top_tech_sleep {
    padding: 30px 0 0;
    background: url(/public/images/back_sleep.jpg);
    background-position: center -75px
}

.top_tech.top_tech_sleep2 {
    padding: 30px 0 90px
}

.top_tech.top_tech_chel {
    padding: 30px 0 0
}

.left_top_tech {
    width: 40%;
    float: left;
    text-align: center
}

.left_top_tech.left_top_tech_sleep {
    width: 35%;
    margin: 0 0 0 5%
}

.top_404 .left_top_tech.left_top_tech_chel {
    width: 40%;
    padding: 70px 0 0
}

.left_top_tech.left_top_tech_chel {
    width: 50%
}

.left_top_tech img {
    margin: 30px 0 0
}

.left_top_tech.left_top_tech_chel img {
    margin: 0
}

.right_top_tech {
    width: 60%;
    float: left
}

.right_top_tech.right_top_tech_chel {
    width: 50%;
    padding: 80px 0 0 40px
}

.top_404 h1 {
    color: #2cc09e;
    font-size: 36px
}

.top_404 .right_top_tech.right_top_tech_chel {
    width: 60%;
    padding: 100px 0 0 30px
}

.right_top_tech.right_top_tech_sleep {
    padding: 70px 0 0;
    width: 50%;
    margin: 0 0 0 10%
}

.right_top_tech.right_top_tech_sleep2 {
    padding: 30px 0 0
}

.right_top_tech h2 {
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 28px
}

.right_top_tech h2 span {
    color: #2cc09e
}

.right_top_tech p {
    font-size: 16px;
    color: #666;
    font-weight: 400
}

.top_404 .right_top_tech p {
    font-weight: 300
}

.right_top_tech p.p1 {
    margin: 25px 0 0
}

.right_top_tech p.p2 {
    margin: 25px 0 0
}

.right_top_tech p.p3 {
    margin: 28px 0 10px
}

.right_top_tech a {
    color: #2cc09e;
    font-weight: 600
}

#watch g {
    width: 55px;
    display: inline-block;
    color: #2cc09e;
    font-weight: 600;
    font-size: 48px;
    line-height: 51px;
    text-align: center!important
}

#watch t {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-align: center
}

#watch span {
    vertical-align: top;
    color: #333;
    font-weight: 300;
    font-size: 48px;
    line-height: 51px;
    margin: 0 10px
}

.payget_popular {
    padding: 0 0 65px
}

.payget_popular h2 {
    margin: 0 0 50px;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
    text-align: center
}

.payget_popular h2 span {
    color: #2cc09e
}

.left_img_popular {
    color: #2cc09e;
    font-family: PT Sans;
    font-size: 46px;
    font-weight: 600;
    display: inline-block;
    line-height: 28px;
    width: 45%
}

.left_text_popular {
    display: inline-block;
    width: 50%;
    border-right: 1px solid #e6e6e6;
    padding: 10px 0;
    color: #999
}

.payget_popular .col-md-4:nth-child(3) .left_text_popular {
    border: 0
}

.banner_middle {
    background: url(/public/images/backFoot_tech.jpg) no-repeat;
    background-size: auto 100%;
    border-radius: 10px
}

.banner_middle h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding: 100px 0 45px
}

.banner_middle h2 span {
    color: #2cc09e
}

.banner_middle_text {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 90px
}

.what_govor_all {
    padding: 0 0 50px
}

.what_govor_all h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 60px 0 40px
}

.what_govor_all h2 span {
    color: #2cc09e
}

.footer {
    background: #f1f1f1;
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 50px 0 80px;
    margin: 30px 0 0
}

.top_tech.top_404 + .footer {
    margin: 0
}

.owl-nav {
    color: #999;
    font-size: 18px;
    position: absolute;
    top: 3px;
    width: 100%
}

.owl-nav .owl-prev {
    top: 0;
    left: 0;
    position: absolute
}

.owl-next {
    position: absolute;
    right: 0
}

.owl-dots {
    width: 100%;
    display: block;
    text-align: center
}

.owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    background: #f1f1f1;
    border-radius: 100%;
    display: inline-block;
    margin: 0 4px
}

.owl-dots .owl-dot.active {
    background: #2cc09e
}

.what_govor_item {
    cursor: all-scroll;
    width: 75%
}

.what_govor_item span {
    letter-spacing: 5px;
    display: block;
    color: #333;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 25px 0 36px
}

.for_seo {
    background: #fefefe url(/public/images/shadow_back.png) no-repeat;
    background-position: top center
}

.for_seo_text {
    font-size: 15px;
    line-height: 30px;
    color: #999;
    font-weight: 300;
    padding: 60px 0 85px 70px;
    background: url(/public/images/arrow_left_right.png) no-repeat;
    background-position: 0 57px
}

.for_seo_text b {
    color: #333
}

.for_seo_text span {
    color: #2cc09e
}

.for_seo_text p {
    margin: 35px 0 0
}

.foot_left {
    font-size: 15px;
    line-height: 22px
}

.foot_mid {
    margin: 0;
    position: relative;
    left: -50px
}

.foot_mid a {
    color: #999;
    text-decoration: underline
}

.foot_mid a:hover {
    text-decoration: none
}

.foot_right span.share_friends {
    position: relative;
    top: -10px;
    margin: 0 15px 0 0
}

.icon_for_all {
    list-style: none;
    /* padding: 15px 0 0 50px; */
    margin: 0;
    /* width: calc(50% - 5px); */
    /* float: left; */
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.icon_for_all.icon__right {
    /* margin: 0 0 0 10px */
}

.icon_for_all.icon__left {
    /* padding: 15px 0 0 30px */
}

.icon_for_all li {
    width: 245px;
    float: left;
    cursor: pointer;
    height: 45px;
    font-size: 15px;
    color: #999;
    padding: 10px 0 6px 40px;
    background-size: 26px 26px;
    background-position: 10px center;
    margin: 0;
    border: 2px solid transparent
}

.icon_for_all li:hover {
    border-radius: 5px;
    border: 2px solid #2cc09e
}

.icon_for_all li.nth_childn9 {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: 0 solid transparent
}

.icon_for_all li.nth_childn10 {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: 0 solid transparent;
    display: none!important
}

.icon_for_all li.active {
    border: 2px solid #2cc09e;
    border-radius: 5px;
    font-weight: 600;
    color: #333;
    position: relative
}

.icon_for_all li.active:after {
    width: 14px;
    height: 14px;
    background: #2cc09e;
    border-radius: 100%;
    content: '';
    display: inline-block;
    float: right;
    margin: 3px 14px 0 0;
    position: absolute;
    right: 0;
    top: 10px
}

.icon_for_all li img {
    width: 16px;
    margin: 0 10px
}

.icon_for_all_rez {
    list-style: none;
    padding: 0 0 30px 80px;
    margin-top: -5px;
    width: calc(100% - 5px);
    float: left;
    background: #fff;
    margin-bottom: 30px
}

.icon_for_all_rez ul {
    overflow: hidden
}

.icon_for_all_rez li {
    width: 245px;
    float: left;
    cursor: pointer;
    height: 45px;
    font-size: 15px;
    color: #999;
    padding: 10px 0 6px 40px;
    background-size: 20px 20px;
    background-position: 10px center;
    margin: 0;
    border: 2px solid transparent
}

.icon_for_all_rez li:hover {
    border-radius: 5px;
    border: 2px solid #2cc09e
}

.icon_for_all_rez li.nth_childn9 {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: 0 solid transparent
}

.icon_for_all_rez li.nth_childn10 {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: 0 solid transparent;
    display: none!important
}

.icon_for_all_rez li span {
    color: #2cc09e;
    font-weight: 300
}

.calc_back_index {
    /* background: #efefef */
}

.calc_back_index .container {
		/* background: #F9FBFD; */
    margin: 0 auto 50px;
    position: relative
}

.calc_back_index .calc .calc_div_1 {
    width: calc(50% - 5px);
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative
}

.calc_back_index .calc .calc_div_2 {
    width: calc(50% - 5px);
    margin: 0 0 0 10px;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.calc_back_index_left {
    width: calc(100% - 327px);
    float: left;
    /* margin: 23px 0 0 5px */
}

.calc_back_index_left b {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px
}

.calc_back_index_left span {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    display: block
}

.calc_back_index .calc .calc_div_1 input {
    width: 296px;
    float: right;
    color: #333;
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    border-radius: 3px;
    box-shadow: inset 1.5px 1.4px 1px rgba(0, 0, 0, 0.16);
    padding: 15px 25px;
    margin: 20px 22px 0 0;
    background-size: 30px 30px;
    background-position: calc(100% - 30px) center
}

.calc_back_index .calc .calc_div_2 input {
    position: relative;
    width: 296px;
    float: left;
    color: #333;
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    border-radius: 3px;
    box-shadow: inset 1.5px 1.4px 1px rgba(0, 0, 0, 0.16);
    padding: 15px 25px;
    margin: 20px 0 0 22px;
    background-size: 30px 30px;
    background-position: calc(100% - 30px) center
}

.calc_back_index_right b {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px
}

.calc_back_index_right span {
    display: block;
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    padding: 0 5px 0 0
}

.calc_back_index_right {
    width: calc(100% - 327px);
    float: left;
    text-align: right;
    margin: 23px 5px 0 0
}

.calc_back_index_left img {
    position: relative;
    top: -5px;
    left: 10px
}

.calc_back_index_right img {
    position: relative;
    top: -5px;
    right: 10px
}

.pokazat_vse_index {
    cursor: pointer;
    width: calc(100% + 30px);
    float: left;
    text-align: center;
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    text-decoration: underline;
    background: #f8f8f8;
    border-top: 1px solid #dfdfdf;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.pokazat_vse_index.pokazat_vse_index_left {
    margin-left: -30px
}

.pokazat_vse_index.pokazat_vse_index_right {
    margin-left: -50px;
    width: calc(100% + 50px)
}

.pokazat_vse_index img {
    margin: 0 0 0 15px
}

.pokazat_vse_index:hover {
    text-decoration: none
}

.all_ul_icon_for_pay {
    margin: 0 0 10px;
    position: relative
}

.left_right_arrow {
    position: absolute;
    top: 20px;
    left: -32px
}

.zavershite_obmen {
    background: #ffcb5b url(/public/images/arrow_bot.png) no-repeat;
    background-position: center top;
    padding: 0 0 40px;
    border-radius: 5px
}

.zavershite_obmen_div1{
    position: relative;
}

.zavershite_obmen_div1 .auth-link-container{
    position: relative;
    width: 100%;
}

.zavershite_obmen_div1 .auth-link-container .auth-link{
    background-color: #fff;
    border-radius: 5px;
    bottom: calc(100% + 16px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    display: none;
    font-size: 13px;
    opacity: 0.9;
    padding: 10px;
    position: absolute;
    text-align: center;
}

.zavershite_obmen_div1 .auth-link:after{
    background-color: #fff;
    bottom: -10px;
    content: '';
    display: block;
    height: 20px;
    left: calc(50% - 10px);
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}

.zavershite_obmen_div1 h2 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px 0 0 30px
}

.zavershite_obmen_div1 .vash_kurs {
    margin: 3px 0 0 30px;
    font-size: 16px;
    line-height: 28px
}

.zavershite_obmen_div1 .vash_kurs span {
    color: #fefefe;
    font-weight: 600
}

.otdaete_poluch .otdaete {
    margin: 0 0 8px
}

.otdaete_poluch .text {
    font-size: 17px;
    font-weight: 400;
    width: calc(100% - 145px);
    display: inline-block;
    padding: 0 0 0 10px;
    line-height: 18px;
    vertical-align: top
}

.otdaete_poluch .text span {
    vertical-align: top
}

.otdaete_poluch .sum {
    font-weight: 500;
    width: 100px;
    display: inline-block;
    vertical-align: top
}

.otdaete_poluch .poluch .sum {
    width: 80px
}

.zavershite_obmen input, .zavershite_obmen select {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    box-shadow: inset 1.5px 1.4px 1px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    width: 100%;
    height: 62px;
    margin: 0 0 15px;
    border: 0;
    padding: 0 35px;
    text-overflow: ellipsis
}

.zavershite_obmen input[type=checkbox] {
    display: none;
    width: 18px;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    color: #000;
    height: auto
}

.zavershite_obmen input[type=checkbox]+span {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, .3);
    outline: none;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    background: #fff
}

.zavershite_obmen input[type=checkbox]:checked+span:before {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    border: 0 solid #2a2a2a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    margin: 0 4px;
    pointer-events: none
}

.zavershite_obmen input[type=submit] {
    background-color: #f4f4f4;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    border-radius: 5px;
    color: #f4f4f4;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    /* box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18); */
    padding: 0
}

.zavershite_obmen input[type=submit]:hover {
    /* font-size: 24px */
}

.smotret_instruk {
    font-size: 14px;
    line-height: 28px;
    text-decoration: underline
}

.smotret_instruk:hover {
    text-decoration: none
}

.soglasen_s_usloviyami {
    vertical-align: top;
    margin: 20px 0;
    display: inline-block
}

.soglasen_s_usloviyami a {
    vertical-align: top;
    text-decoration: underline;
    color: #333
}

.soglasen_s_usloviyami a:hover {
    text-decoration: none
}

.zavershite_obmen_div2 {
    margin: 63px 0 0
}

.zavershite_obmen_div2_text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    /* line-height: 26px; */
    /* margin: 0 0 10px */
}

.zavershite_obmen_div3 {
    margin: 63px 0 0
}

.zavershite_obmen_div3 label {
    height: 18px;
    margin: 20px 0
}

.g-recaptcha {
    width: 227px;
    height: 57px
}

.g-recaptcha iframe {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.poluch .img span {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%
}

.otdaete .img span {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%
}

.pochemu_nas_vibrali {
    text-align: center;
    margin: 30px 0 35px
}

.pochemu_nas_vibrali a {
    margin: 0 0 0 15px;
    display: inline-block;
    text-decoration: none
}

.pochemu_nas_vibrali a:hover {
    text-decoration: underline!important
}

.lichniy_cabinet .kartinka {
    background: url(/public/images/shadow_back.png) no-repeat;
    background-position: center top;
    height: 40px;
    background-size: 100% auto;
    margin: 0 0 10px
}

.lichniy_cabinet h2 {
    /* color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    margin: 40px 0 0 */
}

.lc__posle_h2 {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 5px 0 25px
}

.content {
    width: calc(100% - 200px);
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    padding: 0 60px 0 0
}

.sidebar {
    width: 200px;
    float: right;
    position: relative;
    top: -5px
}

.lichniy_cabinet .sidebar {
    top: -35px
}

.content a {
    color: #2cc09e;
    text-decoration: underline;
    cursor: pointer
}

.content a:hover {
    text-decoration: none
}

.content b {
	color: #333;
	font-weight: 400;
	font-size: 18px;
	display: block;
	margin: 10px 0 10px;
}
.verif-img-box p {
	font-size: 14px;
}
.verif-img-box .check-card {
	margin-bottom: 20px;
}
.content .summa_vivod b {
    display: inline
}

.content .ssilka {
    background: #efefef;
    color: #2cc09e;
    font-weight: 600;
    padding: 25px 0 25px 50px;
    font-size: 18px;
    margin: 0 0 7px
}

.content .ssilka a {
    width: 157px;
    position: relative;
    top: -5px;
    display: block;
    text-align: center;
    padding: 3px 0 0;
    height: 34px;
    line-height: 28px;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    border: 0;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 30px 0 0;
    float: right
}

.content .spisok {
    margin: 0 30px 0 0;
    vertical-align: top
}

.content .istoriya {
    vertical-align: top
}

.vivod {
    margin: 60px 0 0
}

.content .vivod i {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    top: -5px
}

.sidemar_menu {
    list-style: none;
    padding: 0 0 30px 2px;
    margin: 0
}

.sidemar_menu span {
    margin: 0 0 5px;
    display: block
}

.sidemar_menu a {
    font-size: 14px;
    line-height: 28px;
    color: #3dcdaa;
    text-decoration: underline
}

.sidemar_menu a:hover,
.sidemar_menu a.active {
    color: #333;
    text-decoration: none
}

.sidebar h3 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px
}

.vn_rek {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    margin: 6px 0 0
}

.html_code_posle_h2 {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
    margin: 7px 0 10px
}

.html_code {
    color: #333;
    font-size: 0;
    font-weight: 0;
    line-height: 0;
    padding: 0;
    margin: 0 0 5px;
    word-wrap: break-word
}

.jq-number__spin {
    display: none
}

.summa_vivod {
    font-weight: 600;
    color: #333;
    margin-top: 30px
}

.top_for_ul {
    border: 2px solid #2cc09e;
    width: 100%;
    max-width: 350px;
    padding: 15px;
    position: relative;
    cursor: pointer;
    border-radius: 3px
}

.top_for_ul.active {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.top_for_ul span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    top: 3px;
    background-size: 26px 26px
}

.top_for_ul qz {
    vertical-align: top;
    position: relative;
    top: 2px
}

.top_for_ul img {
    position: absolute;
    right: 30px;
    top: 24px
}

.nagrada {
    padding: 0 0 100px
}

.nagrada ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    max-width: 350px;
    border: 2px solid #2cc09e;
    position: absolute;
    border-top: 0;
    z-index: 999;
    background: #fff
}

.nagrada ul.active {
    display: block
}

.nagrada ul li {
    cursor: pointer;
    padding: 5px 15px;
    color: #666;
    font-weight: 300
}

.nagrada ul li:hover {
    background: #2cc09e;
    color: #fff
}

.nagrada ul li.active {
    display: none
}

.nagrada ul li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    top: 1px;
    background-size: 20px 20px
}

.nagrada ul li qz {
    vertical-align: top
}

.modal_l_form.verification {
    padding: 0 0 30px;
    margin: auto
}

.modal_l_form.verification label {
    margin: 15px 0 10px
}

.modal_l_form.verification ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    max-width: 350px;
    border: 2px solid #2cc09e;
    position: absolute;
    border-top: 0;
    z-index: 999;
    background: #fff
}

.modal_l_form.verification ul.active {
    display: block
}

.modal_l_form.verification ul li {
    cursor: pointer;
    padding: 5px 15px;
    color: #666;
    font-weight: 300
}

.modal_l_form.verification ul li:hover {
    background: #2cc09e;
    color: #fff
}

.modal_l_form.verification ul li.active {
    display: none
}

.modal_l_form.verification ul li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    top: 1px;
    background-size: 20px 20px
}

.modal_l_form.verification ul li qz {
    vertical-align: top
}

.give_money_select {
    /* height: 225px */
}

.receive_money_select {
    height: 225px
}

.link_dec {
    text-decoration: none!important
}

.col-md-4 foot_right {
    text-align: right
}

.nagrada input {
    max-width: 350px;
    display: block;
    padding: 15px;
    width: 100%;
    margin: 15px 0 0;
    border: 2px solid #2cc09e;
    border-radius: 3px
}

.nagrada input.summa_vivod_submit {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    width: 195px;
    padding: 0;
    height: 34px;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    background-color: #fff;
    transition: .5s
}

.nagrada input.summa_vivod_submit:hover {
    background-image: linear-gradient(180deg, #4ed2b1 0%, #3ac1a2 100%)
}

.nagrada input.num_text {
    margin: 15px 0 30px
}

.modal_l_form.verification input {
    max-width: 350px;
    display: block;
    padding: 17px 32px;
    width: 100%;
    margin: 0;
    border: 2px solid #2cc09e;
    border-radius: 3px
}

.modal_l_form.verification input.summa_vivod_submit {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    width: 100%;
    margin: 20px 0 0;
    max-width: 200px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    background-color: #fff;
    transition: .5s
}

.modal_l_form.verification input.summa_vivod_submit:hover {
    background-image: linear-gradient(180deg, #4ed2b1 0%, #3ac1a2 100%)
}

.modal_l_form.verification input.num_text {
    margin: 15px 0 30px
}

.modal_l_form.verification .jq-file {
    width: 100%;
    max-width: 350px;
    margin: 0;
    display: block!important;
    height: 58px;
    border: 2px solid #2cc09e;
    box-shadow: none
}

.modal_l_form.verification .jq-file__name {
    box-shadow: none;
    border: none;
    font: 16px Arial, sans-serif;
    padding: 18px 80px 16px 32px;
    color: #666
}

.modal_l_form.verification .jq-file__browse {
    top: 12px;
    font-weight: 300
}

.table_zaya {
    list-style: none;
    margin: 0 0 100px;
    padding: 0
}

.table_zaya li {
    padding: 25px 0
}

.table_zaya li:nth-child(2n+1) {
    background: #f6f6f6
}

.table_zaya li .div_img {
    float: left;
    width: 6%
}

.table_zaya li span.tzli {
    float: left;
    line-height: 24px
}

.table_zaya li span.tzli_1 {
    width: 10%;
    padding: 0 4%
}

.table_zaya li span.tzli_2 {
    width: 23%
}

.table_zaya li span.tzli_2 b {
    margin: 0;
    display: inline;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.table_zaya li span.tzli_2 span.date {
    font-style: italic;
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.table_zaya li span.tzli_2 span.time {
    font-style: italic;
    margin: 0 0 0 5px;
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.table_zaya li span.tzli_3 b {
    margin: 0;
    font-weight: 600;
    display: inline-block
}

.table_zaya li span.tzli_3 b.info {
    color: #2cc09e
}

.table_zaya li span.tzli_3 b.danger {
    color: #e14747
}

.table_zaya li span.tzli_3 b.fail {
    color: #fbbd4b
}

.table_zaya li span.tzli_3 b.moroz {
    color: #165998
}

.table_zaya li span.tzli_3 b.process {
    color: #22b1ed
}

.table_zaya li span.tzli_3 .vopros {
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    background: url(/public/images/vopros-v.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    top: 3px;
    border: 0;
    box-shadow: none
}

.table_zaya li span.tzli_3 b.info + .vopros {
    display: none
}

.table_zaya li span.tzli_3 b.process + .vopros {
    display: none
}

.table_zaya li span.tzli_4 {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    width: 20%;
    padding: 0 0 0 40px;
    background-size: 20px;
    background-position: 5px 5px
}

.table_zaya li span.tzli_4 mintext {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    display: block;
    padding: 4px 0;
    line-height: 18px
}

.table_zaya li span reqvizit {
    word-wrap: break-word;
    font-size: 10px;
    display: block;
    line-height: 14px;
    color: red
}

.table_zaya li span.tzli_5 {
    width: 20%;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    padding: 0 40px 0 0;
    background-size: 20px;
    background-position: calc(100% - 32px) 5px
}

.table_zaya li span.tzli_5 mintext {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    display: block;
    padding: 4px 0;
    line-height: 18px
}

.vopros_text {
    display: none
}

.vopros_text.active {
    display: block;
    position: absolute;
    left: 0;
    top: -13px;
    width: 150px;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    border: 2px solid grey;
    padding: 5px 10px;
    border-radius: 5px
}

.get {
    color: #2cc09e
}

.sb {
    font-weight: 600
}

.b {
    font-weight: 600
}

.banner_faq {
    margin: 23px 0 35px
}

.faq_href {
    margin: 0 40px 0 0
}

.faq_href.active_href {
    color: #333;
    font-weight: 600;
    text-decoration: none
}

.faq_qestion {
    margin: 38px 0 0
}

.faq_qestion_item {
    float: left;
    width: 48%;
    margin: 0 2% 0 0
}

.faq_qestion_item:nth-child(2n) {
    margin: 0 0 0 2%
}

.faq_title {
    background: #3dcdaa;
    color: #fff;
    border-radius: 5px
}

.faq_span_1 {
    position: relative;
    width: 82px;
    display: block;
    text-align: center;
    float: left;
    padding: 30px 35px;
    color: #fefefe;
    font-size: 36px;
    font-weight: 500;
    line-height: 24px
}

.faq_span_1:before {
    content: "";
    position: absolute;
    border-bottom: 20px solid rgba(113, 101, 58, 0);
    border-left: 20px solid rgba(113, 101, 58, 0);
    border-top: 20px solid #3dcdaa;
    left: 35px;
    bottom: -44px
}

.faq_span_2 {
    float: left;
    width: calc(100% - 82px);
    padding: 20px 35px;
    border-left: 1px solid #67dcc0;
    color: #fefefe;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    min-height: 88px
}

.faq_text {
    margin: 35px 0 15px;
    min-height: 110px;
    overflow: hidden
}

.content b.b_faq {
    font-weight: 600;
    margin: 10px 0 70px
}

.arhive {
    margin: 35px 0 0
}

.arhive_item {
    width: 48%;
    margin: 0 2% 20px 0;
    float: left
}

.arhive_item:nth-child(2n) {
    margin: 0 0 45px 2%
}

.arhive_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 15px 0;
    display: block
}

.arhive_text {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.arhive_desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    color: #999;
    margin: 15px 0 0
}

.content .arhive_desc a {
    color: #3dcdaa;
    text-decoration: none
}

.content .arhive_desc a:hover {
    text-decoration: underline
}

.content a.arhive_akcii {
    margin: 0 15px
}

.pagination_div {
    margin: 40px 0 100px;
    clear: both;
    text-align: center;
}

.pagination_div span {
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px
}

.pagination {
    margin: 0
}

.pagination li a {
    cursor: pointer;
    margin: 0 0 0 10px;
    min-width: 36px;
    height: 36px;
    border-radius: 5px;
    border-color: #e6e6e6;
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.pagination li a:hover {
    background: #f4f4f4;
    border-color: transparent;
    color: #999
}

.pagination li.prev a {
    background: url(/public/images/pag_left.png) no-repeat center center;
    margin: 0
}

.pagination li.others a {
    background: none;
    border: 0;
    cursor: default
}

.pagination li.active a {
    color: #343434;
    background: #f4f4f4;
    border-color: #f4f4f4;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.pagination li.active a:hover {
    background: #f4f4f4;
    border-color: transparent;
    color: #343434
}

.pagination li.last a {
    background: url(/public/images/pag_right.png) no-repeat center center
}

.pagination li.prev a:hover {
    background: #f4f4f4 url(/public/images/pag_left.png) no-repeat center center;
    border-color: transparent;
    color: #999
}

.pagination li.last a:hover {
    background: #f4f4f4 url(/public/images/pag_right.png) no-repeat center center;
    border-color: transparent;
    color: #999
}

.ref_prog {
    margin: 0 0 100px
}

.ref_prog p {
    margin: 0 0 20px
}

.ref_prog_img {
    margin: 30px 0 40px
}

.ref_zarabot {
    margin: 0 0 30px
}

.ref_zarabot_div {
    margin: 10px 0
}

.block_monitoring {
    margin: 90px 0 0
}

.block_monitoring h2 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    margin: 35px 0 20px
}

.arcticmodal-container_i2 {
    padding: 24px;
    min-height: 540px
}

#verification_new {
    max-width: 584px
}

.box-modal {
    max-width: 800px
}

#wpimg.box-modal {
    max-width: 100%
}

.modal_padding {
    padding: 22px;
    position: relative
}

.box-modal_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.white_bg {
    background: #fff;
    padding: 35px 45px;
    border-radius: 5px
}

#wpimg .white_bg {
    padding: 0
}

.white_bg h2 {
    margin: 0 0 30px;
    color: #333;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    text-align: center
}

.white_bg h2 span {
    color: #2cc09e
}

.modal_text {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 300;
    margin: 0 0 25px
}

#verification .modal_text {
    margin: 0
}

#verification_new .modal_text {
    margin: 0
}

.modal_text p {
    margin: 0 0 20px
}

.modal_text form .jq-file__name {
    border: 0;
    outline: none;
    box-shadow: none;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    font-family: PT Sans
}

.modal_text form .jq-file {
    width: 100%;
    box-shadow: none;
    padding: 0;
    border: 2px solid #2cc09e;
    border-radius: 3px
}

.modal_text .modal_link {
    border: 0;
    margin: 7px 0 0
}

#btce .modal_text .modal_link {
    margin: 7px 0 0 55px
}

#vaucher_kod .modal_text .modal_link {
    margin: 7px 0 0 55px
}

#sled_instrukciyam .modal_link {
    margin: 15px 0 0 55px
}

.modal_text .modal_link_close {
    text-decoration: underline;
    margin: 0 0 0 20px
}

.modal_text .modal_link_close:hover {
    text-decoration: none
}

.modal_link_div {
    text-align: center
}

.modal_link {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0 33px;
    line-height: normal;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    display: inline-block;
    margin: auto
}

.modal_link:hover {
    text-decoration: underline;
    color: #fff
}

.white_bg.reg {
    border-radius: 0 0 5px 5px
}

.modal_tabs {
    border-radius: 5px
}

.modal_tabs .modal_tab {
    background: #f3f3f3;
    display: block;
    width: 50%;
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 30px 45px;
    font-weight: 600;
    color: #2cc09e;
    font-size: 26px;
    line-height: 28px
}

.modal_tabs .modal_tab.avt {
    border-radius: 5px 0 0 0
}

.modal_tabs .modal_tab.reg {
    border-radius: 0 5px 0 0
}

.modal_tabs .modal_tab.active {
    background: #fff;
    color: #333
}

.modal_login {
    display: none
}

.modal_login.active {
    display: block
}

.vash_login {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 20px;
    display: block
}

.modal_l_form {
    /* margin: 0 20px 0; */
}

.modal_l_form label {
    font-weight: 300
}

.modal_l_form_input {
    height: 58px;
    padding: 17px 32px;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    border: 2px solid #2cc09e;
    border-radius: 3px;
    margin: 10px 0;
    width: 291px
}

.modal_register .modal_l_form_input {
    margin: 0 0 10px
}

.vostanovit .modal_l_form_input {
    margin: 0 0 10px
}

.modal_l_form_input::-webkit-input-placeholder {
    color: #fff
}

.modal_l_form_input::-moz-placeholder {
    color: #fff
}

.modal_l_form_input:-moz-placeholder {
    color: #fff
}

.modal_l_form_input:-ms-input-placeholder {
    color: #fff
}

.modal_l_form_input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.modal_l_form_input[type=text]::-moz-placeholder {
    color: #fff
}

.modal_l_form_input[type=text]:-moz-placeholder {
    color: #fff
}

.modal_l_form_input[type=text]:-ms-input-placeholder {
    color: #fff
}

.modal_l_form_input[type=password]::-webkit-input-placeholder {
    color: #fff
}

.modal_l_form_input[type=password]::-moz-placeholder {
    color: #fff
}

.modal_l_form_input[type=password]:-moz-placeholder {
    color: #fff
}

.modal_l_form_input[type=password]:-ms-input-placeholder {
    color: #fff
}

.modal_l_form .modal_link {
    cursor: pointer;
    box-shadow: none;
    /* border: 0; */
    /* font-weight: bold; */
    margin: 30px 0 0;
    padding: 12px 30px
}

.modal_l_form .modal_link_close {
    color: #2cc09e;
    margin: 0 0 0 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-decoration: underline
}

.modal_l_form .modal_link_close:hover {
    text-decoration: none
}

.modal_register {
    display: none
}

.modal_register.active {
    display: block
}

.menu_palki-krestik {
    display: none
}

.default_tabs {
    display: none
}

.prodoljit {
    display: none
}

.prodoljit.prodoljit2 {
    display: none
}

.calc_back_index_right.mobile {
    display: none
}

.icon_for_all li span {
    color: #2cc09e;
    font-weight: 300
}

.g-recaptcha div {
    width: auto!important;
    overflow: hidden
}

.banner_text img {
    display: none
}

.pochemu_nas_vibrali_text {
    transition: .5s;
    background: #fff;
    padding: 0 40px 30px;
    margin: 0 auto 50px;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #999;
    font-weight: 300
}

.podrobnee_btn {
    color: #2cc09e;
    text-decoration: underline
}

.podrobnee_btn:hover {
    text-decoration: none
}

.podrobnee_text {
    display: none
}

.content a.faq_text_a {
    text-decoration: none
}

.content a.faq_text_a:hover {
    text-decoration: underline
}

.istoriya_ref {
    margin: 0 0 0 30px
}

.promo_img {
    margin: 0 0 80px
}

.promo_img img {
    margin: 10px 0
}

label.verific {
    margin: 15px 0 5px
}

.sidemar_menu a.active {
    color: #333!important
}

.viberite_bank {
    width: 50%;
    float: left
}

.vvedite_foi {
    width: 50%;
    float: left
}

.verefication_ends table {
    width: 100%;
    max-width: 900px;
    font-size: 18px
}

.verefication_ends table tr:nth-child(2n+1) {
    background: #e8e8e8
}

.verefication_ends table tr td {
    padding: 10px
}

.bac_buttn {
    display: none;
    width: 100px;
    text-align: center;
    padding: 3px 20px;
    height: 34px;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 30px auto 0
}

.soc_icons_all {
    display: inline-block;
    position: relative
}

.podrobnee_text_shadow {
    background: url(/public/images/bg_text.png);
    width: calc(100% - 80px);
    height: 100px;
    position: absolute;
    bottom: 40px
}

#sled_instrukciyam .white_bg h2 span {
    color: #2cc09e
}

.sled_i_p_1 {
    background: url(/public/images/c_1.png) no-repeat;
    padding: 5px 0 0 55px;
    min-height: 38px
}

.sled_i_p_1 a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0 33px;
    line-height: 34px;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    display: inline-block;
    margin: 10px 0 0;
    text-decoration: none
}

.sled_i_p_1 a:hover {
    text-decoration: underline
}

.modal_text p.sled_i_p_2 {
    background: url(/public/images/c_2.png) no-repeat;
    padding: 5px 0 20px 55px;
    margin: 0;
    min-height: 38px
}

#btce .modal_text p.sled_i_p_2 {
    margin: 30px 0 0;
    padding: 5px 0 5px 55px
}

#vaucher_kod .modal_text p.sled_i_p_2 {
    padding: 5px 0 20px 55px;
    margin: 15px 0 0
}

.modal_text p.sled_i_p_3 {
    background: url(/public/images/c_3.png) no-repeat;
    padding: 5px 0 0 55px;
    margin: 0;
    min-height: 38px
}

.rekvezits_sl {
    background: url(/public/images/bg_table_s.png) no-repeat;
    width: 100%;
    max-width: 545px;
    margin: 0 auto 25px;
    padding: 12px 20px;
    height: 160px
}

.rekvezits_sl table tr td {
    padding: 3px 0
}

.rekvezits_sl table tr td:nth-child(1) {
    text-align: right;
    width: 28%
}

.rekvezits_sl table tr td:nth-child(2) {
    font-weight: 600;
    width: 42%;
    padding: 0 0 0 20px;
    color: #333;
    max-width: 278px;
    word-wrap: break-word
}

.rekvezits_sl table tr td:nth-child(3) {
    width: 29%
}

.green_button {
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%)!important
}

.rekvezits_sl table tr td:nth-child(3) span {
    background-image: linear-gradient(180deg, #ffcb5b 0%, #f7b03b 100%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    display: block;
    padding: 4px 27px;
    border-radius: 4px;
    line-height: 28px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18)
}

.btn-yellow {
    background-image: linear-gradient(180deg, #ffcb5b 0%, #f7b03b 100%)!important
}

.vaucher_kod_input_div input {
    width: 296px;
    color: #333;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    border-radius: 3px;
    box-shadow: inset 1.5px 1.4px 1px rgba(0, 0, 0, 0.16);
    padding: 15px 25px;
    margin: 0 10px 10px 0;
    background-size: 20px 20px;
    background-position: calc(100% - 30px) center;
    background: #f4f4f4;
    display: inline-block
}

.vaucher_kod_input_div input.input_kod_1 {
    width: 225px;
    margin: 0 15px 10px 0
}

.vaucher_kod_input_div input.input_kod_2 {
    width: 285px;
    margin: 0 0 10px
}

#vaucher_kod .sled_i_p_1 {
    margin: 0;
    padding: 5px 0 20px 55px
}

.vaucher_kod_input_div {
    margin: 0 0 0 55px
}

.vaucher_kod_input_div:after,
.vaucher_kod_input_div:before {
    content: '';
    display: block;
    clear: both
}

.btn_dobavit_input {
    width: 157px;
    height: 34px;
    display: inline-block;
    text-align: center;
    padding: 3px 0 0;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #ffcb5b 0%, #f7b03b 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    cursor: pointer;
    margin: 10px 25px 0 55px
}

.txt_dobavit_input {
    color: #c2c2c2;
    font-style: italic
}

.udalit_input {
    color: #39caa7;
    font-style: italic;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 0 0 10px;
    float: left
}

.input_kod_div {
    float: left
}

.vaucher_kod_input_div_btce input {
    width: 296px;
    color: #333;
    width: calc(100% - 90px);
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    border-radius: 3px;
    box-shadow: inset 1.5px 1.4px 1px rgba(0, 0, 0, 0.16);
    padding: 15px 25px;
    margin: 0 10px 10px 0;
    background-size: 20px 20px;
    background-position: calc(100% - 30px) center;
    background: #f4f4f4;
    display: inline-block
}

.vaucher_kod_input_div_btce input.input_kod_1 {
    width: 100%;
    margin: 0 15px 10px 0
}

.vaucher_kod_input_div_btce input.input_kod_2 {
    width: 285px;
    margin: 0 0 10px
}

#btce .sled_i_p_1 {
    margin: 0;
    padding: 5px 0 20px 55px
}

.vaucher_kod_input_div_btce {
    margin: 0 0 0 55px
}

.vaucher_kod_input_div_btce:after,
.vaucher_kod_input_div_btce:before {
    content: '';
    display: block;
    clear: both
}

.btn_dobavit_input_btce {
    width: 157px;
    height: 34px;
    display: inline-block;
    text-align: center;
    padding: 3px 0 0;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #ffcb5b 0%, #f7b03b 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    cursor: pointer;
    margin: 10px 25px 0 55px
}

.udalit_input_btce {
    color: #39caa7;
    font-style: italic;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 0 0 10px;
    float: left;
    width: 80px
}

.input_kod_div_btce {
    float: left;
    width: 100%
}

#image_file_upload {
    width: 100%;
    max-width: 500px
}

#verification_new .modal_text form .jq-file {
    max-width: 500px;
    margin: 18px 0 0
}

#verification_new .modal_text form {
    max-width: 500px
}

.clicknite_pokartinke {
    font-style: italic;
    text-align: center;
    margin: 10px 0 0;
    color: #a2a2a2;
    font-size: 14px
}

#image_file_upload {
    cursor: pointer
}

.modal_text p.ver_new_p_1 {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 0 35px;
    color: #333;
    background: url(/public/images/time_icon.png) no-repeat 0 2px
}

.modal_text p.ver_new_p_2 {
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0 0 0 35px;
    color: #333;
    background: url(/public/images/fotoapparat_icon.png) no-repeat 0 2px
}

ul.ver_new_ul {
    color: #acacac;
    font-size: 15px;
    padding: 0 0 20px 35px
}

ul.ver_new_ul li {
    padding: 0 0 0 20px;
    line-height: 20px;
    background: url(/public/images/ul_iconfdgdf.png) no-repeat center left
}

.rezerv_kurs {
    margin: 0 0 5px 46px;
    font-size: 16px;
    line-height: 28px
}

.rezerv_kurs span {
    color: #fefefe;
    font-weight: 600
}

.rezerv_kurs a {
    text-decoration: underline;
    font-size: 15px;
    margin: 0 0 0 10px
}

.error_input {
    border: 2px solid #e53535;
    border-radius: 0 0 5px 5px;
    background: #e53535;
    color: #fff;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: -20px 0 0;
    position: absolute;
    padding: 10px 0
}

.calc_back_index .calc .calc_div_2 .error_input {
    left: 37px;
    bottom: -42px;
    z-index: 4984
}

.zavershite_obmen_div1 .error_input {
    margin: -2px 0 0 30px
}

.calc_back_index .calc .calc_div_1 .error_input {
    right: 37px;
    bottom: -42px;
    z-index: 4984
}

.error_input div {
    line-height: 20px;
    text-align: left;
    padding: 0 0 0 40px
}

.error_input img {
    position: relative;
    top: -2px;
    margin: 0 10px
}

body input.error_class {
    border: 2px solid #e53535
}

.index_text_seo_li {
    margin: 0
}

.index_text_seo_li:nth-child(2) {
    margin: 0 0 10px
}

.index_text_seo_li dots {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #2cc09e;
    border-radius: 100%;
    position: relative;
    top: -2px;
    margin: 0 10px
}

a.vk_ico {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/public/images/icon_soc.png) no-repeat;
    background-position: -5px -3px
}

.vk_ico:hover {
    background-position: -5px -43px
}

a.fb_ico {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/public/images/icon_soc.png) no-repeat;
    background-position: -45px -3px
}

.fb_ico:hover {
    background-position: -45px -43px
}

a.tw_ico {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/public/images/icon_soc.png) no-repeat;
    background-position: -85px -3px
}

.tw_ico:hover {
    background-position: -85px -43px
}

.soc_icons_all {
    padding-top: 0
}

.click_tab {
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #fade23;
    margin: 0 7px 0 0;
    cursor: pointer;
    position: relative;
    background: #fff
}

.click_tab.active {
    border: 1px solid #000;
    font-weight: 700;
    position: relative
}

.click_tab.active::before,
.click_tab.active::after {
    content: '';
    position: absolute;
    left: calc((100% - 20px) / 2);
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #000
}

.click_tab.active::after {
    border-top: 10px solid #fff;
    bottom: -19px
}

.content_tab {
    display: none;
    margin: 30px 0 0
}

.content_tab.active {
    display: block
}

#wallets_bloc>div {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

#wallets_bloc .title_bank_wallets {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 150px;
    text-align: center;
    line-height: 34px;
    background-color: #4988db;
    background-image: linear-gradient(180deg, #3dcdaa 0%, #2cc09e 100%);
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
    display: block;
    margin: 0 auto;
    cursor: pointer
}

#modal_text {
    background: #fff;
    padding: 35px 45px;
    border-radius: 5px
}

#banks_edit h2 {
    margin: 0 0 25px;
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    text-align: center
}

.delete_wallet {
    text-decoration: underline;
    cursor: pointer
}

.delete_wallet:hover {
    text-decoration: none;
    color: #2cc09e
}

.inputs .user_cards {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 62px;
    cursor: pointer;
    background: url(/public/images/arrow_bot_lc.png) no-repeat 4px center
}

.inputs .user_cards_list {
    right: 0;
    top: 54px;
    position: absolute;
    overflow: hidden;
    padding: 0 23px;
    margin: 0;
    list-style: none;
    width: 100%;
    max-width: 350px;
    border-top: 0;
    background: #3dcdaa;
    z-index: 100
}

.inputs .user_cards_list li {
    padding: 5px 10px;
    cursor: pointer
}

.inputs .user_cards_list li:hover {
    text-decoration: underline
}

.izmpar {
    padding: 0;
    width: 291px
}

li.inputs_right.inputs.kardreceive {
    width: 326px
}

ul#partners_list li {
    height: 31px
}

.card-verification {
    /* border: 2px solid #f0ce30; */
    /* border-radius: 5px; */
    margin-top: 20px;
    /* padding: 5px 30px 20px 30px; */
}

.card-verification h3 {
    font-size: 18px;
}

.checking_account_description {
    /* background-color: #f0ce30; */
    /* border-radius: 4px; */
    /* padding: 15px; */
		color: #fff;
		font-weight: 500;
    text-align: center;
}

@media (max-width: 1200px) {
    .sidemar_menu li {
        display: inline-block;
        padding: 0 20px
    }
    .icon_for_all li {
        width: 250px
    }
    .icon_for_all_rez li {
        width: 280px
    }
    .calc_back_index .calc .calc_div_2 input {
        width: 230px
    }
    .calc_back_index .calc .calc_div_1 input {
        width: 230px
    }
    .calc_back_index_right {
        width: calc(100% - 258px)
    }
    .calc_back_index_left {
        width: calc(100% - 287px)
    }
    .header_line img {
        margin: 0 10px 0 0
    }
    .header_line {
        font-size: 14px
    }
    .left_img_popular {
        font-size: 40px;
        width: 43%
    }
    .left_text_popular {
        width: 55%
    }
    ul.menu li {
        text-align: right
    }
    ul.menu li a {
        font-size: 14px
    }
    .obmen {
        width: 129.5px
    }

    .zavershite_obmen input, .zavershite_obmen select {
        width: 100%;
        margin: 0 0 9px
    }
    .zavershite_obmen input[type=email] {
        width: calc(100% - 30px)
    }
    .soglasen_s_usloviyami {
        margin: 20px 0 10px 2px;
        line-height: 16px;
        width: calc(100% - 30px)
    }
    .zavershite_obmen_div3 label {
        width: 18px
    }
    .zavershite_obmen_div2_text {
        margin: 0 0 5px;
        line-height: 17px;
        font-size: 16px
    }
    .otdaete_poluch .text {
        width: calc(100% - 135px);
        font-size: 16px
    }
    .otdaete_poluch .sum {
        width: 90px
    }
    .zavershite_obmen input[type=submit] {
        max-width: 240px;
        padding: 0
    }
    .zavershite_obmen input[type=submit]:hover {
        /* font-size: 24px */
    }
    .foot_right span.share_friends {
        top: 0
    }
    .foot_mid {
        text-align: center
    }
    .sidebar {
        display: none
    }
    .content {
        width: 100%;
        padding: 0
    }
    .lichniy_cabinet .sidebar {
        display: block;
        width: 100%
    }
    .sidemar_menu {
        padding: 30px 0 0 2px
    }
    .lichniy_cabinet .sidebar h3 {
        display: none
    }
    .lichniy_cabinet .sidebar img {
        display: none
    }
    .lichniy_cabinet .sidebar .vn_rek {
        display: none
    }
    .lichniy_cabinet h2 {
        text-align: center
    }
    .lc__posle_h2 {
        text-align: center
    }
    .foot_mid {
        margin: 0;
        position: relative;
        left: initial
    }
    .mail_exit .mail {
        font-size: 15px
    }
    .mail_exit .exit {
        font-size: 15px
    }
    .soc_icons_all {
        margin: 10px 0 0
    }
    .zavershite_obmen input, .zavershite_obmen select {
        font-size: 14px;
        padding: 0 0 0 10px
    }
    li.inputs_right.inputs.kardreceive {
        width: 100%
    }
    div.top_for_ul.clearfix {
        width: 291px
    }
    .nagrada input {
        width: 291px
    }
}

@media (max-width: 1200px) {
    .soc_icons_all {
        width: 100%;
        float: left;
        text-align: center
    }
    .soc_icons_all a {
        width: 35px;
        height: 35px;
        display: inline-block
    }
    .col-md-4 foot_right {
        text-align: center!important
    }
    .back_nah2.active {
        display: block
    }
    .back_nah.active {
        display: block
    }
    .header_line .col-md-4 {
        max-width: 350px;
        float: right
    }
    .prodoljit.prodoljit3 {
        display: none
    }
    .sidemar_menu a {
        font-size: 15px
    }
    .sidemar_menu li {
        padding: 0 9.5px
    }
    .calc_back_index {
        position: relative;
        top: -30px
    }
    .header {
        padding: 19px 0 0;
    }
    .header_line .col-md-4 {
        position: absolute;
        right: 10px
    }
    .header_line .header_line_1.col-md-4 {
        text-align: right;
        z-index: 33333
    }
    #kartinka_dliya_menu {
        position: absolute;
        z-index: 3;
        margin: 0 auto 10px;
        display: block;
        transition: .5s;
        padding: 32px;
        top: 0;
        left: 0;
        background: #fff;
        cursor: pointer
    }
    #kartinka_dliya_menu.menu-open {
        background: #3dcdaa
    }
    .menu_span_la {
        background: none;
        border: none;
        width: 34px;
        position: relative;
        height: 24px;
        padding: 0;
        outline: none;
        cursor: pointer;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s
    }
    .menu_span_la span {
        position: absolute;
        color: #000;
        width: 100%;
        height: 5px;
        top: 50%;
        left: 0;
        overflow: hidden;
        text-indent: 100%;
        -webkit-transition: opacity .25s;
        transition: opacity .25s
    }
    .menu_span_la::before,
    .menu_span_la::after,
    .menu_span_la span {
        background: #3dcdaa
    }
    .menu_span_la::before,
    .menu_span_la::after {
        content: '';
        position: absolute;
        height: 5px;
        width: 100%;
        left: 0;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: -webkit-transform .25s;
        transition: transform .25s
    }
    .menu_span_la::before {
        top: calc(50% - 5px);
        top: -moz-calc(50% - 5px);
        top: -webkit-calc(50% - 5px);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0)
    }
    .menu_span_la::after {
        top: -moz-calc(50% + 5px);
        top: calc(50% + 5px);
        top: -webkit-calc(50% + 5px);
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0)
    }
    .menu-open .menu_span_la::before,
    .menu-open .menu_span_la::after {
        background: #fff
    }
    .menu-open .menu_span_la span {
        background: #fff
    }
    ul.menu {
        background: #3dcdaa;
        height: 0;
        transition: .5s;
        overflow: hidden
    }
    ul.menu.active {
        height: 344px
    }
    ul.menu li {
        width: 100%;
        text-align: left;
        border-top: 1px solid #6edabf;
        padding: 0 0 0 34px
    }
    ul.menu li.active {
        background: #2cc09e
    }
    ul.menu li:first-child {
        width: 100%;
        border-top: 0 solid #6edabf
    }
    ul.menu li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 300;
        line-height: 68px
    }
    .headcol-md-2 {
        max-width: 271px;
        display: block;
        position: absolute;
        z-index: 99921112129;
        margin: 69px 0 0;
        left: 0
    }
    .headcol-md-1 {
        width: 312px;
        padding: 0;
        margin: 0 0 0 30px
    }
    .headcol-md-3 {
        width: calc(100% - 342px);
        text-align: right
    }
    .obmen {
        width: 157px
    }

    .default_tabs {
        display: none;
    }
    .default_tabs span {
        color: #3dcdaa;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        display: inline-block;
        padding: 8px 18px
    }
    .default_tabs span.active {
        border-radius: 5px 5px 0 0;
        background: #fff;
        color: #333
    }
    .default_tabs span.grey {
        color: #9CC99C;
    }
    .default_tabs span.span_3.active {
        background: #ffcb5b
    }
    .calc_back_index .calc .calc-div {
        display: none
    }
    .calc_back_index .calc .calc-div.active {
        display: block;
        width: 100%
    }
    .calc_back_index .calc .calc_div_1.active {
        border-top-left-radius: 0
    }
    .calc_back_index .calc .calc_div_2 {
        margin: 0
    }
    .calc_back_index .calc .calc-div.active .span_1 {
        border-radius: 0 5px 0 0
    }
    .calc_back_index_left {
        width: 150px;
        margin: 23px 20px 0 15px
    }
    .calc_back_index .calc .calc_div_1 input {
        float: left;
        width: 278px
    }
    .icon_for_all {
        /* display: none */
    }
    .all_ul_icon_for_pay {
        margin: 0
    }
    .icon_for_all.active {
        display: block;
        width: 100%
    }
    .zavershite_obmen {
        /* display: none; */
        margin: 0
    }
    .zavershite_obmen.active {
        display: block;
        background: #ffcb5b;
        border-radius: 5px;
        padding: 0 0 10px
    }
    .calc_back_index .calc .calc_div_2 .prodoljit {
        float: right;
        margin: 35px 30px 0 40px
    }
    .prodoljit {
        cursor: pointer;
        margin: 35px 0 0 30px;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        font-weight: 300;
        padding: 2px 25px;
        line-height: 28px;
        background-color: #4988db;
        background-image: linear-gradient(180deg, #ffcb5b 0%, #f7b03b 100%);
        border-radius: 3px;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18)
    }
		.select-list-box {
			flex-wrap: wrap;
	}
    .icon_for_all.icon__right {
        margin: 0;
        padding: 15px 0 0 30px
    }
    .icon_for_all li {
        height: 45px;
        margin: 5px
    }
    .icon_for_all li:nth-child(3n+1) {
        margin-left: 0
    }
    .left_right_arrow {
        display: none
    }
    .calc_back_index_right {
        float: right;
        width: 170px;
        margin: 23px 20px 0 0
    }
    .calc_back_index .calc .calc_div_2 input {
        float: right;
        width: 278px;
        margin: 20px 0 0 10px
    }
    .zavershite_obmen_div1 {
        width: 50%;
        float: left
    }
    .zavershite_obmen_div2 {
        width: 50%;
        float: left;
        padding: 0 45px 0 20px
    }
    .zavershite_obmen_div3 {
        width: 325px;
        padding: 0 45px;
        margin: 0 auto
    }
    .zavershite_obmen_div3 .zavershite_obmen_div2_text {
        display: none
    }
    .g-recaptcha {
        margin: 0 auto
    }
    .ipd {
        margin: 0
    }
    .soglasen_s_usloviyami {
        width: calc(100% - 30px);
        font-size: 12px;
        text-align: center
    }
    .zavershite_obmen input[type=submit] {
        margin: 0 0 5px
    }
    .smotret_instruk {
        display: block;
        width: 100%
    }
    .header_line {
        padding: 20px 0 45px;
        position: relative;
        overflow: hidden
    }
    .header_line .container {
        position: relative
    }
    .zavershite_obmen_div3 .zav_ob_1 {
        width: 50%;
        float: left
    }
    .zavershite_obmen_div3 .zav_ob_2 {
        width: 50%;
        float: left;
        padding: 0 0 0 23px
    }
    .zavershite_obmen_div2_text {
        margin: 0 0 22px
    }
    .left_img_popular {
        width: 100%;
        font-size: 46px
    }
    .left_text_popular {
        width: 100%;
        border: 0
    }
    .payget_popular .col-md-4 {
        border-right: 0
    }
    .payget_popular .col-md-4:nth-child(1) {
        padding: 0 0 0 20px
    }
    .payget_popular .col-md-4:nth-child(2) {
        padding: 0 0 0 60px
    }
    .payget_popular .col-md-4:nth-child(3) {
        padding: 0 0 0 60px;
        border: 0
    }
    .banner_middle {
        background-position: center bottom;
        height: 390px;
        background-size: 100% auto
    }
    .banner_middle h2 {
        padding: 0 0 20px;
        width: 540px;
        margin: auto;
        text-align: center
    }
    .banner_middle_text {
        width: 570px;
        text-align: center;
        margin: auto
    }
    .banner_middle_text br {
        display: none
    }
    .banner_middle h2 br {
        display: none
    }
    .pokazat_vse_index.pokazat_vse_index_right {
        margin-left: -30px;
        width: calc(100% + 30px)
    }
    .foot_left {
        width: 50%;
        display: inline-block
    }
    .foot_mid {
        width: 50%;
        display: inline-block;
        text-align: left
    }
    .foot_right {
        width: 30%;
        float: right;
        top: -40px;
        position: relative
    }
    .left_top_tech.left_top_tech_chel {
        float: none;
        display: none
    }
    .right_top_tech.right_top_tech_chel {
        width: 100%;
        float: none;
        padding: 0 0 60px
    }
    .left_top_tech.left_top_tech_sleep {
        float: none;
        display: none
    }
    .right_top_tech.right_top_tech_sleep {
        width: 100%;
        padding: 0 0 70px;
        margin: 0;
        float: none
    }
    .left_top_tech {
        float: none;
        display: none
    }
    .right_top_tech.right_top_tech_sleep2 {
        width: 100%;
        float: none
    }
    .istoriya_ref {
        width: 235px;
        display: inline-block
    }
    .header_line .header_line_1 {
        opacity: 0
    }
    .header_line .header_line_2 {
        opacity: 0
    }
    .header_line .header_line_3 {
        opacity: 0
    }
    .header_line .header_line_1.active {
        opacity: 1;
        height: 22px;
        width: auto
    }
    .header_line .header_line_2.active {
        opacity: 1;
        height: 22px;
        width: auto;
        text-align: right;
        z-index: 33333
    }
    .header_line .header_line_3.active {
        opacity: 1;
        height: 22px;
        width: auto;
        text-align: right;
        z-index: 33333
    }
    .icon_for_all.icon__right li.active:after {
        display: none
    }
    .give_money_select {
        /* height: 450px */
    }
    .receive_money_select {
        height: 450px
    }
}

@media (max-width: 1200px) {
    .headcol-md-1 {
        margin: 0 0 0 30px
    }
}

@media (max-width: 1200px) {
    .headcol-md-1 {
        margin: 0 0 0 30px;
        padding: 0 0 0 30px
    }
}

@media (max-width: 1200px) {
    .headcol-md-1 {
        margin: 0 0 0 30px;
        padding: 0 0 0 50px
    }
}

@media (max-width: 1200px) {
    .btn_dobavit_input_btce {
        margin: 10px auto 0;
        display: block
    }
    .icon_for_all_rez li {
        width: 230px
    }
    .icon_for_all_rez {
        padding: 0 0 10px 25px;
    }
    .mail_exit {
        float: right;
        width: 185px;
        margin: 20px 100px;
        display: block
    }
    .mail_exit .mail {
        width: 225px;
        text-align: right;
        margin-left: -95px;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .jq-file__browse {
        width: 100%;
        margin-top: -12px;
        margin-right: -11px;
        text-align: center;
        font-size: 16px;
        padding: 11px 0
    }
    .modal_l_form.verification .jq-file {
        margin: 0;
        border: 2px solid #FFF
    }
    .td4 {
        display: none
    }
    .verefication_ends table tr td {
        padding: 4px
    }
    .table_list tr td,
    .table_list th {
        padding: 4px;
        word-wrap: break-word
    }
    .table_list {
        font-size: 16px;
    }
    .news_align {
        text-align: center;
        width: 200px;
        margin: auto
    }
    .vaucher_kod_input_div_btce {
        margin: 0
    }
    .udalit_input_btce {
        padding: 0 0 10px;
        float: none;
        width: 55px;
        display: block;
        margin: auto
    }
    #btce .sled_i_p_1 {
        padding: 55px 0 20px
    }
    #btce .vaucher_kod_input_div_btce input {
        width: 100%
    }
    #btce .modal_text p.sled_i_p_2 {
        padding: 55px 0 20px
    }
    #btce .modal_text .modal_link {
        width: 202px;
        padding: 0;
        text-align: center;
        margin: 10px auto;
        display: block
    }
    #btce .modal_text .modal_link_close {
        width: 57px;
        display: block;
        margin: 15px auto 0
    }
    #verification_new .modal_text .modal_link {
        display: block;
        margin: 30px auto;
        width: 180px;
        text-align: center
    }
    .modal_text .btn_white {
        text-align: center;
        display: block;
        margin-top: -15px
    }
    #verification_new .modal_text .modal_link_close {
        display: block;
        margin: 0 auto;
        text-align: center
    }
    #verification_new .modal_text p.ver_new_p_1 {
        background-position: center left
    }
    #verification_new .modal_text p.ver_new_p_2 {
        background-position: center left
    }
    ul.ver_new_ul {
        padding: 0 0 20px
    }
    .top_404 .right_top_tech.right_top_tech_chel {
        width: 100%;
        padding: 20px 30px 0
    }
    .rezerv_kurs {
        margin: 0 0 5px 30px
    }
    .modal_l_form.verification label {
        margin: 15px 0 10px
    }
    #watch {
        width: 240px;
        margin: auto
    }
    .istoriya_ref {
        display: block;
        width: auto;
        margin: 20px 0 0
    }
    .right_top_tech h2 {
        font-size: 24px;
        text-align: center
    }
    .left_top_tech {
        float: none;
        display: none
    }
    .right_top_tech {
        width: 100%;
        float: none
    }
    .table_zaya li span.tzli {
        float: left;
        line-height: 24px
    }
    .table_zaya li span.tzli_1 {
        display: none
    }
    .table_zaya li {
        padding: 20px 0
    }
    .table_zaya li span.tzli_2 {
        width: 100%;
        text-align: center
    }
    .table_zaya li span.tzli_3 {
        width: 100%;
        margin: 10px 0;
        text-align: center
    }
    .table_zaya li span.tzli_3 .vopros {
        width: 18px;
        height: 18px
    }
    .vopros_text:before {
        display: none
    }
    .table_zaya li span.tzli_4 {
        width: 40%;
        margin: 0 0 0 3%;
        font-size: 16px
    }
    .table_zaya li span.tzli_5 {
        width: 49%;
        padding: 0 40px 0 0;
        font-size: 16px
    }
    .table_zaya li .div_img {
        width: 8%;
        font-size: 16px
    }
    .faq_qestion_item {
        width: 100%;
        margin: 0;
        float: none
    }
    .faq_href.faq_href {
        display: block;
        margin: 10px 0
    }
    .headcol-md-1 {
        margin: 0 0 0 30px;
        padding: 0 0 0 70px;
        float: right;
        width: auto
    }
    .banner_middle h2 {
        width: auto
    }
    .banner_middle_text {
        width: auto
    }
    .headcol-md-2 {
        max-width: none;
        width: 100%
    }
    .headcol-md-3 {
        float: right;
        width: 100%;
        margin: 0 0 20px
    }
    .obmen {
        margin: auto;
        display: block;
        margin: 20px auto 0
    }
    .cabinet {
        display: block;
        margin: 20px auto 0 20px
    }

    .cabinet.exchange {
        margin-top: 20px;
    }

    .mail_exit {
        float: right;
        width: 185px;
        margin: 20px auto;
        display: block
    }
    .header_line {
        padding: 20px 0 40px
    }
    .calc_back_index .calc .calc_div_1 input {
        width: 278px;
        max-width: 100%
    }
    .calc_back_index {
        top: 0
    }
    .default_tabs span.active {
        display: inline-block
    }
    .header_line .header_line_1.col-md-4 {
        text-align: center;
        width: 100%;
        right: calc((100% - 350px)/2)
    }
    .header_line .header_line_2.col-md-4 {
        text-align: center;
        width: 100%;
        right: calc((100% - 350px)/2)
    }
    .header_line .header_line_3.col-md-4 {
        text-align: center;
        width: 100%;
        right: calc((100% - 350px)/2)
    }
    .header_line .header_line_1.active {
        width: 100%
    }
    .header_line .header_line_2.active {
        width: 100%
    }
    .header_line .header_line_3.active {
        width: 100%
    }
    .calc_back_index_left {
        width: 100%;
        margin: 23px 0 0
    }
    .icon_for_all li {
        margin: 5px
    }
    .icon_for_all li:nth-child(3n+1) {
        margin: 5px
    }
    .prodoljit {
        display: none
    }
    .prodoljit.prodoljit2 {
        display: none;
        margin: 30px auto 0;
        width: 140px
    }
    .prodoljit.prodoljit2.active {
        display: block
    }
    .prodoljit.prodoljit3.active {
        display: block;
        margin: 30px auto 0;
        width: 140px
    }
    .calc_back_index_right {
        float: left;
        width: 100%;
        text-align: left;
        margin: 23px 20px 0 10px
    }
    .calc_back_index .calc .calc_div_2 input {
        float: left;
        max-width: 100%;
        margin: 20px 0 0
    }
    .calc_back_index_right {
        display: none
    }
    .calc_back_index_right.mobile {
        display: block
    }
    .icon_for_all li.active:after {
        display: none
    }
    .zavershite_obmen_div1 {
        width: 100%;
        float: none
    }
    .zavershite_obmen_div2 {
        width: 100%;
        float: none;
        margin: 20px 0 0;
        padding: 0 45px
    }
    .zavershite_obmen_div3 .zav_ob_1 {
        width: 100%;
        float: none
    }
    .zavershite_obmen_div3 .zav_ob_2 {
        width: 100%;
        float: none;
        margin: 20px 0;
        padding: 0;
        text-align: center
    }
    .zavershite_obmen input[type=email] {
        width: calc(100% - 60px)
    }
    .zavershite_obmen_div2_text {
        /* text-align: center */
    }
    .payget_popular .col-md-4 {
        border-right: 0;
        text-align: center;
        width: 150px;
        margin: auto;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 0 20px
    }
    .payget_popular .col-md-4:nth-child(1) {
        padding: 30px 0
    }
    .payget_popular .col-md-4:nth-child(2) {
        padding: 40px 0 30px
    }
    .payget_popular .col-md-4:nth-child(3) {
        padding: 45px 0
    }
    .banner_middle {
        background-position: center bottom;
        height: auto;
        background-size: 100% auto;
        background: none
    }
    .banner_middle h2 {
        padding: 0 0 20px;
        margin: auto;
        text-align: center
    }
    .banner_middle_text {
        text-align: center;
        margin: auto;
        padding: 0 0 20px
    }
    .banner_middle_text br {
        display: none
    }
    .banner_middle h2 br {
        display: none
    }
    .owl-nav .owl-prev {
        top: 50px
    }
    .owl-next {
        top: 50px
    }
    .what_govor_all h2 {
        padding: 40px 0
    }
    .for_seo_text {
        background-position: 5px 17px;
        padding: 20px 20px 20px 55px
    }
    .foot_left {
        text-align: center;
        width: 100%;
        display: block
    }
    .foot_mid {
        text-align: center;
        margin: 25px 0
    }
    .foot_right {
        text-align: center
    }
    .foot_right span.share_friends {
        margin: 0
    }
    .footer {
        padding: 50px 0
    }
    .banner_text img {
        display: block
    }
    .foot_mid {
        text-align: left;
        width: 100%;
        display: block;
        text-align: center
    }
    .foot_right {
        float: none;
        top: 0;
        position: relative;
        width: 100%;
        display: block
    }
    .faq_title {
        background: #3dcdaa;
        color: #fff;
        border-radius: 5px
    }
    .faq_span_1 {
        width: 100%;
        display: none
    }
    .faq_span_2 {
        border: 0;
        width: 100%;
        text-align: center
    }
    .faq_text {
        margin: 15px 0 45px;
        text-align: center;
        min-height: 0
    }
    .content b.b_faq {
        text-align: center
    }
    .content .ssilka {
        padding: 25px;
        word-wrap: break-word;
        text-align: center
    }
    .content .spisok {
        display: block;
        margin: 20px 0
    }
    .content .istoriya {
        display: block
    }
    .lichniy_cabinet .kartinka {
        display: none
    }
    .accordion {
        display: block
    }
    .ref_prog {
        margin: 0 0 20px
    }
    .pagination_div {
        margin: 0 0 20px;
        clear: both
    }

    .arhive_item {
        width: 100%;
        margin: 0 0 45px
    }
    .arhive_item:nth-child(2n) {
        margin: 0 0 45px
    }
    .arhive_img {
        text-align: center
    }
    .modal_text .sled_i_p_1 br {
        display: block
    }
    .modal_text br {
        display: none
    }
    .ref_ssilka_all {
        text-align: center
    }
    .sidemar_menu li {
        text-align: center;
        display: block
    }
    .vvedite_foi {
        width: 100%;
        float: none
    }
    .loadverf {
        display: none
    }
    .viberite_bank {
        width: 100%;
        float: none
    }
    .modal_l_form.verification {
        max-width: 350px
    }
    h1,
    h2,
    h3 {
        text-align: center
    }
    .top_404 h1 {
        color: #2cc09e;
        font-size: 36px;
        margin: 0
    }
    .top_tech.top_tech_sleep2 {
        padding: 0 0 90px
    }
    .zavershite_obmen_div1 h2 {
        text-align: left
    }
    .rekvezits_sl {
        background-position: center;
        background-repeat: repeat;
        border: 2px solid #ececec;
        background: #f6f6f6;
        padding: 0;
        border-bottom: 0
    }
    .rekvezits_sl table tr td {
        display: block
    }
    .rekvezits_sl table tr td:nth-child(1) {
        width: 100%;
        text-align: center
    }
    .rekvezits_sl table tr td:nth-child(2) {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto
    }
    .rekvezits_sl table tr td:nth-child(3) {
        width: 100%;
        text-align: center
    }
    .rekvezits_sl table tr {
        width: 100%;
        border-bottom: 2px solid #ececec;
        padding: 10px 0 20px;
        display: block
    }
    .rekvezits_sl table {
        width: 100%
    }
    .rekvezits_sl table tr td:nth-child(3) span {
        display: inline-block
    }
    .rekvezits_sl {
        min-height: 258px;
        height: 100%
    }
    .input_kod_div {
        border: 0;
        padding: 20px 20px 10px;
        margin: 10px 0;
        display: inline-block
    }
    .vaucher_kod_input_div input.input_kod_1 {
        width: 80%;
        margin: 0 15px 10px 0
    }
    .vaucher_kod_input_div input.input_kod_2 {
        width: 80%;
        margin: 0 0 10px
    }
    #verification_new .modal_text form .jq-file__name {
        padding: 10px 0 30px;
        text-align: center
    }
    .modal_text form .jq-file {
        height: 105px
    }
    #verification_new .jq-file__browse {
        right: 0;
        top: initial;
        bottom: 20px;
        position: relative;
        width: 180px;
        text-align: center;
        margin: auto
    }
}

@media (max-width: 1200px) {
    .modal_tabs .modal_tab {
        padding: 15px;
        font-size: 16px
    }
    .modal_l_form_input {
        width: 100%
    }
    .pagination_div span {
        display: none
    }
    .pagination_div {
        text-align: center
    }
    #sled_instrukciyam .modal_link {
        margin: 25px auto 30px;
        width: 200px;
        display: block
    }
    #sled_instrukciyam .modal_text .modal_link_close {
        display: block;
        width: 55px;
        margin: -15px auto 0
    }
    .modal_text p.sled_i_p_1 {
        padding: 55px 0 0;
        background-position: center top;
        text-align: center
    }
    #vaucher_kod .sled_i_p_1 {
        padding: 55px 0 0
    }
    .btn_dobavit_input {
        display: block;
        margin: auto
    }
    .txt_dobavit_input {
        display: block;
        text-align: center;
        margin: 10px 0 0
    }
    .vaucher_kod_input_div {
        margin: 0
    }
    .sled_i_p_1 a {
        margin: 10px auto 0
    }
    .modal_text p.sled_i_p_2 {
        padding: 55px 0 20px;
        background-position: center top;
        text-align: center
    }
    #vaucher_kod .modal_text p.sled_i_p_2 {
        padding: 55px 0 0
    }
    .modal_text p.sled_i_p_3 {
        padding: 55px 0 0;
        background-position: center top;
        text-align: center
    }
    p.sled_i_p_danger {
        text-align: center
    }
    #vaucher_kod .modal_text .modal_link {
        margin: 15px auto 0;
        display: block;
        width: 202px
    }
    #vaucher_kod .modal_text .modal_link_close {
        display: block;
        text-align: center;
        padding: 20px 0 0
    }
    div.top_for_ul.clearfix {
        width: 100%;
        max-width: 100%
    }
    .nagrada input {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 1200px) {
    .content .ssilka a {
        display: block;
        float: none;
        margin: 20px auto 0
    }
    .header_line .header_line_1.active {
        text-align: center
    }
    .header_line .header_line_2.active {
        text-align: center
    }
    .header_line .header_line_3.active {
        text-align: center
    }
    .top_404 .right_top_tech.right_top_tech_chel {
        padding: 20px 10px 0
    }
    .clicknite_pokartinke {
        margin: 10px 25px
    }
    .izmpar {
        width: 100%
    }
}

@media (max-width: 1200px) {
    .arcticmodal-container_i2 {
        padding: 0
    }
    .nagrada ul {
        max-width: 290px
    }
    .top_for_ul {
        max-width: 290px
    }
    .pagination_div span {
        display: none
    }
    .arhive_ref {
        display: block
    }
    .white_bg {
        padding: 15px
    }
    .default_tabs span {
        padding: 8px
    }
    .header_line .header_line_2 {
        font-size: 12px
    }
    .header_line .header_line_1.col-md-4 {
        right: calc((100% - 320px)/2)
    }
    .header_line .header_line_2.col-md-4 {
        right: calc((100% - 320px)/2)
    }
    .header_line .header_line_3.col-md-4 {
        right: calc((100% - 320px)/2)
    }
    .pochemu_nas_vibrali_text {
        text-align: justify
    }
    .clicknite_pokartinke {
        margin: 10px 35px
    }
    .izmpar {
        width: 100%
    }
}

@media (max-width: 375px) {
    .clicknite_pokartinke {
        margin: 10px 42px
    }
    li.inputs_right.inputs.kardreceive {
        width: 100%
    }
}

@media (max-width: 320px) {
    .clicknite_pokartinke {
        margin: 10px 35px
    }
    li.inputs_right.inputs.kardreceive {
        width: 230px
    }
}

code {
    border: 1px solid #2cc09e;
    border-radius: 10px;
    padding: 2px 5px;
    background: #2cc09e;
    color: #FFF
}

.infoArea {
    line-height: 30px
}

button:disabled {
    opacity: 0.6
}

button:disabled:hover {
    text-decoration: none;
    cursor: not-allowed
}

@import "compass/css3";
@mixin dimension($diameter) {
    margin: -($diameter / 2) 0 0 0-($diameter / 2);
    height: $diameter;
    width: $diameter;
}

#planet-1 {
    @include dimension(150px);
    z-index: -1;
}

#planet-2 {
    @include dimension(200px);
    z-index: -1;
}

#planet-3 {
    @include dimension(200px);
    z-index: -1;
}

#planet-4 {
    @include dimension(200px);
    z-index: -1;
}

@font-face {
    font-family: 'PlumbLightC';
    src: url('PlumbLightC.woff2') format('woff2'), url('PlumbLightC.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PlumbMediumC';
    src: url('PlumbMediumC.woff2') format('woff2'), url('PlumbMediumC.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PlumbBlackSoftC';
    src: url('PlumbBlackSoftC.woff2') format('woff2'), url('PlumbBlackSoftC.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body {
		font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #fff;
}

.bold {
		font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.bold24 {
    font-size: 24px;
}

.lightbig {
    font-size: 20px;
    margin-top: -5px;
}

b,
strong {
		font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

a,
input {
    color: #a94442;
		font-weight: 400;
    transition: 500ms;
}

a:hover {
    /* color: #4f5a6d; */
}

code {
    border: 1px solid #1a1a1e;
    border-radius: 10px;
    padding: 2px 5px;
    background: #1a1a1e;
    color: #FFF;
}

.dot {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #e22c54;
    margin-left: 10px;
    animation: dotLive 2s infinite cubic-bezier(.19, 1, .22, 1);
}

.dote-online {
	bottom: 7px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	background: #2ce286;
	margin: -2px 0 0 0px;
	/* position: absolute; */
}

.ws-chat-btn-el-container {
    display: none !important;
}

ul.menu li:first-child {
    width: 16%;
}

ul.menu li {
    float: left;
    width: 16%;
}

@keyframes dotLive {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.captcha input {
    width: 120px;
    height: 40px;
    display: inline;
}

.captcha img {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    background: #1FBBD0;
    display: inline;
    margin: 10px 0 10px 10px;
}

.captcha {
    margin: 10px 0;
    width: 300px;
    height: 40px;
}

.section-exchange_rate {
    background-color: #10599d;
    padding: 14px 0;
    color: #87bff4;
    font-size: 14px;
    font-weight: 300;
}

.list {}

.list li {
    width: 25%;
    float: left;
    color: #87bff4;
}

#alerts {
    margin: 20px 0 0 0;
    color: red;
    text-align: center;
    font-size: 20px;
    border-color: red;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
}

@media (min-width: 1200px) and (max-width: 50000px) {
    .zavershite_obmen {
        background: #ffcb5b url(/public/images/arrow_bot.png) no-repeat;
        background-position: 10% 0%;
        padding: 0 0 40px;
        margin-top: 10px;
    }
    .icon_for_all.icon__left {
			/* margin: 24px 0 0 0px; */
			max-width: 350px;
			padding-right: 10px;
			/* background: #fff;
			border-radius: 15px;
			border: 2px solid #dce2e9;
			box-shadow: rgb(88 102 126 / 8%) 0px 4px 24px, rgb(88 102 126 / 12%) 0px 1px 2px; */
    }
    .icon_for_all {
        /* padding: 15px 0 15px 0px; */
    }
    .icon_for_all li {
        margin: 0 0 0 15px;
    }
    .icon_for_all.icon__right {
			/* margin: 24px 0 0 10px; */
			max-width: 350px;
			padding-left: 10px;
			/* background: #fff;
			border-radius: 15px;
			border: 2px solid #dce2e9;
			box-shadow: rgb(88 102 126 / 8%) 0px 4px 24px, rgb(88 102 126 / 12%) 0px 1px 2px; */
    }
    .clear {
        clear: both;
    }
    .icon_for_all li {
        padding: 8px 0 6px 50px;
    }
    .icon_for_all.icon__right li.active:after {
        margin: 0px 14px 0 0;
        background: none !important;
    }
    .calc_back_index .calc .calc_div_1 input {
        width: 100%;
        float: none;
        margin: 20px 0px 10px 0;
        background-color: #d9edff;
        box-shadow: none;
        border-radius: 10px;
        border: 0;
    }
    .calc_back_index_uxpay {
        background-color: #F7F7F7;
    }
    .uxpay_popular {
        padding: 50px 0;
    }
    .left_img_popular {
        color: #1a1a1e;
        font-size: 46px;
        font-weight: 300;
    }
    .calc_back_index .calc .calc_div_2 input {
        width: 100%;
        float: none;
        margin: 20px 0px 10px 0;
        background-color: #d9edff;
        box-shadow: none;
        border-radius: 10px;
        border: 0;
    }
    .sidemar_menu a {
        font-size: 19px;
        line-height: 42px;
        color: #1364af;
        text-decoration: none;
    }
    .login-menu {
        margin-top: 27px;
    }
    .login-menu ul {}
    .login-menu ul li {
        display: inline;
        margin-right: 30px;
    }
    .login-menu ul li a {
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        border-bottom: solid 1px #444;
    }
    .mail_exit .mail {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        float: left;
        line-height: 28px;
        width: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mail_exit .exit {
        float: left;
        color: #97cdff;
        font-size: 14px;
        font-weight: 300;
        margin-left: 10px;
        border-bottom: dotted 1px;
        margin-top: 7px;
        line-height: 1;
    }
    .mail_exit {
        float: right;
        height: 0;
        margin-top: 30px;
    }
    .pochemu_nas_vibrali a {
        margin: 0 0 0 15px;
        display: inline-block;
        text-decoration: none;
        border-bottom: dotted 1px;
    }
    .pochemu_nas_vibrali a:hover {
        margin: 0 0 0 15px;
        display: inline-block;
        text-decoration: none !important;
        border-bottom: dotted 1px !important;
    }
    .sys-select {
        font-size: 14px;
        color: #676767;
        margin: 0 0 10px 16px;
        float: left;
    }
    .res-recaive {
        font-size: 13px;
        color: #ccc;
        margin: 0 27px 10px 0;
        float: right;
    }
    .calc_back_index .calc .calc_div_2 input {
        width: 100%;
        float: none;
        margin: 20px 0px 10px 0;
    }
    .calc_back_index_right img {
        right: 20px;
    }
    .calc_back_index_right span {
        padding: 0 47px 0 0;
    }
    .calc_back_index_left {
        /* margin: 28px 0 0 5px; */
    }
    .calc_back_index_right {
        margin: 27px 5px 0 0;
    }
    .reserve--all {
        font-size: 14px;
        font-weight: normal !important;
        color: #000;
        float: right;
        margin-right: 10px;
    }
    .active .reserve--all {
        color: #ffffff;
    }
    .icon_for_all li {
        height: 39px;
    }
    .icon_for_all li {
        color: #33336c;
    }
    .headcol-md-1 {
        /* margin-top: 40px; */
    }
    ul.menu li a {
        color: #313131;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        padding: 0 0 2px;
    }
    .headcol-md-3 {
        margin: 0;
    }
    .headcol-md-2 {
        margin: 10px 0 0;
    }
    .obmen {
        float: right;
        display: inline-block;
        text-align: center;
        padding: 10px 20px;
        background: #f0ce30 !important;
        background-image: none !important;
        border-radius: 3px;
        box-shadow: none;
        border: 0;
        color: #383838;
        font-size: 15px;
        font-weight: 300;
        line-height: 28px;
        margin: 0 0 0 5px;
        width: auto;
        height: auto;
    }
    a.obmen:hover {
        color: #000;
    }
    .headcol-md-2 .modal_l_form_input {
        height: 37px;
        padding: 0 0 0 0;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        display: inline;
        border: 0;
        border-bottom: 1px solid #ffffff;
        border-radius: 0;
        margin: 0 15px 0 0;
        background-color: #1a1a1e;
        width: 197px;
    }
    .headcol-md-2 .modal_l_form_input:focus {
        border-bottom: 1px solid #ffd300;
    }
    .headcol-md-2 .modal_l_form .modal_link_close {
        color: #ffffff;
        margin: 0 0 0 15px;
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
        text-decoration: none;
    }
    .header_line {
        background: #F7F7F7;
        padding: 50px 0;
    }
    .calc_back_index {
        background: transparent;
        margin-top: 20px;
        z-index: 9999;
        position: relative;
    }
    .calc_back_index .container {
        background: transparent;
    }
    .cabinet {
			width: auto;
			display: flex;
			text-align: center;
			align-items: center;
			padding: 6px 20px;
			float: right;
			background-color: #fff;
			background-image: none;
			border-radius: 8px;
			box-shadow: none;
			color: #282f3c;
			font-size: 15px;
			font-weight: 300;
			height: fit-content;
			/* margin: 19px 0 0 10px; */
    }
    .cabinet img {
        margin-right: 10px;
    }
    .contact__list {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
    }
    .contact__list li a {
        color: #fff;
        border-bottom: dotted 1px;
    }
    .title--support {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .headcol-md-1 {
        /* width: 8%; */
        float: left;
        z-index: 9999;
    }
    .headcol-md-2 {
        width: 52%;
        float: left;
        margin: 31px 0 0;
        z-index: 9999;
    }
    .headcol-md-3 {
        width: 35%;
        float: right;
        margin: 17px 0 0;
        z-index: 9999;
    }
    .cabinet:hover {
        color: #000;
    }
    .header {
        padding: 8px 0;
        min-height: 800px !important;
        background: #e5e9ec;
        background-repeat: no-repeat;
    }
    .headcol-md-01 {
        width: 30%;
        float: left;
        padding: 35px 0 0 20px;
        margin-right: 20px;
        margin-top: -4px;
        z-index: 9999;
    }
    .header_bottom {
        padding: 10px 0;
    }
    .opero {
        position: fixed;
        margin: 0;
        width: 220px;
        text-align: center;
        height: 65px;
        padding: 12px 0px 0px 0px;
        color: #ffffff;
        z-index: 100;
        border-radius: 8px;
        font-size: 15px;
        letter-spacing: 0;
        box-shadow: none;
        font-weight: 300;
        transform: none;
        right: 50px;
        bottom: 100px;
        top: auto;
        z-index: 99999;
    }
    .opero1 {
        position: fixed;
        margin: 0;
        bottom: 13%;
        width: 290px;
        bottom: 30px;
        right: 50px;
        text-align: center;
        height: 65px;
        padding: 13px 0px 0px 0px;
        color: #ffffff;
        z-index: 100;
        border-radius: 8px;
        font-size: 15px;
        letter-spacing: 0;
        box-shadow: none;
        font-weight: 300;
        cursor: pointer;
        z-index: 99999;
    }
    .opero1 a {
        color: #fff !important;
    }
    .opero1 a:hover {
        text-decoration: none;
    }
    .opero1 img {
        width: 30px;
        margin-right: 10px;
        margin-top: 8px;
    }
    .opero-online1 {
        background: #1a1a1e;
    }
    .opero-online {
        background: #1a1a1e;
    }
    .opero span {
        font-size: 12px;
        font-weight: 300;
        color: #b9b9b9;
    }
    .opero-offline {
        background: #fff200;
        height: 45px !important;
        color: #000 !important;
        padding: 14px 0 0 0 !important;
    }
    .icon__left li {
        height: 38px;
    }
    .icon__left li {
        padding: 7px 0 6px 50px;
    }
    .icon__left li.active:after {
        margin: 0px 14px 0 0;
    }
    .header .modal_link {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        padding: 0 33px;
        line-height: 34px;
        border: solid 1px #fff !important;
        background-color: transparent;
        background-image: none;
        border-radius: 3px;
        box-shadow: none;
        display: inline-block;
        margin: auto;
    }
    .header .modal_link:hover {
        border: solid 1px #ffd300 !important;
        color: #ffd300;
        text-decoration: none;
    }
    .header a.cabinet:hover {
        color: #000;
    }
    .modal_tabs .modal_tab {
        color: #ffffff;
    }
    .modal_l_form_input {
        border: 2px solid #333333;
    }
    .modal_tabs .modal_tab {
        background: #2f78bb;
    }
    .modal_link {
        background-color: #0888ff;
        background-image: none;
        text-decoration: none !important;
    }
    .modal_l_form .modal_link_close {
        color: #333333;
    }
    .header a.cabinet:hover {
        /* color: #0e0e0e;
        background: #e2ba00;
        -webkit-box-shadow: 0px 14px 37px 0px rgba(226, 186, 0, 0.4);
        -moz-box-shadow: 0px 14px 37px 0px rgba(226, 186, 0, 0.4);
        box-shadow: 0px 14px 37px 0px rgba(226, 186, 0, 0.4); */
    }
    .image-v {
        display: block;
        z-index: 9999;
        width: 30px;
        height: 30px;
        position: absolute;
        margin: 10px 0 0 38px;
    }
    .line-o {
        padding: 0px 31px;
        margin-bottom: 10px;
    }
    .line {
        width: 100%;
        background: #ececec;
        height: 1px;
        margin: 20px 0 10px 0;
    }
    .line-t {
        font-size: 16px;
        background: #fff;
        width: 100px;
        margin: -24px auto 0 auto;
    }
    /* New */
    .calc_back_index .calc .calc_div_1 {
        width: 35%;
    }
    .calc_back_index .calc .calc_div_2 {
        width: 38.1%;
    }
    .calc_back_index .calc_div_3 {
        /* width: 33%; */
        margin-top: -77px;
    }
    .calc_back_index_left {
        width: 100%;
        text-align: center;
    }
    .calc_back_index_right {
        width: 100%;
        float: left;
        text-align: left;
        text-align: center;
    }
    .icon_for_all {
        /* width: 35%; */
    }
    .icon_for_all-r {
        /* width: 38.1%; */
    }
    .zavershite_obmen {
        background: #fff url(/public/images/arrow_bot.png) no-repeat;
        background-position: 0% 2.6%;
        height: auto;
    }
    .zavershite_obmen_div1 .vash_kurs span {
        color: #999;
        font-size: 15px;
        font-weight: 300;
        line-height: 28px;
        padding: 0 5px 0 0;
    }
    .zavershite_obmen_div1 h2 {
        margin: 30px 0 20px 30px;
    }
    .footer {
        background: transparent;
        color: #000;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        padding: 50px 0 80px;
        margin: 30px 0 0;
    }
    .foot_mid {
        margin: 0;
        position: relative;
        left: auto;
        float: right;
        text-align: right;
    }
    .foot_mid ul {
        list-style: none;
				margin-right: -13px;
    }
    .foot_mid ul li {
        display: inline;
        margin-left: 8px;

				color: #098e83;
    }
    .foot_mid ul li a {
        font-size: 14px;
        text-decoration: none;
        line-height: 22px;
				margin-right: 8px;
        color: #575757;
    }
    .zavershite_obmen_div1 .vash_kurs {
        display: block;
        color: #999;
        font-size: 15px;
        font-weight: 300;
        line-height: 28px;
        padding: 0 5px 0 0;
    }
    #logo_right_bottom img {
        width: 38px;
    }
    .zavershite_obmen_div1 .otdaete_poluch {
        /* padding: 20px 0 20px 30px;
        background: #ecf0f6; */
    }
    .otdaete .img span,
    .poluch .img span {
        width: 45px;
        height: 45px;
        background: #ffffff;
        border-radius: 50px;
        padding: 7px;
    }
    .otdaete_poluch .text {
        font-size: 17px;
        font-weight: 300;
        width: calc(90% - 145px);
        padding: 12px 0 0 10px;
    }
    .otdaete_poluch .poluch .sum {
        width: 130px;
        padding-top: 14px;
    }
    .otdaete_poluch .sum {
        width: 110px;
        padding-top: 14px;
    }
    .zavershite_obmen input[type=email] {
        box-shadow: none;
    }
    .zavershite_obmen_div2 {
        margin: 3px 29px
    }
    .zavershite_obmen_div3 {
        margin: -19px 0 0 29px;
    }
    .zavershite_obmen input[type=submit] {
        background-color: #0888ff;
        background-image: none;
        border-radius: 6px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        padding: 0;
    }
    .zavershite_obmen input, .zavershite_obmen select {
        border-radius: 5px;
        height: 43px;
        box-shadow: none;
        /* background: #f5f7fc; */
        padding: 14px 14px;
        border: solid 1px #ccc;
    }
    .zavershite_obmen input:focus {
        border: solid 1px #2d9cdb;
    }
    .captcha input {
        width: 120px;
        height: 40px;
        display: inline;
    }
    .left_right_arrow {
        cursor: pointer;
    }
    .zavershite_obmen {
        padding: 0 0 17px;
    }
    .icon_for_all_rez li:hover {
        border-radius: 5px;
        border: 2px solid #2cc09e;
    }
    .icon_for_all li.active {
        border: 0;
        color: #ffffff;
        background: #0888ff;
        font-weight: normal;
        background-size: 28px;
        background-position: 10px 5px;
    }
    .btn-form {
        background-color: #0888ff;
        width: 84%;
        margin-top: 20px;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        padding: 15px 0;
    }
    .btn-form:hover {
        color: #fff;
    }
    .icon_for_all li.active:after {
        background: transparent;
    }
    .icon_for_all li {
        width: 92%;
    }
    .calc_back_index_left b {
        font-weight: 300;
        font-size: 35px;
        color: #0d4c86;
    }
    .calc_back_index_right b {
        font-weight: 300;
        font-size: 35px;
        color: #0d4c86;
    }
    .calc_back_index_left img {
        position: relative;
        top: -5px;
        right: 15px;
        left: auto;
    }
    .resultfalse {
        background: #d94d4d;
        border-radius: 3px;
        color: #fff;
        padding: 10px;
        width: 82%;
        margin: 10px auto 20px auto;
    }
    .trk {
        content: '';
        left: 20px;
        bottom: 0;
        position: absolute;
        top: 370px;
        border: 20px solid transparent;
        border-bottom: 20px solid #d94d4d;
    }
    .calc_back_index_left span {
        margin: 0 0 0 -100px;
    }
    .calc_back_index_right span {
        margin: 0 0 0 -94px;
    }
    .zavershite_obmen_div1 h2 {
        font-weight: 600;
        font-size: 35px;
        color: #0d4c86;
        text-align: center;
    }
    ul.menu li a:hover {
        border-bottom: 0px dotted #2cc09e;
        text-decoration: none;
    }
    .faq_title {
        background: #ffd300;
        color: #000;
    }
    .faq_span_1 {
        color: #000;
    }
    .faq_span_1:before {
        border-bottom: 20px solid rgba(113, 101, 58, 0);
        border-left: 20px solid rgba(113, 101, 58, 0);
        border-top: 20px solid #f7f7f7;
    }
    .faq_span_2 {
        border-left: 1px solid #ecc400;
        color: #000;
    }
    .content a {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        font-size: 32px;
        line-height: 40px;
    }
    .icon_for_all_rez li:hover {
        border-radius: 0px;
        border: none;
    }
    .icon_for_all_rez li span {
        color: #565656;
    }
    .last-news .arhive_item {
        width: 22%;
        margin: 0 23px 0 0;
        float: left;
    }
    .last-news .arhive_text {
        height: 100px;
        overflow: hidden;
    }
    .last-news .arhive {
        margin: 0px 0 0;
    }
    .gray {
        background-color: #f7f7f7;
        margin-top: -50px;
        padding-bottom: 60px;
    }
    .icon_for_all_rez {
        margin-top: 60px;
    }
}

@media (max-width: 1200px) {
    .calc_back_index_right {
        float: left;
    }
    .calc_back_index_right img {
        display: none;
    }
    .headcol-md-2,
    .uxpay_popular,
    #kartinka_dliya_menu,
    .opero,
    .res-recaive {
        display: none;
    }
    .header {
        padding: 19px 0;
				/* background: #F9FBFD; */
    }
    .cabinet {
        display: inline-block;
        text-align: center;
        padding: 3px 0 0;
        float: right;
        height: 34px;
        background-color: transparent;
        background-image: none;
        border-radius: 3px;
        box-shadow: none;
        border: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        margin: 20px 0 0 5px;
    }
    .calc_back_index {
        top: 0;
        padding-top: 20px;
				/* background: #F9FBFD; */
    }
    .icon__right li {
        height: 65px;
        margin: 5px;
    }
    .icon_for_all li.active {
        border: 2px solid #ffd300;
    }
    .icon_for_all.icon__left {
        padding: 20px 0 0 15px;
    }
    .icon_for_all.icon__right {
        margin: 0;
        padding: 20px 0 0 15px;
    }
}

@media (max-width: 1200px) {
    .prodoljit {
        cursor: pointer;
        margin: 35px 0 0 30px;
        color: #2d2d2d;
        font-size: 16px;
        display: inline-block;
        font-weight: 300;
        padding: 2px 25px;
        line-height: 28px;
        background-color: transparent;
        background-image: none;
        border-radius: 3px;
        box-shadow: none;
        border: solid 1px #ffd300;
    }
    .prodoljit.prodoljit2.active {
        display: none;
    }
}

.icon_for_all li:hover {
    color: #ffffff;
    background: #0888ff;
    font-weight: normal;
    background-size: 28px;
    background-position: 10px 5px;
    border: 0;
}

.faq_span_2 {
    font-weight: 300;
}

.faq_title {
    background: #f7f7f7;
    color: #000;
}

.faq_span_2 {
    border-left: 3px solid #e8e8e8;
    color: #000;
}

.fx-img img {
    width: 24px;
}

.white_bg input::-webkit-input-placeholder {
    color: #999 !important;
}

.input-deception {
    border-radius: 2px;
    width: 285px;
    height: 43px;
    box-shadow: none;
    background: #f5f7fc;
    padding: 10px 0 0 40px;
    border: solid 1px #ccc;
    text-align: left;
    text-transform: uppercase;
}

.exch__body__form_gt-lt__body {
    padding: 0 30px;
    margin-bottom: 15px;
}

.sum {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 7px;
    font-size: 16px;
}
.lichniy_cabinet>.form {
	/* padding: 30px 20px;
	background: #fff;
	border-radius: 15px;
	border: 2px solid #dce2e9;
	box-shadow: rgb(88 102 126 / 8%) 0px 4px 24px, rgb(88 102 126 / 12%) 0px 1px 2px; */
}

/* Static */

.static .header {
    padding: 8px 0 25px;
    min-height: 230px !important;
    background: #e5e9ec;
    background-repeat: no-repeat;
}

.foot_left {
    font-size: 14px;
    line-height: 22px;
    color: #575757;
}

.calc_back_index_right span {
    color: #000;
    font-size: 16px;
    padding-left: 10px;
}

.static .main {
    flex: 1;
    background-color: #fff;
    padding-bottom: 65px;
}

.static .faq {
    overflow: hidden;
    margin-top: 65px;
}

.static .faq__title {
    color: #000;
    font-size: 3rem;
    margin: 0 0 40px;
}

.static .faq__nav {
    position: relative;
    margin-bottom: 46px;
}

.static .faq-nav__item {
    position: relative;
    color: #8f8f8f;
    font-size: 1.9rem;
    border-bottom: 2px solid #e8e8e8;
    padding: 4px 0;
    margin: 0 10px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.static .faq-nav__item--active {
    color: #000;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #208afe;
}

.static .faq__nav:before {
    position: absolute;
    right: -10000%;
    bottom: -4px;
    left: -10000%;
    height: 2px;
    background-color: #e8e8e8;
    content: '';
}

.static .faq__item {
    max-width: 566px;
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-top: 30px;
}

.static .faq__item-question {
    color: #2b81d1;
    margin: 0;
    cursor: pointer;
    transition: all .2s;
}

.static .faq__item-answer {
    display: none;
    color: #000;
}

.static .news__title {
    color: #000;
    font-size: 3.2rem;
    margin: 55px 0 40px;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.arhive {
    margin: 0;
}

.arhive_img {
    margin-bottom: 25px;
}


/* 404 */

.error-page {
    text-align: center;
    margin-top: 135px;
}

.error-page__title {
    color: #000;
    font-size: 3.6rem;
    margin: 0 0 30px;
}

.error-page__descr {
    max-width: 770px;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin: 0 auto 80px;
}

.btn--middle {
    height: 46px;
    font-size: 2rem;
    border-radius: 3px;
}

.error-page__btn {
    height: 52px;
    color: #fff;
    font-size: 1.8rem;
    background-color: #0888ff;
    border: 0;
    border-radius: 5px;
    padding: 0 20px;
    transition: all .2s;
}

a.btn--middle {
    line-height: 52px;
}

.main {
    flex: 1;
    background-color: #fafafa;
}

.arhive_desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
    margin: 15px 0 0;
}

.arhive_item {
    width: 88%;
    margin: 0 2% 20px 0;
    float: left;
    border-bottom: 1px solid #dadada;
}

.arhive_text {
    color: #131313;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
}

.contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 30px;
}

.contacts__main {
    flex: 1;
    margin-right: 215px;
}

.contacts__section {
    margin-bottom: 55px;
}

.contacts-section__title {
    color: #000;
    font-size: 3rem;
    margin: 0 0 10px;
}

.contacts-section__sub {
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: 24px;
}

.contacts-section__sub p {
    margin: 0;
}

.contacts-section__sub a {
    color: #6298d8;
    text-decoration: underline;
}

.contacts__section {
    margin-bottom: 55px;
}

.contacts-section__title {
    color: #000;
    font-size: 3rem;
    margin: 0 0 10px;
}

.contacts__section:last-child {
    margin-bottom: 0;
}

.contacts-section__title {
    color: #000;
    font-size: 3rem;
    margin: 0 0 10px;
}

.contacts-section__sub a {
    color: #6298d8;
    text-decoration: underline;
}

.contacts-aside__title {
    font-size: 1.7rem;
    margin: 0 0 12px;
}

.static .btn {
    height: 52px;
    color: #1d1d1d;
    font-size: 1.8rem;
		background-color: #f1df23;
    border-radius: 10px;
    border: 2px solid #282f3c;
    padding: 0 20px;
    transition: all .2s;
}

.btn--small {
    height: 38px;
    font-size: 1.5rem;
    padding: 0 25px;
    border-radius: 3px;
}

.contacts-section__sub--reviews a {
    margin-right: 25px;
}

.contacts__aside-section:last-child {
    margin-bottom: 0;
}

.contacts-aside__title {
    font-size: 1.7rem;
    margin: 0 0 12px;
}

.contacts__soc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.contacts__soc-item {
    width: 44px;
    height: 44px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #a1bed9;
    border-radius: 50%;
}

.contacts__soc-item--vk {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAOCAMAAADt5EdyAAAAdVBMVEUAAAChvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtnVRYtNAAAAJnRSTlMA8/noalYqiGHr49rBr6VcUDr178iQcUk0MQwG37eal359JB8ZFjYgOawAAACjSURBVBjTZZBZEoMgEEQbQcUdjUvU7Av3P2KYEfww72Omq15NUwVipccYgJFCiGKCo1VaK4PIOpxKegoVgK9l8KBZAJgp1ABSFilWEY5o34GFW/IVGClIbwagtsQMh6R0w2vrmFgoEIazftIs484/x5T2wAmeT3QwIgmq+Ts6B5XaQC94RbsavCiQbNXdey/Mrf+d1jI5AouqLpls4FQpMpldf9M1HRrC7YTYAAAAAElFTkSuQmCC);
}

.contacts__soc-item--twitter {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAAaVBMVEUAAAChvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtln5ZKNAAAAInRSTlMAGuWs8cQwB/fu0cm/t6CYaWFbSx8O2bt8Rd6NdlNOOCwoCoyuXAAAAJRJREFUGNNdzVcSwyAMRdEHGHDvNT3a/yJjU+zA/dHM0YyE/9o8mR9Ar4Bq89jQUVXICYzSj8WNXOKFkSjtjAqvXAF8n+VTX5pNAAa7r9fcqdxx7CWFLYdSFmmDvZqizO+piJThiIkABUxDEqiyqsvwl28tUo8zrnp/5MYssK9qF3KVDvGuyMdbnOnhLnmS5XWnT/sBJkMcJU4ILN4AAAAASUVORK5CYII=);
    background-position: 10px center;
}

.contacts__soc-item--fb {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAXCAMAAADqZkX0AAAASFBMVEUAAAChvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtlbqEOyAAAAF3RSTlMA8o5VgHvFcUkK4quYONq/pId2bVpRHuwfFGsAAABaSURBVBjTtcxZDoAwCEVRUGpH56H736lAU9sNeL9OCHkguRgQMQhtLjGf3HwqEBf2IEze+2oHmhHPOmIm8XaQhdwC/Dh19xUM6X8kcv1O3R//cxJfxTtyN+MF14YLldB1diQAAAAASUVORK5CYII=);
}

.contacts__soc-item--tg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAclBMVEUAAAChvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtktP774AAAAJXRSTlMA8bT4lEQ8NdSucFMWDwbOxb+pe1kpHZ5qYufazJyJCOno3qBIXhGDbwAAANNJREFUGNNtkekOgjAQhLelhWq5T/G+5v1f0V2xAcX5wU6+kMmXlP6kq9waZgZQKzoCWlU/0DrcLUWP71ENbIkS/szJz8CQcdnBzrRVKBP+NSWDNMD4iJvnex4uVEYf2NdAIzsaPVFUTLQB6p5v4jCyOE4C/R7HWMoOKGXvbaNx8AIzHkIXRLgnQuMDN8NlEvEaKNrLFhyVMw0inQEiSFqSBBHKRyVUc51EQmrB16b/iIRsBO8B/aQW9gsbivm4AukSb+SmjVo+TYUqVG9nPLiclnkBoHUSdl2abHoAAAAASUVORK5CYII=);
    background-position: 7px center;
}

.contacts__soc-item:hover {
    border-color: #588cbc;
}

.formed-header {
    padding-left: 28px;
    padding-right: 28px;
}

.formed-body {
    padding-top: 42px;
    padding-left: 29px;
    padding-right: 29px;
}

.notice_message {
    color: #000 !important;
    background-color: transparent;
    border: 3px solid #1364af;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
}

.notice_message .notice_message_title_ins {
    font-size: 18px;
    font-weight: 600;
}

.formed-body-left {
    background: #f3f3f3;
    float: left;
    max-width: 396px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 46px 35px 19px;
}

.formed-body-right {
    overflow: hidden;
    padding-left: 64px;
}

.list,
.list_float,
.list_inline-block {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

.formed-body-left ul li {
    position: relative;
    margin-bottom: 33px;
    clear: both;
    width: 100%;
}

.formed-body-left ul li .formed-body-img {
    width: 30px;
    position: absolute;
    top: 4px;
    left: 0;
    text-align: center;
}

.formed-body-left ul li span {
    display: block;
    font-size: 16px;
    padding-left: 43px;
    margin-top: 1px;
    color: #000;
}

.currency_rate {
    color: #2c2c2c;
}

.formed-body-right ul li span {
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 12px;
}

.formed-body-right .exch__body__form_gt-bottom {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    max-width: 190px;
}

.captcha_div {
    margin: 0;
}

.static .main-input.black {
    width: 257px;
    height: 47px;
    color: #000;
    font-size: 1.6rem;
    background-color: #f5f7fc;
    border: 1px solid #e3e9f0;
    border-radius: 5px;
    padding: 0 12px;
    box-shadow: inset 0 0 0 1px #e3e9f0;
    transition: all .2s;
}

.formed-body-right ul li span {
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 12px;
    color: #000;
}

.captcha_divimg,
.captcha_divznak,
.captcha_sym {
    display: inline-block;
}

.captcha_divpole {
    width: 100px;
    height: 48px;
    color: #000;
    font-size: 1.6rem;
    background-color: #f5f7fc;
    border: 1px solid #e3e9f0;
    border-radius: 5px;
    padding: 0 12px;
    box-shadow: inset 0 0 0 1px #e3e9f0;
    transition: all .2s;
    position: absolute;
    margin-left: 18px;
}

.formed-body-right__btn {
    width: 210px;
}

.formed-body-right__text {
    padding-top: 15px;
    font-size: 12px;
    max-width: 310px;
    line-height: 16px;
    color: #000;
}

.formed-body-right ul li {
    width: 100%;
    clear: both;
}

.formed-body-right input[type="checkbox"] {
    margin-left: 0px;
    position: inherit;
    margin-right: 4px;
}

.formed-body-right a {
    color: #0888ff;
    border-bottom: dotted 1px;
}

.formed-body-right {
    color: #000;
}

.static .resultfalse {
    margin: 20px 0 0 0;
    width: 260px;
}

.login .form {
    width: 410px;
    margin: 80px auto 0;
}

.login .form__title {
		font-size: 24px;
		font-weight: 300;
		color: #6f7b8a;
    margin: 0 0 40px;
}

.login .form__row {
    margin-bottom: 25px;
}

.login .input-text {
    width: 100%;
    height: 47px;
    color: #000;
    font-size: 1.6rem;
    /* background-color: #f5f7fc; */
    
    border-radius: 5px;
    padding: 0 12px;
    /* box-shadow: inset 0 0 0 1px #e3e9f0; */
    transition: all .2s;
}

.login .btn--middle {
    height: 46px;
    font-size: 2rem;
    border-radius: 3px;
}

.login .btn--fullwidth {
    width: 100%;
}

.login .btn {
    height: 52px;
    color: #282f3c;
    font-size: 1.8rem;
    background-color: #0888ff;
    border: 0;
    border-radius: 10px;
		border: 2px solid #282f3c;
    padding: 0 20px;
    transition: all .2s;
}

.login .auth__forgot {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 35px;
}
.auth__forgot>a {
	margin-bottom: 40px;
}
.auth__forgot>p {
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: 300;
}

.login .form a {
    /* color: #58667e;
    font-weight: bold;
    text-decoration: underline; */
}

.login .resultfalse {
    margin: 20px 0 20px 0;
    width: 100%;
}

.login .input-text--user {
    background-repeat: no-repeat;
    background-position: 17px center;
    padding-left: 60px;
}

.resulttrue {
    background: #13af4a;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    margin: 20px 0 10px 0;
    width: 100%;
}

.cabinet__header {
    background-color: #494c5f;
		display: none;
}

.cabinet__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
}

.cabinet-nav__item {
    width: 25% !important;
    position: relative;
    color: #b5d0e8;
    font-size: 1.7rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-right: 55px;
}

.cabinet-nav__item--cards {
    padding-left: 36px;
}

.cabinet-nav__item--requests {
    padding-left: 29px;
}

.cabinet-nav__item--active {
    color: #fff;
}

.cabinet-nav__item:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    transform: translateY(-50%);
}

.cabinet-nav__item--requests{
    width: 19px;
    height: 21px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy41NiAyMy41NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTI8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8zIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0LjEyLDE1SDguNjZhLjUuNSwwLDAsMSwwLTFoNS40NmEyLjYzLDIuNjMsMCwwLDAsMi42My0yLjYzVjMuNTlhLjUuNSwwLDAsMSwuNS0uNS41MS41MSwwLDAsMSwuNS41djcuNzlBMy42NCwzLjY0LDAsMCwxLDE0LjEyLDE1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0LjcyLDUuMjhoNWEuMjguMjgsMCwwLDAsLjItLjQ3TDE3LjY3LDIuNTZhLjQ0LjQ0LDAsMCwwLS42MywwTDE0LjU2LDQuODdBLjIzLjIzLDAsMCwwLDE0LjcyLDUuMjhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi4zMSwyMC40N2EuNTEuNTEsMCwwLDEtLjUtLjVWMTIuMThBMy42NCwzLjY0LDAsMCwxLDkuNDQsOC41NUgxNC45YS41LjUsMCwxLDEsMCwxSDkuNDRhMi42MywyLjYzLDAsMCwwLTIuNjMsMi42M1YyMEEuNS41LDAsMCwxLDYuMzEsMjAuNDdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC44NCwxOC4yOGgtNWEuMjguMjgsMCwwLDAtLjIuNDdMNS44OSwyMWEuNDQuNDQsMCwwLDAsLjYzLDBMOSwxOC42OUEuMjMuMjMsMCwwLDAsOC44NCwxOC4yOFoiLz48L2c+PC9zdmc+);
}

.cabinet-nav__item--requests.cabinet-nav__item--active,
.cabinet-nav__item--requests:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy41NiAyMy41NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTI8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8zIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0LjEyLDE1SDguNjZhLjUuNSwwLDAsMSwwLTFoNS40NmEyLjYzLDIuNjMsMCwwLDAsMi42My0yLjYzVjMuNTlhLjUuNSwwLDAsMSwuNS0uNS41MS41MSwwLDAsMSwuNS41djcuNzlBMy42NCwzLjY0LDAsMCwxLDE0LjEyLDE1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0LjcyLDUuMjhoNWEuMjguMjgsMCwwLDAsLjItLjQ3TDE3LjY3LDIuNTZhLjQ0LjQ0LDAsMCwwLS42MywwTDE0LjU2LDQuODdBLjIzLjIzLDAsMCwwLDE0LjcyLDUuMjhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi4zMSwyMC40N2EuNTEuNTEsMCwwLDEtLjUtLjVWMTIuMThBMy42NCwzLjY0LDAsMCwxLDkuNDQsOC41NUgxNC45YS41LjUsMCwxLDEsMCwxSDkuNDRhMi42MywyLjYzLDAsMCwwLTIuNjMsMi42M1YyMEEuNS41LDAsMCwxLDYuMzEsMjAuNDdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC44NCwxOC4yOGgtNWEuMjguMjgsMCwwLDAtLjIuNDdMNS44OSwyMWEuNDQuNDQsMCwwLDAsLjYzLDBMOSwxOC42OUEuMjMuMjMsMCwwLDAsOC44NCwxOC4yOFoiLz48L2c+PC9zdmc+);
}

.cabinet-nav__item--cards {
    width: 23px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy41NiAyMy41NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTA8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8zIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE5LjMyLDE5LjQ5SDQuMjRBMy4zOSwzLjM5LDAsMCwxLC44NiwxNi4xMVY3LjI4QTMuMzksMy4zOSwwLDAsMSw0LjI0LDMuOUgxOS4zMkEzLjM5LDMuMzksMCwwLDEsMjIuNyw3LjI4djguODNBMy4zOSwzLjM5LDAsMCwxLDE5LjMyLDE5LjQ5Wk00LjI0LDQuOUEyLjM5LDIuMzksMCwwLDAsMS44Niw3LjI4djguODNhMi4zOSwyLjM5LDAsMCwwLDIuMzgsMi4zOEgxOS4zMmEyLjM5LDIuMzksMCwwLDAsMi4zOC0yLjM4VjcuMjhBMi4zOSwyLjM5LDAsMCwwLDE5LjMyLDQuOVoiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjEuMzYiIHk9IjcuMjgiIHdpZHRoPSIyMC44MyIgaGVpZ2h0PSIxIi8+PC9nPjwvc3ZnPg==);
}

.cabinet-nav__item--referal {
    width: 19px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy41NiAyMy41NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTE8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8zIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjk0LDE5LjYzSDguNjVBNC4xMyw0LjEzLDAsMCwxLDQuNTMsMTUuNVY3LjRoMXY4LjFhMy4xMywzLjEzLDAsMCwwLDMuMTIsMy4xM2g0LjI5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUsNy45YTIuNjEsMi42MSwwLDEsMSwyLjYtMi42MUEyLjYxLDIuNjEsMCwwLDEsNSw3LjlaTTUsMy42OWExLjYxLDEuNjEsMCwxLDAsMS42LDEuNkExLjYxLDEuNjEsMCwwLDAsNSwzLjY5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjExLDE2LjZ2NWEuMjguMjgsMCwwLDAsLjQ3LjJsMi4yNi0yLjI1YS40Ny40NywwLDAsMCwwLS42NGwtMi4zMy0yLjQ4QS4yNC4yNCwwLDAsMCwxMi4xMSwxNi42WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE5LDE2LjQ5SDE4VjguMzlhMy4xMywzLjEzLDAsMCwwLTMuMTItMy4xM0gxMC42MnYtMWg0LjI5QTQuMTMsNC4xMywwLDAsMSwxOSw4LjM5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4LjUzLDIxLjJhMi42MSwyLjYxLDAsMSwxLDIuNjEtMi42QTIuNjEsMi42MSwwLDAsMSwxOC41MywyMS4yWm0wLTQuMjFhMS42MSwxLjYxLDAsMSwwLDEuNjEsMS42MUExLjYxLDEuNjEsMCwwLDAsMTguNTMsMTdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTEuNDUsNy4yOXYtNWEuMjguMjgsMCwwLDAtLjQ3LS4yTDguNzIsNC4zNGEuNDUuNDUsMCwwLDAsMCwuNjNMMTEsNy40NUEuMjQuMjQsMCwwLDAsMTEuNDUsNy4yOVoiLz48L2c+PC9zdmc+);
}

.cabinet-nav__item--promo {
    width: 19px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATBAMAAACAfiv/AAAAIVBMVEUAAAChvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtmhvtnVYrZVAAAACnRSTlMA369I17fF5/PLz1LRegAAAEVJREFUCNdjSBSEggQGcSUlpawkJSV1AQYhBgYGKwMGBiYymCIuLh5Q5tTQ0HAUBeKhoaGzIEwJFxcXKRCTbNsQ7kXyBQCZAhKZX6QZeAAAAABJRU5ErkJggg==);
}

.cabinet-nav__item--settings {
    width: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy41NiAyMy41NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QnNC+0L3RgtCw0LbQvdCw0Y8g0L7QsdC70LDRgdGC0YwgMTM8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8zIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjcyLDIxLjI4SDEwLjg0YTEuMTcsMS4xNywwLDAsMS0uOTItLjQ0LDEuMTksMS4xOSwwLDAsMS0uMjUtMWwuMTQtLjc0YS42MS42MSwwLDAsMC0uMzYtLjY4bC0uNzItLjNhLjYxLjYxLDAsMCwwLS43NC4yM0w3LjU3LDE5YTEuMjEsMS4yMSwwLDAsMS0uODguNTMsMS4yMywxLjIzLDAsMCwxLTEtLjM1TDQuNCwxNy44NGExLjI1LDEuMjUsMCwwLDEtLjM1LTFBMS4yMSwxLjIxLDAsMCwxLDQuNTgsMTZsLjYyLS40MmEuNjEuNjEsMCwwLDAsLjIzLS43NGwtLjMtLjcyYS42Mi42MiwwLDAsMC0uNjktLjM2bC0uNzMuMTRhMS4xOSwxLjE5LDAsMCwxLTEtLjI1LDEuMTcsMS4xNywwLDAsMS0uNDQtLjkyVjEwLjg0YTEuMTcsMS4xNywwLDAsMSwuNDQtLjkyLDEuMTksMS4xOSwwLDAsMSwxLS4yNWwuNzMuMTRhLjYzLjYzLDAsMCwwLC42OS0uMzZsLjMtLjcyQS42MS42MSwwLDAsMCw1LjIsOGwtLjYyLS40MkExLjE5LDEuMTksMCwwLDEsNC40LDUuNzNMNS43Myw0LjRhMS4xOSwxLjE5LDAsMCwxLDEtLjM1LDEuMjEsMS4yMSwwLDAsMSwuODguNTNMOCw1LjJhLjYxLjYxLDAsMCwwLC43NC4yM2wuNzItLjNhLjYyLjYyLDAsMCwwLC4zNi0uNjlsLS4xNC0uNzNhMS4xOSwxLjE5LDAsMCwxLC4yNS0xLDEuMTcsMS4xNywwLDAsMSwuOTItLjQ0aDEuODhhMS4xNywxLjE3LDAsMCwxLC45Mi40NCwxLjE5LDEuMTksMCwwLDEsLjI1LDFsLS4xNC43M2EuNjIuNjIsMCwwLDAsLjM2LjY5bC43Mi4zYS42MS42MSwwLDAsMCwuNzQtLjIzTDE2LDQuNThhMS4yLDEuMiwwLDAsMSwxLjg1LS4xOGwxLjMyLDEuMzNBMS4xOSwxLjE5LDAsMCwxLDE5LDcuNTdMMTguMzYsOGEuNjEuNjEsMCwwLDAtLjIzLjc0bC4zLjcyYS42Mi42MiwwLDAsMCwuNjkuMzZsLjczLS4xNGExLjE5LDEuMTksMCwwLDEsMSwuMjUsMS4xNywxLjE3LDAsMCwxLC40NC45MnYxLjg4YTEuMTcsMS4xNywwLDAsMS0uNDQuOTIsMS4xOSwxLjE5LDAsMCwxLTEsLjI1bC0uNzMtLjE0YS42Mi42MiwwLDAsMC0uNjkuMzZsLS4zLjcyYS42MS42MSwwLDAsMCwuMjMuNzRMMTksMTZhMS4yLDEuMiwwLDAsMSwuMTgsMS44NWwtMS4zMiwxLjMyQTEuMiwxLjIsMCwwLDEsMTYsMTlsLS40Mi0uNjJhLjYxLjYxLDAsMCwwLS43NC0uMjNsLS43Mi4zYS42Mi42MiwwLDAsMC0uMzYuNjlsLjE0LjczYTEuMTksMS4xOSwwLDAsMS0uMjUsMUExLjE3LDEuMTcsMCwwLDEsMTIuNzIsMjEuMjhaTTguNSwxNy4wOWExLjY2LDEuNjYsMCwwLDEsLjYxLjEybC43Mi4zYTEuNjEsMS42MSwwLDAsMSwxLDEuOGwtLjE0LjczYS4yMS4yMSwwLDAsMCwwLC4xNy4yMS4yMSwwLDAsMCwuMTUuMDdoMS44OGEuMjEuMjEsMCwwLDAsLjE1LS4wNy4yMS4yMSwwLDAsMCwwLS4xN2wtLjE0LS43M2ExLjYxLDEuNjEsMCwwLDEsMS0xLjhsLjcyLS4zYTEuNjMsMS42MywwLDAsMSwyLC41OWwuNDEuNjJhLjE5LjE5LDAsMCwwLC4xNS4wOS4xOC4xOCwwLDAsMCwuMTYtLjA2bDEuMzItMS4zMmEuMjEuMjEsMCwwLDAsLjA2LS4xNi4xOS4xOSwwLDAsMC0uMDktLjE1bC0uNjItLjQxYTEuNjMsMS42MywwLDAsMS0uNTktMmwuMy0uNzJhMS41OSwxLjU5LDAsMCwxLDEuOC0xbC43My4xNGEuMjEuMjEsMCwwLDAsLjE3LDAsLjIxLjIxLDAsMCwwLC4wNy0uMTVWMTAuODRhLjIxLjIxLDAsMCwwLS4wNy0uMTUuMi4yLDAsMCwwLS4xNywwbC0uNzMuMTRhMS42LDEuNiwwLDAsMS0xLjgtMWwtLjMtLjcyYTEuNjMsMS42MywwLDAsMSwuNTktMmwuNjItLjQxYS4xOS4xOSwwLDAsMCwuMDktLjE1LjIxLjIxLDAsMCwwLS4wNi0uMTZMMTcuMTMsNS4xMUEuMjEuMjEsMCwwLDAsMTcsNS4wNWEuMTkuMTksMCwwLDAtLjE1LjA5bC0uNDEuNjJhMS42MywxLjYzLDAsMCwxLTIsLjU5bC0uNzItLjNhMS42MSwxLjYxLDAsMCwxLTEtMS44bC4xNC0uNzNhLjIxLjIxLDAsMCwwLDAtLjE3LjIxLjIxLDAsMCwwLS4xNS0uMDdIMTAuODRhLjIxLjIxLDAsMCwwLS4xNS4wNy4yMS4yMSwwLDAsMCwwLC4xN2wuMTQuNzNhMS42MSwxLjYxLDAsMCwxLTEsMS44bC0uNzIuM2ExLjYzLDEuNjMsMCwwLDEtMi0uNTlsLS40MS0uNjJhLjE5LjE5LDAsMCwwLS4xNS0uMDkuMjEuMjEsMCwwLDAtLjE2LjA2TDUuMTEsNi40M2EuMjEuMjEsMCwwLDAtLjA2LjE2LjE5LjE5LDAsMCwwLC4wOS4xNWwuNjIuNDFhMS42MywxLjYzLDAsMCwxLC41OSwybC0uMy43MmExLjYxLDEuNjEsMCwwLDEtMS44LDFsLS43My0uMTRhLjIxLjIxLDAsMCwwLS4xNywwLC4yMS4yMSwwLDAsMC0uMDcuMTV2MS44OGEuMjEuMjEsMCwwLDAsLjA3LjE1LjIxLjIxLDAsMCwwLC4xNywwbC43My0uMTRhMS42MSwxLjYxLDAsMCwxLDEuOCwxbC4zLjcyYTEuNjMsMS42MywwLDAsMS0uNTksMmwtLjYyLjQxYS4xOS4xOSwwLDAsMC0uMDkuMTUuMjEuMjEsMCwwLDAsLjA2LjE2bDEuMzIsMS4zMmEuMTguMTgsMCwwLDAsLjE2LjA2LjE5LjE5LDAsMCwwLC4xNS0uMDlsLjQxLS42MkExLjY0LDEuNjQsMCwwLDEsOC41LDE3LjA5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjc4LDE1LjExYTMuMzMsMy4zMywwLDEsMSwzLjMzLTMuMzNBMy4zMywzLjMzLDAsMCwxLDExLjc4LDE1LjExWm0wLTUuNjZhMi4zMywyLjMzLDAsMSwwLDIuMzMsMi4zM0EyLjMzLDIuMzMsMCwwLDAsMTEuNzgsOS40NVoiLz48L2c+PC9zdmc+);
}

.cabinet-nav__item--referal {
    padding-left: 31px;
}

.cabinet-nav__item--promo {
    padding-left: 31px;
}

.cabinet-nav__item:last-child {
    margin-right: 0;
}

.cabinet-nav__item--settings {
    padding-left: 29px;
}

.cabinet-nav__item:hover {
    color: #fff;
    text-decoration: none;
}

.requests-table {
    width: 100%;
    margin-top: 20px;
}

.requests-table td {
    padding: 25px 0;
}

.requests-table p {
    margin: 0;
}

.requests-table__number {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}

.requests-table__date {
    font-size: 1.3rem;
    line-height: 1.2;
}

.requests-table td:nth-child(2) {
    white-space: nowrap;
}

.requests-table td {
    padding: 25px 0;
}

.requests-table__exchange {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.requests-table__exchange:first-child {
    margin-right: 88px;
    width: 140px;
}

.requests-table__exchange-pic {
    flex-shrink: 0;
}

.requests-table__exchange-data {
    flex: 1;
    margin-left: 15px;
}

.requests-table p {
    margin: 0;
}

.requests-table__exchange-value {
    color: #000;
    font-size: 1.8rem;
    line-height: 1.2;
}

.requests-table p {
    margin: 0;
}

.requests-table__exchange-name {
    font-size: 1.3rem;
    line-height: 1.2;
}

.requests-table__exchange:first-child:after {
    position: absolute;
    top: 50%;
    right: -53px;
    width: 25px;
    height: 21px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS45MyAzMiI+PHRpdGxlPtCc0L7QvdGC0LDQttC90LDRjyDQvtCx0LvQsNGB0YLRjCA0PC90aXRsZT48cGF0aCBkPSJNMzAuOTMsMTAuNzFIMWExLDEsMCwwLDEsMC0ySDMwLjkzYTEsMSwwLDAsMSwwLDJaIi8+PHBhdGggZD0iTTI0LjcyLDE2LjkyQTEsMSwwLDAsMSwyNCwxNS4yMUwzMC4yMiw5YTEsMSwwLDAsMSwxLjQxLDEuNDFsLTYuMiw2LjIxQTEsMSwwLDAsMSwyNC43MiwxNi45MloiLz48cGF0aCBkPSJNMzAuOTMsMTAuNjhhMSwxLDAsMCwxLS43MS0uMjlMMjQsNC4xOGExLDEsMCwxLDEsMS40Mi0xLjQxTDMxLjYzLDlhMSwxLDAsMCwxLS43LDEuNzFaIi8+PHBhdGggZD0iTTMwLjkzLDIzLjE4SDFhMSwxLDAsMCwxLDAtMkgzMC45M2ExLDEsMCwwLDEsMCwyWiIvPjxwYXRoIGQ9Ik03LjIxLDI5LjM5YTEsMSwwLDAsMS0uNzEtLjNMLjI5LDIyLjg4YTEsMSwwLDAsMSwwLTEuNDEsMSwxLDAsMCwxLDEuNDIsMGw2LjIxLDYuMjFhMSwxLDAsMCwxLDAsMS40MUExLDEsMCwwLDEsNy4yMSwyOS4zOVoiLz48cGF0aCBkPSJNMSwyMy4xNWExLDEsMCwwLDEtLjcxLS4yOSwxLDEsMCwwLDEsMC0xLjQyTDYuNSwxNS4yM2ExLDEsMCwxLDEsMS40MiwxLjQyTDEuNzEsMjIuODZBMSwxLDAsMCwxLDEsMjMuMTVaIi8+PC9zdmc+);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    transform: translateY(-50%);
}

.requests-table__exchange {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.requests-table__exchange-pic {
    flex-shrink: 0;
}

.requests-table__exchange-data {
    flex: 1;
    margin-left: 15px;
}

.requests-table p {
    margin: 0;
}

.requests-table__exchange-value {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}

.requests-table p {
    margin: 0;
}

.requests-table__exchange-name {
    font-size: 1.3rem;
    line-height: 1.2;
}

.requests-table__status {
    position: relative;
    line-height: 1.2;
    height: 32px;
}

.requests-table td {
    padding: 15px 0;
		font-weight: 400;
    font-size: 14px;
}

.requests-table__status {
    position: relative;
    line-height: 1.2;
}

.requests-table__status--new .requests-table__status-title {
    color: #df6820;
    font-weight: bold;
}

.requests-table__status--new .requests-table__status-title.mode-1 {
    color: #2980b9;
}

.requests-table__status--new .requests-table__status-title.mode-2 {
    color: #df6820;
}

.requests-table__status--new .requests-table__status-title.mode-3 {
    color: #27ae60;
}

.requests-table__status--new .requests-table__status-title.mode-4 {
    color: #95a5a6;
}

.requests-table p {
    margin: 0;
}

.requests-table__status-value {
    color: #000;
    font-size: 1.3rem;
}

.requests__sort {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #e3e9f0;
    margin-top: 30px;
}

.requests-sort__item:first-child {
    margin-left: 0;
}

.requests-sort__item {
    color: #535353;
    font-size: 1.7rem;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    margin: 0 0 -1px 40px;
}

.requests-sort__item--active,
.requests-sort__item:hover {
    color: #000;
    text-decoration: none;
    border-color: #208afe;
}

.modal_l_form_input {
    height: 47px;
    color: #000;
    font-size: 1.6rem;
    line-height: 43px;
    background-color: #f5f7fc;
    border: 1px solid #e3e9f0;
    border-radius: 5px;
    padding: 0 45px 0 12px;
    box-shadow: inset 0 0 0 1px #e3e9f0;
    transition: all .2s;
}

.modal_l_form label {
	font-weight: 400;
	color: #616587;
	font-size: 14px;
}

.modal_padding h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

.modal_padding h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

.white_bg.reg {
    border-radius: 7px;
}

.white_bg {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}

.cards {
    margin-top: 50px;
}

.cards__title {
    color: #000;
    font-size: 3rem;
    margin: 0 0 30px;
}

.cards__list {
    width: 100%;
    color: #000;
    font-size: 1.7rem;
    margin-bottom: 40px;
}

.cards__list tr {
    border-bottom: 1px solid #dadada;
}

.cards__list td:first-child,
.cards__list th:first-child {
    padding-left: 0;
}

.cards__list td,
.cards__list th {
    text-align: left;
    padding: 10px 20px;
}

.cards__list th {
    font-weight: 600;
}

.settings__section-title {
	font-size: 24px;
	font-weight: 300;
	color: #6f7b8a;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form__row {
    margin-bottom: 25px;
}

.settings .form__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.settings__col {
    width: 46%;
}

.form__label {
		line-height: 35px;
    margin-bottom: 20px;
		font-weight: 400;
    color: #616587;
    font-size: 14px;
}

.input-text {
    width: 100%;
    color: #000;
    font-size: 1.6rem;
    color: #3f3f3f;
    padding: 0 12px;
    /* box-shadow: inset 0 0 0 1px #e3e9f0; */
    transition: all .2s;

		border: 1px solid #ddd;
		height: 46px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 300;
}

.input-text--user {
    background-repeat: no-repeat;
    background-position: 17px center;
    padding-left: 20px;
}

.settings__col {
    width: 46%;
}

.input-text--phone {
    background: none;
}

.login .input-text--email {
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 10px;
		/* background: #EFF2F5; */
    border-radius: 10px;
    color: #3f3f3f;
}

.input-text--password {
    background-repeat: no-repeat;
    background-position: 16px center;
    padding-left: 20px;
		/* background: #EFF2F5; */
    border-radius: 8px;
    color: #3f3f3f;
}

.settings .form__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.form__btn {
    margin-top: 45px;
}

.settings__col {
    width: 46%;
}

.input-text--email {
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 20px;
}

.dots {
    position: absolute;
    z-index: 1;
    top: 0;
    max-height: 900px;
}

.dots1 {
    background-image: url(../images/dots1.png);
    width: 684px;
    height: 800px;
    position: absolute;
}

.dots2 {
    background-image: url(../images/dots2.png);
    width: 1142px;
    height: 486px;
    position: absolute;
}

.dots3 {
    background-image: url(../images/dots3.png);
    width: 1150px;
    height: 538px;
    position: absolute;
}

.dots4 {
    background-image: url(../images/dots4.png);
    width: 875px;
    height: 511px;
    position: absolute;
}

.lng {
    /* float: right; */
    /* margin: 19px 0 0 10px; */
}

.arrow {
    margin-left: 4px;
    opacity: .2;
}

#menu {
    margin-top: 50px;
    z-index: 9999;
    position: relative;
}

#menu ul {
    list-style: none;
		display: flex;
    justify-content: center;
    align-items: center;
}

#menu ul li {
    display: inline;
    margin-right: 20px;
}

#menu ul li a {
    color: #222531;
    font-size: 16px;
}

.calc_back_index .calc .calc_div_1 {
    background: transparent;
}

.calc_back_index_left b {
    font-size: 20px;
    color: #222531;
    font-family: 'Roboto', sans-serif;
}

.calc_back_index .calc .calc_div_2 {
    background: transparent;
}

.calc_back_index_right b {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin-left: -2px;
}

.calc_back_index_left,
.calc_back_index_right {
    text-align: left;
}

.calc_back_index_left span {
    margin: -13px 0 0 54px;
    line-height: 15px;
    font-size: 12px;
}

.calc_back_index_right span {
    margin: -13px 0 0 42px;
    line-height: 15px;
    font-size: 12px;
    color: #999;
}

.calc_back_index_left img {
    position: relative;
    top: 10px;
    right: 15px;
    left: auto;
}

.calc_back_index_right img {
    position: relative;
    top: 10px;
    right: 15px;
    left: auto;
}

#send_list {
    margin-top: 8px;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
}

.icon_for_all {
    background: transparent;
}

.icon_for_all li {
    color: #ffffff;
}

.icon_for_all li {
    width: 100%;
    /* background: #ffffff2e; */
    float: left;
    cursor: pointer;
    height: 75.6px;
    font-size: 16px;
    color: #000;
    padding: 26px 0 0 70px;
    background-size: 36px;
    background-position: 20px center;
    margin: 0;
    border: 0;
    border-bottom: solid 1px #dce2e9;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

.left_right_arrow {
    position: absolute;
    top: 190px;
    left: -32px;
    z-index: 9999;
}

.icon_for_all li:hover {
    color: #232323;
    background: #ecd467;
    font-weight: normal;
    background-size: 36px;
    background-position: 10px 5px;
    border: 0;
    border-radius: 0;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

.icon_for_all li.active {
    border: 0;
    color: #fff;
    background: #428bca;
    font-weight: normal;
    background-size: 36px;
    background-position: 20px 20px;
    border-radius: 0;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

.all_ul_icon_for_pay {
    margin: 0 0 10px;
    position: relative;
}

.give_money_select {
    /* margin: 0 0 10px; */
    position: relative;
    /* height: 531px; */
    overflow: hidden;
    order: 0;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

.ex_load_more {
    border: solid 1px #fff;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 13px 0;
    margin: -11px 0 0 0px;
    cursor: pointer;
}

.icon__right .ex_load_more {
    margin: -11px 0 0 0px;
}

.calc_back_index .calc_div_3 {
	/* width: 27.4%; */
	margin-top: 0;
	padding-right: 0;
}

.zavershite_obmen {
    background: none;
    background-position: 0% 2.6%;
}

.info-block {
    /* background: #EFF2F5; */
    width: 100%;
    border-radius: 8px;
    height: 47px;
    color: #555;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 50px 11px 50px;
		border: 1px solid #ddd;
    background-size: 27px;
    background-position: 15px 9px;
}

.info-block::placeholder{
    /* color: #58667e; */
    /* font-style: italic; */
    /* font-weight: bold; */
}

.icon__right .info-block {
    margin: ;
}

.fake {
    height: 30px !important;
}

.calc_back_index .calc .calc_div_3 {
    width: calc(25% - 5px);
    margin: 0;
    background: transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.calc_div_3 b {
    margin-left: 0px;
}

.calc_div_3 .calc_back_index_right span {
    margin-left: 65px;
}

.input-deception {
    border-radius: 0;
    width: 285px;
    height: 43px;
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: 0;
    text-align: left;
    text-transform: none;
    color: #fff;
}

.exch__body__form_gt-lt__head span {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}

.exch__body__form_gt-lt__body {
    padding: 0;
    margin-bottom: 0;
}

.input-deception span {
    margin-left: 30px;
}

.main-form-input-summ {
    border-radius: 5px !important;
    width: 85px !important;
    height: 43px !important;
    box-shadow: none !important;
    background: #efefef !important;
    padding: 14px 14px !important;
    border: 0 !important;
    float: right;
}

.exch__body__form_gt-lt {
    width: 45%;
    float: left;
    margin-left: 11px;
}

.exch__body__form_gt-rt {
    width: 45%;
    float: right;
    margin-right: 11px;
}

.exch__body__form_gt-top {
    margin-top: 23px;
}

.blk {
    color: #fff;
    font-size: 16px;
}

.exchange-create-form {
    /* padding: 0 10px 10px 10px; */
}

.zavershite_obmen input, .zavershite_obmen select {
    height: 46px;
    box-shadow: none;
    border: 0;
    width: 100%;
    border-radius: 8px;
    height: 46px;
    padding: 10px 16px;
    color: #555;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #ddd;
}
.zavershite_obmen input::placeholder {
	color: #9f9f9f;
	font-size: 18px;
	font-weight: 300;
}
.btn-form {
    background-color: #ecd467;
    width: 100%;
    margin-top: 20px;
    color: #4a4a4a !important;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 0;
}

.exchange_chose__exch__body {
    /* background: #fff;
    border-radius: 15px;
		border: 2px solid #dce2e9;
		box-shadow: rgb(88 102 126 / 8%) 0px 4px 24px, rgb(88 102 126 / 12%) 0px 1px 2px; */
}

.resultfalse {
    background: #d94d4d73;
    border-radius: 0;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px auto 20px auto;
}

.btn-form {
    background-color: #ecd467;
    width: 100%;
    height: 47px;
    margin-top: 32px;
    color: #4a4a4a !important;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
}

.course {
    color: #fff;
    margin-top: 50px;
    background: #3e4151;
    height: 90px;
    width: 100%;
    padding-left: 30px;
}

.course ul {
    list-style: none;
    text-align: center;
}

.course ul li {
    margin-right: 5px;
    float: left;
    width: 7.95%;
    text-align: left;
}

.name-val {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.number {}

.down {
    color: #eb597f;
}

.up {
    color: #81e9b9;
}

.static .dots {
    display: none;
}

.arhive_item:nth-child(2n) {
    margin: auto;
}

.last-t {
    margin-top: 25px;
    font-size: 15px;
}

.last-t ul li {
    height: 32px !important;
    padding-left: 0 !important;
}

.last-t h5 {
    color: #878f98;
    font-size: 12px;
}

.left-co {
    width: 50%;
    float: left;
}

.right-co {
    width: 50%;
    float: left;
}

.footer {
    background: #f1f1f1;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 40px 0;
    margin: 30px 0 0;
}

.icon_for_all_rez {
    list-style: none;
    padding: 0;
    margin-top: -5px;
    width: 100%;
    float: left;
    background: #F9FBFD;
    margin-bottom: 30px;
}

.icon_for_all_rez li {
    width: 25%;
    float: left;
    cursor: pointer;
    height: 45px;
    font-size: 15px;
    color: #999;
    padding: 10px 0 6px 40px;
    background-size: 20px 20px;
    background-position: 10px center;
    margin: 0;
    border: 2px solid transparent;
}

.modal_link {
    background-color: #f1df23;
		border-radius: 10px;
    background-image: none;
    text-decoration: none !important;
    color: #232323;
		border: 2px solid #282f3c;
}

.icon_for_all li:hover {
    color: #fff;
    background: #66a0d5;
    font-weight: normal;
    background-size: 36px;
    background-position: 20px center;
    border: 0;
		border-bottom: solid 1px #dce2e9;
    border-radius: 0;
}

.reserve--all {
	font-size: 14px;
	font-weight: normal !important;
	color: #999;
	margin-right: 10px;
	margin-top: 0px;
}

.icon_for_all li:hover .reserve--all {
	color: #fff;
}

.img-p {
    float: left;
    background: #ffffff3b;
    height: 75.6px;
    width: 70px;
    padding: 21px 0 0 10px;
}

.img-p img {
    width: 28px !important;
}

.name-p {
    float: left;
    padding: 26px 0 0 25px;
}

.icon_for_all li {
    padding: 0;
}

.no-mobile {
    display: none;
}

.operator-status {
    color: #58667E;
}

.operator-status .status {
    font-size: 21px;
}

.operator-status .com {
    font-size: 18px;
    color: #acacac;
}

.container {
    position: relative;
}

.zavershite_obmen input[type=email] {
    box-shadow: none;
}

#exchange_WRAPPER {
    margin-top: 23px;
    position: relative;
}

.zavershite_obmen_div1 .vash_kurs {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    margin: 0;
    opacity: .8;
}

.zavershite_obmen_div1 .vash_kurs .big {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 0 5px 0 0;
}

.otdaete_poluch .sum {
    width: 110px;
    padding-top: 14px;
    display: block;
    margin: -36px 0 0 60px;
}

.otdaete_poluch .text {
    font-size: 14px;
    font-weight: 300;
    width: calc(90% - 145px);
    padding: 0;
}

.otdaete_poluch .otdaete {
    margin: 0 0 20px 0;
}

.zavershite_obmen_div1 .otdaete_poluch {
    /* padding: 20px;
    background: #EFF2F5;
    border-bottom: 2px solid #dce2e9; */
		color: #58667e;
		display: none;
}

.zavershite_obmen_div2_text {
	font-weight: 400;
	color: #616587;
	font-size: 14px;
	margin-bottom: 5px;
}

.captcha input {
    width: 113px !important;
    height: 39px !important;
    display: inline;
}

.ssss {
    height: auto;
    padding: 20px 0 20px 0;
}

.soglasen_s_usloviyami {
    opacity: .8;
    color: #58667e;
}

.soglasen_s_usloviyami a {
    opacity: .8;
    color: #58667e;
}

.zavershite_obmen input[type=submit] {
    background-image: none;
		padding: 10px 16px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3333333;
    border-radius: 8px;
    color: #fff;
    border: 0;
    background-color: #84B3DD;
    border-color: #84B3DD;
}

.reserve--all {
    font-size: 14px;
    font-weight: normal !important;
    color: #999;
    margin-right: 10px;
    margin-top: 0px;
}

.active .reserve--all {
    color: #fff;
}

.system {
    font-size: 14px;
    color: #000;
    margin: 4px 0 0 10px;
    opacity: .7;
}

.system:hover {
    background: none;
}

.modal_link:hover {
    text-decoration: underline;
    /* color: #000; */
}

.res-recaive {
    font-size: 14px;
    color: #000;
    margin: -19px 10px 0 0;
    float: right;
    opacity: .7;
}

.requests-table__exchange-pic {
    flex-shrink: 0;
    height: 38px;
}

#menu ul li a:hover {
    border: 0;
    text-decoration: none;
}

.zavershite_obmen input[type=submit]:hover {
    /* color: #0e0e0e;
    background: #e2ba00;
    -webkit-box-shadow: 0px 14px 37px 0px rgba(226, 186, 0, 0.4);
    -moz-box-shadow: 0px 14px 37px 0px rgba(226, 186, 0, 0.4);
    box-shadow: 0px 14px 37px 0px rgba(226, 186, 0, 0.4);
    font-size: 18px;
    font-weight: bold;
    transition: 500ms !important; */
}

.alert1 {
    background: #ffb6bb;
    color: #000;
    margin-top: 10px;
    font-size: 14px;
    padding: 0 10px 16px 10px;
    line-height: 4px;
}

.alert1 a {
    font-size: 14px;
    text-decoration: none;
    border-bottom: dotted 1px;
    font-family: 'Roboto', sans-serif;
}

.icon_for_all li {
    padding: 25px 0 0 80px;
}

.fake {
    padding: 0 !important;
}

.fxed {
    padding: 0 3px;
}

@media (max-width: 1334px) {
    .course ul li {
        margin-right: 5px;
        float: left;
        width: 7.75%;
        text-align: left;
    }
}

.icon_for_all .fake:hover {
    width: 100%;
    background: #ffffff2e !important;
    float: left;
    cursor: pointer;
    height: 75.6px;
    font-size: 16px;
    color: #fff;
    padding: 26px 0 0 70px;
    background-size: 36px;
    background-position: 20px center;
    margin: 0;
    border: 0;
    border-bottom: solid 1px #ffffff1c;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.footer {
    bottom: 0;
    left: 0;
    width: 100%;
}

.yellow-b {
    background: #f0ce30;
    border-radius: 10px;
    padding: 10px;
    width: 440px;
    min-height: 146px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.left-b {
    width: 30%;
    float: left;
    text-align: right;
}

.right-b {
    width: 60%;
    float: right;
    text-align: left;
}

.right-b img {
    width: 24px;
}

.left-b li {
    height: 21px;
}

.password-field .password-aye {
    background-image: url(/public/images/eye.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    cursor: pointer;
    filter: grayscale(1);
    height: 30px;
    position: absolute;
    right: 13px;
    width: 33px;
}

.password-field.active .password-aye, .password-field .password-aye:hover{
    filter: grayscale(0);
}

.password-field.active .password-aye:hover{
    filter: grayscale(1);
}

.empty-blocks {
    color: #f0ce30;
    font-size: 35px;
    font-weight: bold;
    margin: 120px 0;
    padding: 0 20px;
    text-align: center;
}

.affiliate_qr {
    height: 100px;
    margin-top: 20px;
    width: 100px;
}

.affiliate_qr img {
    border: 1px solid #c00019;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    .dots,
    .course,
    .last-t,
    .opero1,
    .opero,
    .operator-status,
    #menu {
        display: none;
    }
    .dropdown-m {
        position: relative;
        display: inline-block;
    }
    .mobile-menu {
        float: right;
    }
    .dropdown-content-m {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding: 12px 16px;
        z-index: 1;
    }
    .dropdown-m:hover .dropdown-content-m {
        display: block;
    }
    .cabinet img {
        display: none;
    }
    .headcol-md-1 {
        float: none;
        width: auto;
        margin: 7px auto !important;
        width: 179px;
        padding: 0;
    }
    .lng {
        float: left;
        margin: 1px 0 0 17px;
    }
    .cabinet {
        float: left;
        margin: 20px 0 0 20px;
    }
    .mobile-menu {
        float: left;
        margin: 20px 0 0 20px;
    }
    .obmen_cabinet {
        text-align: center;
        margin: 0 auto;
        width: 381px;
        height: 70px;
    }
    .d {
        display: none !important;
    }
    .m {
        display: block;
    }
    .headcol-md-1 a {
        float: left;
    }
    .login .form {
        width: auto;
    }
    .static .header {
        min-height: 120px !important;
    }
    .default_tabs span {
        color: #ccc;
    }
    .cabinet__nav a span {
        font-size: 12px;
        display: inherit;
    }
    .cabinet-nav__item {
        display: inline;
        white-space: nowrap;
        overflow: hidden;
        width: 33% !important;
        text-overflow: clip;
    }
    .requests-table__status--new {
        background: none;
    }
    .requests-table__exchange-pic {
        height: 18px;
    }
    .requests-table__exchange-value {
        color: #000;
        font-size: 1.3rem;
        line-height: 1.2;
    }
    .requests-table__exchange:first-child {
        margin-right: 77px;
        width: 78px;
    }
    .footer {
        margin-top: 50px !important;
    }
    .yellow-b {
        width: auto;
    }
    .right-b li {
        font-size: 13px;
    }
    .alert1 {
        line-height: 19px !important;
        width: auto !important;
    }
    .icon_for_all_rez li {
        width: 100%;
    }
    .lft {
        float: none !important;
        width: 100% !important;
    }
    .rght {
        float: none !important;
        width: 100% !important;
    }
    .rght div:nth-child(1) {
        float: none !important;
    }
}

.exchange-refresh-block {
    /* margin-top: 20px; */
}

.exchange-refresh-block a {
    border: 1px solid #e2ba00;
    border-radius: 5px;
    color: #e2ba00;
    margin-left: 10px;
    padding: 3px 10px;
    text-decoration: none;
}
.verif-img-box {
	border: 1px solid #a94442;
  padding: 20px;
	margin-bottom: 30px;
}
.card-verification-agree {
	font-size: 14px;
}
.mobile-center span {
	font-size: 14px;
	font-weight: 300;
	color: #6f7b8a;
}
.card-verification-info {
	border: 1px solid #d8d8d8;
    border-radius: 4px;
    /* box-shadow: 0 3px 10px 0 #dbdbdb; */
    margin-bottom: 25px;
    /* max-width: 650px; */
    width: 100%;
    margin-top: 20px;
    padding: 20px;
}

.card-verification-info .title {
    background-color: #fff;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    /* font-weight: bold; */
}
.card-verification-info h1{
    margin-top: 20px;
    font-size: 34px;
}
.card-verification-rules {
    cursor: pointer;
    text-decoration: underline;
}

.card-verification-rules:hover {
    text-decoration: none;
}

.lg-margin-left {
    margin-left: 10px;
}
.waiting-text-to-payment{
    font-size: 13px;
    color: red;
    font-weight: normal;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}