html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, svg, video {
    display: inline-block;
    vertical-align: middle;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #fff;
    text-shadow: none;
}
::selection {
    background: #fff;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
h1, p {
    margin: 0;
    padding: 0;
}
button:focus, a:focus, input:focus {
    outline: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}
.light_bg {
    background: url("../img/sections_bg.png") center top no-repeat;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.uppercase {
    text-transform: uppercase;
}
.title64 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 68px;
    text-shadow: 0 3px 3px rgba(1, 1, 1, 0.4);
}
.title47 {
    font-size: 45px;
    letter-spacing: -1px;
}
.title30 {
    font-size: 30px;
}
.title24 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    letter-spacing: -1px;
}
.title23 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 17px;
    letter-spacing: -1px;
}
.title22 {
    font-size: 22px;
}
.title18 {
    font-size: 17px;
    margin: 14px 0 36px;
}
.title16 {
    font-size: 14px;
    line-height: 1.2;
}
.footer .title16 {
    font-size: 14px;
    line-height: 1.5;
}
.title15 {
    font-size: 13px;
}
.white {
    color: #fff;
}
.black {
    color: #2a2b2f;
}
.greeu {
    color: #7d7d7d;
}
.red {
    color: #ff6161;
}
.letter {
    letter-spacing: 1px;
}
.relative {
    position: relative;
}
.pic_holder {
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.pic_holder img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.pic_holder.h320 {
    height: 617px;
}
.pic_holder.h210 {
    height: 210px;
}
.holder-shadow {
    background: url("../img/slider-opacity.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    position: absolute;
    height: 617px;
    width: 100%;
    z-index: 2;
}
.menu_st .navbar-inverse .navbar-brand, .menu_st .navbar-inverse .navbar-nav>li>a {
    color: #3d3d3d;
    text-shadow: none;
}
.menu_st .navbar-inverse .navbar-brand:hover, .menu_st .navbar-inverse .navbar-nav>li>a:hover {
    color: #3d3d3d;
}
.menu_st .navbar-inverse .language.nav.navbar-nav {
    margin: 32px 18px 0 0;
}
.menu_st .navbar-inverse .language.nav.navbar-nav>li>a {
    padding: 4px 9px;
    border: 2px solid;
    border-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.menu_st .navbar-inverse .language.nav.navbar-nav>.active>a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #eb788f;
    border-color: #eb788f;
}
.menu_st .navbar-inverse .language.nav.navbar-nav>.active>a:hover {
    color: #eb788f;
}
.menu_st .style_menu {
    margin-left: 28px;
}
.menu_st .style_menu .navbar-nav>li>a {
    padding: 31px 18px;
}
.menu_st .style_menu .navbar-nav>.active>a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3d3d3d;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
}
.menu_st .style_menu .navbar-nav>.active>a:hover {
    color: #3d3d3d;
}
.menu_st .navbar-inverse .navbar-nav>.active>a:hover, .menu_st .navbar-inverse .navbar-nav>.active>a:focus {
    background: transparent;
    color: indent;
}
.menu_st .navbar-inverse, .menu_st .navbar-default, .menu_st .navbar-inverse {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.menu_st .navbar-inverse .navbar-brand, 
.menu_st .navbar-default .navbar-brand, 
.menu_st .navbar-inverse .navbar-brand, 
.menu_st .navbar-inverse .navbar-brand:hover, 
.menu_st .navbar-default .navbar-brand:hover, 
.menu_st .navbar-inverse .navbar-brand:hover  {
    color: #e6007e;
    text-transform: uppercase;
    font: 46px odin_roundedbold;
    margin: 19px 0 0 0;
    padding: 0 38px 0 0;
    letter-spacing: 1px;
    cursor: pointer;
    background: url("../img/logo.png") no-repeat scroll right 9px rgba(0, 0, 0, 0);
}
.menu_st .navbar-nav {
    margin: 7.5px 12px;
}
.menu_st .nav>li {
    float: left;
}
.menu_st .navbar {
    margin-bottom: 0;
}
.menu_st .navbar-toggle {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: url("../img/menu_btn.png");
    padding: 0 13px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
}
.menu_st .navbar-inverse .navbar-toggle:hover, .menu_st .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}
.menu_st .navbar-inverse .navbar-collapse, .menu_st .navbar-inverse .navbar-form {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.no_pad {
    padding: 0;
}
.inner-top-header {
    overflow: hidden;
    padding-top: 96px;
}
.inner-head {
    padding: 136px 0 0 9%}
.inner-head2 {
    margin-left: 28%}
.inner-head-bistro {
    padding: 38px 0 0 24%;
    letter-spacing: -1px;
}
.inner-dis {
    padding-top: 50px;
    line-height: 1.2;
    margin-left: 3%;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 0 3px 3px rgba(1, 1, 1, 0.4);
    display: inline-block;
}
.inner-sp {
    padding-top: 69px;
}
.inner-row-sp {
    padding-bottom: 6px;
    margin-top: 6px;
    border-bottom: 1px solid #fff;
}
.inner-row-sp:last-child {
    border: 0;
}
.inner-sp-btn {
    padding-top: 51px;
    padding-bottom: 57px;
}
.p-st-sp {
    line-height: 1.7;
    padding: 0 0 0 50px;
    font-size: 11px;
}
.sp {
    float: left;
    color: #ffee5a;
    font-size: 36px;
}
.sp-title {
    width: 30%;
    padding: 12px 0;
}
.sp-text {
    width: 40%}
.sp-ico {
    width: 30%}
.sp-ico img {
    width: 100%}
.telephone-mob {
    padding: 50px 0 0;
    width: 100%;
    height: 359px;
    text-align: center;
}
.telephone-mob .prev-1 {
    display: block;
}
.telephone-mob .prev-2 {
    display: none;
}
.telephone-mob .prev-3 {
    display: none;
}
.previev {
    cursor: pointer;
}
.secion-mob2-title {
    line-height: 1.8;
    padding-top: 63px;
}
.play-zen-marck {
    background: url("../img/playzen-marcket.png") no-repeat scroll center center/contain #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: 210px;
    margin: 20px auto 0;
    width: 69%}
.terminal-btn {
    border: 3px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 0px;
    padding: 11px 0;
    text-align: center;
    margin-left: -8px;
}
.terminal-btn:hover {
    text-decoration: none;
    color: #fff;
}
.paypuce {
    display: inline-block;
    line-height: 1.2;
    padding: 47px 0 0;
}
.paypuce-title {
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.paypuce-content {
    padding: 55px 0 47px 0;
}
.inner-dis-el {
    padding-top: 60px;
    padding-left: 64px;
    padding-bottom: 84px;
}
.inner-dis-bot {
	padding-bottom: 65px;
}
.inner-pay-top {
    padding-top: 76px;
}
.inner-pay-con {
    line-height: 1.8;
    font-weight: 100;
    padding: 0 0 26px 12%}
.inner-pay-bot {
    padding-top: 36px;
    padding-bottom: 67px;
}
.inner-pay-map-title {
    padding-left: 50px;
    padding-right: 37px;
}
.find_button {
    padding: 11px 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 32px 0 0 19%;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}
.find_button:hover,
.find_button:focus {
    text-decoration: none;
    color: #fff;
}
.bg_top {
    background: url("../img/bg_top.png") no-repeat top center/cover transparent;
}
.bg_midlle {
    background: url("../img/bg_midlle.jpg") no-repeat top center #e5ab8e;
}
.bg_bot {
    background: url("../img/bg_top.png") no-repeat top center/cover transparent;
    overflow: hidden;
}
.hand {
    right: 0;
    position: absolute;
    margin: 0 -62px 0 0;
    z-index: 10;
}
.devise {
    bottom: 0;
    right: 0;
    position: absolute;
    margin: 0 -64px 0 0;
    z-index: 10;
}
.bg_slider {
    left: 0;
    position: absolute;
    margin: 0 0 0 -129px;
    z-index: 10;
}
.slider {
    height: 617px;
    position: relative;
}
.slider p, .slider a {
    z-index: 100;
}
.discover_st {
    width: 115px;
    height: 115px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.inner-dis-el:hover .discover_st {
    background-color: #ffee5a;
}
.ok {
    background-image: url("../img/ok.png");
}
.upload {
    background-image: url("../img/upload.png");
}
.raketa {
    background-image: url("../img/raketa.png");
}
.purse {
    background-image: url("../img/purse.png");
}
.btn-lg, .btn-group-lg>.btn {
    margin-left: 44px;
    padding: 18px 43px;
    font-size: 15px;
    border: 0;
    background: #ffee5a;
    text-shadow: none;
    font-weight: 400;
    color: #c24764;
}
.btn-lg:hover, .btn-group-lg>.btn:hover {
    color: #c24764;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    border: 0;
    background: #ffee5a;
    color: #c24764;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}
.glyphicon-earphone {
    margin: 0 18px 0 -17px;
}
.inner-pay-map-title .btn-default {
    background: #f76b79;
    border: 0;
    text-shadow: none;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 13px 35px;
    margin: 25px 0 46px 0;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.inner-pay-map-title .btn-default:hover, .inner-pay-map-title .btn-default:focus, .inner-pay-map-title .btn-default:active, .inner-pay-map-title .btn-default.active, .inner-pay-map-title .open>.dropdown-toggle.btn-default {
    border: 0;
    background: #f76b79;
    color: #fff;
}
.inner-pay-map-title .btn:focus, .inner-pay-map-title .btn:active:focus, .inner-pay-map-title .btn.active:focus {
    outline: 0;
}
.inner-dis-bot2 .btn-default {
    padding: 17px 19px;
}
.inner-trusted.inner-dis-bot {
    padding: 0;
}
.trusted-st {
    padding: 19px 0 31px 13px;
}
.trusted-st span {
    font-size: 18px;
    color: #fff;
    display: block;
}
.trusted-st ul {
    margin: 0;
    padding: 0;
}
.trusted-st ul li {
    display: inline-block;
}
.trusted-st .trusted {
    padding: 40px 44px;
    display: block;
    margin: 0 10px;
}
.dj {
    background: url("../img/dj.png");
}
.mmm {
    background: url("../img/mmm.png");
}
.f1 {
    background: url("../img/f1.png");
}
.dour {
    background: url("../img/dour.png");
}
.mimi {
    background: url("../img/mimi.png");
}
.playzen-st {
    font-size: 47px;
    padding-top: 49px;
    display: inline-block;
    line-height: 1.2;
}
.playzen-title {
    margin: 0 0 19px 0;
    padding: 0;
}
.play-zen-marck {
    background: url("../img/playzen-marcket.png") no-repeat scroll center center/contain #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: 199px;
    margin: 0 auto;
    width: 62%}
.playzen-st-btn {
    margin-top: 20px;
    padding: 18px 19px;
    margin-left: 0;
    margin-bottom: 22px;
}
.f {
    background: url("../img/f.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 20px;
    height: 20px;
    margin-left: 21px;
    display: inline-block;
}
.sim {
    background: url("../img/simka.png") no-repeat scroll center center #fff;
}
.payzen {
    background: url("../img/play_zen.png") no-repeat scroll center center #fff;
}
.clock {
    background: url("../img/clock.png") no-repeat scroll center center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    margin: 1px 0 0 -12px;
    float: left;
}
.elavon {
    background: url("../img/evalon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    margin-left: -10px;
    padding: 35px 64px;
    position: relative;
    top: 13px;
}
.payzen_st {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    margin: 1px 0 0 -12px;
    float: left;
}
.payzen-text {
    padding: 12px 0 0 23px;
    font-weight: 700;
    float: left;
}
.map {
    width: 100%;
    height: 428px;
    margin: 113px 0 0 -29px;
}
.map-title {
    margin: 47px 0 21px;
    letter-spacing: -1px;
}
.inner-pay-map-title p {
    line-height: 27px;
}
.inner-inp {
    margin-top: 10px;
}
.input {
    width: 100%;
    padding: 9px 10px;
    font-size: 16px;
    margin-top: 15px;
    border: 2px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.bg_rose {
    background: #c24764;
}
.footer {
    padding-top: 25px;
    padding-bottom: 27px;
}
.select {
    margin-top: 15px;
    background: 0;
}
.select .select2-container.open {
    width: 100%}
.select .select2-container .select2-choice .select2-arrow {
    background: url("../img/arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 0;
    width: 46px;
}
.select .select2-container .select2-choice {
    height: 41px;
    line-height: 41px;
    background-image: none;
    border: 2px solid #ddd;
}
.select .select2-container .select2-choice>.select2-chosen {
    margin-right: 53px;
    color: #919191;
    font-size: 16px;
}
.select .select2-dropdown-open .select2-choice {
    -webkit-box-shadow: 0 0 0 #fff inset;
    box-shadow: 0 0 0 #fff inset;
}
.st_slider .carousel-indicators {
    bottom: 268px;
    margin-left: -95px;
    width: 18px;
    left: 0;
}
.st_slider .carousel-indicators li {
    background-color: #fff;
}
.st_slider .carousel-indicators .active {
    background: #e9718b;
    height: 11px;
    border: 0;
    width: 11px;
}
.st_slider .carousel-control.left, .st_slider .carousel-control.right {
    display: none;
}
.st_slider .carousel-inner {
    z-index: 98;
}
.st_slider .z99 {
    z-index: 99;
}
.form-control .select2-choice {
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.form-control .select2-choice .select2-arrow {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.form-control.select2-container {
    height: auto !important;
    padding: 0;
}
.form-control.select2-container.select2-dropdown-open {
    border-color: #5897fb;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.form-control .select2-container.select2-dropdown-open .select2-choices {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.form-control.select2-container .select2-choices {
    border: 0 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.control-group.warning .select2-container .select2-choice, .control-group.warning .select2-container .select2-choices, .control-group.warning .select2-container-active .select2-choice, .control-group.warning .select2-container-active .select2-choices, .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #c09853 !important;
}
.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #c09853 !important;
    background: #fcf8e3 !important;
}
.control-group.error .select2-container .select2-choice, .control-group.error .select2-container .select2-choices, .control-group.error .select2-container-active .select2-choice, .control-group.error .select2-container-active .select2-choices, .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #b94a48 !important;
}
.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #b94a48 !important;
    background: #f2dede !important;
}
.control-group.info .select2-container .select2-choice, .control-group.info .select2-container .select2-choices, .control-group.info .select2-container-active .select2-choice, .control-group.info .select2-container-active .select2-choices, .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.info .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #3a87ad !important;
}
.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3a87ad !important;
    background: #d9edf7 !important;
}
.control-group.success .select2-container .select2-choice, .control-group.success .select2-container .select2-choices, .control-group.success .select2-container-active .select2-choice, .control-group.success .select2-container-active .select2-choices, .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important;
}
.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #dff0d8 !important;
}
.modal-dialog .pic_holder{
	position: relative;
	margin-bottom: 15px;
}
.modal-dialog .title{
	font-size: 22px;
	color: rgb( 82, 81, 79 );
	line-height: 1.364;
}
.modal-dialog .text{
	font-size: 15px;
	color: rgb( 94, 93, 92 );
	line-height: 1.6;
}
.modal-dialog .modal-header,
.modal-dialog .modal-footer{
	border:none;
	padding: 0;
	text-align: center;
}
.modal-dialog .modal-footer{
	padding: 15px 0;
}
.modal-dialog .close{
	position: absolute;
	right: 10px;
	top: 10px;
	color: transparent;
	width:  35px;
	height: 35px;
	background: url("../img/close.png") center center no-repeat;
	z-index: 9999;
	opacity: 1;
}
@media screen and (min-width:1600px) {
    .menu_st .style_menu .navbar-nav>li>a {
    padding: 31px 9px;
}
}@media screen and (min-width:1200px) and (max-width:1390px) {
    .st_slider .carousel-indicators {
    margin-left: 0;
}
}@media screen and (min-width:1000px) and (max-width:1199px) {
    .menu_st .style_menu {
    margin-left: 10px;
}
.menu_st .style_menu .navbar-nav>li>a {
    padding: 31px 4px;
}
.menu_st .nav>li>a {
    font-size: 13px;
}
.hand {
    margin: 0 -50px 0 0;
}
.devise {
    margin: 0 -120px 0 0;
}
.bg_slider {
    margin: 0 0 0 -300px;
}
.title64 {
    font-size: 55px;
}
.payzen-text {
    padding-left: 6px;
}
.st_slider .carousel-indicators {
    margin-left: 0;
}
.play-zen-marck {
    width: 80%}
}@media screen and (min-width:768px) and (max-width:999px) {
    .menu_st .style_menu {
    margin-left: -2px;
}
.menu_st .style_menu .navbar-nav>li>a {
    padding: 31px 2px;
}
.nav>li>a {
    font-size: 10px;
    letter-spacing: 0;
    margin-right: 8px;
}
.hand {
    margin: 0 -50px 0 0;
}
.devise {
    margin: 0 -35px 0 0;
}
.bg_slider {
    margin: 0 0 0 -336px;
}
.inner-head {
    padding-left: 0;
}
.title64 {
    font-size: 50px;
}
.map {
    margin: 50px 0;
}
.inner-pay-bot {
    padding-bottom: 230px;
}
.payzen_st {
    margin: 1px 0 0 25%}
.menu_st .navbar-inverse .language.nav.navbar-nav {
    margin-right: 0;
}
.menu_st .navbar-inverse .navbar-brand, 
.menu_st .navbar-default .navbar-brand, 
.menu_st .navbar-inverse .navbar-brand{
    font-size: 30px;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto;
    background-position: right center;
    margin-top: 23px;
    padding-top: 7px;
    padding-right: 30px;
    cursor: pointer;
}
.inner-dis-el {
    padding: 20px 15px;
}
.inner-dis {
    margin-left: 0;
}
.btn-lg {
    margin-left: 0;
}
.title47, .inner-pay-con, .title18, .payzen_st {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}
.st_slider .carousel-indicators {
    margin-left: 0;
}
.play-zen-marck {
    width: 80%}
}@media screen and (min-width:0) and (max-width:767px) {
    .bg_midlle, .bg_bot, .bg_top {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.menu_st .nav.navbar-nav.navbar-right {
    position: absolute;
    margin: 97px 0 0 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    left: 0;
    width: 100%}
.menu_st .nav.navbar-nav.navbar-right li {
    width: 100%}
.menu_st .nav.navbar-nav.navbar-right li :hover {
    background: #e2e2e2;
}
.menu_st .nav.navbar-nav.navbar-right li a {
    text-align: right;
    padding: 10px;
}
.hand {
    margin: 0 -50px 0 0;
}
.devise {
    margin: 0 -64px 0 0;
}
.bg_slider {
    margin: 0 0 0 -550px;
}
.inner-head {
    padding-left: 0;
}
.title64 {
    font-size: 37px;
}
.map {
    margin: 50px 0;
}
.inner-pay-bot {
    padding-bottom: 230px;
}
.inner-dis-el {
    padding: 20px 15px;
}
.inner-dis {
    margin-left: 0;
}
.btn-lg {
    margin-left: 0;
}
.title47, .inner-pay-con, .title18, .payzen_st {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}
.payzen-text {
    padding-left: 10px;
}
.footer {
    margin-left: 0;
}
.menu_st .navbar-inverse .navbar-brand, .menu_st .navbar-default .navbar-brand, .menu_st .navbar-inverse .navbar-brand {
    margin-left: 30px;
}
.menu_st .navbar-inverse .language.nav.navbar-nav {
    margin-right: 30px;
}
.st_slider .carousel-indicators {
    margin-left: 0;
}
.trusted-st {
    padding-bottom: 300px;
}
.sp {
    float: left;
    color: #ffee5a;
    font-size: 36px;
}
.sp-title {
    width: 100%;
    padding: 12px 0;
}
.sp-text {
    width: 100%}
.sp-ico {
    width: 100%;
    text-align: center;
}
.sp-ico img {
    width: 50%}
.play-zen-marck {
    width: 100%}
}@media screen and (min-width:0) and (max-width:480px) {
    .hand {
    margin: 0 -120px 0 0;
}
.col-xs-10, .col-xs-11 {
    width: 100%}
.col-xs-offset-1 {
    margin-left: 0;
}
.col-xs-5 {
    width: 50%}
.col-xs-7 {
    width: 75%}
.payzen_st {
    width: 50px;
    height: 50px;
    -webkit-background-size: 40px auto;
    -moz-background-size: 40px auto;
    background-size: 40px auto;
}
.payzen-text {
    padding-left: 3px;
    padding-top: 4px;
}
.elavon {
    display: inline-block;
    padding: 0;
    height: 60px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.inner-pay-map-title {
    padding-left: 15px;
    padding-right: 15px;
}
.title15 {
    font-size: 12px;
}
.st_slider .carousel-indicators {
    margin-left: 0;
}
.play-zen-marck {
    width: 100%}
.inner-dis {
    font-size: 31px;
}

#all-docs .doc a.dl{
    float: left!important;
    margin-top: 5px!important;
}
#all-docs .doc span.pdf {
    margin-bottom: 5px;
}
#faqs .faq .question p span {
    margin-top: 0px!important;
}
#faqs .faq .question p {
    display: inline-block;
}
}@media screen and (min-width:0) and (max-width:360px) {
    .menu_st .navbar-inverse .navbar-brand, .menu_st .navbar-default .navbar-brand, .menu_st .navbar-inverse .navbar-brand {
    font-size: 25px;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto;
    background-position: right center;
    margin-top: 23px;
    padding-top: 11px;
    padding-right: 30px;
    margin-left: 15px;
}
.menu_st .navbar-inverse .language.nav.navbar-nav {
    margin-right: 15px;
}
.inner-head {
    padding-top: 50px;
}
.title64 {
    font-size: 25px;
    line-height: 2;
}
.inner-head-bistro {
    padding-left: 0;
}
.find_button {
    margin-left: 0;
}
.inner-dis-el, .col-xs-5, .col-xs-7, .col-xs-3 {
    width: 100%;
    margin-bottom: 10px;
}
.title15 {
    font-size: 10px;
}
.payzen-text {
    padding-left: 10px;
}
.inner-pay-bot {
    padding-top: 0;
}
.map {
    height: 200px;
    margin: 20px 0;
}
.inner-pay-map-title .btn-default {
    margin-bottom: 0;
}
.footer .title16 {
    font-size: 10px;
}
.st_slider .carousel-indicators {
    margin-left: 0;
}
.play-zen-marck {
    width: 100%}
.inner-dis {
    font-size: 25px;
}
}.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}

/*** ADD ***/

.banner {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 433px;
    text-align: center
}
    .banner-faq {
        background-image: url('../img/banner-FAQ.jpg');
    }

    .banner-docs {
        background-image: url('../img/banner-question.jpg');
    }

    .banner h1 {
        color: #fff;
        font-style: italic;
        padding-top: 150px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 48px;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 68px;
        text-shadow: 0 3px 3px rgba(1, 1, 1, 0.4);
    }

        .banner h1 span {
            color: #ec5c73;
        }

    .banner h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        margin-top: 5px;
        font-weight: 500;
        letter-spacing: 1.1px;
    }

#faqs {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-bottom: 41px;
}

    #faqs .faq{
        padding-bottom: 35px;
    }

        #faqs .faq .question {
            padding-bottom: 25px;
            border-bottom: 1px solid #fff;
        }

            #faqs .faq .question p{
                text-transform: uppercase;
                letter-spacing: 1.3px;
padding-right: 35px;
            }

                #faqs .faq .question p span{
                    float: right;
                    border-radius: 50%;
                    background-color: #ffee5a;
                    color: #c24764;
                    font-family: 'Montserrat', sans-serif;
                    font-size: 22px;
                    font-weight: 700;
                    text-align: center;
                    width: 40px;
                    height: 40px;
                    padding-top: 6px;
                    padding-left: 2px;
                    margin-top: -15px;
                    cursor: pointer;
left: 35px;
position: relative;
                }

            #faqs .faq .tog {
                display: none;
            }
        #faqs .faq .reponse {
            padding-top: 15px;
        }        
            #faqs .faq .reponse p{
                letter-spacing: 1.3px;
            }

#faqs .faq .reponse ul li{list-style-type:decimal;margin-bottom:8px}
#faqs .faq .reponse img.fq {margin: 20px;border:4px solid #ffee5a; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
#faqs .faq .reponse img.fq2 {border:none}
#faqs .faq .reponse img.fq3, #faqs .faq .reponse .span-im21, #faqs .faq .reponse .span-im22  {display:block;}

#contact-faq {
    text-align: center;
    padding: 55px 0;
    letter-spacing: 1.3px;
}

    #contact-faq p{
        color: #7d7d7d;
    }

    #contact-faq .btn-contact {
        margin-top: 25px;
        text-align: center;
    }

        #contact-faq .btn-contact a{
            color: #fff;
            background-color: #f76b79;
            text-transform: uppercase;
            padding: 10px 15px;
            display: inline-block;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        #contact-faq .btn-contact a:hover, #contact-faq .btn-contact a:focus{
            text-decoration: none;
        }

/**** MENU ****/

.navbar {
    border-top: 3px solid #ec5c73;
    border-bottom: none;
    border-color: #ec5c73!important;
}

.navbar .docs {
    text-align: center;
}

    .navbar .docs .links {
        display: inline-block;
        padding: 10px 15px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background-color: #ec5c73;
    }
        .navbar .docs .links span {
            color: #fff;
            font-size: 14px;
        }

        .navbar .docs .links a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 1.3px;
        }

        .navbar .docs .links a:hover, .navbar .docs .links a:focus {
            color: #fff;
            text-decoration: none;
        }

            .navbar .docs .links a i {
                margin-right: 5px;
            }

            .navbar .docs .links a {
                margin-right: 5px;
                margin-left: 5px;
            }

/**** DOCUMENTS ****/

#all-docs {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-bottom: 41px;
}

    #all-docs .doc{
        margin-bottom: 15px;
        margin-top: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }

        #all-docs .doc span.pdf {
            background-image: url('../img/logo-pdf.png');
            width: 21px;
            height: 26px;
            display: block;
            margin-top: -5px;
        }

        #all-docs .doc a.dl{
            float: right;
            border-radius: 50%;
            background-color: #ffee5a;
            color: #c24764;
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            width: 40px;
            height: 40px;
            padding-top: 11px;
            padding-left: 2px;
            margin-top: -12px;
        }

#all-docs .doc a.dl i {display:block;margin-left:-1px}
#all-docs .doc a:hover{text-decoration:none}
.g-recaptcha {margin-top:15px;}
.faq a {color:#ffee5a}
.faq a:hover {color:#ffee5a}
.successmsg {position:absolute;color:#fff;width:100%;text-align:center;background-color:#39c081;line-height:2em;font-size:16px;}