/* reset */
/* main variables */
/*media starts on 6937*/
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 14px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: Arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #fff;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*! Bootstrap v3.3.1 (http://getbootstrap.com) Copyright 2011-2014 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=386c1c225836e5ea6820) Config saved to config.json and https://gist.github.com/386c1c225836e5ea6820 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  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"] {
  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;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1366px) {
  .container {
    width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1560px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slider-container .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* fancybox variables */
/*font-family: 'Muller', Arial, Helvetica,Arial,sans-serif;*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  /* overflow: hidden !important;*/
  width: auto;
}

.fancybox-lock body {
  overflow: visible !important;
  height: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*
Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /* Force border-box so that % widths fit the parent container without overlap because of margin/padding. More Info : http://www.quirksmode.org/css/box.html */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub>li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/*

================================================================================

|                   HEADER                   |

================================================================================

*/
header {
  width: 100%;
}

.header {
  background-image: url(../img/new/header-ce7cff5eb25def148929bdd5414342f3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  padding: 0px 0 0px 0;
}

.header_img {
  text-align: center;
  margin-top: 60px;
}

.header_img-container {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 700px;

}

.header_center .container {
  position: relative;
}

.header_img img {
  width: 440px;
  max-width: 100%;
}

.header_top {
  background-color: #fff;
  padding: 5px 0;
  position: relative;
  z-index: 10;
}

.logo_type img {
  width: auto;
  max-width: 100%;
}

.block-search_position {
  padding-top: 0px;
}

.block-search_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-search_container form {

  width: 100%;

}

.catch-block-search-element {
  position: relative;
  width: 80%;
  max-width: 100%;
  margin-right: 15px;
}

.input-search {
  padding: 5px 70px 3px 20px;
  height: 48px;
  background: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 16px;
  font-size: 20px;
  line-height: 38px;
  width: 100%;
  color: #000;
}

.input-search:hover,
.expand-search-input:hover {
  outline: none;
  box-shadow: 0px 0px 0px 1px #828894;
  -webkit-box-shadow: 0px 0px 0px 1px #828894;
  -moz-box-shadow: 0px 0px 0px 1px #828894;
}

.input-search:focus,
.expand-search-input:focus {
  outline: none;
  box-shadow: 0px 0px 0px 1px #516DFF;
  -webkit-box-shadow: 0px 0px 0px 1px #516DFF;
  -moz-box-shadow: 0px 0px 0px 1px #516DFF;
}

.input-search::-webkit-input-placeholder {
  color: #828894 !important;
  font-size: 20px !important;
}
.expand-search-input::-webkit-input-placeholder {
  color: #828894 !important;
  font-size: 20px !important;
}

.input-search::-moz-placeholder {
  color: #828894 !important;
  font-size: 20px !important;
}
.expand-search-input::-moz-placeholder {
  color: #828894 !important;
  font-size: 20px !important;
}

.input-search::-ms-input-placeholder {
  color: #828894 !important;
  font-size: 20px !important;
}
.expand-search-input::-ms-input-placeholder {
  color: #828894 !important;
  font-size: 20px !important;
}

.input-search:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.expand-search-input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.input-search:focus::-moz-placeholder {
  color: transparent !important;
}
.expand-search-input:focus::-moz-placeholder {
  color: transparent !important;
}

.input-search:focus::-ms-input-placeholder {
  color: transparent !important;
}
.expand-search-input:focus::-ms-input-placeholder {
  color: transparent !important;
}

.block-search button {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/icons/search.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 48px;
  border: none;
  background-color: transparent;
}

.header_center {
  padding: 20px 0 100px 0;
}

.btn_header_position {
  text-align: center;
}

.btn_main,
.btn_main_small {
  padding: 0px 10px;
  background-color: #516DFF;
  border-radius: 16px;
  border: 1px solid #516DFF;
  display: block;
  margin: 0 auto 0 0px;
  max-width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
  max-width: 100%;
  letter-spacing: 0.28em;
  transition: all 0.3s;
}

.btn_main:hover,
.btn_main_small:hover {
  color: #fff;
  box-shadow: 0px 12px 50px 0px rgba(92, 109, 255, 0.5);
}

.btn_main:focus,
.btn_main_small:focus {
  background-color: #2940BA;
  color: #fff;
  border: 1px solid #2940BA;
  box-shadow: none;
}

.btn_main_small {
  height: 42px;
  width: 100%;
  padding: 0;
  line-height: 30px;
  border-radius: 6px;
}

.btn_headerb_position {
  text-align: center;
  margin: 0px 0px 0 0px;
}

.btn_headerb_position .btn_main {
  margin: 0;
  width: 250px;
  max-width: 100%;
}

.banner_cash-container {
  padding: 140px 0 50px 0px;
  background: url(../img/main_page/main_man-248f252e048f67a1cd5ac96730dd7b0b.png) no-repeat right/200px;

}

.banner_cash-text {
  line-height: 50px;
  color: #000;
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 600;
}

.banner_color {
  color: #FEE501;
  font-style: italic;
}

.banner_italic {
  font-style: italic;
  font-weight: 400;
}

.banner_title_block {
  display: block;
  margin: 15px 0 15px 0;
  font-weight: 800;
  font-style: normal;
}

.banner_cash {
  font-size: 20px;
  margin: 7% 0 55px 0;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  letter-spacing: -.4px;
}

.slider_header {
  position: relative;
}

.slider_header .slick-dots li.slick-active {
  background-color: transparent;
}

.slider_header .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0;
  height: 16px;
  width: 16px;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #00ebd3;
  cursor: pointer;
}

.slider_header .slick-dots li.slick-active {
  border-radius: 50%;
  background-color: #00ebd3;
}

.slider_header li button {
  display: none;
}

.slider_header .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .logo_type img {
    width: 125px;
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .logo_type img {
    width: 70px;
    margin-top: 5px;
    max-width: 100%;
  }
}

/*

================================================================================

|                   FOOTER                   |

================================================================================

*/
/*//main styles*/
.wrapper {
  min-width: 280px;
  max-width: 4000px;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Muller', Arial, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

/* titles */
p {
  padding: 15px 0 15px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  font-weight: 400;
}

h2 {
  padding: 15px 0 15px 0;
  font-weight: 400;
}

h3 {
  padding: 15px 0 15px 0;
  font-weight: 400;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
.loaded .main-wrapper {
  visibility: hidden;
}

.icon-load {
  background: url(../img/loader.gif) no-repeat left top;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-left: -20px;
  display: none;
}

.loaded .icon-load {
  display: block;
}

/*

================================================================================

|                   CONTENT                 |

================================================================================

*/
.title_cash {
  font-size: 56px;
  line-height: 50px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 65px;
  text-align: center;
}

.title_cash_light {
  font-weight: 400;
  font-style: italic;
}

.title_cash_bold {
  font-weight: 800;
  font-style: italic;
}

.title_slider_img {
  width: 140px;
  display: block;
  margin: auto;
}

.title_block {
  display: block;
}

.section_form {
  margin: 95px 0 30px 0;
}

.block-icons-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px 0 20px 0;
}

.block-icons-block {
  width: 288px;
  height: 288px;
  text-align: center;
  position: relative;
  border-radius: 32px;
  box-shadow: 0px 4px 52px rgb(0 0 0 / 5%);
}

.block-icons-img {
  text-align: center;
  position: relative;
  display: inline-block;
  position: relative;
}

.block-icons-img img {
  width: 160px;
  margin: 40px auto 0px;
  max-width: 100%;
}

.block-icons-text {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
}

.btn_icons_position {
  margin: 30px auto;
  text-align: center;
}

.btn_icons_position .btn_main {
  margin: 0 auto 0 auto;
  width: 265px;
  max-width: 100%;
}

.section_category {
  padding: 50px 0 50px 0;
}

.category-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 15px;
}

.sidebar_mobile {
  margin-left: -6px;
  margin-right: -6px;
}

.sidebar-menu li {
  padding: 2px 6px;
  border-radius: 99px;
}

.sidebar-menu .selected .category-icon {
  filter: brightness(60%) sepia(100%) hue-rotate(-165deg) saturate(600%) contrast(2);
}

.sidebar-menu .regular:hover {
  background-color: #f2f2f2;
}

.title_catalog {
  margin: 10px 0 0 0;
}

.title_first {
  font-family: 'Muller';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 90%;
  color: #000000;
  margin-bottom: 5px;
  align-items: center;
  display: flex;
  vertical-align: middle;
}

.title_inline {
  font-family: 'Muller';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

.title_inline span {
  display: block;
}

.btn_title {
  width: 58px;
  height: 58px;
  background: #F40BA5;
  font-weight: bold;
  font-size: 25px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  padding: 9px 4px 0 0;
  text-decoration: none;
  margin-left: 10px;
}

.campaigns-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

.catalog-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: dense;
  gap: 0;
}

.catalog-item-block {
  width: 20%;
  padding: 10px;
  margin: 0;
}

.catalog-item {
  box-shadow: none;
  position: relative;
  height: 344px;
  padding: 20px 20px 15px 20px;
  border-radius: 15px;
  box-shadow: 0px 2px 16px rgba(196, 196, 196, 0.3);
  transition: all 0.3s;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-item:hover {
  box-shadow: 0 0px 10px rgba(123, 123, 123, 0.3);
}

.catalog-item-img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 180px;
}

.catalog-item-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.se-content, .se-footer {
  background: linear-gradient(268.67deg, #2235DD -1.21%, #3630E2 54.28%, #9511FD 100.26%) !important;
}

.se-footer {
  padding-top: 80px;
}

.se-catalog-container {
  height: 740px;
  padding-left: 120px;
  background-image: url('../img/new_year/santa-7253378c101070c21033908e54f3ea0c.png'), url('../img/new_year/firework_angle-0844488f8908a2d56a37e05a2bc7147a.png');
  background-repeat: no-repeat, no-repeat;
  background-position: top -82px right, top 380px left;
  background-size: 698px, 225px;
  font-family: 'Muller';
  color: #fff;
}

.se-categories-container {
  max-width: 1360px;
  margin: auto;
  padding: 80px;
  padding-bottom: 420px;
  border-radius: 80px;
  background-color: #fff;
}

.se-categories-container .catalog-container:not(:last-child) {
  margin-bottom: 40px;
}

.se-footer-container {
  position: absolute;
  width: 100%;
  top: -376px;
  height: 520px;
  background: url('../img/new_year/santa_on_the_ground-d5e1376d3058701a10cd021266721d02.png');
  background-repeat: no-repeat;
  background-position: center 200px;
  font-family: 'Muller';
}

.se-catalog-title {
  padding-top: 120px;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
}

.se-catalog-subtitle-products,
.se-catalog-subtitle-sale {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.se-catalog-subtitle-products {
  margin-top: 40px;
}

.se-catalog-subtitle-sale {
  margin-top: 160px;
  width: 480px;
  max-width: 100%;
}

.se-cashback-limit {
  width: 225px;
  margin-top: 70px;
  border-radius: 24px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 900;
  background-color: #FEE501;
  color: #000;
  text-align: center;
}

.se-footer-subtitle-products {
  width: 450px;
  max-width: 100%;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.se-footer-buy-btn {
  margin: 20px auto 0;
}

.snowflake {
  position: absolute;
  top: -51px;
  left: -51px;
  width: 51px;
  height: 51px;
  background: url('../img/new_year/snowflake-5993e62d9ee495ab0c96be513bb0404e.png');
  background-size: contain;
  pointer-events: none;
}

.icon_heard {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 15px;
  background-image: url(../img/icons/heart.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.icon_heard.activ {
  background-image: url(../img/icons/heart_active.svg);
}

.catalog-item:hover .icon_heard {
  background-image: url(../img/icons/heart_active.svg);
}

.catalog-item-title {
  font-size: 16px;
  line-height: 21px;
  color: #4F4F4f;
  font-weight: 500;
  min-height: 44px;
  max-height: 64px;
  overflow: hidden;
  margin: 10px 0 10px 0;
  text-align: center;
}

.catalog-item-cash {
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #B0B2BE;
  margin: 15px 0 0 0;
}

.catalog-item-cash span {
  font-size: 38px;
  line-height: 48px;
  color: #4F4F4F;
  font-weight: 700;
}

.btn_catalog_position {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  grid-column: span 4;
}

.btn_catalog_position .btn_main {
  margin: 0 auto 0 auto;
  width: 300px;
  max-width: 100%;
}

.servis_container {
  margin-bottom: 100px;
}

.category_slider .slick-list, .offer_slider .slick-list {
  padding: 0 10% 0 10% !important;
}

.servise_item-slid-block {
  padding: 10px;
  padding-bottom: 80px;
  padding-top: 40px;
  height: 100%;
  transition: all 0.3s linear;
}

.servise_item-slid {
  height: 0;
  padding-top: 41.7%;
  background-position: center;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  position: relative;
  transition: opacity 0.3s linear;
  opacity: 0.2;
}

.slick-active .servise_item-slid {
  opacity: 1;
}

.logoslider {
  position: absolute;
  left: 15px;
  top: -40px;
}

.category_slider .slick-dots li,
.offer_slider .slick-dots li {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.category_slider .slick-dots,
.offer_slider .slick-dots {
  text-align: center;
  margin-top: 0px;
}

.category_slider .slick-dots li button,
.offer_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #C4C4C4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.category_slider .slick-dots li.slick-active button,
.offer_slider .slick-dots li.slick-active button {
  background: #FFFFFF;
  box-shadow: 0px 4px 28px rgba(0, 25, 251, 0.6);
  border: none;
}

.slider_icon {
  position: absolute;
  right: 20px;
  bottom: -55px;
  width: 116px;
  height: 116px;
  padding: 5px 5px 5px 5px;
  background-image: url(../img/new/slider_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_name {
  position: absolute;
  top: 34.8%;
  left: 4%;
  font-weight: bold;
  font-size: 1.4vw;
  line-height: 1.4vw;
  color: #FFFFFF;
}

.slider_descript {
  position: absolute;
  bottom: 16.6%;
  left: 4%;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
}

.slider-cash {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.slider-cash span {

  font-size: 22px;
  line-height: 26px;
  display: block;
  color: #000000;
}

.form-block {
  position: relative;
  margin: 0px auto 20px auto;
  width: 650px;
  max-width: 100%;
}

.form_title {
  font-size: 64px;
  line-height: 72px;
  color: #fff;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 30px;
}

.form_title span {
  font-weight: 400;
  display: block;
  font-style: normal;

}

.title_form {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  margin-bottom: 38px;
  text-align: center;
}

.form {
  position: relative;

}

.form_top-block {
  max-width: 100%;
  text-align: center;
  width: 390px;
  margin: auto;
}

.form_bottom-block {
  width: 355px;
  margin: 20px auto 0px auto;
  text-align: center;
}

.title_regist {
  font-size: 18px;
  line-height: 20px;
  color: #6D6D6D;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

.title_regist a {
  font-size: 18px;
  line-height: 20px;
  color: #6D6D6D;
  font-weight: 500;
  margin: 0 10px 0 10px;
  text-decoration: none;
}

.title_regist a:hover,
.title_regist a.active {
  color: #0019FB;
  text-decoration: underline;
}

.input {
  padding: 8px 20px 5px 20px;
  height: 56px;
  background: transparent;
  border: 1px solid #D8D8D8;
  width: 100%;
  border-radius: 16px;
  font-size: 20px;
  line-height: 56px;
  color: #000000;
  margin: 0 auto 20px auto;


}

.send_btn {
  height: 56px;
  width: 100%;
  display: block;
  margin: 0px auto 20px auto;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 0px;
  letter-spacing: 0.28em;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #516DFF;
  transition: all 0.5s;
  border-radius: 16px;
  background: #516DFF;
}

.send_btn:hover {
  color: #fff;
  box-shadow: 0px 12px 50px rgba(92, 109, 255, 0.5);
}

.send_btn:focus {
  background-color: #2940BA;
  color: #fff;
  border: 1px solid #2940BA;
  box-shadow: none;
}

.form_text {
  font-size: 14px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  margin: 0px auto;
  width: 390px;
}

.form_deescription {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: normal;
}

.form_deescription a {
  font-size: 20px;
  text-decoration: underline;
}

.form_deescription a:hover {
  text-decoration: none;
}

.pay_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.pay_img {
  width: 100px;
  margin: 5px 5px;
}

.underground {
  border-top: 1px solid #E0E0E0;
  margin-top: 5px;
  padding-top: 5px;
}

.underground_link {
  font-family: 'Muller';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #828282;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.underground_link:hover {
  opacity: 1;
  transition: opacity 0.3s;
}

.underground_left {
  text-align: right;
}

.btn_ref {
  float: right;
  padding-top: 100px;
  padding-bottom: 10px;
}

.btn_ref .btn_catalog {
  width: 330px;
  max-width: 100%;
  margin: 0;
  display: inline-block;
  box-shadow: 0px 0px 25px 0px white;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #656565;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

a {
  line-height: 22px;
  color: #0816ae;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.up {
  position: fixed;
  z-index: 5;
  left: 5%;
  bottom: 5%;
  cursor: pointer;
}

.block_up {
  text-align: center;
  transition: all 0.5s;
}

.block_up img {
  width: auto;
  max-width: 100%;
}

.text_up {
  color: #888888;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  margin: 5px 0 0 0;
  display: block;
}

.block_up:hover {
  opacity: 0.8;
}

.section_modal {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal {
  width: 800px;
  max-width: 100%;
  margin: 50px auto;
}

.logo_form-modal {
  text-align: center;
}

.logo_form-modal img {
  max-width: 100%;
  width: auto;
}

.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 54px;
  height: 54px;
  background-image: url(../img/icons/close.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.title_modal {
  margin-bottom: 20px;
  margin-top: 60px;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  text-align: center;
}

.modal .form_top-block {
  width: 450px;
  max-width: 100%;
}

.modal .form_top-block-info {
  width: 600px;
}

.modal .form_top-block-product {
  width: 100%;
  padding: 24px;
  margin: 20px 0;
  background: #F8F7F7;
  border-radius: 24px;
}

.form_top-block-no-email {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
}

.modal .input {
  color: #000;
}

.input:hover {
  outline: none;
  box-shadow: 0px 0px 0px 1px #828894;
  -webkit-box-shadow: 0px 0px 0px 1px #828894;
  -moz-box-shadow: 0px 0px 0px 1px #828894;
}

.input:focus{
  outline: none;
  box-shadow: 0px 0px 0px 1px #516DFF;
  -webkit-box-shadow: 0px 0px 0px 1px #516DFF;
  -moz-box-shadow: 0px 0px 0px 1px #516DFF;
}

.input::-webkit-input-placeholder {
  color: #828894 !important;
  font-size: 16px !important;
}

.input::-moz-placeholder {
  color: #828894 !important;
  font-size: 16px !important;
}

.input::-ms-input-placeholder {
  color: #828894 !important;
  font-size: 16px !important;
}

.input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.input:focus::-moz-placeholder {
  color: transparent !important;
}

.input:focus::-ms-input-placeholder {
  color: transparent !important;
}

.form_text_modal {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin: 30px 0 0 0;

}

.form_text_modal a {

  text-decoration: none;

}

.form_link_modal {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  color: #0019FB;
  display: block;
  text-align: center;
}

.form_link_modal:hover {
  text-decoration: none;
}

.checkbox-bl {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.checkbox-bl label {
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.checkbox-text {

  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #0019FB;
}

.checkbox-bl label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0019FB;
  border-radius: 4px;
  padding: 7px;
  top: 3px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

.checkbox-bl:hover label:before {
  background-color: #DEE1FF;
  outline: none;
  box-shadow: 0px 0px 0px 1px #0019fb;
  -webkit-box-shadow: 0px 0px 0px 1px #0019fb;
  -moz-box-shadow: 0px 0px 0px 1px #0019fb;
}

.checkbox-bl input:checked+label:before {
  background: #0019FB;
  border: 1px solid #0019FB;
}

.checkbox-bl input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 2px;
}

.checkbox-l {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font-size: 16px;
  line-height: 18px;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  height: 0;
}

.banner_cash-page-container {
  background: #0019FB;
  border-radius: 24px;
  padding: 40px 80px;
  position: relative;
  margin-bottom: 100px;
}

.banner_cash-page {
  width: 50%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

.banner_cash-page-title {
  font-weight: bold;
  font-size: 64px;
  line-height: 65px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-top: 20px;
}

.banner_cash-page-title span {
  display: block;
}

.banner_cash-page-text {
  color: #F5F5F5;
  font-size: 20px;
  margin: 5% 0 55px 0;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -.4px;
}

.btn__page {
  padding: 0px 10px;
  background-color: #FEE501;
  border-radius: 16px;
  border: 1px solid #FEE501;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  text-decoration: none;
  text-transform: uppercase;
  width: 270px;
  max-width: 100%;
  letter-spacing: 0.28em;
  transition: all 0.3s;
}

.btn__page:hover {
  box-shadow: 0px 12px 50px 0px #fee50150;
  -webkit-box-shadow: 0px 12px 50px 0px #fee50150;
  -moz-box-shadow: 0px 12px 50px 0px #fee50150;
  color: #000;
}

.btn__page:focus {
  background-color: #e0d03d;
  color: #000;
  border: 1px solid #e0d03d;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.banner_cash-img {
  position: relative;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.image-top1 {
  position: absolute;
  width: auto;
  top: -85px;
  left: -84px;
  z-index: 2;
}

.image-top2 {
  position: absolute;
  width: auto;
  z-index: 1;
  top: 100%;
  left: 20%;
}

.section_categories {
  padding-top: 20px;
}

.section_categories .catalog-item-block {
  width: 320px;
}

.sidebar {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  display: none;
}

.sidebar-menu {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}

.sidebar-menu li {
  display: flex;
  align-items: center;
  margin: 0;
  text-align: left;
}

.sidebar-menu li a {
  font-size: 15px;
  display: block;
  line-height: 18px;
  color: #000;
  padding: 5px 0 5px 0;
  text-decoration: none;
}

.btn_sitebar {
  display: none;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  width: 400px;
  max-width: 100%;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border: 1px solid #F8F8F8;
  margin: 10px auto;
  transition: all 0.5s;
  background: #FEE501;
  border-radius: 16px;
  position: relative;
}

.btn_sitebar:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 20px;
  width: 30px;
  height: 100%;
  background-image: url(../img/arr-0f78980d86cf512769328f7068ab0b1a.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}

.on.btn_sitebar:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar-block {
  position: relative;
  display: flex;
  justify-content: end;
}

.sidebar_mobile {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.items-filter-title {
  color: black;
  font-size: 16px;
}

.items-filter-container {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 320px;
  margin: auto;
}

.selector-container {
  position: relative;
}

.selector-input {
  display: inline-block;
  width: 100%;
  padding: 4px;
  border: 1px solid #0019FB;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.selector-icon {
  position: absolute;
  right: 0;
}

.selector-clear {
  font-size: 14px;
}

.selector-dropdown {
  position: absolute;
  width: 240px;
  min-width: 100%;
  top: 36px;
  max-height: 192px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  border: 1px solid #0019FB;
  border-radius: 6px;
  z-index: 1;
}

.selector-dropdown-option,
.selector-dropdown-option-blank {
  padding: 2px 4px;
}
.selector-dropdown-option:hover {
  background-color: rgba(0, 31, 251, 0.25);
  cursor: pointer;
}

.selector-focus-trap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}

.title_catalog-block {
  display: block;
  margin: 10px 0 30px 0;
}

.title_catalog-block .title_first {
  font-style: normal;
}

.title_catalog-block .title_inline {
  color: #F40BA5;
}

.page_header-line {
  padding: 15px 70px 15px 50px;
  position: relative;
  border-radius: 30px;
  background-color: #0019FB;
  margin-bottom: 100px;
  margin-top: 30px;
}

.title_header-line {
  font-weight: bold;
  font-size: 44px;
  line-height: 53px;
  color: #FFFFFF;
}

.catalog-item-card {
  width: 330px;
  max-width: 100%;
}

.catalog-item-card .catalog-item {
  min-height: 450px;
  padding-top: 80px;
}

.catalog-item-card .icon_heard {
  right: 25px;
  top: 25px;
}

.catalog-item-card .catalog-item-title {
  margin-top: 30px;
  font-size: 25px;
  min-height: 70px;
}

.catalog-item-card .catalog-item-cash span {
  font-size: 52px;
}

.catalog-item-card .catalog-item-cash {
  font-size: 18px;
}

.page_back {
  padding: 12px 0;
  width: 76px;
  font-size: 1.75rem;
  text-decoration: none;
  color: #516DFF;
}

.page_title-block {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  margin: 0 0 20px 0;
}

.card_item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #333333;
  margin: 0 0 20px 0;
}

.card_item-tab p {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #333333;
  margin: 0 0 15px 0;
  padding: 0;
}

.card-list {
  margin: 50px 0 0 0;
}

.card_item-list {
  padding: 10px 10px 10px 75px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.1px;
  color: #333333;
  margin: 30px 0 30px 0;
}

.card_item-list span {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FEE501;
  font-weight: normal;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #3B3E5B;
  left: 0;
  top: 50%;
  margin-top: -21px;
}

.tab__container {
  min-height: 500px;
}

.card-list-tab {
  margin: 100px 0 80px 0;
}

.card-list-tab-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20%;
}

.card-list-tab-item a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7C7E92;
}

.card-list-tab-item.active a {
  color: #0019FB;
  text-decoration: none;
  border-bottom: 2px solid #0019FB;
}

.card_form-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_form-block {
  width: 50%;
}

.card_form_submit {
  margin: 0 0 0 0;
  width: 320px;
  max-width: 100%;
}

.checkbox-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
}

.checkbox-block {
  display: inline-block;
  vertical-align: middle;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}

.checkbox+label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}

.checkbox+label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 42px;
  height: 24px;
  border-radius: 16px;
  background: #E9EAED;
  transition: .2s;
  border: none;
}

.checkbox+label:after {
  content: ' ';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  transition: .2s;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 1px 1px 7px 1px #ccc;
}

.checkbox:checked+label:after {
  left: 20px;
}

.checkbox:checked+label:before {
  background: #0019FB;
}

.sticky-block {
  display: block;
  box-shadow: 0px 0px 40px #00000020;
}

.sticky-block.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000000000;
  transition: background 1s;
  box-shadow: 0px 0px 40px #00000020;
}

.notificate {
  background: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  width: 420px;
  max-width: 100%;
  padding: 20px;
  position: fixed;
  top: 157px;
  right: 157px;
  display: none;
  z-index: 999999999;

}

.notificate_icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
}

.notificate_text {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
}

.notificate_icon img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.head_top {
  text-align: right;
}

.block-menu_nav {
  display: inline-block;
}

#toggle {
  display: none;
}

.menu_head {
  margin: 0px 30px 0 0;
  width: auto;
  padding: 0 0 0 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.menu_head li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 30px;
  padding: 0;
}

.menu_head li a {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7C7E92;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}

.menu_head li a:hover {
  color: #0019FB;
  text-decoration: none;
}

.block-menu_nav {
  padding: 40px 40px 10px 0;
}

.logo_head-position {
  padding-top: 16px;
  padding-left: 50px;
}

.cabinet_nav {
  padding: 25px 40px 10px 0;
}

.btn_out {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 25px;
  background-image: url(../img/out.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.section_cabinet {
  padding: 0 0 100px 0;
}

.cabinet_text-container {
  margin: 80px auto;
  letter-spacing: 0.15px;
  color: #333333;
}

.cabinet_text-container p {
  letter-spacing: 0.15px;
  color: #333333;
}

.title_block-cabinet {
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #333333;
  margin: 0 0 40px 0;
}

.sota_position {
  float: right;
}

.images_sota {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sota_slogan {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 34px;
  letter-spacing: 0.15px;
  color: #000000;
  width: 400px;
  padding: 200px 0;
  background-image: url(../img/sota-d58b53bcc45902090bc5e000e25057c7.png);
  background-size: 530px 530px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 70% auto 0 auto;
}

.cabinet_prosent-item {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.15px;
  color: #333333;
  margin: 40px 0 40px 0;
}

.prosent-cabinet {
  color: #0019FB;
}

.logo_foot-slogan,
.logo_head-slogan {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #B0B2BE;
}

.footer_cabinet {
  padding: 30px 0 100px 0;
}

.logo_foot,
.logo_head {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
}

.checkbox_group {
  display: inline-block;
  vertical-align: top;
  width: auto;
  white-space: nowrap;
  min-width: 30%;
}

.select_wrap {
  position: relative;
  margin-bottom: 20px;
}

.select_wrap .select2-container {
  width: 100%;
}

.select_wrap .select2-container .select2-choice,
.select_wrap .select2-dropdown-open.select2-drop-above .select2-choice,
.select_wrap .select2-dropdown-open.select2-drop-above .select2-choices {
  padding: 0px 20px 0px 20px;
  height: 56px;
  background: transparent;
  border: 2px solid #0019FB;
  width: 100%;
  border-radius: 56px;
  font-size: 20px;
  line-height: 56px;
  color: #0019FB;
  margin: 0 auto 0px auto;
  z-index: 10000;
}

.select_wrap .select2-container .select2-choice .select2-arrow b {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  width: 14px;
  height: 100%;
  background: url(../img/arr-0f78980d86cf512769328f7068ab0b1a.png) no-repeat center;
  background-size: auto;
  z-index: 9;
}

.select_wrap .select2-dropdown-open .select2-choice .select2-arrow b {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select_wrap .select2-container .select2-choice .select2-arrow {
  background: transparent;
  border: none;
}

.select2-drop.select2-drop-active {
  letter-spacing: 0;
  border-radius: 0 0 10px 10px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -20px;
  padding: 20px 0 0 0;
}

.select2-drop .select2-results {
  max-height: 200px;
  padding: 0 0;
  margin: 0;
  color: #B0B2BE;
}

.select2-drop .select2-results .select2-result-label {
  padding: 15px 20px 15px 20px;
  margin: 0;
  border-bottom: none;
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

.select2-drop .select2-drop .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 0;
}

.select2-drop .select2-results .select2-highlighted {
  background: transparent;
  color: #0019FB;
}

.checkbox_groups {
  margin-bottom: 40px;
}

.security_block {
  background: #FFFFFF;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 40px 40px;
  margin: 70px 0 0 0;
}

.security_title {
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #333333;
  margin-bottom: 50px;
}

.security_block p {
  color: #333333;
  margin-bottom: 40px;
}

.cabinet_form {
  width: 450px;
  max-width: 100%;
}

.profile_container {
  margin: 15px 0 45px 0;
}

.profile-logo {
  width: 80px;
  height: 80px;
  padding: 18px;
  background: url(../img/profil-eb3b19b5e2e5861ed6cd692c6818fdad.png) no-repeat center / cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.logo_user {
  width: 44px;
  height: 39px;
  background: url(../img/user-7c098f38da6425eeb01d4103c2e7f5cb.png) no-repeat center / cover;
}

.profile_btn {
  display: inline-block;
  vertical-align: middle;
}

.profile_btn .btn_main {
  height: 44px;
}

.profile_name {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #333333;
}

.profile_name span {
  font-weight: bold;
  display: block;
}

.order_block-title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
  color: #000000;
  margin: 0 0 100px 0;
}

.order_block-item {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order_block-name {
  padding: 25px 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #333333;
  width: 30%;
}

.order_block-date {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #B0B2BE;
  width: 35%;
  text-align: left;
}

.order_block-sot {
  display: flex;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: black;
  width: 15%;
  text-align: center;
}

.order_result-cost {
  padding: 25px 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #000000;
  width: 20%;
  text-align: right;
}

.order_block-item {
  position: relative;
}

.order_block-item:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0px;
  display: block;
  width: calc(100% - 40px);
  border-bottom: 1px solid #F9F9F9;
}

.order_block-item:hover {
  background: #F9F9F9;
  border-radius: 20px;
}

.cash_items-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px 100px -15px;
}

.cash_info-block {
  padding: 0;
  margin: 40px auto;
  width: 48%;
}

.cash_info-title {
  margin: 0px 0 30px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #333333;
  position: relative;
  display: inline-block;
}

.cash_info-cost-total {
  margin: 0px 0 35px 0;
  display: inline-block;
  font-weight: 400;
  font-size: 68px;
  line-height: 70px;
  letter-spacing: 0.15px;
  color: #333333;
}

.cash_info-cost-icon {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  height: 25px;
  width: 25px;
  background-color: #F40BA5;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  right: -35px;
  top: -2px;
  color: #fff;
  cursor: pointer;
}

.cash_info-cost-tooltip {
  width: 300px;
  padding: 10px 25px;
  position: absolute;
  text-align: left;
  bottom: 100%;
  right: -20px;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
  display: none;
}

.cash_info-cost-tooltip-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
}

.cash_info-cost-tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 22px;
  bottom: -10px;
}

.cash_info-cost-icon:hover .cash_info-cost-tooltip {
  display: block;
}

.cash_info-btn {
  text-align: left;
}

.cash_info-btn .btn_main {
  width: auto;
  display: inline-block;
  padding: 0 20px;
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox>.mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  border-radius: 10px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  border-radius: 10px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0);
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #D8D8D8;
  /* rgba fallback */
  background: #d8d8d8;
  /*  filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.modal_link_bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_link_modal {
  display: inline-block;
}

.container-carousel {


  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  border-radius: 24px;
  overflow: hidden;


}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}


.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.item:nth-child(1) {
  background: #74C390;
}

.item:nth-child(2) {
  background: #51BCE8;
}

.item:nth-child(3) {
  background: #E46653;
}

.item:nth-child(4) {
  background: #ce53e4;
}

.item:nth-child(5) {
  background: #d3e453;
}

.carousel-indicators li {

  width: 8px;
  height: 8px;

}

.carousel-indicators .active {

  width: 10px;
  height: 10px;

}

.links-act {
  color: #0019FB !important;
}

.down-down {
  margin-top: 170px;
}

.title_link_add {

  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;

}

.reg-button {

  width: 300px;
  background: #FEE501;
  text-align: center;
  border-radius: 44px;
  padding: 12px;
  text-decoration: none;
  line-height: 16px;
  font-size: 14px;
  color: #252849;
  margin-top: 15px;

}

.banner_container {
  width: 100%;
}

.banner-button {
  width: 270px;
  font-weight: 700;
  margin-top: 40px;
}

.header_play {
  position: absolute;
  right: 150px;
  width: 65px;
  bottom: 25px;
}

.c-video {
  width: 100%;

  position: relative;
  overflow: hidden;

  z-index: 0;
}

.a-video {
  width: 100%;

  position: relative;
  overflow: hidden;
  border-radius: 80px;
  margin-bottom: 116px;

  z-index: 0;
}

.c-text button {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.btn_video {

  float: left;

}

#hide-text {

  position: absolute;
  z-index: 10;
  top: 170px;
  left: 111px;


}

#hide-text.show {

  display: block;

}

#hide-text.hide {

  display: none;

}

#circle-play {

  width: 65px;
  height: 65px;
  float: left;
  display: block;
  border: none;

  margin-left: 15px;

  background: url('../img/icons/play-circle.svg') no-repeat center / cover;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  bottom: 8px;

}


#circle-play:hover {
  box-shadow: 0px 0px 10px yellow;
}

.c-video-img {

  width: 100%;

}


.video {
  width: 100%;

}



.c-video:hover .controls {
  transform: translateY(0);
}

.controls {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(100%) translateY(-6px);
  transition: all 0.2s;
}

.buttons {
  padding: 5px 0px 5px 5px;
  margin-left: 10px;
}

.buttons button {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.buttons button:before {

  content: url('../img/icons/play-solid-white.svg');
  opacity: 0.5;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  color: aliceblue;
  -webkit-font-smoothing: antialiased;
}

.buttons button:hover:before {

  opacity: 0.9;

}

.buttons button.play:before {

  content: url('../img/icons/play-solid-white.svg');
  opacity: 0.7;
}

.buttons button.play:hover:before {
  opacity: 0.9;

}

.buttons button.pause:before {

  content: url('../img/icons/pause-solid.svg');
  opacity: 0.7;
}

.buttons button.pause:hover:before {
  opacity: 0.9;

}

.buttons-2 {
  padding: 5px 0px;

}

.buttons-2 button {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}


.buttons-2 button:before {

  content: url('../img/icons/stop-solid.svg');
  opacity: 0.5;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  color: aliceblue;
  -webkit-font-smoothing: antialiased;

}

.buttons-2 button:hover:before {

  opacity: 0.9;

}



.orange-bar {
  flex: 10;
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 5px;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 165, 0, 0.4);
  cursor: pointer;
}

.orange-juice {
  flex: 0;
  flex-basis: 0%;
  height: 5px;
  width: 100px;
  cursor: pointer;
  background: #ffeb00;
  transition: width 0.3s linear;
}

.c-video input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  position: absolute;
  bottom: 15.6px;
  margin: 0 5px;
  right: 60px;
}

.c-video input[type=range]:focus {
  outline: none;
}

.c-video input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

.c-video input[type=range]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.c-video input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffeb00;
}

.c-video input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  border: 0.2px solid rgba(1, 1, 1, 0);

}

.c-video input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
}


.modal-back {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 25, 251, 0.8);
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 99999999999;
}

.modal-in {
  width: 800px;

  background: white;
  text-align: center;
  border-radius: 4px;
  font-family: 'IM Fell Great Primer SC', serif;

  position: relative;
  animation: modal-open 0.5s linear;

}

@keyframes modal-open {
  from {
    opacity: 0.5;
    top: 400px;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.close-box {
  position: absolute;
  top: -30px;
  right: -30px;
  background: none;
  width: 30px;
  height: 30px;
  border-radius: 1px;
  cursor: pointer;
  z-index: 10;
}

.close {
  font-size: 56px;
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  cursor: pointer;
  right: 0px;
  top: 0px;
  position: relative;
  z-index: 10;
}

.close-box:hover .close {
  color: white;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.arrow-next, .arrow-prev {
  background: url(../img/icons/angle-arrow-blue.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.arrow-prev {
  transform: rotateY(180deg);
}

.chevron-down, .chevron-up {
  background: url(../img/icons/angle-arrow-blue.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.chevron-down {
  transform: rotateZ(90deg);
}

.chevron-up {
  transform: rotateZ(-90deg);
}

.profile_box {
  margin-top: 79px;
}

.profile_sot {
  margin-top: 103px;
}

.scale_names {
  width: 96%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.names_scales {
  text-align: left;
  width: 40px;
  font-size: 18px;
}

.names_scales_start,
.names_scales_free,
.names_scales_smart,
.names_scales_partner {
  text-align: left;
  width: 40px;
  font-size: 18px;
}

.name_scale_selected {
  font-weight: 700;
  color: #0019FB;
}

.scale_point {
  width: 26px;
  height: 26px;
  border: 4px solid #0041C4;
  border-radius: 13px;
  z-index: 1;
  background: white;
}

.scale_point:hover,
.scale_point_hold {
  box-shadow: inset 0 0 0 10px rgba(0, 25, 251, 0.2), 0 0 0 10px rgba(0, 25, 251, 0.2);
}

.scale_point_passed:hover,
.scale_point_selected:hover {
  box-shadow: none;
}

.profile_scale {
  width: 96%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto;
}

.scale_point_selected {
  width: 36px;
  height: 36px;
  border: 4px solid #0041C4;
  border-radius: 18px;
  z-index: 1;
  background-color: #0041C4;
}

.scale_point_passed {
  background: #0041C4;
}

.connect_line {
  width: 100%;
  height: 4px;
  background: #0019FB;
  position: absolute;
  z-index: 0;
}

.rating_discr {
  margin-top: 96px;
  margin-bottom: 53px;
  background: #F6F6F6;
  border-radius: 35px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 0px 50px;
}

.header_rating {
  font-weight: 700;
  margin-bottom: 20px;
}

.rating_level {
  display: flex;
  align-items: center;
}

.castle {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/cabinet/LockPass.svg) no-repeat center / cover;
}

.first_type:after {
  content: 'Ваш уровень';
}

.next_type:after {
  content: 'Закрытый';
}

.start_level_discr:after {
  content: 'Открыт ознакомительный доступ к сервисам';
}

.free_level_discr:after {
  content: 'Уровень Free открывает сервисы';
}

.smart_level_discr:after {
  content: 'Уровень Smart открывает сервисы';
}

.partner_level_discr:after {
  content: 'Уровень Partner открывает сервисы';
}

.rating_title {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0.38px;
}

.start_title:after {
  content: 'Start';
}

.free_title:after {
  content: 'Free';
}

.smart_title:after {
  content: 'Smart';
}

.partner_title:after {
  content: 'Partner';
}

.level_img {
  width: 48px;
  height: 48px;
}

.start_img {
  background: url(../img/cabinet/start_icon.svg) no-repeat center / cover;
}

.free_img {
  background: url(../img/cabinet/free_icon.svg) no-repeat center / cover;
}

.smart_img {
  background: url(../img/cabinet/smart_icon.svg) no-repeat center / cover;
}

.partner_img {
  background: url(../img/cabinet/partner_icon.svg) no-repeat center / cover;
}

.rate_info_one,
.rate_info_two,
.rate_info_three,
.rate_info_four,
.rate_info_five,
.rate_info_six,
.rate_info_seven {
  display: none;
  align-items: center;
  font-size: 18px;
  margin-bottom: 60px;
}

.rate_info_one img,
.rate_info_two img,
.rate_info_three img,
.rate_info_four img,
.rate_info_five img,
.rate_info_six img,
.rate_info_seven img {
  margin-right: 20px;
  width: 48px;
}

.show_rate_info {
  display: flex;
  align-items: center;
}

.cash_info-btn_show {
  display: block;
}

.upgrade {
  margin-bottom: 100px;
}

.upgrade_show {
  display: block;
}

.upgrade_title {
  font-size: 18px;
  color: #0019FB;
  font-weight: 700;
  padding-left: 80px;
}

.conditions {
  display: flex;
  justify-content: center;
}

.little_circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #C2C3CC;
  border-radius: 12px;
  margin-right: 16px;
}

.conditions_done {
  background: #00EBD3;
  border: none;
}

.conditions_title {
  font-size: 18px;
}

.links_list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}


.links_list li {
  display: inline-block;
}

.links_info a {
  text-decoration: none;
  color: #FFF;
  font-family: 'Muller';
  font-size: 18px;
  line-height: 32px;
}

.links_info {
  margin: 0px 10px 0px 10px;
  text-align: center;
}


.links_info a:hover {
  opacity: 70%;
}

.footer_logo {
  width: 160px;
  height: 56px;
  background: url(../img/footer/footer_logo.svg) no-repeat center / contain;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 10px;
}

.footer {
  background: #516DFF;
}

.footer_links_container {
  width: 100%;
  margin-bottom: 70px;
}

.footer_form_container {
  width: 325px;
  margin-right: 150px;
}

.footer_tagline {
  font-family: 'Muller';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.social_net {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.social_img {
  margin: 0 10px;
  transition: 0.3s;
}

.social_img:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.banner_main_first {
  font-size: 56px;
  line-height: 110%;
  font-weight: 700;
}

.banner_main_second {
  font-size: 18px;
  line-height: 120%;
}

.banner_main_third {
  background: #FEE501;
  padding: 7px 12px;
  font-weight: 700;
  border-radius: 8px;
}

.offer {
  padding: 15px 27px 19px 21px;
}



.offer:hover {
  box-shadow: 0px 0px 0px 1px #E1E1E1;
  box-sizing: border-box;
  border-radius: 50px;
}

.offer img {
  width: 225px;
  border-radius: 42px;
  display: block;
  float: left;
}

.offer span {
  font-size: 32px;
  font-weight: 700;
  color: #B0B2BE;

}

.offer_text {
  margin: 50px 0px 30px 48px;
  display: inline-block;
}

.offer_text span:nth-child(3) {
  color: black;
}

.offer_btn {
  display: inline-block;
  font-size: 12px;
  width: 140px;
  margin-left: 46px;
  font-weight: 700;
}

.offer_row {
  margin-bottom: 30px;
}

.banner_main_btn {
  padding: 10px 10px;
  border-radius: 50px;
  border: 1px solid #000000;
  display: block;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 17px;
  line-height: 31px;
  height: 56px;
  text-decoration: none;
  width: 209px;
  max-width: 100%;
  letter-spacing: 0.2em;
  transition: all 0.3s;
  margin-top: 30px;
}

.social_icons {
  margin-bottom: 20px;
}

.vk_icon {
  background: url(../img/main_page/icon_vk.svg) no-repeat center / cover;
  margin: 0px 4px 0px 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.google_icon {
  background: url(../img/main_page/icon_google.svg) no-repeat center / cover;
  margin: 0px 4px 0px 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.facebook_icon {
  background: url(../img/main_page/icon_facebook.svg) no-repeat center / cover;
  margin: 0px 4px 0px 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.title_cash_container {
  margin-top: 100px;
}

/*
====================ACCORDION=================
*/

.acc-container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0px 24px 0px 24px;
}

.acc_cont {
  border-radius: 16px;
  box-shadow: 0px 1px 8px rgba(0, 25, 251, 0.15);
}

.acc_cont:hover {
  box-shadow: 0 0 5px rgba(0, 25, 251, 0.25);
  ;
}

.acc_in {
  width: 760px;
  padding: 10px 20px 100px 110px;
}

.accordion dd,
.accordion__panel {
  background-color: #fff;
  font-size: 16px;
  margin-top: 5px;
  line-height: 24px;
  border-radius: 16px;
}

.accordion p {
  padding: 10px 0px 10px 0px;
  margin: 0px;
  color: #333;
}

.accordion dd ul {
  list-style: circle;
  margin: 0px 0px 0px 70px;
  padding: 10px;
}

.accordion dd ul li {
  color: #333;
  font-size: 16px;
}

.accordion {
  position: relative;
  background-color: #fff;
}

.accordionTitle,
.accordion__Heading {
  background-color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 55px;
  font-weight: 700;
  padding: 30px 5px 15px 30px;
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 16px;
  margin-top: 20px;
}

.accordionTitle:before,
.accordion__Heading:before {
  content: url("../img/pages/faq/plus.svg");
  float: left;
  margin-right: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  content: url("../img/pages/faq/minus.svg");
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 1800px;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 175em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}


.often_questions {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url("../img/pages/faq/girl-35a829db3a4c63d23756e95ef4d52382.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40%;
}

.often_questions span {
  font-family: 'Montserrat';
  display: block;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 56px;
  color: #000;
  letter-spacing: 0.15px;
}

.title_coupons-block {
  font-family: 'Montserrat';
  display: block;
  margin: 50px 0 20px 0;
}

.title_coupons {
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 24px;
  color: #828282;
  display: inline-block;
  margin-left: 200px;
  font-weight: bold;
  vertical-align: middle;
}

.coupons_img {
  display: block;
  width: 100%;
}

.banner_coupons_container {
  margin: 20px 0;
  background-color: #FEE501;
  background-image: url(../img/new/coupons_girl-401e4f6bb0a3a6e2284d6be7cfeb5927.png);
  background-repeat: no-repeat;
  background-position: right 15% bottom;
  background-size: 185px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
}

.banner_coupons_txt {
  font-family: 'Muller';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  margin: 30px 40px;
}

.banner_catalog_container {
  margin: 20px 0;
  background-color: #FFF;
  background-image: url(../img/new/catalog_girl-775472aa314017922673e95e277e7305.png);
  background-repeat: no-repeat;
  background-position: right 15% bottom;
  background-size: 355px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
  box-shadow: 0px 12px 20px rgba(0, 25, 251, 0.03);
}

.banner_catalog_txt {
  font-family: 'Muller';
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 67px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  margin: 80px 0 100px 80px;
}

.banner_main_container {
  margin: 20px 0;
  background-color: #FFF;
  background-image: url(../img/main_page/main_girl-5ca72e5324d73810ccbb7f607273bd0a.png);
  background-repeat: no-repeat;
  background-position: right 15% bottom 30%;
  background-size: 180px;
  padding: 20px 0px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
  box-shadow: 0px 4px 52px rgba(0, 0, 0, 0.05);
}

.banner_main_txt {
  font-family: 'Muller';
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 67px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  margin: 80px 0 100px 80px;
}

.banner_sub_txt {
  font-size: 28px;
  line-height: 130%;
  font-weight: 400;
  width: 490px;
  display: inline-block;
}

.btn_main_position {
  margin: 30px auto;
  text-align: center;
}

.btn_main_position .btn_main {
  margin: 0 80px 0;
  width: 265px;
  max-width: 100%;
}

.coupons-item-block,
.products-item-block {
  font-family: 'Montserrat';
  padding: 8px;
  margin: 0;
}

.products-item-block {
  width: 320px;
}

.coupons-item,
.products-item {
  font-family: 'Montserrat';
  box-shadow: none;
  position: relative;
  height: 404px;
  padding: 12px;
  border-radius: 15px;
  border: 1px solid #E5E5E5;
  transition: all 0.3s;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coupons-item:hover,
.products-item:hover {
  box-shadow: 0 0px 10px rgba(123, 123, 123, 0.3);
  border: 1px solid #E5E5E5;

}

.coupons-item-card .coupons-item,
.products-item-card .products-item {
  min-height: 450px;
  font-family: 'Montserrat';
  padding-top: 80px;
}

.coupons-item-img,
.products-item-img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 180px;
}

.coupons-item-img img,
.products-item-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.coupons-item-title {
  font-family: 'Montserrat';
  font-size: 15px;
  line-height: 19px;
  color: #B0B2BE;
  font-weight: bold;
  min-height: 44px;
  margin: 10px 0 10px 0;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coupons-item-card .coupons-item-title {
  font-family: 'Montserrat';
  margin-top: 30px;
  font-size: 25px;
  min-height: 70px;
}

.products-item .products-item-title {
  max-height: 64px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #4F4F4f;
  font-family: 'Montserrat';
}

.coupons-item-date {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #333;
  margin: 15px 0 0 0;
}

.coupons-item-what {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.2px;
}

.coupon_main,
.product_main {
  font-family: 'Muller';
  background: #FFFFFF;
  width: 100%;
  padding: 0 12px;
  border: 1.5px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
}

.coupon_row,
.product_row {
  padding-top: 40px;
}

.coupon_col,
.product_col {
  margin-bottom: 40px;
}

.coupon_col:last-child,
.product_col:last-child {
  margin-bottom: 10px;
}

.main_coupon_img {
  width: 160px;
  height: 120px;
  margin: 30px 0 0 30px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px 0 10px;
  transition: box-shadow 0.3s;
}

.main_product_img {
  height: auto;
  max-height: 240px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px 0 10px;
  transition: box-shadow 0.3s;
}

.main_coupon_img_img {
  width: 100%;
}

.main_product_img_img {
  max-height: 240px;
}

.main_coupon_info,
.main_product_info {
  font-family: 'Muller';
  width: 390px;
  min-height: 90px;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  color: #000000;
}

.main_product_info {
  width: 100%;
}

.coupon_lable {
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 53px;
  letter-spacing: 0.2px;
  color: #333333;
  display: block;
}

.coupon_main_container,
.product_main_container {
  margin: 50px 0;
}

.cashback_absolute,
.cashback_percentage {
  border-radius: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 0 6px;
}

.cashback_absolute {
  background-color: #FEE501;
  color: #000;
}

.cashback_percentage {
  background-color: #F40BA5;
  color: #FFF;
}

.price_original,
.price_meed {
  font-size: 2rem;
}

.price_original {
  color: #000;
}

.price_meed {
  color: #F40BA5;
}

.title_how_coupon {
  font-family: 'Montserrat';
  display: block;
  width: 345px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.15px;
  color: #333333;
}

.num_coupon {
  font-family: 'Montserrat';
  width: 42px;
  height: 42px;
  background: #FEE501;
  border-radius: 21px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.15px;
  color: #3B3E5B;
}

.info_how_coupon {
  font-family: 'Montserrat';
  width: 220px;
  font-family: 'Muller';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1px;
  color: #333333;
}

.info_coupon_container {
  font-family: 'Montserrat';
  display: flex;
  display: flex;
  height: 90px;
  width: 280px;
  justify-content: space-between;
}

.info_product_container {
  height: 32px;
  line-height: 32px;
}

.info_product_price,
.info_product_price strong {
  color: #000;
}

.main_product_campaign_img {
  height: 32px;
}

.products-item-campaign-img {
  height: 28px;
}

.how_coupon .btn_main {
  font-family: 'Montserrat';
  width: 280px;
}

.coupons_dop {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #333333;
  margin-bottom: 40px;
}

.req_head {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.15px;
  color: #333333;
}

.link {
  font-family: 'Muller';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  line-height: 27px;
  color: #0019FB;
}

.link:hover {
  text-decoration: underline;
}

.link:visited {
  color: #4100FB;
}

.pagination-container {
  margin-top: 20px;
  text-align: center;
  grid-column: span 4;
}

.pagination-page {
  margin: 0 8px;
}

.pagination-current-page {
  display: inline-block;
  height: 28px;
  padding: 4px 10px 0;
  text-decoration: none;
  background-color: #FEE501;
  border-radius: 999px;
}

.what_is {
  font-family: 'Montserrat';
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.15px;
  margin-bottom: 200px;
  color: #333333;
}

.what_is_head_cont {
  height: 400px;
  background-image: url(../img/pages/what_is/boy-025bc431c2bbf4b4bc51f83d3b8178a3.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 400px;
  display: flex;
  align-items: center;
}

.what_is_head {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0.15px;
  text-align: left;
  max-width: 80%;
  display: block;
}

.what_is_sub {
  font-weight: 700;
  font-size: 28px;
  line-height: 43px;
  text-align: left;
  margin-bottom: 30px;
}

.what_is_info_cont {
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 1px 8px rgba(0, 25, 251, 0.15);
  border-radius: 16px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.what_is_info_img_cont {
  background: rgba(0, 25, 251, 0.1);
  border-radius: 16px;
  margin: 30px;
}

.what_is_info_img {
  width: 60px;
  margin: 30px;
}

.what_is_info_txt {
  display: block;
  margin-top: 30px;
}

.what_is_card_cont {
  height: 300px;
  background-image: url(../img/pages/what_is/cash.svg);
  background-repeat: no-repeat;
  background-position: right 80px center;
  background-size: 180px;
  display: flex;
  align-items: center;
}

.what_is_card {
  max-width: 800px;
  font-weight: 700;
}

.what_is_from_cont {
  background: #FFFCDE;
  border-radius: 39px;
  padding: 80px 15px 40px 80px;
}

.what_is_from_txt {
  max-width: 800px;
  margin: 40px 0px;
}

.btn_what {
  font-weight: 700;
}

.sota_cab {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.15px;
  color: #979797;
}

.menu_links {
    font-weight: normal;
    font-family: 'Muller';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7C7E92;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
    margin: 0px 12px;
}

.menu_links:hover {
  color: #0019FB;
  text-decoration: none;
}

.logo_type {
  margin-right: 24px;
}

/*========================
Mobile-search-expand
==========================*/
.expand-container {
  width: 100%;
  height: 40px;
  position: relative;
  margin-left: 38px;
  margin-right: 0;
  text-align: right;
}

.mobile-menu {
  display: none;
}

.expand-search {
  display: inline-block;
  position: relative;
  width: 0%;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  border-radius: 30px;
}

.expand-search.expand-search-open {
  width: 100%;
}

.expand-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  border: 1px solid #0019FB;
  border-radius: 56px;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 10px 10px 10px 10px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}

.expand-icon-search {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 0;
  margin: 0;
  color: #0019FB;
  background: #fff;
  z-index: 90;
  border-radius: 30px;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
}

.expand-icon-search:before {
  content: url(../img/icons/mobile-search.svg);
}

.expand-search.expand-search-open {
  width: 100%;
}

.enter_cabinet {
  display: block;
  margin: 0px 5px 0px 5px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.enter_cabinet img {
  width: 40px;
}

.desktop-menu {
  padding: 12px 0px;
}

.catalog_slider_cont {
  margin-bottom: 20px;
}

.slick-next,
.slick-prev {
  background: url(../img/icons/angle-arrow.svg) no-repeat center / 20px;
  background-color: #fff;
  height: 42px;
  width: 42px;
  border: none;
  border-radius: 21px;
  outline: none;
  box-shadow: 0px 1px 8px rgba(0, 25, 251, 0.15);
  position: absolute;
  bottom: 20px;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
  transform: rotateY(180deg);
}

.slick-disabled {
  visibility: hidden;
}

.slider-controls .slick-next, .slider-controls .slick-prev {
  background: url(../img/icons/angle-arrow-blue.svg) no-repeat center / 20px;
  background-color: #fff;
  bottom: 50%;
}

.slider-controls .slick-next {
  transform: translate(35%, 100%);
}

.slider-controls .slick-prev {
  transform: rotateY(180deg) translate(35%, 100%);
}

.slider-controls svg {
  fill: #0019FB;
}

.sidebar-ins.fixed {
  position: fixed;
  top: 90px;
}

.catalog_slide {
  background: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(0, 25, 251, 0.15);
  border-radius: 16px;
  margin: 10px 10px;
  padding: 20px;
  display: block;
  font-size: 14px;
  color: #000;
}

.icon_slider {
  display: inline-block!important;
  margin-right: 10px;
  width: 24px;
}


/*
=============================================================================================
                     MEDIA
=============================================================================================
*/


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

  .select_wrap .select2-search input,
  .select_wrap .select2-search-choice-close,
  .select_wrap .select2-container .select2-choice abbr,
  .select_wrap .select2-container .select2-choice .select2-arrow b {
    position: absolute;
    top: 0;
    right: 20px;
    width: 14px;
    height: 100%;
    background: url(../img/arr-0f78980d86cf512769328f7068ab0b1a.png) no-repeat center;
    background-image: url(../img/arr-0f78980d86cf512769328f7068ab0b1a.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto !important;
    z-index: 9;
  }
}

@media screen and (max-width: 1367px) {

  .notificate {
    right: 104px;
  }

  .se-catalog-container {
    padding-left: 60px;
    background-position: top 58px right, top 392px left;
    background-size: 558px, 180px;
  }

  .se-categories-container {
    padding: 60px;
    padding-bottom: 420px;
    border-radius: 60px;
  }

  .catalog-item-block {
    width: 25%;
  }
}

@media screen and (max-width: 1280px) {

  .notificate {
    right: 43px;
  }

}

@media screen and (max-width: 1200px) {
  .section_form {
    margin: 0 0 50px 0;
  }

  .notificate {
    right: 69px;
  }

  .section_form .col-xs-12 {
    width: 100%;
  }

  .form-block {
    margin-top: 100px;
  }

  .btn_ref {
    width: 100%;
  }

  .btn_ref {
    float: none;
    padding-top: 70px;
    padding-bottom: 35px;
  }


  .banner_cash-page {
    width: 65%;
    z-index: 10;
  }

  .banner_cash-img {
    width: 30%;
  }

  .image-top1 {
    left: -230px;
  }

  .cash_info-cost-total {
    font-size: 40px;
    line-height: 40px;
  }

  .logo_head-position {
    padding-top: 10px;
    padding-left: 40px;
  }

  .logo_top {
    padding-right: 0;
  }

  .menu_links {
    margin: 0px 5px;
  }

  .logo_type {
    margin-right: 10px;
  }

  .cabinet_nav {
    padding: 30px 40px 0px 0;
  }

  .banner_main {
    text-align: center;
  }
}

@media screen and (max-width: 1167px) {

  .header_play {
    right: 95px;
  }

  #hide-text {
    top: 100px;
  }

  .catalog-item-block {
    width: 33%;
  }
}

@media screen and (max-width: 991px) {

  .notificate {
    right: 90px;
  }

  .header {
    background-image: url(../img/new/header-ce7cff5eb25def148929bdd5414342f3.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1100px auto;
    padding: 0px 0 0px 0;
  }

  .header_play {
    bottom: 45px;
    right: 70px;
  }

  .header_img {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: right;
    width: 100%;
    float: left;
  }

  .banner_cash-container {
    margin: 0 0 0 0px;
  }

  .header_center {
    padding: 20px 0 0px 0;
  }

  .header_img img {
    width: 440px;
    max-width: 100%;
    margin: -210px auto 20px auto;
  }

  .form_title {

    margin-top: 0px;
  }

  .block-icons-block {
    width: 220px;
    height: 220px;
    border-radius: 16px;
  }

  .block-icons-img img {
    width: 160px;
    margin: 0px auto 0px;
  }

  .block-icons-text {
    font-size: 18px;
    margin-top: 12px;
  }

  .banner_main_txt {
    font-size: 48px;
    margin-bottom: 50px;
  }

  .banner_main_container {
    background-size: 160px;
  }

  .banner_sub_txt {
    font-size: 22px;
    width: 380px;
  }

  .up {
    position: fixed;
    z-index: 5;
    left: 0%;
    bottom: 2%;
    cursor: pointer;
  }


  .btn_ref {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: right;
  }

  .logo_footer {
    margin: 0px 0 10px 0;
  }

  .footer_tagline {
    margin-bottom: 35px;
  }

  .logo_type {
    text-align: center;
  }

  .block-search_container {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn_sitebar {
    display: block;
    cursor: pointer;
  }

  .btn_more {
    font-size: 16px;
    margin: 0px 0 0 0;
    display: block;
    padding-top: 12px;
    text-align: center;
  }

  .sidebar-menu {
    margin: auto;
    width: 400px;
  }

  .sidebar_mobile {
    max-width: 100%;
  }

  .sidebar-ins {
    width: 300px;
    margin: auto;
  }

  .items-filter-title {
    text-align: center;
  }

  .banner_cash-page-container {
    padding: 30px 20px;
  }

  .image-top1 {
    max-width: 400px;
    top: 100%;
    left: -90px;
  }

  .modal-in {
    width: 680px;
  }

  .image-top2 {
    max-width: 400px;
  }

  .catalog-item-card {
    width: 330px;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }


  .page_header-line {
    margin-bottom: 50px;
    padding: 15px 45px 15px 20px;
  }

  .title_header-line {
    font-size: 40px;
    line-height: 50px;
  }

  .logo_top,
  .block-search_position {
    width: auto;
  }

  .sota_slogan {
    margin: 30px auto 0 auto;
  }

  .modal {
    width: 100%;
  }

  .input-search {
    padding: 5px 50px 3px 20px;
  }

  .order_block-name,
  .order_block-date,
  .order_result-cost {
    padding: 25px 10px;
  }

  .menu_head li {
    margin: 0 10px;
  }

  .conditions {
    justify-content: flex-start;
    padding: 10px;
    margin-left: 15px;
  }

  .upgrade_title {
    padding-left: 25px;
  }

  .requisites {
    width: 700px;
  }

  .what_is {
    width: 700px;
  }

  .title_coupons {
    margin: auto;
  }

  .title_how_coupon {
    margin-top: 20px;
  }

  .banner_coupons_txt {
    font-size: 28px;
    line-height: 33px;
  }

  .banner_coupons_container {
    background-size: 140px;
  }

  .info_coupon_container {
    float: left;
  }

  .how_coupon .btn_main {
    float: left;
  }

  .how_coupon .btn_main {
    float: left;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .what_min {
    width: 600px;
  }

  .txt_what {
    width: 540px;
  }

  .often_questions span {
    font-size: 34px;
  }

  .acc_in {
    width: 100%;
  }

  .what_is {
    font-size: 18px;
  }

  .what_is_head_cont {
    height: 310px;
    background-size: 310px;
  }

  .what_is_head {
    font-size: 25px;
    line-height: 42px;
    max-width: 65%;
  }

  .what_is_card {
    max-width: 100%;
  }

  .what_is_card_cont {
    height: 280px;
    background-position: center top;
    align-items: flex-end;
    margin: 40px 0px;
  }

  .what_is_from_cont {
    padding: 40px 20px 40px 40px;
  }

  .banner_catalog_txt {
    font-size: 40px;
    line-height: 48px;
    margin: 80px 0 100px 40px;
  }

  .banner_catalog_container {
    background-size: 250px;
  }

  .se-catalog-title {
    padding-top: 100px;
    font-size: 64px;
    line-height: 64px;
  }
}

@media screen and (max-width: 899px) {

  .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile_logo_type {
    position: absolute;
    margin-top: 16px;
    left: 16px;
  }

  .mobile_logo_type img {
    width: 113px;
  }

  .header_top {
    padding: 0;
  }

  #toggle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10000;
    border: 1px solid #0f19fb;
    cursor: pointer;
  }

  #toggle span {
    width: 5px;
    height: 5px;
    background: #0019FB;
    border-radius: 6px;
    margin: 0px 2px 0px 2px;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    float: left;
  }

  #toggle.on span:first-child {
    -webkit-transform: rotate(45deg) translate(7px, -6px);
    -ms-transform: rotate(45deg) translate(7px, -6px);
    transform: rotate(45deg) translate(7px, -6px);
    transition: all 0.3s linear;
    opacity: 0.3;
    height: 2px;
    width: 16px;
    margin: 0;
  }

  #toggle.on span:nth-child(2) {
    display: none;
  }

  #toggle.on span:last-child {
    -webkit-transform: rotate(-45deg) translate(-5px, -5px);
    -ms-transform: rotate(-45deg) translate(-5px, -5px);
    transform: rotate(-45deg) translate(-5px, -5px);
    transition: all 0.3s linear;
    height: 2px;
    width: 16px;
    margin: 0;
  }

  .menu_head li a {
    font-size: 18px;
    line-height: 21px;
  }

  .block-menu_nav {
    padding: 0;
  }

  .menu_head {
    margin: 150px auto 0;
  }

  .top_menu.open {
    right: 0%;
    z-index: 1001;
  }

  .top_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -200%;
    top: 0;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_head li {
    display: block;
    width: auto;
    margin: 20px auto;
    text-align: center;
  }

  .logo_head-position {
    z-index: 1002;
    width: 80%;
  }

  .head_top {
    width: auto;
    width: 20%;
  }

  .logo_foot-slogan,
  .logo_head-slogan {
    display: none;
  }

  .block-search_container {
    padding: 16px 0px 16px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .block-search {
    width: 90%;
    padding-left: 60px;
  }

  .btn_header_position {
    margin: 0 10px 0 5px;
  }

  .logo_head-position {
    padding-top: 0px;
    padding-left: 16px;
  }

  .cabinet_menu_container {
   padding: 16px 0px 16px 0px;
  }

  .logo_head {
    margin: 0 30px 0 0;
  }

  .logo_head img {
    width: 113px;
  }

  .logo_form-modal {
    display: none;
  }
}

@media screen and (max-width: 780px) {

  .notificate {
    right: 25px;
  }

  #hide-text {
    left: 40px;
  }

  .logo_top {
    text-align: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .se-catalog-container {
    padding-left: 40px;
    background-position: top 120px right, top 392px left;
    background-size: 372px, 120px;
  }

  .se-categories-container {
    padding: 40px;
    padding-bottom: 420px;
    border-radius: 40px;
  }
}

@media screen and (min-width: 768px) {


  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }

}


@media screen and (max-width: 767px) {

  .notificate {
    top: 125px;
    right: 15px;
  }

  .cash_info-block {
    width: 100%;
  }

  .cash_items-info {
    display: block;
    margin: 0 auto;
  }

  .cash_info-cost-total {
    margin: 0px 0 45px 0;
  }

  .order_block-title {
    margin-bottom: 30px;
  }

  .order_block-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .order_block-name {
    width: 100%;
    padding: 10px 10px 5px 10px;
  }

  .order_block-date {
    width: 100%;
    padding: 0px 10px 0 10px;
    font-size: 14px;
    text-align: left;
  }

  .c-video-img {
    width: 120%;
  }

  .order_block-sot {
    width: 45%;
    padding: 10px 10px;
  }

  .order_result-cost {
    width: 55%;
    text-align: left;
    font-weight: bold;
    padding: 10px 10px;
  }

  .requisites {
    width: 500px;
  }

  .what_is {
    width: 500px;
  }

  .how_coupon .btn_main {
    margin-left: 30px;
    width: 250px;
    font-size: 13px;
  }

  .what_min {
    width: 480px;
  }

  .txt_what {
    width: 420px;
  }

  .coupon_main,
  .product_main {
    max-width: 400px;
    margin: auto;
  }

  .main_coupon_img {
    margin: 30px auto 0;
  }

  .main_coupon_info {
    font-size: 20px;
    text-align: center;
  }

  .coupon_lable {
    margin-right: 35px;
    float: right;
  }

  .often_questions {
    height: 200px;
    background-size: 200px;
  }

  .often_questions span {
    font-size: 24px;
  }

  .accordionTitle, .accordion__Heading {
    font-size: 16px;
  }

  .acc_in {
    padding: 10px 20px 50px 35px;
  }

  .what_is {
    width: 100%;
    padding: 0px 40px;
  }

  .underground_left,
  .underground_right {
    text-align: center;
  }

  .banner_main_first,
  .title_cash {
    font-size: 40px;
  }

  .banner_cash-container,
  .banner_main_container {
    background-size: 140px;
  }

  .banner_sub_txt {
    font-size: 18px;
    width: 292px;
  }

  .banner_main_txt {
    font-size: 42px;
    margin: 40px 0 40px 80px;
  }

  .block-icons-block {
    width: 200px;
    height: 200px;
  }

  .block-icons-img img {
    width: 130px;
  }

  .se-footer-container {
    background-size: 520px;
    background-position: center 230px;
  }

  .se-catalog-title {
    padding-top: 70px;
    font-size: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 600px) {

  .block-search_container form {
    width: auto;
  }

  .header_img-container {
    bottom: auto;
    right: auto;
  }

  .form {
    right: auto;
  }

  .btn_main span {
    display: none;
  }

  .btn_banner-page_position {
    margin-bottom: 15px;
  }

  .enter {
    display: none;
  }

  .header_play {
    right: 40px;
  }

  .btn_header_position .btn_main {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/btn_user.svg);
  }

  .block-search_position form {
    display: inline-block;
    vertical-align: middle;
  }

  .block-search {
    margin: 0 auto 5px auto;
  }

  .btn_header_position .btn_main {
    margin: 0 auto;
  }

  .input-search {
    height: 34px;
    margin: 0;
    border-radius: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .block-search span {
    line-height: 36px;
  }

  .btn_header {
    margin: 10px auto 0 auto;
  }

  .header {
    background-size: 970px auto;
  }

  .form-block {
    margin-top: 20px;
    padding: 0 10px;
  }

  .title_cash {
    font-size: 50px;
    line-height: 60px;
  }

  .block-icons-block {
    width: 220px;
    height: 220px;
    margin: auto;
    padding: 15px 15px;
    text-align: center;
    position: relative;
  }

  .btn_icons_position {
    width: 220px;
  }

  .block-icons-container {
    display: block;
  }

  .block-icons-block:nth-child(2) {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .title_cash {
    font-size: 34px;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .title_slider_img {
    width: 120px;
  }

  .title_cash_container {
    margin-top: 30px;
  }

  .banner_main_container {
    background-size: 110px;
  }

  .category_slider .slick-list,
  .offer_slider .slick-list {
    padding: 0 !important;
  }

  .servis_container {
    margin-bottom: 50px;
  }


  .c-video-img {
    width: 125%;
  }

  .modal-in {
    width: 430px;
  }


  .block_up img {
    width: 35px;
    max-width: 100%;
  }

  .btn_ref .btn_catalog {
    font-size: 10px;
  }

  .banner_cash-img {
    display: none;
  }

  .banner_cash-page {
    width: 100%;
  }

  .banner_cash-page-container {
    padding: 20px 10px;
    margin-bottom: 20px;
  }

  .btn__banner-page {
    margin: 0 auto;
  }

  .banner_cash-page-title {
    font-size: 40px;
    line-height: 49px;
    margin-top: 0px;
    letter-spacing: normal;
  }

  .banner_cash-page-text {
    color: #F5F5F5;
    font-size: 14px;
    margin: 5% 0 40px 0;
    line-height: 22px;
  }

  .banner_cash-page-title span {
    display: inline;
  }

  .card_form-container {
    display: block;
  }

  .card_form-block {
    width: 100%;
    margin-bottom: 15px;
  }

  .card_form_submit {
    margin-right: auto;
    margin-left: auto;
  }

  .card-list-tab {
    margin: 50px 0 40px 0;
  }

  .card-list-tab-item {
    margin-right: 5%;
  }

  .page_title-block {
    font-size: 30px;
    line-height: 36px;
  }

  .card_item-list {
    padding: 10px 10px 10px 50px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 20px 0 20px 0;
  }

  .catalog-item-card .catalog-item,
  .coupons-item-card .coupons-item,
  .products-item-card .products-item {
    height: 344px;
  }

  .notificate {
    width: 280px;
    padding: 10px;
    top: 160px;

  }

  .notificate_icon {
    width: 30px;
  }

  .notificate_text {
    font-size: 14px;
    line-height: 20px;
    max-width: 80%;
  }

  .sota_slogan {
    font-size: 22px;
    line-height: 22px;
    width: 230px;
    padding: 90px 0;
    background-size: 280px 280px;
    margin: 0% auto 0 auto;
  }

  .cabinet_text-container {
    margin: 50px auto 40px auto;
  }

  .cabinet_prosent-item {
    font-size: 23px;
    line-height: 28px;
    margin: 25px 0 25px 0;
  }

  .logo_foot-slogan {
    display: block;
    margin-top: 15px;
  }

  .footer_cabinet {
    padding: 30px 0 40px 0;
  }

  .section_modal {
    display: block;
  }

  .profile_container {
    text-align: center;
  }

  .profile-logo {
    margin: 0 auto 15px auto;
  }

  .security_block {
    padding: 30px 20px;
    margin: 40px 0 0 0;
  }

  .up {
    left: 3%;
    bottom: 305px;
  }

  .banner_cash-text {
    line-height: 50px;
    color: #000;
    margin-left: 10px;
    font-size: 48px;
  }

  .banner_cash {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
  }

  .btn_headerb_position .btn_main {
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
  }

  .form_title {
    font-size: 48px;
    line-height: 58px;
  }

  .form_deescription {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }

  .title_form {
    font-size: 24px;
    line-height: 29px;
  }

  .title_regist a {
    font-size: 13px;
  }

  .input {
    padding: 10px 20px 5px 20px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 40px;
    margin: 0 auto 20px auto;
  }

  .select_wrap .select2-container .select2-choice,
  .select_wrap .select2-dropdown-open.select2-drop-above .select2-choice,
  .select_wrap .select2-dropdown-open.select2-drop-above .select2-choices {
    height: 40px;
    line-height: 40px;
  }

  .send_btn,
  .btn__page {
    height: 40px;
    font-size: 10px;
    line-height: 40px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
  }

  .form_text {
    font-size: 12px;
    line-height: 20px;
    max-width: 100%;
  }

  .form_text a {
    font-size: 12px;
    line-height: 20px;
  }

  .footer_row {

    flex-direction: column;
  }

  .offer img {

    float: unset;
    margin: auto;
  }

  .links_list {
    flex-direction: column;
    align-items: flex-start;
  }

  .links_info {
    margin-bottom: 10px;
    text-align: left;
  }

  .accordionTitle:before, .accordion__Heading:before {
    margin-right: 10px;
  }

  .what_is, .what_is_head {
    font-size: 16px;
    line-height: 19px;
  }

  .what_is {
    margin-bottom: 0px;
  }

  .what_is_head_cont {
    height: 200px;
    background-size: 200px;
    margin-top: 30px;
  }

  .what_is_info_img {
    width: 35px;
    margin: 25px;
  }

  .banner_coupons_txt {
    font-size: 21px;
    line-height: 24px;
  }

  .banner_coupons_container {
    background-size: 120px;
    margin: 10px 0;
  }

  .se-footer-container {
    background-size: 320px;
    background-position: center 286px;
  }

  .catalog-item-block {
    width: 50%;
  }
}

@media screen and (max-width: 589px) {

  .title_how_coupon {
    position: relative;
    margin: 20px auto 20px;
    width: 300px;
  }

  .info_coupon_container {
    position: relative;
    left: calc(50% - 140px);
  }

  .how_coupon .btn_main {
    clear: both;
    position: relative;
    left: calc(50% - 125px);
    margin-top: 0px;
    margin-left: auto;
  }

  .coupons_dop {
    font-size: 22px;
    width: 300px;
    display: block;
    position: relative;
    left: calc(50% - 150px);
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .accordionTitle, .accordion__Heading {
    line-height: 25px;
  }

  .accordionTitle:before,
  .accordion__Heading:before {
    content: url("../img/pages/faq/plus_small.svg");
    height: 50px;
  }

  .accordionTitleActive:before,
  .accordionTitle.is-expanded:before {
    content: url("../img/pages/faq/minus_small.svg");
    height: 50px;
  }

  .accordionTitle, .accordion__Heading {
    line-height: 32px;
    padding: 20px 5px 20px 30px;
  }

  .often_questions span {
    width: 180px;
    font-size: 16px;
    line-height: 35px;
  }

  .banner-button {
    margin: auto;
    margin-top: 10px;
  }


  .banner_catalog_txt {
    font-size: 30px;
    line-height: 36px;
    margin: 80px 0 100px 20px;
  }

  .banner_catalog_container {
    background-size: 200px;
  }

  .banner_cash-container {
    background-size: 90px;
  }

  .banner_main_container {
    background-position: right 10% bottom 60%;
    background-size: 100px;
  }

  .banner_main_txt {
    font-size: 40px;
    margin: 10px 0 20px 20px;
  }

  .btn_main_position .btn_main {
    margin: 0 20px 0;
    width: 240px;
  }

  .se-catalog-container {
    background-image: url('../img/new_year/santa-7253378c101070c21033908e54f3ea0c.png');
    background-repeat: no-repeat;
    background-position: top 80px right;
    background-size: 372px;
  }
}


@media screen and (max-width: 420px) {

  .title_cash {
    font-size: 28px;
    line-height: 36px;
  }

  .banner_main_first {
    font-size: 34px;
  }

  .banner_main_third {
    margin-top: 10px;
    display: inline-block;
  }

  .banner_cash-container,
  .banner_main_container {
    background: none;
  }

  .rating_discr {
    padding: 50px 0px 0px 0px;
  }

  .a-video {
    background: url(../img/new/mobile-girl-ee01afbe336c4101649dff68cab7d6fb.png) no-repeat center / cover;
    overflow: visible;
    border-radius: 20px;
    height: 490px;
  }

  .c-video-img {
    display: none;
  }

  .a-video .btn__page {

    width: 240px;
  }

  #circle-play {

    position: absolute;
    bottom: -140px;
    right: 20px;

  }

  .modal-in {
    width: 100%;
  }

  .close-box {

    right: 0px;
  }

  .pay_img {
    width: 69px;
  }

  .logo_foot-slogan,
  .logo_head-slogan {
    font-size: 14px;
  }

  .up {
    left: 3%;
    bottom: 20px;
  }

  .logo_type img {
    width: 65px;
    max-width: 100%;
  }

  .logo_top {
    padding-right: 5px;
    padding-top: 4px;
  }

  .btn_header_position .btn_main {
    width: 35px;
    height: 35px;
  }

  .section_form {
    margin: 0 0 0px 0;
  }

  .form_top-block {
    max-width: 100%;
    margin: 15px auto 0px auto;
  }

  .cash_info-cost-tooltip {
    width: 190px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .scale_names {

    width: 94%;
    margin: unset;
  }

  .requisites {
    width: 300px;
    font-size: 14px;
  }

  .requisites-head {
    font-size: 26px;
  }

  .main_coupon_info {
    width: 100%;
  }

  .accordionTitle, .accordion__Heading {
    line-height: 32px;
    padding: 20px 10px;
    font-size: 14px;
  }

  .acc_in {
    padding: 10px 15px 50px 15px;
  }

  .what_is {
    padding: 0px 10px;
  }

  .what_is_from_cont {
    padding: 25px 15px 25px 15px;
    width: 93%;
    margin: auto;
    border-radius: 28px;
  }

  .banner_coupons_txt {
    font-size: 16px;
    margin: 25px 15px;
    line-height: 19px;
  }

  .banner_coupons_container {
    background-size: 95px;
    background-position: right 10% bottom;
    border-radius: 14px;
  }

  .banner_catalog_txt {
    font-size: 20px;
    line-height: 24px;
    margin: 40px 0 60px 20px;
  }

  .banner_catalog_container {
    background-size: 170px;
  }

  .se-catalog-container {
    padding-left: 20px;
  }

  .se-categories-container {
    padding: 20px;
    padding-bottom: 420px;
    border-radius: 20px;
  }

  .se-catalog-title {
    padding-top: 40px;
    font-size: 36px;
    line-height: 36px;
  }

  .catalog-item-block {
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (max-width: 360px) {

  .banner_main_txt {
    font-size: 30px;
  }

  .banner_sub_txt {
    font-size: 16px;
    width: 260px;
  }

  #circle-play {
    bottom: -140px;
  }

  .accordion p, .accordion li  {
    font-size: 14px;
  }

  .what_is, .what_is_head {
    font-size: 14px;
  }

  .banner_coupons_container {
    background-position: right bottom;
  }

  .se-footer-container {
    background-size: 260px;
    background-position: center 304px;
  }
}

@media screen and (max-width: 320px) {

  #circle-play {
    bottom: -115px;
  }

  .txt_what {
    width: 280px;
  }

  .what_min {
    width: 300px;
  }
}
