@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&subset=cyrillic&display=swap");
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Black.ttf");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Mulish Black";
  src: url("/fonts/Mulish/Mulish-Black.ttf");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
    font-family: 'myriad_pro';
    src: url('/fonts/myriadpro-bold.eot');
    src: url('/fonts/myriadpro-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpro-bold.woff') format('woff'),
         url('/fonts/myriadpro-bold.ttf') format('truetype'),
         url('/fonts/myriadpro-bold.svg#myriad_probold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-ExtraBold.ttf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
    font-family: 'myriad_pro';
    src: url('/fonts/myriadpro-regular.eot');
    src: url('/fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpro-regular.woff') format('woff'),
         url('/fonts/myriadpro-regular.ttf') format('truetype'),
         url('/fonts/myriadpro-regular.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'myriad_pro';
    src: url('/images/fonts/myriadpro-bold.eot');
    src: url('/images/fonts/myriadpro-bold.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/myriadpro-bold.woff') format('woff'),
         url('/images/fonts/myriadpro-bold.ttf') format('truetype'),
         url('/images/fonts/myriadpro-bold.svg#myriad_probold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'myriad_pro';
    src: url('/images/fonts/myriadpro-regular.eot');
    src: url('/images/fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/myriadpro-regular.woff') format('woff'),
         url('/images/fonts/myriadpro-regular.ttf') format('truetype'),
         url('/images/fonts/myriadpro-regular.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #1f2a37;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #53bed0;
  text-decoration: none;
}

a:hover, a:focus {
  color: #3393bc;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .modal-title, .h4, .h5, .h6 {
  font-family: "Mulish Black", Arial, serif;
  font-weight: 900;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 5px; /*3.06.2018 33px*/
}

@media (max-width: 767px) {
  h1, .h1 {
    line-height: 1.2;
  }
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.25;
  margin-top: 32px;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  h2, .h2 {
    line-height: 1;
  }
}

h3, .h3, .modal-title {
  font-size: 21px;
  line-height: 1.35;
  margin-top: 27px;
  margin-bottom: 18px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.27;
  margin-top: 27px;
  margin-bottom: 13px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-small, .elem-img .descr {
  font-size: 13px;
}

.text-middle {
  font-size: 15px;
}

.text-muted {
  color: #777777;
}

.txt-accent {
  color: #86301c;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

hr {
  border-top-color: #dedede;
  margin-top: 13px;
  margin-bottom: 13px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.link-single {
  display: table;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 18px;
}

.link-single.hover {
  color: #3393bc;
}

.pseudolink {
  border-bottom: dashed 1px;
  cursor: pointer;
  color: #53bed0;
}

.pseudolink:hover {
  color: #3393bc;
}

blockquote {
  background-color: #e5fbff;
  margin: 23px 0 20px;
  padding: 16px 23px;
  color: #1f2a37;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  border: none;
}

blockquote.decor {
  background-color: #c3f6ff;
  background-image: url("/images/required/bg-pattern_white.png");
  font-size: 15px;
  padding: 1px 29px 24px;
}

.content-area p {
  line-height: 1.65;
  margin-bottom: 16px;
}

.content-area a {
  text-decoration: underline;
}

.content-area a.visited {
  color: #74c3e5;
}

.content-area a:visited:not([href^="#"]) {
  color: #74c3e5;
}

.content-area .contact-item a:visited {
  color: inherit;
}

.content-area .text-small, .content-area .elem-img .descr, .elem-img .content-area .descr {
  line-height: 1.3;
}

.content-area ol, .content-area ul {
  margin: 0 0 1px;
  counter-reset: chapter 0;
}

.content-area ol li, .content-area ul li {
  margin: 5px 0 10px 0;
  counter-increment: chapter;
  list-style: none;
  position: relative;
  line-height: 21px;
  color: #1f2a37;
}

.content-area ol li:before, .content-area ul li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  color: #53bed0;
}

.content-area ol ol, .content-area ol ul, .content-area ul ol, .content-area ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

.content-area ul {
  margin-top: 15px;
  padding-left: 15px;
}

.content-area ul > li:before {
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #53bed0;
}

.content-area ul.no-bullets {
  padding-left: 0;
}

.content-area ul.no-bullets > li:before {
  content: none;
  display: none;
}

@media print {
  .content-area ul li {
    list-style: disc;
    margin-left: 10px;
  }
  .content-area ul li:before {
    content: none;
  }
}

.content-area ol {
  margin-top: 30px;
  padding-left: 25px;
}

.content-area ol > li:before {
  width: 25px;
  content: counter(chapter, decimal) ".";
  font-weight: bold;
}

.content-area ol > li > ol {
  padding-left: 36px;
  counter-reset: chapterInner 0;
  margin-top: 3px;
}

.content-area ol > li > ol > li {
  counter-increment: chapterInner;
  margin-bottom: 8px;
  font-size: 14px;
}

.content-area ol > li > ol > li:last-child {
  margin-bottom: 0;
}

.content-area ol > li > ol > li:before {
  width: 40px;
  content: counter(chapter, decimal) "." counter(chapterInner, decimal) ".";
  left: -34px;
}

.content-area ol > li > ol > li > ol {
  counter-reset: chapterInnerInner 0;
}

.content-area ol > li > ol > li > ol > li {
  counter-increment: chapterInnerInner;
}

.content-area ol > li > ol > li > ol > li:before {
  content: counter(chapter, decimal) "." counter(chapterInner, decimal) "." counter(chapterInnerInner, decimal) ".";
  font-weight: bold;
}

.content-area ol.no-bullets {
  padding-left: 0;
}

.content-area ol.no-bullets > li:before {
  content: none;
  display: none;
}

ol.custom-list, ul.custom-list {
  margin: 0 0 1px;
  counter-reset: chapter 0;
}

ol.custom-list li, ul.custom-list li {
  margin: 5px 0 10px 0;
  counter-increment: chapter;
  list-style: none;
  position: relative;
  line-height: 21px;
  color: #1f2a37;
}

ol.custom-list li:before, ul.custom-list li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  color: #53bed0;
}

ol.custom-list ol, ol.custom-list ul, ul.custom-list ol, ul.custom-list ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul.custom-list {
  padding-left: 15px;
}

ul.custom-list > li:before {
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #53bed0;
}

ul.custom-list.no-bullets {
  padding-left: 0;
}

ul.custom-list.no-bullets > li:before {
  content: none;
  display: none;
}

@media print {
  ul.custom-list li {
    list-style: disc;
    margin-left: 10px;
  }
  ul.custom-list li:before {
    content: none;
  }
}

ol.custom-list {
  padding-left: 25px;
}

ol.custom-list > li:before {
  width: 25px;
  content: counter(chapter, decimal) ".";
  font-weight: bold;
}

ol.custom-list > li > ol {
  padding-left: 36px;
  counter-reset: chapterInner 0;
  margin-top: 3px;
}

ol.custom-list > li > ol > li {
  counter-increment: chapterInner;
  margin-bottom: 8px;
  font-size: 14px;
}

ol.custom-list > li > ol > li:last-child {
  margin-bottom: 0;
}

ol.custom-list > li > ol > li:before {
  width: 40px;
  content: counter(chapter, decimal) "." counter(chapterInner, decimal) ".";
  left: -34px;
}

ol.custom-list > li > ol > li > ol {
  counter-reset: chapterInnerInner 0;
}

ol.custom-list > li > ol > li > ol > li {
  counter-increment: chapterInnerInner;
}

ol.custom-list > li > ol > li > ol > li:before {
  content: counter(chapter, decimal) "." counter(chapterInner, decimal) "." counter(chapterInnerInner, decimal) ".";
  font-weight: bold;
}

ol.custom-list.no-bullets {
  padding-left: 0;
}

ol.custom-list.no-bullets > li:before {
  content: none;
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1009px) {
  .container {
    width: 990px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1009px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1280px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #4d6889;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -0.6px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #53bed0;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #3393bc;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  .modal {
    padding-right: 0 !important;
  }
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .modal-open .modal {
    background-color: #fff;
    height: 100vh;
  }
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-dialog.modal-small {
  width: 453px;
}

.modal-dialog.modal-middle {
  width: 787px;
}

@media (max-width: 1008px) {
  .modal-dialog.modal-middle {
    width: 620px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    width: 100% !important;
    margin: 0 !important;
  }
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-content .close {
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: -50px;
  top: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}

.modal-content .close:before, .modal-content .close:after {
  content: '';
  width: 42px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  left: -6px;
}

.modal-content .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-content .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-content .close {
    top: 15px;
    right: 4px;
  }
  .modal-content .close:before, .modal-content .close:after {
    background-color: #53bed0;
    width: 20px;
    left: 2px;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-title {
  margin: 0 0 32px 0;
}

@media (max-width: 1008px) {
  .modal-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .modal-title {
    font-size: 20px;
  }
}

.modal-body {
  position: relative;
  padding: 32px 40px 35px;
}

.modal-body .elem-side-lines {
  margin-top: -8px;
  margin-bottom: 15px;
}

.modal-body .btn-link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 17px 20px 30px;
  }
  .modal-body .form {
    text-align: center;
  }
  .modal-body .form .form-group {
    text-align: left;
  }
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 150px auto 30px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }
  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: 1008px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1008px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1008px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1008px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1009px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1009px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1009px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1009px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1008px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1009px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  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;
  }
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-name"></i>
```
*/
[class*="icon-"] {
  display: inline-block;
  background-repeat: no-repeat;
}

.icon-alert, .box-registration .rules-hint:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -158px -156px;
  width: 21px;
  height: 19px;
}

.icon-arrow_exit, .box-header .top-part .cabinet .cabinet-menu a.exit:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -224px 0px;
  width: 10px;
  height: 14px;
}

.icon-arrow_rounded-blue, .box-anounce > a .title:after {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -73px -156px;
  width: 27px;
  height: 27px;
}

.icon-arrow_rounded, .btn.btn-arrowed:after {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -75px -85px;
  width: 27px;
  height: 27px;
}

.icon-bag, .elem-cart:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: 0px 0px;
  width: 42px;
  height: 43px;
}

.icon-bag_sm-blue, .elem-to_cart:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -200px -87px;
  width: 22px;
  height: 24px;
}

.icon-bag_sm-white-fill, .elem-to_cart.in-cart-link:before, .elem-to_cart.in-cart-link:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -200px -61px;
  width: 22px;
  height: 24px;
}

.icon-bag_sm-white, .elem-to_cart:hover:before, [type="submit"].elem-to_cart:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -200px -113px;
  width: 22px;
  height: 24px;
}

.icon-bag_w {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -102px -156px;
  width: 24px;
  height: 27px;
}

.icon-cell_phone {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -200px -139px;
  width: 22px;
  height: 23px;
}

.icon-ch_hov, .radio-check input[type="checkbox"]:checked + span:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -80px -194px;
  width: 16px;
  height: 16px;
}

.icon-ch_in, .radio-check input[type="checkbox"]:checked + span:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -62px -194px;
  width: 16px;
  height: 16px;
}

.icon-ch_out, .radio-check input[type="checkbox"] + span:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -170px -194px;
  width: 16px;
  height: 16px;
}

.icon-close {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -24px -194px;
  width: 17px;
  height: 17px;
}

.icon-close_blue {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -43px -194px;
  width: 17px;
  height: 17px;
}

.icon-envelope, .box-product .product-description .by-mail:before {
  content: '';
  background-image: url("/images/mailbox.svg");
  /*background-position: 0px -85px;*/
  width: 43px;
  height: 31px;
}

.icon-envelope_blue {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: 0px -194px;
  width: 22px;
  height: 17px;
}

.icon-fb, .elem-share .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon:before, .elem-social.fb:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -162px -76px;
  width: 36px;
  height: 36px;
}

.icon-fb_w, .elem-share .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon:hover:before, .elem-social.fb:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -162px -114px;
  width: 36px;
  height: 36px;
}

.icon-house, .nav-breadcrumbs a:first-child:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -206px -194px;
  width: 15px;
  height: 12px;
}

.icon-leaf, .elem-check-order:after {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -181px -156px;
  width: 17px;
  height: 17px;
}

.icon-ok, .elem-share .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon:before, .elem-social.ok:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: 0px -156px;
  width: 36px;
  height: 36px;
}

.icon-ok_w, .elem-share .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon:hover:before, .elem-social.ok:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -162px -38px;
  width: 36px;
  height: 36px;
}

.icon-options, .elem-types {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -80px -45px;
  width: 38px;
  height: 38px;
}

.icon-pencil, .box-registration .reg-section .section-head .edit-section:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -38px -156px;
  width: 33px;
  height: 33px;
}

.icon-person, .box-header .top-part .cabinet:before, .box-header .top-part .cabinet .menu-head .name:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -104px -85px;
  width: 17px;
  height: 19px;
}

.icon-person_big, .box-header .top-part .cabinet:after {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -200px -32px;
  width: 22px;
  height: 27px;
}

.icon-pin {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -200px 0px;
  width: 22px;
  height: 30px;
}

.icon-print, .elem-print:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -128px -156px;
  width: 28px;
  height: 23px;
}

.icon-rd_hov, .radio-check input[type="radio"]:checked + span:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -134px -194px;
  width: 16px;
  height: 16px;
}

.icon-rd_in, .radio-check input[type="radio"]:checked + span:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -116px -194px;
  width: 16px;
  height: 16px;
}

.icon-rd_out, .radio-check input[type="radio"] + span:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -188px -194px;
  width: 16px;
  height: 16px;
}

.icon-refresh, .elem-show-more:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -98px -194px;
  width: 16px;
  height: 16px;
}

.icon-refresh_w, .elem-show-more.blue-stroke:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -152px -194px;
  width: 16px;
  height: 16px;
}

.icon-search, .elem-search:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -200px -164px;
  width: 22px;
  height: 21px;
}

.icon-search_big, .elem-search .search-icon {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -45px -85px;
  width: 28px;
  height: 29px;
}

.icon-vb, .elem-share .ya-share2__container_size_m .ya-share2__item_service_viber .ya-share2__icon:before, .elem-social.vb:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -76px -118px;
  width: 36px;
  height: 36px;
}

.icon-vb_w, .elem-share .ya-share2__container_size_m .ya-share2__item_service_viber .ya-share2__icon:hover:before, .elem-social.vb:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -38px -118px;
  width: 36px;
  height: 36px;
}

.icon-view_grid-w, .elem-view_by.active.by-grid:before, .elem-view_by.by-grid:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -40px -45px;
  width: 38px;
  height: 38px;
}

.icon-view_grid, .elem-view_by.by-grid:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -44px 0px;
  width: 38px;
  height: 38px;
}

.icon-view_table-w, .elem-view_by.active.by-table:before, .elem-view_by.by-table:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: 0px -45px;
  width: 38px;
  height: 38px;
}

.icon-view_table, .elem-view_by.by-table:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -84px 0px;
  width: 38px;
  height: 38px;
}

.icon-vk, .elem-share .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon:before, .elem-social.vk:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -162px 0px;
  width: 36px;
  height: 36px;
}

.icon-vk_w, .elem-share .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon:hover:before, .elem-social.vk:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -114px -118px;
  width: 36px;
  height: 36px;
}

.icon-wa, .elem-share .ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__icon:before, .elem-social.wa:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: 0px -118px;
  width: 36px;
  height: 36px;
}

.icon-wa_w, .elem-share .ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__icon:hover:before, .elem-social.wa:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -124px 0px;
  width: 36px;
  height: 36px;
}

.icon-yt, .elem-social.yt:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -124px -76px;
  width: 36px;
  height: 36px;
}

.icon-yt_w, .elem-social.yt:hover:before {
  content: '';
  background-image: url("/images/required/sprite.png?v20170404132038");
  background-position: -124px -38px;
  width: 36px;
  height: 36px;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.btn {
  padding: 0 34px;
  font-size: 17px;
  line-height: 1.428571429;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  font-weight: 400;
  border-color: #53bed0;
  color: #fff;
  border-width: 1px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #53bed0;
  padding-top: 11px;
  padding-bottom: 13px;
}

.btn:focus, .btn.focus, .btn:hover, .btn.hover, .btn:active, .btn.active {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn:focus:active, .btn:focus.active, .btn.focus:active, .btn.focus.active {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn:hover, .btn.hover {
  color: #fff;
  border-color: #41aabc;
  background: #41aabc;
}

.btn:active, .btn.active {
  border-color: #4ed7ef;
  background: #4ed7ef;
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  color: #fff;
  border-color: #b3e7f0;
  background: #b3e7f0;
}

.btn.disabled:hover, .btn[disabled]:hover {
  border-color: #b3e7f0;
  background: #b3e7f0;
}

.btn.btn-brown {
  font-weight: 400;
  border-color: #872f1a;
  color: #fff;
  border-width: 1px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #872f1a;
}

.btn.btn-brown:focus, .btn.btn-brown.focus, .btn.btn-brown:hover, .btn.btn-brown.hover, .btn.btn-brown:active, .btn.btn-brown.active {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn.btn-brown:focus:active, .btn.btn-brown:focus.active, .btn.btn-brown.focus:active, .btn.btn-brown.focus.active {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn.btn-brown:hover, .btn.btn-brown.hover {
  color: #fff;
  border-color: #732d1b;
  background: #732d1b;
}

.btn.btn-brown:active, .btn.btn-brown.active {
  border-color: #b52806;
  background: #b52806;
}

.btn.btn-brown.disabled, .btn.btn-brown[disabled] {
  cursor: default;
  color: #fff;
  border-color: #e65b3a;
  background: #e65b3a;
}

.btn.btn-brown.disabled:hover, .btn.btn-brown[disabled]:hover {
  border-color: #e65b3a;
  background: #e65b3a;
}

.btn.btn-brown:active, .btn.btn-brown.active {
  border-color: #a53d24;
  background: #a53d24;
}

.btn.btn-brown.disabled, .btn.btn-brown[disabled] {
  border-color: #fddbd2;
  background: #fddbd2;
}

.btn.btn-brown.disabled:hover, .btn.btn-brown[disabled]:hover {
  border-color: #fddbd2;
  background: #fddbd2;
}

.btn.btn-arrowed:after {
  display: inline-block;
  margin-left: 15px;
  margin-right: -15px;
  margin-bottom: -9px;
}

.btn.btn-transparent {
  background-color: transparent;
  color: #53bed0;
}

.btn.btn-transparent:hover, .btn.btn-transparent.hover {
  border-color: #41aabc;
  background-color: #41aabc;
  color: #fff;
}

.btn.btn-big {
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 16px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
}

.btn.btn-big.btn-arrowed {
  padding-top: 16px;
  padding-bottom: 15px;
}

.btn.btn-big.btn-arrowed:after {
  margin-bottom: -8px;
}

.btn.btn-link {
  background: transparent;
  -webkit-filter: none;
  filter: none;
  border-color: transparent;
  font-weight: 600;
  color: #53bed0;
}

.btn.btn-link:hover, .btn.btn-link.hover, .btn.btn-link:focus {
  background: transparent;
  -webkit-filter: none;
  filter: none;
  border-color: transparent;
  text-decoration: none;
  color: #3393bc;
}

.btn.btn-link:active, .btn.btn-link.active {
  background: transparent;
  -webkit-filter: none;
  filter: none;
  border-color: transparent;
  color: #53bed0;
}

.btn.btn-link:disabled {
  background: transparent;
  -webkit-filter: none;
  filter: none;
  border-color: transparent;
  color: #53bed0;
}

.btn.btn-link .pseudolink {
  display: inline-block;
  line-height: 1;
}

.btn.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.hint {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #868686;
}

.inline-block {
  display: inline-block !important;
  vertical-align: top;
}

.inline {
  display: inline;
}

.link-table {
  display: table;
}

.link-block {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.pos-relative {
  position: relative;
}

.pos-static {
  position: static;
}

.link-decorated {
  text-decoration: underline;
}

.link-decorated:hover {
  text-decoration: none;
}

.no-clearfix:before, .no-clearfix:after {
  content: none;
}

.bg-blue {
  background-color: #c3f6ff;
  position: relative;
  margin-bottom: -1px;
}

.bg-blue .gallery-carousel_snippet .swiper-scrollbar {
  background-color: #fff;
}

.bg-blue .gallery-carousel_snippet .swiper-scrollbar-drag {
  background-color: #53bed0;
}

.bg-lt_blue {
  background-color: #e5fbff;
}

.pattern-white {
  background-image: url("/images/required/bg-pattern_white.png");
}

@media (max-width: 767px) {
  .no-float-xs {
    float: none !important;
  }
}

@font-face {
  font-family: 'rouble';
  src: url("/fonts//rouble-webfont.eot");
  src: url("/fonts//rouble-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts//rouble-webfont.woff") format("woff"), url("/fonts//rouble-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.rub {
  font-family: 'rouble';
}

.ajax-loading {
  position: relative;
  pointer-events: none;
}

.ajax-loading:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("/images/required/ajax-loader.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
  filter: gray;
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  -o-transition: filter .5s;
  -moz-transition: filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
  }
}

.grayscale.grayscale-fade:hover, .grayscale.grayscale-off {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-fade:hover > svg, .grayscale.grayscale-replaced.grayscale-off > svg {
  opacity: 0;
}

.fs_15 {
  font-size: 15px !important;
}

.fs_16 {
  font-size: 16px;
}

.no-pad-sides {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-pad-right {
  padding-right: 0 !important;
}

.no-pad-left {
  padding-left: 0 !important;
}

.mt_55 {
  margin-top: 55px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.pt_55 {
  padding-top: 55px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pb_55 {
  padding-bottom: 55px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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-wrap.fancybox-type-image .fancybox-inner {
  max-width: 100%;
  max-height: 490px;
}

@media (min-width: 1009px) {
  .fancybox-wrap.fancybox-type-image .fancybox-inner {
    max-width: 100%;
    max-height: 560px;
  }
}

@media (min-width: 1280px) {
  .fancybox-wrap.fancybox-type-image .fancybox-inner {
    max-width: 100%;
    max-height: 700px;
  }
}

.fancybox-skin {
  position: relative;
  /*background: #fff;*/
	background-color: transparent;
  color: #444;
  text-shadow: none;
  padding: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .fancybox-skin {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
	-webkit-box-shadow: 0 0 0;
       -moz-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
}

.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-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#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;
  background: url("/images/required/ajax-loader.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 8040;
  font-family: serif;
}

.fancybox-close:before, .fancybox-close:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #53bed0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -1px;
}

.fancybox-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .fancybox-close {
    width: 29px;
    height: 29px;
    top: -15px;
    right: -49px;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .fancybox-close:before, .fancybox-close:after {
    width: 34px;
    margin-left: -16px;
    background-color: #fff;
  }
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: -70px;
}

.fancybox-next {
  right: -70px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 8040;
  background-color: transparent;
}

.fancybox-nav span:after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 5px;
}

.fancybox-prev span {
  left: 20px;
}

.fancybox-prev span:after {
  right: -9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-next span {
  right: 20px;
  text-align: right;
}

.fancybox-next span:after {
  left: -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

@media (min-width: 768px) {
  .fancybox-title {
    font-size: 14px;
  }
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin-top: -5px;
  text-align: left;
  -webkit-transition: top linear .2s;
  -o-transition: top linear .2s;
  -moz-transition: top linear .2s;
  transition: top linear .2s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 15px 20px 15px 20px;
  background-color: #fff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.fancybox-title-float-wrap h1, .fancybox-title-float-wrap .h1,
.fancybox-title-float-wrap h2, .fancybox-title-float-wrap .h2,
.fancybox-title-float-wrap h3, .fancybox-title-float-wrap .h3, .fancybox-title-float-wrap .modal-title,
.fancybox-title-float-wrap h4, .fancybox-title-float-wrap .h4 {
  font-size: 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .fancybox-title-float-wrap {
    text-align: left;
  }
  .fancybox-title-float-wrap h1, .fancybox-title-float-wrap .h1,
  .fancybox-title-float-wrap h2, .fancybox-title-float-wrap .h2,
  .fancybox-title-float-wrap h3, .fancybox-title-float-wrap .h3, .fancybox-title-float-wrap .modal-title,
  .fancybox-title-float-wrap h4, .fancybox-title-float-wrap .h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  line-height: 1.2;
}

.fancybox-title-float-wrap .child p {
  margin: 0;
}

.fancybox-title-float-wrap .child h1, .fancybox-title-float-wrap .child .h1, .fancybox-title-float-wrap .child h2, .fancybox-title-float-wrap .child .h2,
.fancybox-title-float-wrap .child h3, .fancybox-title-float-wrap .child .h3, .fancybox-title-float-wrap .child .modal-title, .fancybox-title-float-wrap .child h4, .fancybox-title-float-wrap .child .h4,
.fancybox-title-float-wrap .child h5, .fancybox-title-float-wrap .child .h5, .fancybox-title-float-wrap .child h6, .fancybox-title-float-wrap .child .h6 {
  color: #1f2a37;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.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);
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.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;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: 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;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: 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;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: 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;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: 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;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: 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;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: 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;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.radio-check {
  display: table;
  position: relative;
  margin-top: 5px;
  margin-bottom: 6px;
}

.radio-check input[type="checkbox"],
.radio-check input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}

.radio-check input[type="checkbox"]:disabled + span:before, .radio-check input[type="checkbox"][disabled="disabled"] + span:before,
.radio-check input[type="radio"]:disabled + span:before,
.radio-check input[type="radio"][disabled="disabled"] + span:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.radio-check input[type="checkbox"] + span,
.radio-check input[type="radio"] + span {
  display: inline-block;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  font-size: 14px;
  color: #1f2a37;
  padding-left: 21px;
  padding-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-check input[type="checkbox"] + span:hover,
.radio-check input[type="radio"] + span:hover {
  color: #3393bc;
}

.radio-check input[type="checkbox"] + span:before,
.radio-check input[type="radio"] + span:before {
  position: absolute;
  left: 0;
  top: 2px;
}

.radio-check input[type="checkbox"]:disabled + span,
.radio-check input[type="radio"]:disabled + span {
  cursor: default;
  color: #777777;
}

.radio-check input[type="checkbox"]:disabled + span:hover,
.radio-check input[type="radio"]:disabled + span:hover {
  color: #777777;
}

.radio-check input[type="checkbox"]:disabled:checked + span:hover,
.radio-check input[type="radio"]:disabled:checked + span:hover {
  color: #777777;
}

.radio-check input[type="checkbox"] + span:before {
  display: inline-block;
}

.radio-check input[type="checkbox"]:checked + span:hover {
  color: #3393bc;
}

.radio-check input[type="radio"] + span:before {
  display: inline-block;
}

.radio-check.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity linear 0.2s;
  -o-transition: opacity linear 0.2s;
  -moz-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}

.radio-check.disabled:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 767px) {
  .radio-check {
    margin-bottom: 4px;
  }
  .radio-check input[type="checkbox"] + span,
  .radio-check input[type="radio"] + span {
    font-size: 15px;
  }
}

/* Tabs container */
.r-tabs {
  position: relative;
}

@media (max-width: 767px) {
  .r-tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  margin-right: 5px;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  font-family: "Mulish", Arial, serif;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  padding: 17px 26px 16px;
  line-height: 1;
  font-weight: 600;
  color: #53bed0;
  background-color: #e5fbff;
  border: solid 1px #e5fbff;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
}

.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
  background-color: #41aabc;
  color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active {
  bottom: -1px;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #1f2a37;
  border-color: #e2e2e2;
  padding-top: 18px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: #fff;
  border-top: solid 1px #e2e2e2;
  padding: 0px 30px 10px;
  min-height: inherit !important;
}

@media (max-width: 767px) {
  .r-tabs .r-tabs-panel {
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
  }
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title {
  border-bottom: solid 1px #fff;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  font-family: "Mulish", Arial, serif;
  padding: 12px 15px 8px;
  display: block;
  background-color: #e5fbff;
  color: #53bed0;
  font-weight: 600;
  text-decoration: none;
  font-size: 21px;
  position: relative;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  right: 15px;
  border-left: solid 2px #53bed0;
  border-bottom: solid 2px #53bed0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transition: -webkit-transform ease-in-out .3s;
  transition: -webkit-transform ease-in-out .3s;
  -o-transition: -o-transform ease-in-out .3s;
  -moz-transition: transform ease-in-out .3s, -moz-transform ease-in-out .3s;
  transition: transform ease-in-out .3s;
  transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s, -moz-transform ease-in-out .3s, -o-transform ease-in-out .3s;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active {
  /* Active accordion anchor */
  border-bottom-color: #fff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #41aabc;
  color: #fff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
  margin-top: 3px;
  border-left-color: #fff;
  border-bottom-color: #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -moz-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  -o-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-tab:before {
  content: none;
  display: none;
}

.r-tabs .r-tabs-panel {
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 767px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: height,-o-transform;
  -moz-transition-property: transform,height,-moz-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform,-moz-transform,-o-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -o-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.table {
  margin-bottom: 30px;
}

.table > thead {
  background-color: #e5fbff;
}

.table > thead > tr > th,
.table > thead > tr > td {
  color: #1f2a37;
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table > thead > tr > th:first-child,
.table > thead > tr > td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  padding-left: 20px;
}

.table > thead > tr > th:last-child,
.table > thead > tr > td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  padding-right: 20px;
}

.table > tbody + tbody {
  border-top: none;
}

.table > tbody > tr:hover {
  background-color: #f7f7f7;
}

.table > tbody > tr > td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.table > tbody > tr > td:first-child {
  padding-left: 20px;
}

.table > tbody > tr > td:last-child {
  padding-right: 20px;
}

.table > tfoot > tr > td:first-child {
  padding-left: 20px;
}

.table > tfoot > tr > td:last-child {
  padding-right: 20px;
}

.table.table-striped > tbody {
  background-color: #f7f7f7;
}

.table.table-striped > tbody > tr td {
  border-color: transparent;
}

.table.table-striped > tbody > tr:nth-child(even) > td,
.table.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fff;
}

.table.table-striped > tbody > tr:nth-child(even):hover > td,
.table.table-striped > tbody > tr:nth-child(even):hover > th {
  background-color: #f1faff;
}

.table.table-striped > tbody > tr:hover {
  background-color: #e9f5fd;
}

.table > thead > tr > th {
  border-bottom: 1px solid #e5fbff;
  background-color: #e5fbff;
  color: #1f2a37;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  line-height: 1.2;
}

.table-spare {
  margin-top: 0;
}

.table-spare > thead > tr > th,
.table-spare > thead > tr > td,
.table-spare > tbody > tr > th,
.table-spare > tbody > tr > td {
  vertical-align: middle;
  font-size: 14px;
}

.table-spare > thead > tr > th:first-child,
.table-spare > thead > tr > td:first-child,
.table-spare > tbody > tr > th:first-child,
.table-spare > tbody > tr > td:first-child {
  padding-left: 24px;
}

.table-spare > thead > tr > th:last-child,
.table-spare > thead > tr > td:last-child,
.table-spare > tbody > tr > th:last-child,
.table-spare > tbody > tr > td:last-child {
  padding-left: 0;
  width: 117px;
}

.table-spare > thead > tr > th,
.table-spare > tbody > tr > th {
  padding-top: 12px;
  padding-bottom: 12px;
}

.table-spare > tbody > tr > td {
  padding-top: 6px;
  padding-bottom: 7px;
}

.table-spare > tbody > tr > td .link-bordered {
  font-size: 15.5px;
}

.table-spare .btn-orange, .table-spare .nav-accordion .panel-default > .panel-heading[aria-expanded="true"] .btn, .nav-accordion .panel-default > .panel-heading[aria-expanded="true"] .table-spare .btn {
  font-size: 12.2px;
  padding: 0px 6px 5px 6px;
}

.table-spare .btn-orange .icon-cart_sm-white, .table-spare .nav-accordion .panel-default > .panel-heading[aria-expanded="true"] .btn .icon-cart_sm-white, .nav-accordion .panel-default > .panel-heading[aria-expanded="true"] .table-spare .btn .icon-cart_sm-white {
  margin-left: 3px;
  position: relative;
  top: 4px;
}

.table-spare .elem-incart {
  padding-left: 7px;
}

.table-spare .elem-incart .link-bordered {
  font-size: 12.2px;
}

.table-spare .elem-incart .remove {
  font-family: Tahoma;
  font-weight: 600;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 14px;
  padding-left: 1px;
  margin-top: 1px;
  margin-left: 7px;
}

.table-spare .elem-number-spinner {
  width: 45px;
  height: 24px;
  font-size: 12px;
  position: relative;
  top: 3px;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 10px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .table-responsive > .table {
    margin-top: 0;
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.elem-badge {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 18px;
  height: 23px;
  padding: 2px 13px 0;
  color: #fff;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

.elem-badge.badge-green {
  /*background-color: #9ab435;*/
  background-color: #2e3192;
}

.elem-badge.badge-dk_red {
  /*background-color: #ff3952;*/
  background-color: #ff3651;
}

.elem-burger {
  display: inline-block;
  height: 41px;
  position: relative;
  font-size: 13px;
  border: solid 2px #53bed0;
  color: #53bed0;
  padding-left: 46px;
  padding-right: 19px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 600;
  padding-top: 9px;
  text-transform: uppercase;
}

.elem-burger .decor, .elem-burger:before, .elem-burger:after {
  display: block;
  width: 21px;
  height: 3px;
  background-color: #53bed0;
  position: absolute;
  left: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.elem-burger .decor {
  top: 50%;
  margin-top: -2px;
}

.elem-burger:before, .elem-burger:after {
  content: '';
}

.elem-burger:before {
  top: 10px;
}

.elem-burger:after {
  bottom: 10px;
}

@media (max-width: 767px) {
  .elem-burger {
    font-size: 0;
    padding: 0;
    width: 33px;
    height: 33px;
  }
  .elem-burger .decor, .elem-burger:before, .elem-burger:after {
    width: 17px;
    left: 6px;
  }
  .elem-burger:before {
    top: 7px;
  }
  .elem-burger:after {
    bottom: 7px;
  }
}

.elem-cart {
  display: block;
  position: relative;
  padding-left: 50px;
  color: #872f1a;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 4px;
  z-index: 6;
}

.elem-cart:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elem-cart .product {
  display: none;
  color: #872f1a;
}

.elem-cart .product:hover {
  color: #a74f39;
  text-decoration: none;
}

.elem-cart .product .price {
  display: block;
  font-family: "Mulish", Arial, serif;
  font-size: 20px;
  color: #1f2a37;
  margin-top: 0;
  font-weight: 600;
}

.elem-cart .product .price small {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #1f2a37;
}

.elem-cart .product .price .rub {
  font-family: 'rouble';
  font-size: 15px;
  color: #1f2a37;
}

.elem-cart:hover, .elem-cart:focus {
  color: #a74f39;
  text-decoration: none;
}

.elem-cart.has-product {
  line-height: 1.35;
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
  margin-top:7px;
}

.elem-cart.has-product .product {
  display: block;
}

.elem-cart.has-product .no-product {
  display: none;
}

.elem-cart .box-cart-popup {
  display: none;
}

.elem-check-order {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  padding-left: 38px;
  color: #872f1a;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-size: 14.5px;
  text-align: left;
  outline: none;
}

.elem-check-order:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #872f1a;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elem-check-order:after {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elem-check-order:hover, .elem-check-order:focus {
  outline: none;
  color: #a74f39;
  text-decoration: none;
}

.elem-check-order:hover:before, .elem-check-order:focus:before {
  background-color: #732d1b;
}

.elem-close {
  position: relative;
  border: none;
  background-color: transparent;
  outline: none;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.elem-close:before, .elem-close:after {
  content: '';
  width: 25px;
  height: 2px;
  background-color: #53bed0;
  position: absolute;
  top: 10px;
  left: -1px;
}

.elem-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.elem-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.elem-counter {
  position: relative;
  font-size: 0;
  line-height: 1;
  width: 90px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.elem-counter .number {
  display: inline-block;
  margin-right: 2px;
}

.elem-counter .unit {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #888;
  width: 50px;
  text-align: center;
}

.elem-counter .control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #eee;
  color: #888;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

.elem-counter .control.disabled {
  cursor: default;
  pointer-events: none;
  color: #dadada;
}

.elem-counter .control:hover {
  background-color: #41aabc;
  color: #fff;
}

.elem-counter .control.minus {
  left: 0;
}

.elem-counter .control.plus {
  right: 0;
}

@media (max-width: 1008px) {
  .elem-counter .control {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .elem-counter {
    width: 98px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .elem-counter .control {
    width: 24px;
    height: 24px;
    font-size: 22px;
  }
}

.elem-custom-scroll .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.elem-file {
  display: inline-block;
  position: relative;
  padding-left: 46px;
  text-decoration: none !important;
  border-bottom: none !important;
  margin-top: 3px;
  margin-bottom: 25px;
}

.elem-file .file-img {
  position: absolute;
  left: 0;
  top: 4px;
}

.elem-file .file-img > img {
  max-width: 35px;
  vertical-align: top;
}

.elem-file .file-img:empty:after {
  display: inline-block;
}

.elem-file .file-name {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.19;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  color: #53bed0;
  margin-bottom: 3px;
}

.elem-file .file-size {
  display: block;
  color: #595f67;
  font-size: 14px;
  line-height: 14px;
}

.elem-file:hover .file-name {
  text-decoration: none;
}

.elem-heading .mobile-back {
  display: none;
  font-size: 0;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  border-right: solid 2px #fff;
}

.elem-heading .mobile-back:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 15px;
  border-left: solid 2px #53bed0;
  border-bottom: solid 2px #53bed0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 3px;
}

.elem-heading .trigger {
  display: none;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 3;
  margin-top: -18px;
}

.elem-heading .trigger:before {
  content: '';
  width: 11px;
  height: 11px;
  right: 15px;
  border-right: solid 2px #53bed0;
  border-bottom: solid 2px #53bed0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
}

@media (max-width: 767px) {
  .elem-heading {
    position: relative;
    z-index: 5;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 60px;
    padding-right: 15px;
    background-color: #efefef;
    margin-bottom: 5px;
  }
  .elem-heading h1, .elem-heading .h1 {
    margin: 0;
    padding: 19px 45px 14px 0;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
  }
  .elem-heading .mobile-back {
    display: block;
  }
  .elem-heading.has-submenu {
    padding-right: 0;
    cursor: pointer;
    margin-bottom: 0px;
  }
  .elem-heading.has-submenu h1, .elem-heading.has-submenu .h1 {
    padding-right: 53px;
    position: relative;
    z-index: 1;
  }
  .elem-heading.has-submenu .trigger {
    display: block;
  }
}

@media (min-width: 768px) {
  .elem-heading .trigger {
    display: none !important;
  }
}

.elem-img {
  max-width: 50%;
  margin-bottom: 5px;
  padding-top: 5px;
}

.elem-img img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  border: solid 1px #efefef;
}

.elem-img .descr {
  color: #777777;
  margin-top: 5px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.elem-img.pull-left {
  margin-right: 30px;
}

.elem-img.pull-right {
  margin-left: 30px;
}

@media (max-width: 1008px) {
  .elem-img {
    margin-bottom: 20px;
  }
  .elem-img .descr {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .elem-img {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .elem-img.pull-right {
    margin-left: 0;
  }
  .elem-img.pull-left {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  p + .elem-img {
    padding-top: 6px;
  }
}

.elem-input-file {
  position: relative;
  min-height: 40px;
  overflow: hidden;
  padding-left: 145px;
}

.elem-input-file .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
  font-size: 16px;
}

.elem-input-file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -o-transform: scale(20);
  transform: scale(20);
  letter-spacing: 10em;
  -ms-transform: scale(20);
  opacity: 0;
}

.elem-input-file input.MultiFile + .MultiFile-list {
  margin-left: -145px;
}

.elem-input-file .MultiFile-list {
  z-index: 1;
  position: relative;
  margin-top: 10px;
}

.elem-input-file .MultiFile-list > .MultiFile-label {
  padding-right: 20px;
}

.elem-input-file .MultiFile-list > .MultiFile-label:first-child {
  margin-top: 55px;
}

.elem-input-file .MultiFile-list .MultiFile-label {
  clear: both;
  position: relative;
  margin-bottom: 3px;
  display: table;
}

.elem-input-file .MultiFile-list .MultiFile-label .MultiFile-remove {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin-left: 0;
  position: absolute;
  top: 3px;
  z-index: 1;
  right: 0;
  font-size: 0;
  text-decoration: none;
  color: #999;
  line-height: 0.5;
  border-bottom: none;
  font-weight: 600;
}

.elem-input-file .MultiFile-list .MultiFile-label .MultiFile-remove:before {
  content: '\00d7';
  font-size: 25px;
}

.elem-input-file .MultiFile-list .MultiFile-label .MultiFile-remove:hover {
  color: red;
}

.elem-input-file .MultiFile-list .MultiFile-label .MultiFile-title {
  word-wrap: break-word;
  display: table;
  color: #999;
  font-size: 13px;
}

@media (min-width: 768px) {
  .elem-input-file {
    min-height: 41px;
    padding-left: 0;
    padding-top: 41px;
  }
  .elem-input-file .btn {
    width: 178px;
    height: 41px;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }
  .elem-input-file input.MultiFile + .MultiFile-list {
    margin-left: 0;
  }
  .elem-input-file .MultiFile-list > .MultiFile-label:first-child {
    margin-top: 5px;
  }
  .elem-input-file .MultiFile-list .MultiFile-label .MultiFile-remove {
    top: 4px;
  }
  .elem-input-file .MultiFile-list .MultiFile-label .MultiFile-remove:before {
    font-size: 25px;
    font-weight: 400;
  }
  .elem-input-file .MultiFile-list .MultiFile-label .MultiFile-title {
    font-size: 14px;
  }
}

.elem-not_found {
  text-align: center;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  padding-top: 35px;
  padding-bottom: 80px;
}

.elem-not_found .message {
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 10px;
  color: #872f1a;
}

.elem-not_found .btn-arrowed {
  position: relative;
  text-transform: uppercase;
  padding: 18px 30px 16px 59px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.elem-not_found .btn-arrowed:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

@media (max-width: 767px) {
  .elem-not_found img {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .elem-not_found .message {
    padding-left: 10px;
    padding-right: 10px;
  }
  .elem-not_found .btn-arrowed {
    font-size: 16px;
    padding-left: 50px;
  }
}

.elem-popular-count {
  display: inline-block;
  font-size: 0;
  text-align: left;
}

.elem-popular-count .num {
  display: inline-block;
  vertical-align: middle;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  color: #873825;
  font-size: 38px;
  line-height: 1;
  margin-bottom: -11px;
  margin-right: 10px;
}

.elem-popular-count .text {
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.elem-price {
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  font-size: 22px;
}

.elem-price small,
.elem-price .rub {
  font-size: 15px;
  color: #666;
}

.elem-print {
  position: relative;
  padding-left: 33px;
  font-size: 14px;
  color: #53bed0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.elem-print:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elem-reg-features {
  font-size: 15px;
  margin: -2px 0 63px 0;
  counter-reset: chapter 0;
  padding-left: 15px;
  border-top: solid 1px transparent;
}

.elem-reg-features li {
  margin: 5px 0 10px 0;
  counter-increment: chapter;
  list-style: none;
  position: relative;
  line-height: 21px;
  color: #1f2a37;
}

.elem-reg-features li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  color: #53bed0;
}

.elem-reg-features > li:before {
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #53bed0;
}

.elem-reg-features.no-bullets {
  padding-left: 0;
}

.elem-reg-features.no-bullets > li:before {
  content: none;
  display: none;
}

@media (max-width: 1008px) {
  .elem-reg-features {
    margin-bottom: 42px;
  }
}

.elem-search {
  position: relative;
  z-index: 7;
}

.elem-search:before {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 13px;
  z-index: 3;
}

.elem-search input[type="search"],
.elem-search input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: solid 1px #ebebeb;
  padding-left: 53px;
  padding-right: 15px;
  z-index: 2;
  /*box-sizing: inherit;*/
}

.elem-search input[type="search"]:focus,
.elem-search input[type="text"]:focus {
  outline: none;
}

.elem-search .search-icon {
  display: none;
  position: absolute;
}

.elem-search .suggest {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  background-color: #fff;
  border: solid 1px #ededed;
  border-top: none;
  z-index: 1;
  padding-top: 20px;
}

.elem-search .suggest > a {
  display: block;
  color: #1f2a37;
  text-decoration: none;
  padding: 14px 58px 13px 17px;
  position: relative;
  margin-top: -1px;
  border-bottom: solid 1px #ededed;
  text-align: left;
}

.elem-search .suggest > a:hover {
  color: #fff;
  background-color: #53bed0;
  text-decoration: none;
  border-bottom-color: #53bed0;
}

.elem-search .suggest > a.all-result {
  text-transform: uppercase;
  color: #53bed0;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 800;
  border-bottom: none;
}

.elem-search .suggest > a.all-result:hover {
  color: #3393bc;
  background-color: transparent;
}

.elem-search .suggest > a .num {
  position: absolute;
  width: 58px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.elem-search.suggested .suggest {
  display: block;
}

@media (max-width: 1008px) {
  .elem-search .search-icon {
    display: block;
    z-index: 3;
  }
  .elem-search:before {
    content: none;
    display: none;
  }
  .elem-search input[type="search"],
  .elem-search input[type="text"] {
    border-color: transparent;
  }
  .elem-search.opened input[type="search"],
  .elem-search.opened input[type="text"] {
    border-color: #aaaaaa;
  }
}

.elem-search_by {
  font-size: 0;
}

.elem-search_by > a {
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
}

.elem-search_by > a:hover {
  text-decoration: none;
}

.elem-search_by > a.active {
  text-decoration: none;
  color: #1f2a37;
  pointer-events: none;
}

.elem-search_by > a + a {
  position: relative;
  padding-left: 21px;
  margin-left: 20px;
}

.elem-search_by > a + a:before {
  content: '';
  display: block;
  width: 1px;
  height: 31px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .elem-search_by > a {
    font-size: 14px;
  }
  .elem-search_by > a + a {
    padding-left: 15px;
    margin-left: 14px;
  }
}

.elem-select-custom {
  position: relative;
}

.elem-select-custom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.elem-select-custom .bootstrap-select > .dropdown-toggle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 13px 45px 14px 18px;
  background: #fff;
  -webkit-filter: none;
  filter: none;
  font-size: 15px;
  border-color: #aaaaaa;
  color: #444b4e;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.elem-select-custom .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
  background: #fff;
  border-color: #aaaaaa;
}

.elem-select-custom .bootstrap-select > .dropdown-toggle:hover {
  background-color: #fff;
  border-color: #aaaaaa;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: -9px;
  right: 23px;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 350px !important;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu li {
  margin-top: 0;
  margin-bottom: 0;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu li:focus {
  outline: none !important;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu li a {
  padding: 12px 18px 12px;
  border-bottom: solid 1px #aaaaaa;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu li a:hover, .elem-select-custom .bootstrap-select.btn-group .dropdown-menu li a:focus {
  background-color: #53bed0;
  color: #fff;
  outline: none !important;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu li:last-child a {
  border-bottom: none;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: default;
  color: #ededed;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu li.disabled a:hover, .elem-select-custom .bootstrap-select.btn-group .dropdown-menu li.disabled a:focus {
  background-color: transparent;
}

.elem-select-custom .bootstrap-select.btn-group .dropdown-menu li.selected a {
  background-color: #53bed0;
  color: #fff;
}

.elem-select-custom .bootstrap-select > select {
  bottom: 100%;
}

.elem-select-custom .bootstrap-select.open > .dropdown-toggle {
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.elem-select-custom .bootstrap-select.open > .dropdown-toggle .caret {
  margin-top: -3px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.elem-select-custom .caret {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: none;
  border-left: solid 2px #53bed0;
  border-bottom: solid 2px #53bed0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.elem-select-custom .dropdown-menu {
  margin-top: -1px;
  border-color: #aaaaaa;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  z-index: 49;
  font-size: 15px;
}

.elem-select-custom .selectpicker.mobile-device {
  font-size: 14px;
}

.elem-share {
  font-size: 0;
  text-align: center;
}

.elem-share .title {
  font-size: 13px;
  text-transform: uppercase;
  color: #666;
  display: inline-block;
  margin-bottom: 15px;
}

.elem-share .ya-share2__link {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.elem-share .ya-share2__badge {
  background-color: transparent !important;
}

.elem-share .ya-share2__container_size_m .ya-share2__icon {
  width: 40px !important;
  height: 40px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #53bed0;
  position: relative;
  font-size: 0;
  text-decoration: none !important;
  outline: none;
  background-image: none !important;
}

.elem-share .ya-share2__container_size_m .ya-share2__icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

.elem-share .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon:hover {
  background-color: #4a6c9c;
  border-color: #4a6c9c;
}

.elem-share .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon:hover {
  background-color: #4c65b6;
  border-color: #4c65b6;
}

.elem-share .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon:hover {
  background-color: #ee8208;
  border-color: #ee8208;
}

.elem-share .ya-share2__container_size_m .ya-share2__item_service_viber .ya-share2__icon:hover {
  background-color: #7c529d;
  border-color: #7c529d;
}

.elem-share .ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__icon:hover {
  background-color: #2ab200;
  border-color: #2ab200;
}

.elem-share .ya-share2__list_direction_horizontal > .ya-share2__item.ya-share2__item_service_viber, .elem-share .ya-share2__list_direction_horizontal > .ya-share2__item.ya-share2__item_service_whatsapp {
  display: none;
}

@media (max-width: 1008px) {
  .elem-share .ya-share2__list_direction_horizontal > .ya-share2__item.ya-share2__item_service_viber, .elem-share .ya-share2__list_direction_horizontal > .ya-share2__item.ya-share2__item_service_whatsapp {
    display: inline-block;
  }
}

.elem-show-more {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 59, 69, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 59, 69, 0.15);
  box-shadow: 0 2px 4px rgba(0, 59, 69, 0.15);
  cursor: pointer;
  font-size: 0;
  text-align: center;
  position: relative;
}

.elem-show-more:before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.elem-show-more.ajax-loading {
  pointer-events: none;
}

.elem-show-more.ajax-loading:after {
  content: none;
}

.elem-show-more.ajax-loading:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}

.elem-show-more.blue-stroke {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 2px #41aabc;
}

.elem-show-more.blue-stroke:hover {
  background-color: #41aabc;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes rotating {
  from {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-o-keyframes rotating {
  from {
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.elem-side-lines {
  text-align: center;
}

.elem-side-lines .text {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #b3b3b3;
  position: relative;
}

.elem-side-lines .text:before, .elem-side-lines .text:after {
  content: '';
  display: block;
  width: 86px;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  top: 50%;
}

.elem-side-lines .text:before {
  right: 100%;
  margin-right: 15px;
}

.elem-side-lines .text:after {
  left: 100%;
  margin-left: 15px;
}

.elem-social {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #53bed0;
  position: relative;
  font-size: 0;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none !important;
  outline: none;
}

.elem-social:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

.elem-social.fb:hover {
  background-color: #4c65b6;
  border-color: #4c65b6;
}

.elem-social.vk:hover {
  background-color: #4a6c9c;
  border-color: #4a6c9c;
}

.elem-social.yt:hover {
  background-color: #ef3a41;
  border-color: #ef3a41;
}

.elem-social.ok:hover {
  background-color: #ee8208;
  border-color: #ee8208;
}

.elem-social.vb {
  width: 144px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #53bed0;
  text-align: left;
  font-size: 15px;
  padding-left: 68px;
  line-height: 34px;
  margin-right: 5px;
  margin-left: 54px;
}

.elem-social.vb:before {
  position: absolute;
  left: 29px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elem-social.vb:after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: #9cdce7;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elem-social.vb:hover {
  background-color: #7c529d;
  border-color: #7c529d;
  color: #fff;
}

.elem-social.wa {
  width: 144px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #53bed0;
  text-align: left;
  font-size: 15px;
  padding-left: 54px;
  line-height: 34px;
  margin-left: 5px;
}

.elem-social.wa:before {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elem-social.wa:hover {
  background-color: #2ab200;
  border-color: #2ab200;
  color: #fff;
}

@media (max-width: 767px) {
  .elem-social {
    margin-left: 5px;
    margin-right: 5px;
  }
  .elem-social.vb {
    margin: 16px 5px 0;
  }
  .elem-social.vb:after {
    content: none;
  }
  .elem-social.wa {
    margin: 16px 5px 0;
  }
}

.elem-to_cart {
  font-size: 14px;
  line-height: 1;
  color: #1f2a37;
  padding-left: 50px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.elem-to_cart:before {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elem-to_cart:hover {
  background-color: #53bed0;
  color: #fff;
  text-decoration: none;
}

.elem-to_cart.in-cart-link {
  background-color: #2acde8;
  color: #fff;
}

.box-snippet .info-wrapper .elem-to_cart.in-cart-link
{
  line-height:49px;
}

[type="submit"].elem-to_cart {
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
}

[type="submit"].elem-to_cart:hover {
  background-color: #53bed0;
  color: #fff;
  text-decoration: none;
}

.elem-types {
  float: right;
  display: block;
  cursor: pointer;
}

.elem-video-wrapper {
  max-width: 50%;
}

.elem-video-wrapper .video-description {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.1;
}

@media (max-width: 1008px) {
  .elem-video-wrapper {
    max-width: inherit;
  }
}

.elem-view_by {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #53bed0;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.elem-view_by:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.elem-view_by.active {
  background-color: #53bed0 !important;
  pointer-events: none;
}

.elem-view_by:hover {
  background-color: #41aabc;
}

.form .form-label,
.form .label-control {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 9px;
}

.form .form-label.required:after,
.form .label-control.required:after {
  content: '\273d';
  color: #f73030;
  font-size: 50%;
  vertical-align: top;
}

.form .form-label {
  font-family: "Mulish Black", Arial, serif;
  font-weight: 900;
  margin-bottom: 7px;
}

.form .form-label .hint {
  color: #888;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  height: 46px;
}

.form .form-control:focus {
  border-color: #aaaaaa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aaaaaa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aaaaaa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aaaaaa;
}

.form .form-control[disabled] {
  background-color: #f5f5f5;
}

.form .label-error {
  display: none;
  font-weight: 400;
  color: #f73030;
  font-size: 11px;
  position: absolute;
}
.form .label-error a{
  color: #f73030;
  text-decoration: underline;
}
.form .label-success {
  display: none;
  font-weight: 400;
  color: #3c763d;
  font-size: 11px;
  position: absolute;
}

.form .error-overall {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #f73030;
}

.form .form-group {
  position: relative;
  margin-bottom: 28px;
}

.form .control-hint {
  color: #aaaaaa;
  font-size: 12px;
  padding-top: 34px;
}

.form .control-hint.two-rows {
  padding-top: 30px;
  line-height: 1.2;
}

.form .has-error .form-control {
  border-color: #f73030;
}

.form .has-error .form-control:focus {
  border-color: #f73030;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red;
}

.form .has-error .bootstrap-select .dropdown-toggle {
  border-color: #f73030;
}

.form .has-error .elem-select-custom .dropdown-menu {
  border-color: #f73030;
}

.form .has-error .label-error {
  display: inline-block;
}
.form .has-success .label-success {
  display: inline-block;
}

.form textarea.form-control {
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 10px;
  line-height: 1.5;
}

.form textarea.form-control[rows] {
  resize: none;
}

.form .hint-required {
  font-size: 14px;
  color: #868686;
}

.form .hint-required .form-label {
  display: inline-block;
}

.form .success-msg {
  font-size: 13px;
  color: #868686;
  margin-bottom: 25px;
}

.form .hint-success {
  color: #60a531;
  font-size: 14px;
  padding-left: 20px;
  font-weight: 400;
  margin-top: 3px;
  cursor: default;
}

.form .hint-success:hover {
  color: #60a531;
}

.form .error-overall {
  font-size: 13px;
  color: #f73c3c;
  margin-bottom: 25px;
}

.form.form-horizontal .form-label {
  text-align: right;
  margin-top: 18px;
}

.form.form-horizontal .control-hint {
  padding-top: 15px;
}

.form.form-horizontal .form-group {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form.form-horizontal .form-label {
    text-align: left;
  }
}

.form.form-login {
  padding-right: 30px;
}

.form.form-login .btn-link {
  text-transform: uppercase;
}

@media (max-width: 1008px) {
  .form.form-login {
    padding-right: 0px;
  }
  .form.form-login .btn-link {
    font-weight: 400;
    padding-right: 0;
    padding-left: 10px;
    font-size: 14px;
    text-transform: none;
  }
  .form .control-hint.sm-two-rows {
    padding-top: 27px;
    line-height: 1.428571429;
  }
}

@media (max-width: 767px) {
  .form .control-hint {
    font-size: 13px;
    padding-top: 10px;
  }
  .form .control-hint.two-rows {
    padding-top: 10px;
    line-height: 1.428571429;
  }
  .form .control-hint.sm-two-rows {
    padding-top: 10px;
  }
  .form.form-login {
    text-align: left;
    margin-bottom: 0;
  }
  .form.form-login .form-group {
    margin-bottom: 20px;
  }
  .form.form-login .btn {
    width: 100%;
  }
}

input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.list-snippets {
  margin-left: -3.13%;
  font-size: 0;
  padding-top: 3px;
}

.list-snippets .box-select_by {
  margin-left: 3.13%;
  float: left;
  margin-bottom: 10px; /*3.06.2018 30px*/
}

.list-snippets .elem-search_by {
  float: left;
}

.list-snippets .box-view_by {
  float: right;
  margin-bottom: 10px; /*3.06.2018 30px*/
}

.list-snippets .box-view_by .elem-view_by {
  margin-left: 15px;
}

.list-snippets .box-view_by .elem-view_by:first-child {
  margin-left: 0;
}

.list-snippets .box-snippet {
  display: inline-block;
  vertical-align: top;
  margin-left: 3.13%;
  width: 30.203333%;
  border: solid 1px #e6e6e6;
}

.list-snippets .search-article {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.list-snippets .search-article .title {
  display: table;
  font-size: 14px;
  margin-bottom: 12px;
  text-decoration: underline;
}

.list-snippets .search-article .title:hover {
  text-decoration: none;
}

.list-snippets .search-article .mini-bread {
  font-size: 0;
  line-height: 1;
  margin-left: -6px;
}

.list-snippets .search-article .mini-bread > a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  color: #adadad;
  margin-left: 6px;
  margin-bottom: 5px;
}

.list-snippets .search-article .mini-bread > a + a {
  padding-left: 11px;
}

.list-snippets .search-article .mini-bread > a + a:before {
  content: '>';
  color: #53bed0;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 11px;
  font-weight: 600;
}

.list-snippets .search-article .mini-bread > a:hover {
  text-decoration: none;
  color: #3393bc;
}

.list-snippets .result-text {
  font-size: 14px;
  margin-top: 75px;
  margin-bottom: 100px;
}

.list-snippets.mod-search {
  margin-left: -2.4%;
}

.list-snippets.mod-search .search-article,
.list-snippets.mod-search .result-text {
  margin-left: 2.4%;
}

.list-snippets.mod-search .elem-search_by {
  margin-left: 2.4%;
  margin-bottom: 35px;
}

.list-snippets.mod-search .elem-search_by + .box-view_by {
  margin-top: -11px;
}

.list-snippets.mod-search .box-snippet {
  width: 22.6%;
  margin-left: 2.4%;
}

@media (max-width: 1279px) {
  .list-snippets {
    margin-left: -4.55%;
  }
  .list-snippets .box-select_by {
    margin-left: 4.55%;
  }
  .list-snippets .box-snippet {
    margin-left: 4.55%;
    width: 45.45%;
  }
  .list-snippets.mod-search {
    margin-left: -3.1%;
  }
  .list-snippets.mod-search .search-article,
  .list-snippets.mod-search .result-text {
    margin-left: 3.1%;
  }
  .list-snippets.mod-search .elem-search_by {
    margin-left: 3.1%;
  }
  .list-snippets.mod-search .box-snippet {
    width: 30.2%;
    margin-left: 3.1%;
  }
}

@media (max-width: 1008px) {
  .list-snippets {
    margin-left: -6%;
  }
  .list-snippets.mod-search {
    margin-left: -4.1%;
  }
  .list-snippets.mod-search .search-article,
  .list-snippets.mod-search .result-text {
    margin-left: 4.1%;
  }
  .list-snippets.mod-search .elem-search_by {
    margin-left: 4.1%;
  }
  .list-snippets.mod-search .box-snippet {
    width: 45.9%;
    margin-left: 4.1%;
  }
}

@media (max-width: 767px) {
  .list-snippets {
    margin-left: -4.55%;
  }
  .list-snippets .box-select_by {
    /*margin-top: 40px;*/
  }
  .list-snippets .box-view_by {
    display: none;
  }
  .list-snippets.has-types .box-select_by {
    width: 75%;
  }
  .list-snippets.has-types .elem-types {
    float: right;
    margin-top: 43px;
  }
}

@media (max-width: 420px)
{
  .banner_sem{
    margin-top:5px;
  }
}

@media (max-width: 480px) {
  .list-snippets {
    margin-left: 0;
  }
  .list-snippets .box-select_by {
    margin-left: 0;
    display: block;
    width: 100%;
  }
  .list-snippets .box-select_by .title {
    display: block;
    margin-bottom: 10px;
  }
  .list-snippets .box-select_by .elem-select-custom {
    display: block;
    width: 100%;
  }
  .list-snippets .box-snippet {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .list-snippets.has-types .box-select_by {
    width: 75%;
  }
  .list-snippets.has-types .elem-types {
    margin-top: 75px;
  }
  .list-snippets.mod-search {
    margin-left: 0%;
  }
  .list-snippets.mod-search .search-article,
  .list-snippets.mod-search .result-text {
    margin-left: 0%;
  }
  .list-snippets.mod-search .elem-search_by {
    margin-left: 0%;
  }
  .list-snippets.mod-search .box-snippet {
    width: 100%;
    margin-left: 0%;
  }
}

@media (min-width: 767px) {
  .list-snippets.mod-view_table {
    margin-bottom: 30px;
  }
  .list-snippets.mod-view_table .box-snippet {
    display: block;
    background-color: #fff;
    width: 95.45%;
    position: relative;
    height: 180px;
    margin-bottom: 23px;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper {
    display: block;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 180px;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper > img {
    height: 100%;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper .snippet-badges {
    left: 0;
    right: 0;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper .elem-badge {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    margin-left: 5px;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper .elem-badge:first-child {
    margin-left: 10px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 195px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper .prod-name {
    margin-bottom: 10px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper > .clearfix {
    padding-right: 5px;
    margin-bottom: 8px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper .elem-to_cart {
    position: relative;
    bottom: auto;
    width: auto;
    float: right;
    border: none;
    margin-left: 0;
    margin-right: -15px;
    margin-top: 0;
    padding-top: 1px;
    padding-right: 22px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    line-height: 40px;
  }
}

@media (min-width: 1008px) {
  .list-snippets.mod-view_table .box-snippet {
    height: 160px;
    margin-bottom: 30px;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper {
    width: 160px;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper .elem-badge {
    display: table;
    margin-left: 10px;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper .elem-badge:first-child {
    margin-left: 10px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper {
    padding-left: 180px;
    padding-top: 20px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper > .clearfix {
    position: absolute;
    padding-right: 0;
    margin-bottom: 0;
    width: 250px;
    margin-top: 6px;
  }
}

@media (min-width: 1279px) {
  .list-snippets.mod-view_table {
    margin-left: 0;
  }
  .list-snippets.mod-view_table .elem-search_by {
    margin-left: 0;
  }
  .list-snippets.mod-view_table .box-select_by {
    margin-left: 0;
  }
  .list-snippets.mod-view_table .box-snippet {
    height: 132px;
    width: 100%;
    margin-left: 0;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper {
    height: 130px;
    width: 180px;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper .elem-badge {
    display: inline-block;
    margin-left: 5px;
  }
  .list-snippets.mod-view_table .box-snippet .img-wrapper .elem-badge:first-child {
    margin-left: 10px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper {
    padding-left: 213px;
    padding-top: 36px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper .prod-category,
  .list-snippets.mod-view_table .box-snippet .info-wrapper .prod-name {
    width: 46%;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper .prod-name {
    margin-bottom: 0;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper .prod-category {
    margin-bottom: 8px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper > .clearfix {
    margin-top: 0;
    width: 23.4%;
    top: 48px;
    right: 180px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper .elem-counter {
    margin-top: 9px;
  }
  .list-snippets.mod-view_table .box-snippet .info-wrapper .elem-to_cart {
    position: absolute;
    top: 41px;
    right: 10px;
    left: auto;
    margin-right: 0;
    line-height: 48px;
  }
}

.list-types {
  margin-bottom: 10px;
}

.list-types .types-close {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  height: 50px;
  background-color: #f7f7f7;
  z-index: 5;
}

.list-types .types-close .title {
  text-align: center;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 15px;
  font-size: 18px;
}

.list-types .types-close .elem-close {
  position: absolute;
  right: 18px;
  top: 16px;
}

@media (max-width: 767px) {
  .list-types#makeMobileTypes {
    display: none;
    background-color: #f7f7f7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 20;
    margin-bottom: 0;
    padding-top: 50px;
  }
  .list-types#makeMobileTypes.opened {
    display: block;
  }
  .list-types#makeMobileTypes .types-close {
    display: block;
  }
}

.nav-accordion {
  margin-bottom: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f7f7f7;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.nav-accordion .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-accordion .panel + .panel {
  margin-top: 0;
}

.nav-accordion .panel-default {
  border: none;
}

.nav-accordion .panel-default > .panel-heading {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  padding: 4px 20px 4px;  /*3.06.2018 9px 20px 6px*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

.nav-accordion .panel-default > .panel-heading:hover {
  background-color: #41aabc;
  border-color: #41aabc;
}

.nav-accordion .panel-default > .panel-heading:hover .panel-title:after {
  color: #fff;
  background-color: #71bfcd;
}

.nav-accordion .panel-default > .panel-heading:hover .name {
  color: #fff;
}

.nav-accordion .panel-default > .panel-heading[aria-expanded="true"] {
  background-color: #e5fbff;
  border-color: #e5fbff;
}

.nav-accordion .panel-default > .panel-heading[aria-expanded="true"] .panel-title:after {
  content: '\2212';
  color: #fff;
  background-color: #2acde8;
}

.nav-accordion .panel-default > .panel-heading[aria-expanded="true"] .name {
  color: #1f2a37;
}

.nav-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.nav-accordion .panel-default:last-child > .panel-heading:before {
  content: '';
  display: block;
  height: 7px;
  background-color: transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-accordion .panel-default:last-child > .panel-heading:hover:before {
  background-color: #41aabc;
}

.nav-accordion .panel-default:last-child > .panel-heading[aria-expanded="true"]:before {
  background-color: #c8eff6;
}

.nav-accordion .panel-title {
  font-size: 0;
  position: relative;
  padding-right: 25px;
}

.nav-accordion .panel-title:after {
  content: '\002B';
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #c8eff6;
  color: #53bed0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 0.9;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.nav-accordion .panel-title .name {
  font-family: "Mulish", Arial, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 900;
  color: #53bed0;
  display: inline-block;
  text-transform: uppercase;
  word-break: break-word;
}

.nav-accordion .panel-title .name:hover, .nav-accordion .panel-title .name:focus {
  text-decoration: none;
}

.nav-accordion .panel-title .hint {
  font-size: 18px;
  line-height: 1;
  color: #888;
  margin-top: 7px;
}

.nav-accordion .panel-title .btn {
  font-size: 16px;
  padding: 15px 43px 13px;
}

.nav-accordion .panel-title .part-left {
  float: left;
}

.nav-accordion .panel-title .part-right {
  float: right;
}

.nav-accordion .panel-body {
  border-top-color: transparent;
  padding: 6px 0;
  background-color: #c8eff6;
}

.nav-accordion .panel-body .link-block {
  font-family: "Mulish", Arial, serif;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
  color: #53bed0;
  padding: 6px 20px 6px; /*3.06.2018 13px 20px 10px*/
}

.nav-accordion .panel-body .link-block:hover, .nav-accordion .panel-body .link-block:focus {
  text-decoration: none;
  background-color: #41aabc;
  color: #fff;
}

.nav-accordion .panel-body .link-block.active {
  background-color: #41aabc;
  color: #fff;
}

.nav-accordion .accord-close {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  height: 50px;
  background-color: #f7f7f7;
  z-index: 5;
}

.nav-accordion .accord-close .title {
  text-align: center;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 15px;
  font-size: 18px;
}

.nav-accordion .accord-close .elem-close {
  position: absolute;
  right: 18px;
  top: 16px;
}

.nav-accordion .accord-close + .panel-default > .panel-heading:before {
  content: '';
  display: block;
  height: 7px;
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-accordion .accord-close + .panel-default > .panel-heading:hover:before {
  background-color: #41aabc;
}

.nav-accordion .accord-close + .panel-default > .panel-heading[aria-expanded="true"]:before {
  background-color: #e5fbff;
}

@media (max-width: 1008px) {
  .nav-accordion {
    overflow-y: auto;
    max-height: 50vh;
  }
}

@media (max-width: 767px) {
  .nav-accordion {
    max-height: inherit;
  }
  .nav-accordion#sectionAccordion {
    display: block;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 20;
    margin-bottom: 0;
    padding-top: 50px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    -webkit-transition: opacity linear 0s 0s;
    -o-transition: opacity linear 0s 0s;
    -moz-transition: opacity linear 0s 0s;
    transition: opacity linear 0s 0s;
  }
  .nav-accordion#sectionAccordion.opened {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity linear .2s .2s;
    -o-transition: opacity linear .2s .2s;
    -moz-transition: opacity linear .2s .2s;
    transition: opacity linear .2s .2s;
  }
  .nav-accordion#sectionAccordion .accord-close {
    display: block;
  }
  .nav-accordion#sectionAccordion .accord-close + .panel-default > .panel-heading:before {
    content: none;
  }
  .nav-accordion#sectionAccordion .panel-default:last-child > .panel-heading:before {
    content: none;
  }
}

@media (min-width: 1009px) {
  .nav-accordion.is_stuck {
    position: relative !important;
    top: 0 !important;
  }
}

.nav-breadcrumbs {
  font-size: 0;
  line-height: 1;
  padding-top: 20px;
}

.nav-breadcrumbs a {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  color: #adadad;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  padding-left: 17px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.nav-breadcrumbs a:hover {
  text-decoration: none;
  color: #41aabc;
}

.nav-breadcrumbs a:before {
  content: '\003e';
  font-family: 'Arial';
  color: #53bed0;
  display: inline-block;
  position: absolute;
  font-size: 13px;
  line-height: 1;
  left: 0;
  top: -1px;
}

.nav-breadcrumbs a:first-child {
  padding-left: 21px;
}

.nav-breadcrumbs a:first-child:before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -1px;
}

@media (max-width: 767px) {
  .nav-breadcrumbs {
    display: none;
  }
}

.nav-cabinet {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.nav-cabinet > a {
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  color: #53bed0;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 20px 9px;
  background-color: #e5fbff;
  outline: none;
}

.nav-cabinet > a:first-child {
  padding-top: 17px;
}

.nav-cabinet > a:last-child {
  padding-bottom: 14px;
}

.nav-cabinet > a.active {
  color: #1f2a37;
  pointer-events: none;
}

.nav-cabinet > a:hover {
  background-color: #41aabc;
  color: #fff;
  text-decoration: none;
}

.nav-cabinet > a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav-cabinet {
    position: static !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-cabinet > a {
    position: relative;
  }
  .nav-cabinet > a:first-child {
    padding-top: 12px;
  }
  .nav-cabinet > a:last-child {
    padding-bottom: 9px;
  }
  .nav-cabinet > a + a {
    margin-top: 2px;
  }
  .nav-cabinet > a:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px #53bed0;
    border-left: solid 2px #53bed0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .nav-cabinet > a:hover:after {
    border-top-color: #fff;
    border-left-color: #fff;
  }
  .nav-cabinet > a.active:after {
    content: none;
  }
}

.nav-footer a {
  display: table;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  color: #1f2a37;
  text-decoration: none;
  margin-bottom: 10px; /*3.06.2018 15px*/
  font-size: 18px;
}

.nav-footer a:hover {
  color: #3393bc;
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav-footer a {
    line-height: 1.3;
  }
}

.nav-header-bottom {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  margin-left: -20px;
  margin-right: -20px;
}

.nav-header-bottom:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.nav-header-bottom .item {
  display: inline-block;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  line-height: normal;
  vertical-align: top;
  position: relative;
  z-index: 5;
}

.nav-header-bottom .item:before {
  content: '';
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  /*background-color: #41aabc;*/
  /*background-image: url("/images/required/bg-pattern_blue.png");*/
  background-position: 2px 0;
}

.nav-header-bottom .item:hover:before {
  display: block;
}

.nav-header-bottom .item.active > a {
  background-color: #84dae8;
  color: #1f2a37;
}
.nav-header-bottom .item.active > a:hover
{
  background-color: #53bed0;
}

.nav-header-bottom .item a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-header-bottom .item a:hover {
  color: #fff;
}

.nav-header-bottom .item > a {
  padding: 19px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}

.nav-header-bottom .item > a:hover {
  /*background-color: #41aabc;*/
  /*background-image: url("/images/required/bg-pattern_blue.png");*/
  /*text-decoration: underline;*/
}

.nav-header-bottom .item > a:hover span
{
  border-bottom: solid 2px white;
}

.nav-header-bottom .item.has-submenu > a {
  padding-right: 30px;
  position: relative;
}

.nav-header-bottom .item.has-submenu > a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  margin-top: -3px;
}

.nav-header-bottom .item.has-submenu:hover > a {
  /*background-color: #41aabc !important;*/
  color: #fff !important;
  /*background-image: url("/images/required/bg-pattern_blue.png");*/
  /*text-decoration: underline;*/
}
.nav-header-bottom .item.has-submenu a:hover span
{
  border-bottom: solid 2px white;
}

.nav-header-bottom .item.has-submenu:hover > a:after {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}

.nav-header-bottom .item.has-submenu:hover .submenu {
  display: block;
}

.nav-header-bottom .item .submenu {
  display: none;
  /*background-color: #41aabc;*/
  background-color: #53bed0;
  background-image: url("/images/required/bg-pattern_blue.png");
  background-position: 0 -60px;
  position: absolute;
  left: -2px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding: 8px 0 14px 0;
}

.nav-header-bottom .item .submenu a {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 20px 4px; /*3.06.2018 8px 20px 8px*/
}

.nav-header-bottom .item .submenu a:hover, .nav-header-bottom .item .submenu a.active {
  background-color: rgba(59, 154, 171, 0.7);
  /*text-decoration: underline;*/
}
.nav-header-bottom .item .submenu a:hover span, .nav-header-bottom .item .submenu a.active span{
  border-bottom: solid 1px white;
}

@media (max-width: 1279px) {
  .nav-header-bottom {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav-header-bottom .item:before {
    content: none;
  }
  .nav-header-bottom .item > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-header-bottom .item.has-submenu > a {
    padding-right: 15px;
  }
  .nav-header-bottom .item.has-submenu > a:after {
    width: 6px;
    height: 6px;
    right: 4px;
    margin-top: -2px;
  }
}

.nav-pagination {
  vertical-align: top;
  font-size: 0;
}

.nav-pagination span.item {
  border: none;
  color: #1f2a37;
}

.nav-pagination span.item:hover {
  background-color: transparent;
  color: #1f2a37;
}

.nav-pagination > .item {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  margin-left: 7px;
  margin-right: 7px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 400;
  color: #53bed0;
  border: solid 2px #53bed0;
}

.nav-pagination > .item:hover {
  text-decoration: none;
  background-color: #41aabc;
  color: #fff;
}

.nav-pagination > .item:focus {
  text-decoration: none;
}

.nav-pagination > .item:first-child {
  margin-left: 0;
}

.nav-pagination > .item:last-child {
  margin-right: 0;
}

.nav-pagination > .item.active {
  cursor: default;
  pointer-events: none;
  background-color: #2acde8;
  border-color: #2acde8;
  color: #fff;
  pointer-events: none;
}

.nav-pagination > .item.prev, .nav-pagination > .item.next {
  position: relative;
  width: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.nav-pagination > .item.prev:after, .nav-pagination > .item.next:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-top: solid 2px #53bed0;
  border-right: solid 2px #53bed0;
  position: absolute;
  top: 11px;
}

.nav-pagination > .item.prev:hover, .nav-pagination > .item.next:hover {
  background-color: transparent;
}

.nav-pagination > .item.prev:hover:after, .nav-pagination > .item.next:hover:after {
  border-top-color: #53bed0;
  border-right-color: #53bed0;
}

.nav-pagination > .item.prev.disabled, .nav-pagination > .item.next.disabled {
  pointer-events: none;
}

.nav-pagination > .item.prev.disabled:after, .nav-pagination > .item.next.disabled:after {
  border-top-color: #dadada !important;
  border-right-color: #dadada !important;
}

.nav-pagination > .item.prev {
  margin-right: 10px;
}

.nav-pagination > .item.prev:after {
  left: 0;
  -webkit-transform: rotate(-133deg) skew(4deg);
  -moz-transform: rotate(-133deg) skew(4deg);
  -ms-transform: rotate(-133deg) skew(4deg);
  -o-transform: rotate(-133deg) skew(4deg);
  transform: rotate(-133deg) skew(4deg);
}

.nav-pagination > .item.next {
  margin-left: 10px;
}

.nav-pagination > .item.next:after {
  right: 0px;
  -webkit-transform: rotate(47deg) skew(4deg);
  -moz-transform: rotate(47deg) skew(4deg);
  -ms-transform: rotate(47deg) skew(4deg);
  -o-transform: rotate(47deg) skew(4deg);
  transform: rotate(47deg) skew(4deg);
}

.nav-pagination > span.item:not(.active) {
  margin: 0;
  width: 18px;
}

@media (max-width: 767px) {
  .nav-pagination > .item {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .nav-pagination > .item.prev, .nav-pagination > .item.next {
    width: 14px;
  }
  .nav-pagination > .item.prev:after, .nav-pagination > .item.next:after {
    top: 13px;
    width: 14px;
    height: 14px;
  }
  .nav-pagination > .item.prev {
    margin-right: 5px;
  }
  .nav-pagination > .item.next {
    margin-left: 5px;
  }
}

.nav-top a {
  color: #1f2a37;
  text-decoration: none;
}

.nav-top a:hover {
  color: #3393bc;
  text-decoration: none;
}

.nav-type_links {
  font-size: 0;
  margin-left: -15px;
}

.nav-type_links + .nav-type_links {
  position: relative;
  padding-top: 20px;
}

.nav-type_links + .nav-type_links:before {
  content: '';
  display: block;
  border-top: solid 1px #ececec;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-type_links .item {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
}

.nav-type_links .item.active > a {
/*  background-color: #e5fbff;
  border-color: #e5fbff;
  color: #1f2a37;
  font-weight: 600;
  cursor: default;*/
  text-decoration: none;
  background-color: #41aabc;
  border-color: #41aabc;
  color: #fff;
}

.nav-type_links .item.active > a:hover {
/*  background-color: #e5fbff;
  border-color: #e5fbff;
  color: #1f2a37;*/
}

.nav-type_links .item.active .nav-type_links {
  display: none;
}

.nav-type_links .item > a {
  display: inline-block;
  font-size: 15px;
  color: #53bed0;
  border: solid 2px #53bed0;
  line-height: 40px;
  padding: 0px 22px 2px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  outline: none;
}

.nav-type_links .item > a:hover {
  text-decoration: none;
  background-color: #41aabc;
  border-color: #41aabc;
  color: #fff;
}

.nav-type_links .item > a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav-type_links {
    margin-left: 0;
  }
  .nav-type_links#subOfActive {
    display: none;
  }
  .nav-type_links + .nav-type_links {
    padding-top: 0;
  }
  .nav-type_links + .nav-type_links:before {
    content: none;
  }
  .nav-type_links .item {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #a5e4ef;
  }
  .nav-type_links .item:last-child {
    border-bottom-color: transparent;
  }
  .nav-type_links .item.active > a {
    font-weight: 700;
  }
  .nav-type_links .item.active .nav-type_links {
    display: block;
    background-color: #41aabc;
    background-image: url("/images/required/bg-pattern_blue.png");
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-type_links .item.active .nav-type_links .item {
    border-bottom: none;
  }
  .nav-type_links .item.active .nav-type_links .item > a {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
  }
  .nav-type_links .item.active .nav-type_links .item.active > a {
    background-color: rgba(59, 154, 171, 0.7);
  }
  .nav-type_links .item > a {
    background-color: #c3f6ff;
    color: #1f2a37;
    padding: 15px 15px 16px;
    font-size: 14px;
    display: table;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    line-height: normal;
  }
}

.gallery-banner .swiper-slide {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.gallery-banner .item {
  display: block;
}

.gallery-banner .item img {
  width: 100%;
}

.gallery-banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: none;
  margin: 0 6px !important;
  opacity: 1;
}

.gallery-banner .swiper-pagination-bullet:hover {
  background-color: #c3f6ff;
}

.gallery-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c3f6ff;
}

.gallery-banner .swiper-button-next,
.gallery-banner .swiper-button-prev {
  width: 48px;
  height: 44px;
  background-image: none;
  background-color: transparent;
}

.gallery-banner .swiper-button-next.swiper-button-disabled,
.gallery-banner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.gallery-banner .swiper-button-next:after,
.gallery-banner .swiper-button-prev:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -8px;
}

.gallery-banner .swiper-button-next {
  right: 32px;
}

.gallery-banner .swiper-button-prev {
  left: 32px;
}

.gallery-banner .swiper-button-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -moz-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -o-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 8px;
}

@media (max-width: 1008px) {
  .gallery-banner .item {
    position: relative;
    height: 320px;
    overflow: hidden;
  }
  .gallery-banner .item img {
    max-width: inherit;
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) {
  .gallery-banner {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .gallery-banner .item {
    height: 200px;
    height: 40vw;
  }
  .gallery-banner .swiper-button-next:after,
  .gallery-banner .swiper-button-prev:after {
    width: 24px;
    height: 24px;
  }
  .gallery-banner .swiper-button-next {
    right: 15px;
  }
  .gallery-banner .swiper-button-prev {
    left: 15px;
  }
}

@media (max-width: 480px) {
  .gallery-banner .item {
    height: 165px;
    height: 40vw;
  }
}

@media (max-width: 380px) {
  .gallery-banner .item {
    height: 52vw;
  }
  .gallery-banner .item img {
    -webkit-transform: translate(-44%, 0);
    -moz-transform: translate(-44%, 0);
    -ms-transform: translate(-44%, 0);
    -o-transform: translate(-44%, 0);
    transform: translate(-44%, 0);
  }
}

.gallery-carousel_snippet {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.gallery-carousel_snippet .swiper-slide-active .box-snippet:before {
  content: none;
}

.gallery-carousel_snippet .swiper-button-next,
.gallery-carousel_snippet .swiper-button-prev {
  width: 44px;
  margin-top: 15px;
  height: 390px;
  top: 0;
  background-color: transparent;
  background-image: none;
}

.gallery-carousel_snippet .swiper-button-next.swiper-button-disabled,
.gallery-carousel_snippet .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.gallery-carousel_snippet .swiper-button-next:before,
.gallery-carousel_snippet .swiper-button-prev:before {
  content: '';
  display: block;
  margin-left: 3px;
  width: 15px;
  height: 15px;
  border-top: solid 2px #53bed0;
  border-left: solid 2px #53bed0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  transition: all ease-out .3s;
  z-index: 2;
}

.gallery-carousel_snippet .swiper-button-next:after,
.gallery-carousel_snippet .swiper-button-prev:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #41aabc;
  border: solid 2px #c3f6ff;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.gallery-carousel_snippet .swiper-button-next:hover:before,
.gallery-carousel_snippet .swiper-button-prev:hover:before {
  border-top-color: #fff;
  border-left-color: #fff;
}

.gallery-carousel_snippet .swiper-button-next:hover:after,
.gallery-carousel_snippet .swiper-button-prev:hover:after {
  opacity: 1;
}

.gallery-carousel_snippet .swiper-button-next {
  right: -24px;
}

.gallery-carousel_snippet .swiper-button-next:before {
  margin-left: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.gallery-carousel_snippet .swiper-button-next:after {
  margin-left: 6px;
}

.gallery-carousel_snippet .swiper-button-next:hover:before {
  margin-left: -4px;
}

.gallery-carousel_snippet .swiper-button-next:hover:after {
  margin-left: -1px;
}

.gallery-carousel_snippet .swiper-button-prev {
  left: -24px;
}

.gallery-carousel_snippet .swiper-button-prev:before {
  margin-left: -3px;
}

.gallery-carousel_snippet .swiper-button-prev:after {
  margin-left: -6px;
}

.gallery-carousel_snippet .swiper-button-prev:hover:before {
  margin-left: 5px;
}

.gallery-carousel_snippet .swiper-button-prev:hover:after {
  margin-left: 1px;
}

.gallery-carousel_snippet .swiper-scrollbar {
  display: none;
}

.gallery-carousel_snippet .swiper-pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  font-size: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width:100%;
}

.gallery-carousel_snippet .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: solid 2px #53bed0;
  background-color: #fff;
  margin: 0 6px;
  opacity: 1;
}

.gallery-carousel_snippet .swiper-pagination-bullet-active {
  background-color: #53bed0;
}

.gallery-carousel_snippet .box-snippet {
  margin-bottom: 90px;
}

.gallery-carousel_snippet.mod-photo .swiper-button-next,
.gallery-carousel_snippet.mod-photo .swiper-button-prev {
  margin-top: 0px;
  height: 100%;
}

.gallery-carousel_snippet.mod-photo .item {
  position: relative;
  text-align: center;
}

.gallery-carousel_snippet.mod-photo .item img {
  vertical-align: top;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 1008px) {
  .gallery-carousel_snippet .swiper-container {
    padding-bottom: 36px;
  }
  .gallery-carousel_snippet .swiper-button-next,
  .gallery-carousel_snippet .swiper-button-prev {
    display: none !important;
  }
  .gallery-carousel_snippet .swiper-scrollbar {
    background-color: #aaaaaa;
  }
  .gallery-carousel_snippet.swiper-container-horizontal > .swiper-scrollbar {
    height: 1px;
    bottom: 33px;
  }
  .gallery-carousel_snippet .swiper-scrollbar-drag {
    height: 7px;
    top: 0;
    background-color: #53bed0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .gallery-carousel_snippet .box-snippet {
    margin-bottom: 55px;
  }
  .gallery-carousel_snippet.full-width {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gallery-carousel_snippet.mod-photo > .swiper-scrollbar {
    display: block;
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  .gallery-carousel_snippet .swiper-container {
    padding-bottom: 20px;
  }
  .gallery-carousel_snippet .swiper-scrollbar {
    display: block;
    bottom: 20px;
  }
  .gallery-carousel_snippet .swiper-pagination {
    display: none;
  }
  .gallery-carousel_snippet .box-snippet {
    margin-bottom: 20px;
  }
}

.box-anounce {
  position: relative;
  border: solid 1px #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 353px;
}

.box-anounce:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.box-anounce .img-wrapper {
  height: 190px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  overflow: hidden;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  position: relative;
  margin-bottom: 25px;
}

.box-anounce .img-wrapper > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
}

.box-anounce > a {
  display: block;
  text-decoration: none;
  color: #1f2a37;
  outline: none;
  padding-left: 24px;
  padding-right: 20px;
}

.box-anounce > a:hover {
  text-decoration: none;
  color: #1f2a37;
}

.box-anounce > a:hover .title {
  color: #3393bc;
}

.box-anounce > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.box-anounce > a .title {
  display: block;
  padding-right: 40px;
  font-family: "Mulish", Arial, serif;
  font-size: 18px;
  line-height: 1;
  position: relative;
  margin-bottom: 12px;
}

.box-anounce > a .title:after {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.box-anounce > a .text {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1279px) {
  .box-anounce {
    height: 320px;
  }
  .box-anounce .img-wrapper {
    height: 143px;
  }
}

@media (max-width: 1008px) {
  .box-anounce {
    height: 335px;
  }
  .box-anounce .img-wrapper {
    height: 105px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .box-anounce {
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .box-anounce .img-wrapper {
    height: 140px;
    margin-bottom: 25px;
  }
}

.box-auth {
  margin-bottom: 50px;
}

.box-auth .elem-reg-features {
  margin-bottom: 129px;
}

@media (max-width: 1008px) {
  .box-auth .elem-reg-features {
    margin-bottom: 109px;
  }
}

@media (max-width: 767px) {
  .box-auth .mobile-wide {
    width: 100%;
  }
  .box-auth .btn-link {
    margin-top: 10px;
  }
  .box-auth .elem-reg-features {
    margin-bottom: 40px;
  }
}

.box-bestseller {
  border-top: solid 1px transparent;
  padding-top: 20px; /*3.06.2018 42px*/
  /*margin-top: 20px;*/ /*3.06.2018 50px*/
  margin-bottom: -20px;
}

.box-bestseller .elem-popular-count {
  margin-top: -6px;
}

@media (max-width: 767px) {
  .box-bestseller {
    padding-top: 20px;
  }
  .box-bestseller h1, .box-bestseller .h1 {
    margin-bottom: 10px;
  }
  .box-bestseller .elem-popular-count {
    float: left;
    margin-bottom: 30px;
  }
  .box-bestseller .elem-popular-count .num {
    font-size: 32px;
    margin-bottom: -8px;
  }
  .box-bestseller .elem-popular-count .text {
    font-size: 14px;
    line-height: 1.2;
  }
}

.box-cart-popup {
  position: absolute;
  right: -20px;
  top: 74px;
  width: 331px;
  background-color: #fff;
  border: solid 1px #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 24px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.box-cart-popup:before, .box-cart-popup:after {
  content: '';
  position: absolute;
}

.box-cart-popup:before {
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: solid 1px #ededed;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  right: 80px;
  top: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box-cart-popup:after {
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
}

.box-cart-popup .c_head {
  padding: 16px 18px 14px;
  position: relative;
  z-index: 2;
  border-bottom: solid 1px #ededed;
}

.box-cart-popup .c_head:before, .box-cart-popup .c_head:after {
  content: " ";
  display: table;
}

.box-cart-popup .c_head:after {
  clear: both;
}

.box-cart-popup .c_head > b {
  font-size: 16px;
  font-family: "Mulish", Arial, serif;
  font-weight: 600;
  color: #1f2a37;
  float: left;
}

.box-cart-popup .c_head .c_close {
  float: right;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  padding-top: 3px;
  border: none;
  background-color: transparent;
}

.box-cart-popup .c_head .elem-close {
  float: right;
  margin-top: -4px;
  margin-left: 3px;
  width: 20px;
  height: 20px;
}

.box-cart-popup .c_head .elem-close:before, .box-cart-popup .c_head .elem-close:after {
  background-color: #666;
  width: 21px;
}

.box-cart-popup .c_link {
  display: block;
  position: relative;
  padding: 15px 20px 15px 90px;
  border-bottom: solid 1px #ededed;
}

.box-cart-popup .c_link:before, .box-cart-popup .c_link:after {
  content: " ";
  display: table;
}

.box-cart-popup .c_link:after {
  clear: both;
}

.box-cart-popup .c_link:last-child {
  border-bottom-color: transparent;
}

.box-cart-popup .c_link:hover {
  text-decoration: none;
}

.box-cart-popup .c_link .img-wrapper {
  display: block;
  width: 60px;
  position: absolute;
  left: 20px;
  top: 15px;
}

.box-cart-popup .c_link .img-wrapper img {
  max-width: 100%;
}

.box-cart-popup .c_link .name-num {
  display: inline-block;
  width: 145px;
  margin-top: -2px;
}

.box-cart-popup .c_link .name {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
}

.box-cart-popup .c_link .num {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 3px;
}

.box-cart-popup .c_link .c_price {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #1f2a37;
}

.box-cart-popup .c_footer {
  padding: 12px 20px 0;
  text-align: right;
  border-top: solid 1px #ededed;
}

.box-cart-popup .c_footer:before, .box-cart-popup .c_footer:after {
  content: " ";
  display: table;
}

.box-cart-popup .c_footer:after {
  clear: both;
}

.box-cart-popup .c_footer .f_price {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  margin-bottom: 13px;
}

.box-cart-popup .c_footer .f_price > b {
  font-size: 16px;
  color: #1f2a37;
  font-weight: 600;
  font-family: "Mulish", Arial, serif;
}

.box-cart-popup .c_footer .f_price small,
.box-cart-popup .c_footer .f_price .rub {
  font-size: 12px;
}

.box-cart-popup .c_footer .btn {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 11px;
}

.box-cart-popup .elem-custom-scroll {
  max-height: 314px;
}

.box-cart-popup .mCSB_scrollTools {
  background-color: #fff;
  width: 15px;
  opacity: 1;
}

.box-cart-popup .mCSB_scrollTools .mCSB_draggerContainer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-cart-popup .mCSB_scrollTools .mCSB_draggerRail {
  width: 9px;
  background-color: #ccc;
}

.box-cart-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #53bed0;
  width: 100%;
}

@media (max-width: 1008px) {
  .box-cart-popup {
    display: none !important;
  }
}

.box-catalogs {
  font-size: 0;
  margin-left: 0;
}

.box-catalogs:before, .box-catalogs:after {
  content: " ";
  display: table;
}

.box-catalogs:after {
  clear: both;
}

.box-catalogs h2, .box-catalogs .h2 {
  padding-left: 25px;
  padding-top: 20px; /*3.06.2018 48px*/
  margin-top: 0;
  margin-bottom: 20px; /*3.06.2018 31px*/
}

.box-catalogs .item {
  display: block;
  float: left;
  padding-left: 26px;
  /*margin-bottom: 20px;*/
}

.box-catalogs .item img {
  max-width: 100%;
  max-height:377px;
}

@media (max-width: 1279px) {
  .box-catalogs .item {
    width: 33.333%;
    margin-bottom: 25px;
    padding-left: 25px;
  }
  .box-catalogs .item img {
    max-height: inherit;
    width: 100%;
  }
  .box-catalogs .item.wide {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .box-catalogs {
    margin-left: 0;
  }
  .box-catalogs .item {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
  .box-catalogs .item img {
    display: inline-block;
    max-width: 100%;
    max-height: 100% !important;
  }
  .box-catalogs .item.wide {
    width: 100%;
  }
}

.box-connect {
  text-align: center;
  font-size: 0;
  padding-bottom: 40px;
  margin-top: 30px;
}

.box-connect h3, .box-connect .h3, .box-connect .modal-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 37px;
  padding-bottom: 22px;
}

.box-connect-title {
    font-size: 21px;
    line-height: 1.35;
    font-family: "Mulish", Arial, serif;
    font-weight: 900;
    padding-top: 37px;
    padding-bottom: 22px;
}

.box-contacts .contact-item {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  margin-bottom: 20px;
}

.box-contacts .contact-item [class^="icon-"] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.box-contacts .map-canvas {
  width: 100%;
  height: 600px;
}

@media (max-width: 1279px) {
  .box-contacts .map-canvas {
    height: 60vh;
  }
}

.box-footer {
  padding-top: 15px; /*3.06.2018 37px*/
  padding-bottom: 15px; /*3.06.2018 25px*/
  border-top: solid 1px #dedede;
  position: relative;
}

.box-footer .footer-contacts {
  text-align: right;
  line-height: 1;
  padding-top: 4px;
}

.box-footer .footer-contacts .phone-block {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}

.box-footer .footer-contacts .phone-block .cell-phone {
  display: inline-block;
  margin-top: 8px;
  color: #1f2a37;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  text-decoration: none;
  pointer-events: none;
  font-size: 23px;
}

.box-footer .footer-contacts .postal-info {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.box-footer .footer-contacts .postal-info .accent {
  color: #53bed0;
}

.box-footer .policy {
  margin-top: 25px;
}

.box-footer .copyright {
  margin-top: 25px;
  text-align: right;
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

@media (max-width: 1279px) {
  .box-footer .elem-check-order {
    font-size: 13.5px;
    max-width: 140px;
    text-align: right;
    padding-left: 30px;
  }
}

@media (max-width: 1008px) {
  .box-footer .footer-contacts .phone-block .cell-phone {
    pointer-events: auto;
  }
  .box-footer .custom-cols-sm [class*="col-xs"] {
    float: none;
  }
  .box-footer .custom-cols-sm [class*="col-xs-6"] {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  .box-footer .custom-cols-sm [class*="col-xs-6"] .nav-footer {
    margin-bottom: 40px;
  }
  .box-footer .custom-cols-sm [class*="col-xs-12"]:before, .box-footer .custom-cols-sm [class*="col-xs-12"]:after {
    content: " ";
    display: table;
  }
  .box-footer .custom-cols-sm [class*="col-xs-12"]:after {
    clear: both;
  }
  .box-footer .custom-cols-sm [class*="col-xs-12"] .nav-footer {
    margin-left: -15px;
  }
  .box-footer .custom-cols-sm [class*="col-xs-12"] .nav-footer a {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding-left: 15px;
  }
  .box-footer .custom-cols-sm [class*="col-xs-12"] .nav-footer a:nth-child(even) {
    padding-left: 29px;
  }
  .box-footer .footer-contacts {
    float: right;
  }
  .box-footer .copyright {
    float: left;
    text-align: left;
  }
  .box-footer .elem-check-order {
    max-width: inherit;
  }
}

@media (max-width: 767px) {
  .box-footer .custom-cols-sm [class*="col-xs-6"] .nav-footer {
    margin-bottom: 35px;
  }
  .box-footer .copyright,
  .box-footer .footer-contacts {
    float: none;
    text-align: left;
  }
  .box-footer .policy {
    margin-top: 20px;
  }
  .box-footer .copyright {
    margin-top: 20px;
  }
  .box-footer .footer-contacts {
    margin-top: 20px;
  }
}

.box-header .top-part {
  border-bottom: solid 1px #ebebeb;
  height: 50px;
  line-height: 1;
  position: relative;
}

.box-header .top-part .nav-top {
  padding-top: 17px;
  font-size: 0;
}

.box-header .top-part .nav-top a {
  font-size: 14px;
  display: inline-block;
  margin-left: 8.3%;
  letter-spacing: 0.03em;
}

.box-header .top-part .nav-top a:first-child {
  margin-left: 0;
}

.box-header .top-part .top-controls {
  font-size: 0;
  text-align: right;
}

.box-header .top-part .elem-check-order {
  margin-top: 17px;
}

.box-header .top-part .cabinet {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  background-color: #53bed0;
  cursor: pointer;
  text-align: center;
  padding: 10px 32px 19px;
  margin-left: 25px;
  text-decoration: none !important;
  outline: none;
}

.box-header .top-part .cabinet:before {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 9px;
}

.box-header .top-part .cabinet:after {
  display: none;
}

.box-header .top-part .cabinet:hover {
  background-color: #3ea4b5;
}

.box-header .top-part .cabinet .name {
  display: inline-block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
  margin-bottom: -2px;
}

.box-header .top-part .cabinet .cabinet-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  background-color: #41aabd;
  text-align: left;
  border-top: solid 1px #4eb9cc;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  height: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.box-header .top-part .cabinet .cabinet-menu a {
  display: block;
  font-size: 14px;
  color: #fff;
  outline: none;
  padding: 8px 10px 10px 33px;
  pointer-events: none;
}

.box-header .top-part .cabinet .cabinet-menu a:hover {
  text-decoration: none;
  background-color: rgba(59, 154, 171, 0.7);
}

.box-header .top-part .cabinet .cabinet-menu a:focus {
  text-decoration: none;
}

.box-header .top-part .cabinet .cabinet-menu a.exit {
  position: relative;
}

.box-header .top-part .cabinet .cabinet-menu a.exit:before {
  position: absolute;
  left: 13px;
  top: 6px;
}

.box-header .top-part .cabinet .menu-head {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 51px;
  border-bottom: solid 1px #4eb9cc;
  -webkit-transition: top linear .2s;
  -o-transition: top linear .2s;
  -moz-transition: top linear .2s;
  transition: top linear .2s;
}

.box-header .top-part .cabinet .menu-head .name {
  display: inline-block;
  position: relative;
  max-width: inherit;
  font-size: 13.5px;
  margin-left: 15px;
  margin-top: 19px;
  overflow: visible;
  padding-left: 26px;
}

.box-header .top-part .cabinet .menu-head .name:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
}

.box-header .top-part .cabinet .menu-head .elem-close {
  position: absolute;
  right: 19px;
  top: 14px;
  width: 20px;
  height: 20px;
}

.box-header .top-part .cabinet .menu-head .elem-close:before, .box-header .top-part .cabinet .menu-head .elem-close:after {
  width: 22px;
  background-color: #fff;
}

.box-header .top-part .cabinet.logged {
  background-color: #4cd7ee;
  padding-left: 20px;
  padding-right: 20px;
  cursor: default;
  position: relative;
  z-index: 7;
  min-width: 200px;
}

.box-header .top-part .cabinet.logged:before {
  margin-right: 2px;
}

.box-header .top-part .cabinet.logged.hover, .box-header .top-part .cabinet.logged:hover {
  background-color: #41aabd;
  z-index: 100;
}

.box-header .top-part .cabinet.logged.hover .cabinet-menu, .box-header .top-part .cabinet.logged:hover .cabinet-menu {
  height: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1;
  opacity: 1;
}

.box-header .top-part .cabinet.logged.hover .cabinet-menu a, .box-header .top-part .cabinet.logged:hover .cabinet-menu a {
  pointer-events: auto;
}

.box-header .top-part .cabinet.logged .name {
  cursor: pointer;
}

.box-header .top-part .cabinet.logged .name:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.box-header .top-part .cabinet.logged .show-menu {
  display: none;
}

.box-header .middle-part {
  padding-top: 5px; /*3.06.2018 10px*/
}

.box-header .middle-part .elem-burger {
  display: none;
}

.box-header .middle-part .logo {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-right: 86px;
  margin-left: -15px;
  width: 214px;
}

.box-header .middle-part .logo img {
  width: 100%;
  height: auto;
}

.box-header .middle-part .features {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 0;
  margin-top: 7px;
}

.box-header .middle-part .features .phone-feature,
.box-header .middle-part .features .postmail-feature {
  display: inline-block;
  vertical-align: top;
}

.box-header .middle-part .features .phone-feature .title {
  font-size: 16px;
  color: #53bed0;
  margin-bottom: 8px;
}

.box-header .middle-part .features .phone-feature .phone {
  font-family: "Mulish", Arial, serif;
  font-size: 20px;
  font-weight: 900;
  color: #1f2a37;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.box-header .middle-part .features .postmail-feature {
  position: relative;
  margin-left: 25px;
  padding-left: 26px;
  margin-top: 3px;
}

.box-header .middle-part .features .postmail-feature:before {
  content: '';
  display: block;
  height: 47px;
  width: 1px;
  background-color: #e0e0e1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.box-header .middle-part .features .postmail-feature .title {
  font-size: 13px;
  color: #53bed0;
  margin-bottom: 7px;
}

.box-header .middle-part .features .postmail-feature .postmail {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.box-header .middle-part .elem-search {
  width: 330px;
  height: 46px;
  display: inline-block;
  vertical-align: top;
  margin-left: 52px;
  margin-top: 5px;
}

.box-header .middle-part .elem-cart {
  float: right;
  margin-right: 21px;
}

.box-header .bottom-part {
  margin-top: 5px; /*3.06.2018 15px*/
  background-color: #53bed0;
}

@media (max-width: 1279px) {
  .box-header .top-part .nav-top a {
    margin-left: 6%;
  }
  .box-header .top-part .elem-check-order {
    margin-top: 10px;
    font-size: 13.5px;
  }
  .box-header .top-part .cabinet {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13.5px;
  }
  .box-header .middle-part .logo {
    margin-right: 50px;
    max-width: 190px;
  }
  .box-header .middle-part .features {
    margin-top: 8px;
  }
  .box-header .middle-part .features .phone-feature .title {
    font-size: 14px;
  }
  .box-header .middle-part .features .phone-feature .phone {
    font-size: 18px;
  }
  .box-header .middle-part .features .postmail-feature {
    margin-left: 15px;
    padding-left: 16px;
  }
  .box-header .middle-part .features .postmail-feature .title {
    font-size: 12px;
  }
  .box-header .middle-part .features .postmail-feature .postmail {
    font-size: 16px;
  }
  .box-header .middle-part .elem-search {
    width: 225px;
    margin-left: 25px;
  }
  .box-header .middle-part .elem-cart {
    font-size: 14px;
  }
  .box-header .middle-part .elem-cart:before {
    -webkit-transform: translate(0, -50%) scale(0.9);
    -moz-transform: translate(0, -50%) scale(0.9);
    -ms-transform: translate(0, -50%) scale(0.9);
    -o-transform: translate(0, -50%) scale(0.9);
    transform: translate(0, -50%) scale(0.9);
  }
  .box-header .middle-part .elem-cart .product .price {
    font-size: 18px;
  }
  .box-header .middle-part .elem-cart .product .price small,
  .box-header .middle-part .elem-cart .product .price .rub {
    font-size: 13px;
  }
  .box-header .bottom-part {
    /*margin-top: 40px;*/
  }
}

@media (max-width: 1008px) {
  .box-header {
    padding-bottom: 7px;
  }
  .box-header .top-part .top-controls {
    text-align: left;
  }
  .box-header .top-part .top-controls:before, .box-header .top-part .top-controls:after {
    content: " ";
    display: table;
  }
  .box-header .top-part .top-controls:after {
    clear: both;
  }
  .box-header .top-part .elem-check-order {
    float: left;
    margin-top: 18px;
    font-size: 14px;
  }
  .box-header .top-part .cabinet {
    float: right;
    margin-right: -15px;
  }
  .box-header .middle-part {
    text-align: center;
  }
  .box-header .middle-part:before, .box-header .middle-part:after {
    content: " ";
    display: table;
  }
  .box-header .middle-part:after {
    clear: both;
  }
  .box-header .middle-part .container {
    position: relative;
  }
  .box-header .middle-part .elem-burger {
    display: inline-block;
    float: left;
    margin-top: 3px;
  }
  .box-header .middle-part .logo {
    max-width: 190px;
    margin-right: 0;
    margin-left: -27px;
  }
  .box-header .middle-part .elem-search {
    display: none;
  }
  .box-header .middle-part .features {
    display: none;
  }
  .box-header .middle-part .elem-cart {
    padding-left: 0;
    margin-top: 3px;
    width: 37px;
    height: 38px;
    /*margin-right: 3px;*/
  }
  .box-header .middle-part .elem-cart:before {
    position: static;
    -webkit-transform: translate(0, 0) scale(0.881);
    -moz-transform: translate(0, 0) scale(0.881);
    -ms-transform: translate(0, 0) scale(0.881);
    -o-transform: translate(0, 0) scale(0.881);
    transform: translate(0, 0) scale(0.881);
  }
  .box-header .middle-part .elem-cart .no-product {
    display: none !important;
  }
  .box-header .middle-part .elem-cart .product {
    display: block !important;
    font-size: 0;
  }
  .box-header .middle-part .elem-cart .product .num {
    position: absolute;
    top: 2px;
    right: -10px;
    font-size: 12px;
    color: #fff;
    display: block;
    width: 26px;
    height: 26px;
    background-color: #53bed0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    text-align: center;
    line-height: 26px;
  }
  .box-header .middle-part .elem-cart .product .price {
    display: none;
  }
  .box-header .bottom-part {
    display: none;
  }
}

@media (max-width: 767px) {
  .box-header {
    padding-bottom: 10px;
  }
  .box-header .top-part .cabinet {
    font-size: 0;
    width: 80px;
    padding: 10px 0px 13px 0px;
  }
  .box-header .top-part .cabinet:before {
    display: none;
  }
  .box-header .top-part .cabinet:after {
    display: inline-block;
  }
  .box-header .top-part .cabinet.logged {
    padding-left: 0;
    padding-right: 0;
  }
  .box-header .top-part .cabinet.logged .show-menu {
    display: block;
  }
  .box-header .top-part .cabinet.logged.hover {
    background-color: #4cd7ee;
  }
  .box-header .top-part .cabinet.logged.hover .cabinet-menu {
    -webkit-transition: opacity linear .2s .2s;
    -o-transition: opacity linear .2s .2s;
    -moz-transition: opacity linear .2s .2s;
    transition: opacity linear .2s .2s;
  }
  .box-header .top-part .cabinet.logged.hover .cabinet-menu .menu-head {
    display: block;
  }
  .box-header .top-part .cabinet .show-menu {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .box-header .top-part .cabinet .cabinet-menu {
    padding-top: 67px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #41aabd;
    overflow-y: auto;
    -webkit-transition: opacity linear 0s 0s;
    -o-transition: opacity linear 0s 0s;
    -moz-transition: opacity linear 0s 0s;
    transition: opacity linear 0s 0s;
  }
  .box-header .top-part .cabinet .cabinet-menu a {
    font-size: 18px;
    padding-left: 41px;
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .box-header .top-part .cabinet .cabinet-menu a.exit:before {
    top: 11px;
  }
  .box-header .top-part .elem-check-order {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.1;
  }
  .box-header .middle-part {
    padding-top: 10px;
  }
  .box-header .middle-part .features {
    display: none;
  }
  .box-header .middle-part .elem-burger {
    margin-top: 0;
  }
  .box-header .middle-part .logo {
    max-width: 137px;
    margin-left: 0;
  }
  .box-header .middle-part .elem-cart {
    width: 31px;
    height: 32px;
    margin-right: 8px;
    margin-top: -5px;
  }
  .box-header .middle-part .elem-cart:before {
    -webkit-transform: translate(0, 0) scale(0.7);
    -moz-transform: translate(0, 0) scale(0.7);
    -ms-transform: translate(0, 0) scale(0.7);
    -o-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
  }
  .box-header .middle-part .elem-cart .product .num {
    top: 5px;
    width: 21px;
    height: 21px;
    font-size: 10px;
    line-height: 21px;
  }
  .box-header .middle-part .elem-search {
    display: none;
  }
}

.box-order_finish {
  background-color: #c8eff6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  margin-top: 43px;
}

.box-order_finish:before, .box-order_finish:after {
  content: " ";
  display: table;
}

.box-order_finish:after {
  clear: both;
}

.box-order_finish .back-to-buy {
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 23px;
  font-size: 15px;
  text-transform: uppercase;
  color: #1f2a37;
  margin-top: 14px;
}

.box-order_finish .back-to-buy:hover {
  text-decoration: none;
  color: #3393bc;
}

.box-order_finish .back-to-buy:focus {
  text-decoration: none;
}

.box-order_finish .back-to-buy:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #53bed0;
  border-left: solid 2px #53bed0;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.box-order_finish .price-total {
  float: right;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  font-size: 18px;
  margin-top: 2px;
}

.box-order_finish .price-total .price {
  font-size: 26px;
}

.box-order_finish .price-total .price small,
.box-order_finish .price-total .price .rub {
  font-size: 18px;
  color: #888;
}

.box-order_finish .price-total .btn {
  margin-left: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: -2px;
}

@media (max-width: 1008px) {
  .box-order_finish .back-to-buy {
    float: none;
  }
  .box-order_finish .price-total {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /* .price {
				display: block;
			} */
  }
  .box-order_finish .price-total .price {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .box-order_finish {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-order_finish .price-total .price {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .box-order_finish .price-total {
    text-align: center;
  }
  .box-order_finish .price-total .price {
    display: block;
    margin-left: 0;
  }
  .box-order_finish .price-total .btn {
    margin-top: 15px;
  }
}

.box-pagination_complex {
  margin-top: 12px;
  margin-bottom: 96px;
}

.box-pagination_complex:before, .box-pagination_complex:after {
  content: " ";
  display: table;
}

.box-pagination_complex:after {
  clear: both;
}

.box-pagination_complex .box-select_by {
  float: right;
}

.box-pagination_complex .box-select_by .elem-select-custom {
  min-width: inherit;
}

.box-pagination_complex .box-select_by .elem-select-custom .bootstrap-select > .dropdown-toggle {
  padding: 11px 60px 12px 20px;
}

.box-pagination_complex .nav-pagination {
  float: left;
}

@media (max-width: 1008px) {
  .box-pagination_complex {
    margin-bottom: 50px;
  }
  .box-pagination_complex .box-select_by,
  .box-pagination_complex .nav-pagination {
    float: none;
    text-align: right;
  }
  .box-pagination_complex .box-select_by {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .box-pagination_complex .nav-pagination {
    text-align: center;
  }
}

.box-product {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-product #clonedProdName {
  display: none;
}

.box-product #clonedProdName .prod-code {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
  color: #888;
  font-weight: 600;
}

.box-product #clonedProdName .prod-code b {
  font-weight: 800;
  color: #666;
}

.box-product #clonedProdName h1, .box-product #clonedProdName .h1 {
  line-height: 1.1;
  margin-bottom: 17px;
}

.box-product .elem-print {
  position: absolute;
  right: 15px;
  top: -35px;
}

.box-product .prod-image {
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.box-product .prod-image.no-photo {
  background-color: #e5fbff;
}

.box-product .prod-image.no-photo img {
  height: auto;
  max-height: 100%;
}

.box-product .prod-image img {
  height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-product .product-description {
  margin-left: -40px;
}
.box-product .product-description.many_photo {
  margin-left: 0;
}

.box-product .product-description.cutted {
  position: relative;
  /*overflow: hidden;*/
}

.box-product .product-description.cutted:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
}

.box-product .product-description.cutted .by-mail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.box-product .product-description.cutted .prod-params .all-params {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #53bed0;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  margin-top: 0;
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.box-product .product-description.cutted .prod-params .all-params:hover {
  color: #3393bc;
  text-decoration: none;
}

.box-product .product-description.cutted .prod-params .all-params > span {
  display: inline-block;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.box-product .product-description.cutted .prod-params .all-params:before {
  content: '';
  display: block;
  height: 1px;
  background-color: #53bed0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.box-product .product-description .prod-code {
  margin-top: -1px;
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 1;
  color: #888;
  font-weight: 600;
}

.box-product .product-description .prod-code b {
  font-weight: 800;
  color: #666;
}

.box-product .product-description h1, .box-product .product-description .h1 {
  line-height: 1.1;
  margin-bottom: 17px;
}

.box-product .product-description .badges {
  font-size: 0;
  margin-bottom: 15px;
}

.box-product .product-description .badges .elem-badge {
  margin-right: 10px;
  height: 31px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 25px;
}

.box-product .product-description .prod-params {
  margin-bottom: 45px;
}

.box-product .product-description .prod-params.no-params {
  /*background-image: url("/images/required/no_desription.jpg");*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 243px;
  position: relative;
  z-index: 2;
}

.box-product .product-description .prod-params .custom-list {
  overflow: hidden;
  max-height: 192px;
  margin-bottom: 25px;
}

.box-product .product-description .prod-params .custom-list li {
  margin-bottom: -2px;
}

.box-product .product-description .prod-params .param {
  color: #888;
}

.box-product .product-description .by-mail {
  position: relative;
  padding-left: 52px;
  font-family: "Mulish", Arial, serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #888;
  font-weight: 900;
  z-index: 3;
  height: 32px;
  background-color: #fff;
}

.box-product .product-description .by-mail:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -1px;
}

.box-product .product-description .by-mail .big {
  font-size: 18px;
  color: #1f2a37;
  margin-top: 7px;
}

.box-product .product-controls {
  background-color: #e5fbff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 24px 30px 0;
  height: 450px;
  position: relative;
}

.box-product .product-controls .price {
  font-size: 35px;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  margin-bottom: 24px;
}

.box-product .product-controls .price small {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #666;
  letter-spacing: 0.05em;
}

.box-product .product-controls .price .rub {
  font-family: 'rouble';
  font-size: 24px;
  color: #666;
}


.box-product .product-controls .price_old {
  font-size: 22px;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  /*margin-bottom: 24px;*/
  text-decoration: line-through;
}

.box-product .product-controls .price_old small {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #666;
  letter-spacing: 0.05em;
}

.box-product .product-controls .price_old .rub {
  font-family: 'rouble';
  font-size: 16px;
  color: #666;
}


.box-product .product-controls .counter {
  font-size: 0;
  line-height: 1;
  margin-bottom: 28px;
}

.box-product .product-controls .counter .text,
.box-product .product-controls .counter .elem-counter {
  display: inline-block;
  vertical-align: middle;
}

.box-product .product-controls .counter .text {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}

.box-product .product-controls .counter .elem-counter {
  padding-left: 22px;
  padding-right: 22px;
  width: 105px;
  margin-right: 25px;
}

.box-product .product-controls .counter .elem-counter .unit {
  font-size: 16px;
  color: #1f2a37;
  width: 55px;
}

.box-product .product-controls .counter .elem-counter .control {
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: solid 2px #53bed0;
  font-size: 20px;
  line-height: 0.9;
  color: #53bed0;
}

.box-product .product-controls .counter .elem-counter .control.disabled {
  opacity: .2;
}

.box-product .product-controls .stroked {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.box-product .product-controls .stroked:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d1e6eb;
  position: absolute;
  top: 50%;
  left: 0;
}

.box-product .product-controls .stroked > span {
  display: inline-block;
  position: relative;
  background-color: #e5fbff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}

.box-product .product-controls .btn {
  font-size: 15px;
}

.box-product .product-controls .btn[type="submit"] {
  padding-top: 13px;
  padding-bottom: 11px;
}

.box-product .product-controls .btn > i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}

.box-product .product-controls .elem-share {
  /*position: absolute;*/
  bottom: 15px;
  left: 0;
  width: 100%;
}

@media (max-width: 1279px) {
  .box-product .product-description {
    margin-left: 0;
  }
  .box-product .product-description.cutted:after {
    height: 105px;
  }
  .box-product .product-description.cutted .prod-params .all-params {
    margin-top: 15px;
  }
  .box-product .product-description .prod-code {
    margin-bottom: 15px;
  }
  .box-product .product-description h1, .box-product .product-description .h1 {
    font-size: 26px;
  }
  .box-product .product-description .prod-params .custom-list {
    max-height: 122px;
  }
  .box-product .product-description .prod-params .all-params {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #53bed0;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
  }
  .box-product .product-description .prod-params .all-params:hover {
    color: #3393bc;
    text-decoration: none;
  }
  .box-product .product-description .prod-params .all-params > span {
    display: inline-block;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
  .box-product .product-description .prod-params .all-params:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #53bed0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
  }
  .box-product .product-controls {
    padding-top: 23px;
    height: 420px;
  }
  .box-product .product-controls .price {
    font-size: 26px;
    margin-bottom: 17px;
  }
  .box-product .product-controls .price small,
  .box-product .product-controls .price .rub {
    font-size: 20px;
  }

  .box-product .product-controls .price_old {
    font-size: 18px;
    /*margin-bottom: 17px;*/
  }
  .box-product .product-controls .price_old small,
  .box-product .product-controls .price_old .rub {
    font-size: 14px;
  }


  .box-product .product-controls .counter {
    text-align: center;
  }
  .box-product .product-controls .counter .elem-counter {
    margin-right: 0;
  }
  .box-product .product-controls .counter .text {
    display: none;
  }
  .box-product .product-controls .stroked {
    margin-bottom: 45px;
  }
  .box-product .product-controls .btn > i {
    margin-right: 5px;
  }
}

@media (max-width: 1008px) {
  .box-product #clonedProdName {
    display: block;
  }
  .box-product .elem-print {
    display: none;
  }
  .box-product .prod-image {
    margin-right: -15px;
  }
  .box-product .prod-image.no-photo {
    border: solid 1px #9bdce7;
  }
  .box-product .product-controls {
    margin-left: -15px;
    height: 360px;
  }
  .box-product .product-controls .price {
    font-size: 35px;
    margin-bottom: 22px;
  }
  .box-product .product-controls .price small,
  .box-product .product-controls .price .rub {
    font-size: 24px;
  }

  .box-product .product-controls .price_old {
    font-size: 22px;
    /*margin-bottom: 22px;*/
  }
  .box-product .product-controls .price_old small,
  .box-product .product-controls .price_old .rub {
    font-size: 16px;
  }



  .box-product .product-controls .counter {
    text-align: left;
    position: absolute;
    right: 30px;
    top: 40px;
  }
  .box-product .product-controls .counter .elem-counter .control {
    width: 25px;
    height: 25px;
    line-height: 1;
  }
  .box-product .product-controls .stroked {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .box-product {
    margin-top: 27px;
  }
  .box-product #clonedProdName h1, .box-product #clonedProdName .h1 {
    margin-bottom: 25px;
  }
  .box-product .prod-image {
    margin-right: 0;
    height: 92.8vw !important;
    /*width: 100% !important;*/
  }
  .box-product .product-controls {
    margin-left: 0;
    /*font-size: 0;*/
    height: 305px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-product .product-controls .price {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 50%;
    text-align: left;
    margin-bottom: -5px !important;
  }

  .box-product .product-controls .price_old {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 50%;
    text-align: left;
  }


  .box-product .product-controls .counter {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 50%;
    text-align: right;
  }
  .box-product .product-controls .counter .elem-counter {
    width: 116px;
  }
  .box-product .product-controls .counter .elem-counter .control {
    width: 28px;
    height: 28px;
    line-height: 0.9;
    font-size: 25px;
  }
  .box-product .product-controls .counter .elem-counter .unit {
    width: 70px;
    font-size:13px;
  }
  .box-product .product-controls .stroked {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 480px) {
  .box-product .product-controls .price {
    font-size: 27px;
    margin-bottom: -5px !important;
  }
  .box-product .product-controls .price small,
  .box-product .product-controls .price .rub {
    font-size: 20px;
  }

  .box-product .product-controls .price_old {
    font-size: 22px;
  }
  .box-product .product-controls .price_old small,
  .box-product .product-controls .price_old .rub {
    font-size: 16px;
  }
}

.box-registration .user-type .radio-check {
  display: inline-block;
  vertical-align: top;
}

/*.box-registration .user-type .radio-check:last-child {
  margin-left: 30px;
}*/

.box-registration .type-block {
  display: none;
}

.box-registration .reg-section {
  margin-bottom: 10px;
}

.box-registration .reg-section .section-head {
  background-color: #f7f7f7;
  position: relative;
}

.box-registration .reg-section .section-head:before, .box-registration .reg-section .section-head:after {
  content: " ";
  display: table;
}

.box-registration .reg-section .section-head:after {
  clear: both;
}

.box-registration .reg-section .section-head .title {
  padding: 31px 193px 29px 30px;
  font-family: "Mulish", Arial, serif;
  font-size: 21px;
  font-weight: 900;
}

.box-registration .reg-section .section-head .edit-section {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.box-registration .reg-section .section-head .edit-section:before {
  font-size: 0;
  display: none;
}

.box-registration .reg-section .section-body {
  display: none;
  padding: 30px 0 35px 0;
}

.box-registration .reg-section .section-body .js-next {
  padding-left: 51px;
  padding-right: 51px;
  margin-top: 7px;
}

.box-registration .reg-section.opened .section-head {
  background-color: #e6faff;
}

.box-registration .reg-section.opened .section-head .edit-section {
  display: none !important;
}

.box-registration .reg-section.opened .section-body {
  display: block;
}

.box-registration .reg-section.filled .section-head .edit-section {
  display: block;
}

.box-registration .reg-submit {
  margin-top: 7px;
}

.box-registration .rules-hint {
  margin-top: 7px;
  font-size: 12px;
  color: #adadad;
  padding-left: 32px;
  position: relative;
}

.box-registration .rules-hint:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.box-registration .rules-hint a {
  text-decoration: underline;
}

.box-registration .rules-hint a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .box-registration .user-type .radio-check {
    display: table;
  }
  .box-registration .user-type .radio-check:last-child {
    margin-left: 0px;
  }
  .box-registration .reg-section .section-head {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-registration .reg-section .section-head .title {
    padding: 16px 60px 15px 15px;
    font-size: 18px;
  }
  .box-registration .reg-section .section-head .edit-section {
    font-size: 0;
    border: 0;
    padding: 0;
    right: 15px;
  }
  .box-registration .reg-section .section-head .edit-section:before {
    display: block;
  }
  .box-registration .reg-section .section-body {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .box-registration .reg-section .section-body .js-next {
    display: table;
    margin-top: 0;
    margin-left: auto;
  }
  .box-registration .reg-submit {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .box-registration .rules-hint {
    margin-top: 25px;
  }
}

.box-select_by {
  font-size: 0;
}

.box-select_by .title {
  font-size: 14px;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.box-select_by .elem-select-custom {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  min-width: 210px;
}

.box-seo {
  border-top: solid 1px transparent;
  padding-top: 25px;
  margin-bottom: 55px;
  color: #595f67;
}

.box-seo h1, .box-seo .h1,
.box-seo h2, .box-seo .h2,
.box-seo h3, .box-seo .h3, .box-seo .modal-title,
.box-seo h4, .box-seo .h4 {
  color: #1f2a37;
  margin-bottom: 27px;
}

.box-seo p {
  margin-bottom: 21px;
}

.box-seo b {
  color: #1f2a37;
  font-weight: 600;
}

.box-side_menu {
  position: fixed;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  -webkit-transition: opacity linear 0s 0s;
  -o-transition: opacity linear 0s 0s;
  -moz-transition: opacity linear 0s 0s;
  transition: opacity linear 0s 0s;
}

.box-side_menu.opened {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity linear .2s .2s;
  -o-transition: opacity linear .2s .2s;
  -moz-transition: opacity linear .2s .2s;
  transition: opacity linear .2s .2s;
}

.box-side_menu .menu-close {
  position: absolute;
  right: 15px;
  top: 18px;
  border: none;
  background-color: transparent;
  outline: none;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.box-side_menu .menu-close:before, .box-side_menu .menu-close:after {
  content: '';
  width: 25px;
  height: 2px;
  background-color: #53bed0;
  position: absolute;
  top: 10px;
  left: -1px;
}

.box-side_menu .menu-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box-side_menu .menu-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box-side_menu .side-search {
  margin-left: 15px;
  margin-right: 55px;
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  border-bottom: solid 1px #e2e2e2;
  text-align: center;
  font-size: 0;
}

.box-side_menu .side-search .icon-search, .box-side_menu .side-search .elem-search:before {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.box-side_menu .side-search [type="search"],
.box-side_menu .side-search [type="text"] {
  border: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  outline: none;
  text-align: left;
  width: 110px;
  margin-left: 22px;
  -webkit-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.box-side_menu .side-search.focused .icon-search, .box-side_menu .side-search.focused .elem-search:before {
  position: absolute;
  left: 10px;
  margin-left: 0;
}

.box-side_menu .side-search.focused [type="search"],
.box-side_menu .side-search.focused [type="text"] {
  width: 100%;
  padding-left: 45px;
  padding-right: 17px;
  margin-left: 0;
}

.box-side_menu .scroller {
  overflow-x: hidden;
  overflow-y: auto;
}

.box-side_menu .nav-top {
  margin-top: 25px;
  margin-bottom: 19px;
}

.box-side_menu .nav-top > a {
  display: table;
  font-size: 16px;
  padding: 6px 15px;
}

.box-side_menu .nav-header-bottom {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.box-side_menu .nav-header-bottom:after {
  content: none;
}

.box-side_menu .nav-header-bottom .item {
  display: block;
  border-bottom: solid 1px #a5e4ef;
}

.box-side_menu .nav-header-bottom .item:last-child {
  border-bottom: none;
}

.box-side_menu .nav-header-bottom .item.has-submenu:hover > a {
  background-image: none;
  background-color: #c3f6ff !important;
  color: #1f2a37 !important;
}

.box-side_menu .nav-header-bottom .item.has-submenu > a:after {
  width: 12px;
  height: 12px;
  right: 15px;
  border-left-color: #1f2a37;
  border-bottom-color: #1f2a37;
}

.box-side_menu .nav-header-bottom .item:hover .submenu {
  display: none;
}

.box-side_menu .nav-header-bottom .item:hover > a:after {
  border-left-color: #1f2a37 !important;
  border-bottom-color: #1f2a37 !important;
}

.box-side_menu .nav-header-bottom .item.opened .submenu {
  display: block;
}

.box-side_menu .nav-header-bottom .item.opened > a:after {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -moz-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  -o-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  margin-top: 2px;
}

.box-side_menu .nav-header-bottom .item.opened:hover .submenu {
  display: block;
}

.box-side_menu .nav-header-bottom .item > a {
  color: #1f2a37;
  background-color: #c3f6ff;
  padding: 15px 15px 16px;
}

.box-side_menu .nav-header-bottom .item > a:hover {
  background-image: none;
  /*text-decoration: underline;*/
}

.box-side_menu .nav-header-bottom .item > a.active {
  background-color: #84dae8;
}

.box-side_menu .nav-header-bottom .item .submenu {
  display: none;
  position: static;
}

.box-side_menu .nav-header-bottom .item .submenu a {
  padding: 8px 15px 8px;
}

.box-side_menu .side-footer {
  background-color: #fff;
  width: 100%;
  padding: 30px 15px 28px;
  font-size: 16px;
  color: #53bed0;
  line-height: 1;
}

.box-side_menu .side-footer > a {
  color: #1f2a37;
  font-weight: 900;
  font-family: "Mulish", Arial, serif;
  text-decoration: none;
  outline: none;
  font-size: 20px;
  display: table;
  margin-top: 6px;
}

.box-side_menu .side-footer > a:hover, .box-side_menu .side-footer > a:focus {
  text-decoration: none;
  color: #1f2a37;
}

@media (max-width: 1008px) {
  .box-side_menu .side-search [type="search"],
  .box-side_menu .side-search [type="text"] {
    width: 120px;
  }
  .box-side_menu .side-search .icon-search, .box-side_menu .side-search .elem-search:before {
    margin-left: -80px;
  }
}

@media (max-width: 767px) {
  .box-side_menu .cabinet,
  .box-side_menu .side-search {
    display: block;
  }
  .box-side_menu .scroller {
    margin-top: 0;
  }
  .box-side_menu .nav-top {
    margin-top: 15px;
  }
}

.box-snippet {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 15px; /*3.06.2018 30px*/
}

.box-snippet:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.box-snippet .img-wrapper {
  position: relative;
  overflow: hidden;
  /*height: 211px;*/
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.box-snippet .img-wrapper > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  min-width: 100%;
}

.box-snippet .img-wrapper .snippet-badges {
  font-size: 0;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.box-snippet .info-wrapper {
  position: relative;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px 20px 50px; /*3.06.2018 20px 20px 62px*/
}

.box-snippet .info-wrapper .prod-category {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #adadad;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.box-snippet .info-wrapper .prod-name {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #1f2a37;
  text-decoration: none;
  margin-bottom: 6px;
  min-height: 70px;
}

/*.box-snippet .info-wrapper .prod-name:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}*/

.box-snippet .info-wrapper .prod-name:hover {
  color: #3393bc;
  text-decoration: none;
}

.box-snippet .info-wrapper .prod-price {
  float: left;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
  font-size: 22px;
}

.box-snippet .info-wrapper .prod-price small {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

.box-snippet .info-wrapper .prod-price .rub {
  display: inline-block;
  margin-left: 3px;
  font-family: 'rouble';
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.box-snippet .info-wrapper .old-price {
  float: left;
  font-family: "Mulish", Arial, serif;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: line-through;
}

.box-snippet .info-wrapper .old-price small {
  font-size: 13px;
  font-weight: 600;
  color: #666;
}

.box-snippet .info-wrapper .old-price .rub {
  display: inline-block;
  margin-left: 3px;
  font-family: 'rouble';
  color: #666;
  font-size: 12px;
  font-weight: 600;
}


.box-snippet .info-wrapper .elem-counter {
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.box-snippet .info-wrapper .elem-to_cart {
  border-top: solid 1px #ececec;
  line-height: 48px;
  padding-bottom: 1px;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.box-snippet.mod-big .img-wrapper {
  height: 283px;
}

.box-snippet.mod-big .info-wrapper {
  padding-bottom: 10px;
}

.box-snippet.mod-big .info-wrapper .prod-name {
  float: left;
  min-height: inherit;
  margin-bottom: 0;
  max-width: 350px;
}

.box-snippet.mod-big .info-wrapper .elem-to_cart {
  position: relative;
  width: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  margin: -11px 0 -6px 0;
  padding-right: 20px;
  border: solid 1px #ececec;
  float: right;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 39px;
}

.box-snippet.mod-big .info-wrapper .elem-to_cart:hover {
  border-color: #53bed0;
}

.box-snippet.mod-big .info-wrapper .elem-to_cart.in-cart-link {
  border-color: #2acde8;
}

.box-snippet.mod-big .info-wrapper .elem-to_cart.in-cart-link:hover {
  border-color: #2acde8;
}

.box-snippet.mod-big .info-wrapper .prod-price {
  width: 190px;
}
.box-snippet.mod-big .info-wrapper .old-price {
  width: 190px;
}

.box-snippet.mod-big .info-wrapper .elem-counter {
  float: left;
}

@media (max-width: 1008px) {
  .box-snippet.mod-big .info-wrapper .prod-name {
    max-width: 450px;
  }
  .box-snippet .info-wrapper .prod-price {
    font-size: 16px;
    margin-top: 6px;
  }
  .box-snippet .info-wrapper .prod-price small {
    font-size: 12px;
  }

  .box-snippet .info-wrapper .old-price {
    font-size: 14px;
    margin-top: 6px;
  }
  .box-snippet .info-wrapper .old-price small {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .box-snippet.mod-big .info-wrapper {
    height: 178px;
  }
  .box-snippet.mod-big .info-wrapper .prod-name {
    height: 40px;
    margin-bottom: 6px;
  }
  .box-snippet.mod-big .info-wrapper .elem-to_cart {
    position: absolute;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    left: 0;
    right: 0;
    line-height: 48px;
    padding-bottom: 1px;
    margin: 0;
  }
  .box-snippet.mod-big .info-wrapper .elem-counter {
    position: absolute;
    float: none;
    right: 20px;
  }
  .box-snippet .info-wrapper .prod-price {
    font-size: 22px;
    margin-top: 0px;
  }
  .box-snippet .info-wrapper .prod-price small {
    font-size: 15px;
  }
  .box-snippet .info-wrapper .old-price {
    font-size: 16px;
    margin-top: 0px;
  }
  .box-snippet .info-wrapper .old-price small {
    font-size: 13px;
  }
}

.box-social-login {
  background-color: #e5fbff;
  font-size: 0;
  padding: 25px 40px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.box-social-login .title {
  font-family: "Mulish", Arial, serif;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  margin-right: 8px;
  font-size: 18px;
}

.box-social-login .elem-social {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .box-social-login {
    position: static;
    margin: 0 -20px 30px;
    padding: 15px 35px 15px;
  }
}

.box-table_responsive {
  margin-top: 25px;
}

.box-table_responsive .table > thead {
  background-color: #fff;
}

.box-table_responsive .table > thead > tr > th {
  background-color: #fff;
  border-color: #e6e6e6;
}

.box-table_responsive .table > tbody > tr > td {
  vertical-align: middle;
}

.box-table_responsive tr.detail {
  display: none;
  background-color: #f1faff !important;
}

.box-table_responsive tr.detail a {
  text-decoration: underline;
}

.box-table_responsive tr.detail a:hover {
  text-decoration: none;
}

.box-table_responsive tr.detail td {
  background-color: transparent !important;
}

.box-table_responsive tr.detail > td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
}

.box-table_responsive tr.detail .title,
.box-table_responsive tr.detail .info {
  padding-left: 20px;
  padding-right: 20px;
}

.box-table_responsive tr.detail .title {
  font-family: "Mulish", Arial, serif;
  font-size: 18px;
  font-weight: 900;
  margin-top: 2px;
  margin-bottom: 23px;
}

.box-table_responsive tr.detail .info {
  font-size: 16px;
  margin-bottom: 5px;
}

.box-table_responsive tr.detail .table {
  background-color: transparent;
}

.box-table_responsive tr.detail .table:last-of-type {
  margin-bottom: 0;
}

.box-table_responsive tr.detail .table:last-of-type > tbody > tr:last-child > td {
  border-bottom: none;
}

.box-table_responsive tr.detail .table > thead {
  background-color: transparent;
}

.box-table_responsive tr.detail .table > thead > tr > th {
  background-color: transparent;
}

.box-table_responsive tr.detail .table > tbody > tr > td {
  border-top: none;
  border-bottom: solid 1px #e6e6e6;
}

.box-table_responsive tr.detail-opener {
  cursor: pointer;
}

.box-table_responsive tr.opened {
  background-color: #41aabd !important;
}

.box-table_responsive tr.opened + tr.detail {
  display: table-row;
}

.box-table_responsive tr.opened .pseudolink,
.box-table_responsive tr.opened .value {
  color: #fff;
}

.box-table_responsive .table-striped > tbody > tr:nth-of-type(4n-1) {
  background-color: #fff;
}

.box-table_responsive .table-striped > tbody > tr:nth-of-type(4n-1):hover {
  background-color: #e9f5fd;
}

.box-table_responsive .img-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 43px;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
}

.box-table_responsive .img-wrapper > img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-table_responsive.mod-cart {
  margin-top: 5px;
  margin-bottom: 35px;
}

.box-table_responsive.mod-cart .elem-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.box-table_responsive.mod-cart .elem-close:before, .box-table_responsive.mod-cart .elem-close:after {
  background-color: #999;
  width: 20px;
  top: 7px;
  left: -2px;
}

.box-table_responsive.mod-cart .table-striped > thead > tr > th:first-child {
  padding-left: 0;
}

.box-table_responsive.mod-cart .table-striped > thead > tr > th:last-child {
  padding-right: 0;
  font-size: 0;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr {
  background-color: #fff;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr:hover {
  background-color: #fff;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr:nth-of-type(4n-1) {
  background-color: #fff;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr:nth-of-type(4n-1):hover {
  background-color: #fff;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr:nth-child(even):hover > td {
  background-color: #fff;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr > td {
  border-bottom: solid 1px #e6e6e6;
  padding-top: 4px;
  padding-bottom: 4px;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr > td:first-child {
  padding-left: 10px;
  position: relative;
  white-space: nowrap;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr > td:first-child .img-wrapper + a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 66px;
  margin-left: -66px;
  white-space: normal;
  max-width: 100%;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr > td:last-child {
  padding-right: 0;
  font-size: 0;
}

.box-table_responsive.mod-cart .table-striped > tbody a {
  text-decoration: underline;
}

.box-table_responsive.mod-cart .table-striped > tbody a:hover {
  text-decoration: none;
}

.box-table_responsive.mod-cart .discount {
  font-size: 13px;
  color: #888;
}

.box-table_responsive.mod-cart .total {
  font-size: 18px;
  font-family: "Mulish", Arial, serif;
  font-weight: 900;
}

.box-table_responsive.mod-cart .total .price {
  font-size: 22px;
}

.box-table_responsive.mod-cart .total .price small,
.box-table_responsive.mod-cart .total .price .rub {
  font-size: 15px;
  color: #666;
}

.box-table_responsive.mod-cart .cart-error {
  font-size: 11px;
  color: #f73c3c;
}

.box-table_responsive.mod-cart tr.position-error {
  border: solid 1px #f73c3c;
  position: relative;
}

.box-table_responsive.mod-cart tr.position-error > td {
  border-bottom: none !important;
  position: relative;
}

.box-table_responsive.mod-cart tr.position-error > td:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-top: solid 1px #f73c3c;
}

.box-table_responsive.mod-cart tfoot {
  background-color: #f7f7f7;
  position: relative;
}

.box-table_responsive.mod-cart tfoot > tr:first-child > td {
  padding-top: 61px;
  padding-bottom: 29px;
  position: relative;
}

.box-table_responsive.mod-cart tfoot > tr:first-child > td:before {
  content: '';
  display: block;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.box-table_responsive.mod-cart tfoot > tr > td {
  border-top: none;
}

.box-table_responsive.mod-cart tfoot > tr > td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.box-table_responsive.mod-cart tfoot > tr > td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

@media (max-width: 1279px) {
  .box-table_responsive.responsive-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-table_responsive.responsive-md thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .box-table_responsive.responsive-md tbody,
  .box-table_responsive.responsive-md tr,
  .box-table_responsive.responsive-md th,
  .box-table_responsive.responsive-md td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .box-table_responsive.responsive-md .table tbody > tr.detail-opener {
    margin-top: 20px;
  }
  .box-table_responsive.responsive-md .table tbody > tr:first-child {
    margin-top: 0;
  }
  .box-table_responsive.responsive-md td {
    text-align: right;
    padding: 5px 15px !important;
    position: relative;
  }
  .box-table_responsive.responsive-md td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    float: left;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 5px;
  }
  .box-table_responsive.responsive-md td:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 9px;
    height: 1px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAMAAAAl1UT8AAAABlBMVEX///8zMzM4VIyRAAAAAnRSTlMAzORBQ6MAAAAMSURBVAjXY2BkAAMAAA8AAjsAqeAAAAAASUVORK5CYII=);
  }
  .box-table_responsive.responsive-md td:first-child {
    padding-top: 10px !important;
    padding-left: 15px !important;
  }
  .box-table_responsive.responsive-md td:last-child {
    padding-bottom: 10px !important;
    padding-right: 15px !important;
  }
  .box-table_responsive.responsive-md td:last-child:after {
    bottom: 14px;
  }
  .box-table_responsive.responsive-md td .value {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 5px;
  }
  .box-table_responsive.responsive-md td .pseudolink {
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .box-table_responsive.responsive-md tr.opened + tr.detail {
    display: block;
  }
  .box-table_responsive.responsive-md tr.opened .pseudolink,
  .box-table_responsive.responsive-md tr.opened .value {
    background-color: #41aabd !important;
    color: #fff;
  }
  .box-table_responsive.responsive-md tr.opened td[data-title]:before {
    background-color: #41aabd !important;
    color: #fff;
  }
  .box-table_responsive.responsive-md tr.opened td:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAMAAAAl1UT8AAAABlBMVEX///////9VfPVsAAAAAnRSTlMAzORBQ6MAAAAMSURBVAjXY2BkAAMAAA8AAjsAqeAAAAAASUVORK5CYII=);
  }
  .box-table_responsive.responsive-md tr.detail {
    display: none;
  }
  .box-table_responsive.responsive-md tr.detail td {
    text-align: left;
    padding-left: 15px !important;
  }
  .box-table_responsive.responsive-md tr.detail td[data-title]:before {
    float: none;
    display: block;
    background-color: #f1faff !important;
    font-weight: 600;
  }
  .box-table_responsive.responsive-md tr.detail td:after {
    content: none;
  }
  .box-table_responsive.responsive-md tr.detail td .value {
    display: block;
    padding-left: 0;
    background-color: #f1faff !important;
  }
  .box-table_responsive.responsive-md tr.detail .table td {
    padding-left: 0 !important;
  }
  .box-table_responsive.responsive-md tr.detail .table > tbody > tr + tr {
    padding-top: 10px;
    position: relative;
  }
  .box-table_responsive.responsive-md tr.detail .table > tbody > tr + tr:before {
    content: '';
    display: block;
    border-top: solid 1px #888;
    position: absolute;
    left: -15px;
    right: 0;
    top: 5px;
  }
  .box-table_responsive.responsive-md tr.detail .table > tbody > tr > td {
    border-bottom: none;
  }
  .box-table_responsive.responsive-md tr.detail .title,
  .box-table_responsive.responsive-md tr.detail .info {
    padding-left: 0;
    padding-right: 0;
  }
  .box-table_responsive.responsive-md .table-striped > tbody {
    background-color: #fff;
  }
  .box-table_responsive.responsive-md .table-striped > tbody > tr td[data-title]:before {
    background-color: #f9f9f9;
  }
  .box-table_responsive.responsive-md .table-striped > tbody > tr td .value {
    background-color: #f9f9f9;
  }
  .box-table_responsive.responsive-md .table-striped > tbody > tr td .pseudolink {
    background-color: #f9f9f9;
  }
  .box-table_responsive.responsive-md .table-striped > tbody > tr:hover {
    background-color: #f9f9f9;
  }
  .box-table_responsive.responsive-md .table-striped > tbody > tr:nth-of-type(4n-1) td[data-title]:before {
    background-color: #fff;
  }
  .box-table_responsive.responsive-md .table-striped > tbody > tr:nth-of-type(4n-1) td .value {
    background-color: #fff;
  }
  .box-table_responsive.responsive-md .table-striped > tbody > tr:nth-of-type(4n-1) td .pseudolink {
    background-color: #fff;
  }
  .box-table_responsive.responsive-md .table-striped > tbody > tr:nth-of-type(4n-1):hover {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .box-table_responsive {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-table_responsive thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .box-table_responsive tbody,
  .box-table_responsive tr,
  .box-table_responsive th,
  .box-table_responsive td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .box-table_responsive .table tbody > tr.detail-opener {
    margin-top: 20px;
  }
  .box-table_responsive .table tbody > tr:first-child {
    margin-top: 0;
  }
  .box-table_responsive td {
    text-align: right;
    padding: 5px 15px !important;
    position: relative;
  }
  .box-table_responsive td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    float: left;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 5px;
  }
  .box-table_responsive td:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 9px;
    height: 1px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAMAAAAl1UT8AAAABlBMVEX///8zMzM4VIyRAAAAAnRSTlMAzORBQ6MAAAAMSURBVAjXY2BkAAMAAA8AAjsAqeAAAAAASUVORK5CYII=);
  }
  .box-table_responsive td:first-child {
    padding-top: 10px !important;
    padding-left: 15px !important;
  }
  .box-table_responsive td:last-child {
    padding-bottom: 10px !important;
    padding-right: 15px !important;
  }
  .box-table_responsive td:last-child:after {
    bottom: 14px;
  }
  .box-table_responsive td .value {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 5px;
  }
  .box-table_responsive td .pseudolink {
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .box-table_responsive tr.opened + tr.detail {
    display: block;
  }
  .box-table_responsive tr.opened .pseudolink,
  .box-table_responsive tr.opened .value {
    background-color: #41aabd !important;
    color: #fff;
  }
  .box-table_responsive tr.opened td[data-title]:before {
    background-color: #41aabd !important;
    color: #fff;
  }
  .box-table_responsive tr.opened td:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAMAAAAl1UT8AAAABlBMVEX///////9VfPVsAAAAAnRSTlMAzORBQ6MAAAAMSURBVAjXY2BkAAMAAA8AAjsAqeAAAAAASUVORK5CYII=);
  }
  .box-table_responsive tr.detail {
    display: none;
  }
  .box-table_responsive tr.detail td {
    text-align: left;
    padding-left: 15px !important;
  }
  .box-table_responsive tr.detail td[data-title]:before {
    float: none;
    display: block;
    background-color: #f1faff !important;
    font-weight: 600;
  }
  .box-table_responsive tr.detail td:after {
    content: none;
  }
  .box-table_responsive tr.detail td .value {
    display: block;
    padding-left: 0;
    background-color: #f1faff !important;
  }
  .box-table_responsive tr.detail .table td {
    padding-left: 0 !important;
  }
  .box-table_responsive tr.detail .table > tbody > tr + tr {
    padding-top: 10px;
    position: relative;
  }
  .box-table_responsive tr.detail .table > tbody > tr + tr:before {
    content: '';
    display: block;
    border-top: solid 1px #888;
    position: absolute;
    left: -15px;
    right: 0;
    top: 5px;
  }
  .box-table_responsive tr.detail .table > tbody > tr > td {
    border-bottom: none;
  }
  .box-table_responsive tr.detail .title,
  .box-table_responsive tr.detail .info {
    padding-left: 0;
    padding-right: 0;
  }
  .box-table_responsive .table-striped > tbody {
    background-color: #fff;
  }
  .box-table_responsive .table-striped > tbody > tr td[data-title]:before {
    background-color: #f9f9f9;
  }
  .box-table_responsive .table-striped > tbody > tr td .value {
    background-color: #f9f9f9;
  }
  .box-table_responsive .table-striped > tbody > tr td .pseudolink {
    background-color: #f9f9f9;
  }
  .box-table_responsive .table-striped > tbody > tr:hover {
    background-color: #f9f9f9;
  }
  .box-table_responsive .table-striped > tbody > tr:nth-of-type(4n-1) td[data-title]:before {
    background-color: #fff;
  }
  .box-table_responsive .table-striped > tbody > tr:nth-of-type(4n-1) td .value {
    background-color: #fff;
  }
  .box-table_responsive .table-striped > tbody > tr:nth-of-type(4n-1) td .pseudolink {
    background-color: #fff;
  }
  .box-table_responsive .table-striped > tbody > tr:nth-of-type(4n-1):hover {
    background-color: #fff;
  }
  .box-table_responsive.mod-cart {
    margin-top: 15px;
  }
  .box-table_responsive.mod-cart .elem-counter {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  .box-table_responsive.mod-cart .elem-close {
    position: absolute;
    top: 12px;
    right: 3px;
  }
  .box-table_responsive.mod-cart tr.position-error {
    border-width: 2px;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr {
    position: relative;
    margin-bottom: 10px;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td[data-title]:before,
  .box-table_responsive.mod-cart .table-striped > tbody > tr .value {
    background-color: #fff;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td {
    position: static;
    border-bottom: none;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td:after {
    content: none;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td:first-child {
    text-align: left;
    white-space: normal;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td:first-child .img-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 80px;
    margin-bottom: 10px;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td:first-child .img-wrapper > img {
    height: 100%;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td:first-child .img-wrapper + a {
    padding-left: 0;
    margin-left: 0;
    display: block;
    text-align: center;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td:last-child {
    padding: 0;
    border-bottom: solid 1px #e6e6e6;
  }
  .box-table_responsive.mod-cart .table-striped > tbody > tr td:last-child:after {
    content: none;
  }
  .box-table_responsive.mod-cart .table-striped > tfoot > tr:first-child > td {
    padding-top: 29px;
    padding-bottom: 29px;
    position: relative;
  }
  .box-table_responsive.mod-cart .table-striped > tfoot > tr:first-child > td:before {
    content: none;
  }
  .box-table_responsive.mod-cart .table-striped > tfoot > tr:first-child > td:first-child {
    /*padding-top: 61px !important;*/
  }
  .box-table_responsive.mod-cart .table-striped > tfoot > tr:first-child > td:first-child:before {
    content: '';
	content: none;
  }

.box-table_responsive.mod-cart .table-striped > tfoot > tr:first-child > td:before {
    content: none;
  }
  .box-table_responsive.mod-cart .table-striped > tfoot > tr > td:after {
    content: none;
  }
  .box-table_responsive.mod-cart .table-striped > tfoot > tr > td:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  .box-table_responsive.mod-cart .table-striped > tfoot > tr > td:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
}

.box-teasers {
  font-size: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.box-teasers .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 35px;
}

.box-teasers .item .img-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.box-teasers .item .img-wrapper img {
  max-width: 100%;
}

.box-teasers .item .text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}

.box-teasers .item .text > b {
  font-family: "Mulish", Arial, serif;
  font-size: 21px;
  text-transform: none;
}

@media (max-width: 1279px) {
  .box-teasers .item {
    padding-left: 20px;
  }
}

@media (max-width: 1008px) {
  .box-teasers .item {
    padding-left: 0;
    text-align: center;
  }
  .box-teasers .item .img-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .box-teasers .item .text {
    display: block;
  }
}

@media (max-width: 767px) {
  .box-teasers .item {
    width: 50%;
    margin-bottom: 25px;
  }
  .box-teasers .item .img-wrapper {
    margin-bottom: 10px;
  }
}

.page-not_found .page-wrapper {
  background-image: url("/images/required/bg-pattern_lt-blue.png");
  position: relative;
}

.page-not_found .page-wrapper:before {
  content: '';
}

.page-not_found .box-header,
.page-not_found .box-footer {
  background-color: #fff;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  position: relative;
  min-width: 1280px;
}

body.no-scroll {
  overflow: hidden;
}

@media (max-width: 1279px) {
  body {
    min-width: inherit;
  }
}

img {
  max-width: 100%;
}

.page-wrapper {
  min-height: 100%;
  min-width: 320px;
  overflow: hidden;
}

a.fancybox-img {
  outline: none;
}

[type="search"]::-ms-clear,
[type="text"]::-ms-clear,
[type="passowrd"]::-ms-clear,
[type="tel"]::-ms-clear {
  display: none;
}


.header-lang{
  position: absolute;
  width: 131px;
  right: 520px;
  top: 5px;
  padding-top: 5px;
  height: 38px;
  border-right: 1px solid #ebebeb;
  font-size: 0;
  white-space: nowrap;
}
.header-lang span{
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 11px;
  cursor: pointer;
}
.header-lang__RU{
  background: url(/images/icons/lang-ru.svg) center no-repeat;
  background-size: contain;
}
.header-lang__RU:before{
  width: 28px;
  height: 15px;
  border: 1px solid #27A2E1;
  border-bottom: none;
  content:"";
  display: block;
  left: 1px; top: 0;
  position: absolute;
  border-radius: 15px 15px 0 0 ;
  -moz-border-radius: 15px 15px 0 0 ;
  -webkit-border-radius: 15px 15px 0 0 ;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header-lang__KZ{
  background: url(/images/icons/lang-kk-KZ.svg) center no-repeat;
  background-size: contain;
}
.header-lang__BE{
  background: url(/images/icons/lang-be.svg) center no-repeat;
  background-size: contain;
}
.header-lang span.active,
.header-lang span:hover{
  -webkit-box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 3px #853119;
  -moz-box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 3px #853119;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 3px #853119;
}
@media only screen and (max-width:1279px) {
.header-lang {
  right: 395px;
}
}
@media only screen and (max-width:1008px) {
.header-lang {
  right: 270px;
  border-right: none;
}
}
@media only screen and (max-width:767px) {
.header-lang {
  right: auto;
  left: 50%;
  margin-left: -42px;
}
}
.side-footer .header-lang {
  position: relative;
  padding: 0;
  left: auto;
  top: auto;
  right: auto;
  text-align: left;
  display: none;
  margin: 0;
  height: 50px;
}

@media only screen and (max-width:460px) {
.header-lang {
  display: none;
}
.side-footer .header-lang{
  display: block;
}
}
.modal-heading-blue{
  font-family: 'myriad_pro';
  margin: -32px -40px 0;
  padding: 26px 35px 15px;
  background: #53BED0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-weight: bold;
}
.modal-heading-blue .modal-title{
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 9px;
  font-family: 'myriad_pro';
  font-weight: bold;
}
.modal-heading-blue .modal-title span{
  display: block;
}
.modal-heading-blue p{
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}
.modal-heading-blue p strong{
  color: #231F20;
  font-size: 22px;
  line-height: 26px;
}
#modal-lang_status-RU .modal-heading-blue p strong,
#modal-lang_status-BE .modal-heading-blue p strong{
  display: block;
}
.modal-currency__img-rub{
  display: block;
  width: 100px;
  height: 136px;
  margin: 29px auto 27px;
}
.modal-currency__img-tenge{
  display: block;
  width: 106px;
  height: 136px;
  margin: 29px auto 27px;
}
.modal-content .close.close-ok{
  display: block;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  width: 147px;
  height: 51px;
  padding: 0;
  margin: 0 auto -5px;
  background: #53BED0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 49px;
  font-family: 'myriad_pro';
  border-radius: 30px;
}
.modal-content .close.close-ok:before,
.modal-content .close.close-ok:after{
  display: none;
}
#modal-lang_status-RU .modal-dialog.modal-small,
#modal-lang_status-KZ .modal-dialog.modal-small,
#modal-lang_status-BE .modal-dialog.modal-small{
  width: 479px;
}
@media only screen and (max-width:767px) {
#modal-lang_status-KZ .modal-content .close:before,
#modal-lang_status-KZ .modal-content .close:after,
#modal-lang_status-RU .modal-content .close:before,
#modal-lang_status-RU .modal-content .close:after,
#modal-lang_status-BE .modal-content .close:before,
#modal-lang_status-BE .modal-content .close:after {
  background-color: #fff;
}
.modal-heading-blue .modal-title{
  padding-right: 25px;
}
}
@media only screen and (max-width:330px) {
.modal-heading-blue .modal-title span{
  display: inline;
}
}
@media only screen and (max-width:330px) {
.modal-heading-blue .modal-title span{
  display: inline;
}
}


.product-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;



}
.product-images-thumbs {
  width: 133px;
  float: left;
  margin-right: 11px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 450px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order:1;
  order: 1;
  -webkit-order: 1;



}
.product-thumbs-slider__item {
  float:left;
  width: 133px;
  height: 99px;
  text-align: center;
  line-height: 97px;
  margin-bottom: 8px;
  cursor: pointer;




}
.product-thumbs-slider__item.active {
  -webkit-box-shadow: 0 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px rgba(0,0,0,.3);
  box-shadow: 0 3px rgba(0,0,0,.3);



}
.product-thumbs-slider__item img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;



}

.product-images-large {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: -webkit-calc(100% - 144px);
  width: calc(100% - 144px);
  height: 450px;
  overflow: hidden
}

.product-images-large.one-photo
{
  width:450px;
}
@media (max-width: 1279px) {
  .product-images-large.one-photo {
    width: 100%;
  }
}

.product-images-slider-wrap {
  max-width: 450px;
  margin: 0 auto;
  position: relative;





}
.box-product .product-images-large .prod-image img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;





}
.product-images-slider__item a {
  display: block







}

.box-product .product-images-slider  .prod-image {
  height: 450px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;



}
.product-images-slider {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;



}
.badge-card {
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  z-index:1



}
.badge-card__title {
  background: #fff;
  font-family: 'myriad_pro', arial, sans-serif;
  border: 2px solid #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #000;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  padding: 1px 13px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0;
  /*right: 64px;*/
  right: 74px;
  width: 65%;
  top: 8px;



}
.badge-card__title:before {
  content:'';
  /*background: url('/images/badge__arrow.png');*/
  bottom: -9px;
  display: block;
  height: 9px;
  position: absolute;
  right: 5px;
  width: 16px;



}
.box-snippet .img-wrapper img.badge-card__img, .badge-card__img {
  height: auto;
  max-width: 100%;
  width:auto;



}
.product-thumbs-slider {
  opacity: 0




}
.product-thumbs-slider.slick-initialized {
  opacity: 1



}
@media (min-width: 1280px) {
  .product-slider {
    width: 48.9%
  }
  .product-slider + .col-md-4 {
    width: 26.1%
  }



}
@media (max-width: 1279px) {
  .product-slider {
    display: block
  }
  .product-images-thumbs {
    height: auto;
    margin: 11px -8px 0;
    width: -webkit-calc(100% + 16px);
    width: calc(100% + 16px);
  }
  .product-thumbs-slider {
    max-width: 466px;
    margin: 0 auto;
  }
  .product-thumbs-slider__item {
    margin: 0 8px
  }
  .product-images-thumbs + .product-images-large {
    margin-left: 0;
    margin-bottom: 90px;
  }
  .box-product .product-images-slider  .prod-image, .product-images-thumbs + .product-images-large{
    max-height: 450px
  }
  .product-images-large {
    width: 100%;
    height: 360px
  }
  .product-images-slider.slick-initialized {
    height: auto
  }
  .gallery-carousel_snippet .swiper-button-prev {
    left: -24px;
  }
  .gallery-carousel_snippet .swiper-button-prev {
    right: -24px;
  }




}
@media (max-width: 992px) {
  .box-product .product-images-slider .prod-image, .product-images-large {
    height: 360px;
  }




}
@media (max-width: 767px) {
  .product-images-thumbs + .product-images-large {
    height:  auto
  }
  .box-product .product-images-slider  .prod-image {
    height: auto !important;
  }
  .box-product .product-images-large .prod-image img {
    position: static;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
  }
  .product-controls {
    margin-top: 25px
  }
  .product-images-large {
    /*height: 290px*/
    height:100%;
  }
  .product-images-slider.slick-initialized {
    height: auto
  }



}

/*12.02.2018*/

.b-faq{
  overflow: auto;
  padding-bottom: 20px;
  font-weight: 600;
  line-height: 21px;
}

.b-faq__description{
  color: #53bed0;
  margin-top: 5px;
  font-weight: bold;
}
.b-faq img{
  float: left;
  width: 60%;
  margin-right: 60px;
}
.b-faq ul {
  float: right;
  list-style-type: decimal;
  width: calc(40% - 60px);
  padding-left: 15px;
  padding-top: 10px;
  color: #4c555f;
}
.b-faq ul li{
  padding-left: 10px;
  padding-bottom: 20px;
}

.box-table_responsive.mod-cart .table-striped > thead > tr > th{
  background-color: #53bed0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  padding-top: 11px;
  padding-bottom: 10px;

}
.box-table_responsive.mod-cart .table-striped > thead > tr > th:first-child {
  padding-left: 10px;
}
.box-table_responsive.mod-cart .table-striped > tbody > tr > td {
  border-bottom: none;

}

.prod-row td input{
  width: 90px;
  border: 1px solid #d5f0f3;
  padding: 4px 0 4px 10px;
  font-size: 16px;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr.prod-row > td{
  padding-top: 16px;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr.prod-row:first-child > td{
  padding-top: 20px;
}

.box-table_responsive.mod-cart .table-striped > tbody > tr.error-row {
  display: none;
}


.elem-counter .control{
  border-radius: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #53bed0;
  background-color:#e9f8fa;
}
.elem-counter .control:hover{
  color:#e9f8fa;
  background-color:#53bed0;
}

.load{
  background-color:#e9f8fa;
}
.load:after , .load:before{
  background-color:#53bed0;

}
.noload{
  background-color:#53bed0;
}
.noload:after, .noload:before{
  background-color:#e9f8fa;
}

.elem-counter .unit{
  width: 40px;
  margin-left: 10px;
}

.elem-counter .control.plus{
  right: -10px;
}
.unit .counter-value{
  width: 40px !important;
  text-align: center;
  padding-left: 0;
  color: #113348;
}


.prod a{
  color:#224155;
}

.total-price span , .price span {
  color:#224155;
}

.mod-cart .table{
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #113348;
}

.box-table_responsive.mod-cart .elem-close{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-color:#e9f8fa;
}

.box-table_responsive.mod-cart .elem-close:before, .box-table_responsive.mod-cart .elem-close:after{
  background-color:  #41aabc;
  width: 12px;
  top: 11px;
  left: 6px;
}


.table.table-striped > tbody {

}
.box-table_responsive.mod-cart{
  margin-top: 5px;
  margin-bottom: 11px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d5f0f3;
}
.text-quickshop{
  max-width: 410px;
  font-weight: 600;
  padding-top: 12px;
  color: #4c555f;
  margin: 0 0 75px;
}
.table{
  margin-bottom: 0;
  padding-bottom: 0;
}

#quickshop .btn{
  font-size: 12px;
  width: 170px;
  padding: 10px 0 10px 0;
  margin-top: 4px;
  text-align: center;
}

#more-lines:hover, #more-lines:focus {
  color: #3393bc;
  text-decoration: none;
}



.loadover{
  background-color:#53bed0 !important;
}
.loadover:after , .loadover:before{
  background-color:#e9f8fa !important;
}
.noloadover{
  background-color:#e9f8fa !important;
}
.noloadover:after, .noloadover:before{
  background-color:#53bed0 !important;

}

@media (max-width: 1023px) {

  .b-faq img{
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .b-faq ul {
    width:100%;
  }

}

@media (max-width: 767px){
  .b-faq img{
    width: 100%;

  }

  .b-faq ul {
    width:100%;
  }
  .elem-counter .control {
    padding-top: 2px;
    font-size: 20px;
  }

  .box-table_responsive.mod-cart .elem-close{
    margin-right: 2px;
  }

  .box-table_responsive.mod-cart .table-striped > tbody > tr td[data-title]:before, .box-table_responsive.mod-cart .table-striped > tbody > tr .value{
    line-height: 27px;
    min-width: 100px;
  }

  .box-table_responsive.mod-cart .table-striped > tbody > tr td{
    text-align: unset;
  }

  .box-table_responsive.mod-cart {

    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 480px){

  .text-quickshop{
    max-width: 100%;
    display: inline-block;
    text-align: center;
  }
  #quickshop .btn{
    display: block;
    float: unset !important;
    margin: 0 auto;
    margin-top: 10px;
  }
  #quickshop{
    text-align: center;
  }
}


/*Правки от 17/10/2019*/
@media (max-width: 1008px) {
  .box-snippet .info-wrapper .elem-to_cart {
    line-height: 24px !important;
    height: 51px;
  }
  #hits-block .box-snippet .info-wrapper .elem-to_cart {
    line-height: 48px !important;
    height: 51px;
  }
  #hits-block .elem-counter .unit {
    width: 60px;
  }
  #hits-block .elem-counter {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .box-snippet .info-wrapper .elem-to_cart {
    line-height: 48px !important;
  }
  .elem-counter {
    width: 130px;
  }
  .elem-counter .unit {
    width: 60px;
  }
}
@media (max-width: 544px) {
  .box-snippet .info-wrapper .elem-to_cart {
    line-height: 24px !important;
  }
  .box-snippet .info-wrapper {
    padding: 5px 20px 85px !important;
  }
  .box-snippet .info-wrapper .elem-counter {
    float: left;
    margin-top: 10px !important;
  }
  #hits-block .box-snippet .info-wrapper {
    padding: 5px 20px 70px !important;
  }
  #hits-block .box-snippet .info-wrapper .elem-counter {
    float: right; 
  }
}
@media (max-width: 464px) {
  .favorite {
    height: 45px !important;
  }
  .box-snippet .info-wrapper {
    padding: 5px 20px 70px !important;
  }
  .list-snippets .box-snippet .info-wrapper .prod-price {
    margin-left: 0px !important;
  }
  .list-snippets .box-snippet .info-wrapper .elem-counter {
    margin-left: 0px !important;
  }
  .list-snippets .elem-counter .unit {
    width: 110% !important;
  }
  .elem-counter {
    width: 95% !important;
  }
  #hits-block .elem-counter {
    width: 110px !important;
  }
  #hits-block .favorite {
    height: 51px !important;
  }
}
@media (max-width: 399px) {
  .box-snippet .info-wrapper .elem-to_cart {
    line-height: 12px !important;
    height: 45px;
  }
  .box-snippet .info-wrapper {
    padding: 5px 15px 60px !important;
  }
  #hits-block .box-snippet .info-wrapper{
    padding: 5px 15px 50px !important;
  }
  #hits-block .elem-counter {
    width: 35% !important;
  }
  #hits-block .box-snippet .info-wrapper .elem-counter {
    float: right;
  }
}

.privacy-link-text {
  margin-bottom: 10px;
  color: #999;
  order: 6;
}