@charset "UTF-8";
/* Sweep To Right ИЗ СИНЕГО В БЕЛЫЙ С РАМКОЙ*/
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; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

h1 {
  font-size: 1em;
  margin: 0; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

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

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

[role="button"] {
  cursor: pointer; }

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

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1280px) {
  .container {
    width: 1268px; } }

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

@media (min-width: 768px) {
  .container {
    padding-right: 0;
    padding-left: 0; } }

.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xs-no-pad-hor {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .sm-no-pad-hor {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 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-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

@media (max-width: 640px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left; }
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-11 {
    width: 91.66666667%; }
  .col-xxs-10 {
    width: 83.33333333%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-8 {
    width: 66.66666667%; }
  .col-xxs-7 {
    width: 58.33333333%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-5 {
    width: 41.66666667%; }
  .col-xxs-4 {
    width: 33.33333333%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-2 {
    width: 16.66666667%; }
  .col-xxs-1 {
    width: 8.33333333%; }
  .col-xxs-pull-12 {
    right: 100%; }
  .col-xxs-pull-11 {
    right: 91.66666667%; }
  .col-xxs-pull-10 {
    right: 83.33333333%; }
  .col-xxs-pull-9 {
    right: 75%; }
  .col-xxs-pull-8 {
    right: 66.66666667%; }
  .col-xxs-pull-7 {
    right: 58.33333333%; }
  .col-xxs-pull-6 {
    right: 50%; }
  .col-xxs-pull-5 {
    right: 41.66666667%; }
  .col-xxs-pull-4 {
    right: 33.33333333%; }
  .col-xxs-pull-3 {
    right: 25%; }
  .col-xxs-pull-2 {
    right: 16.66666667%; }
  .col-xxs-pull-1 {
    right: 8.33333333%; }
  .col-xxs-pull-0 {
    right: auto; }
  .col-xxs-push-12 {
    left: 100%; }
  .col-xxs-push-11 {
    left: 91.66666667%; }
  .col-xxs-push-10 {
    left: 83.33333333%; }
  .col-xxs-push-9 {
    left: 75%; }
  .col-xxs-push-8 {
    left: 66.66666667%; }
  .col-xxs-push-7 {
    left: 58.33333333%; }
  .col-xxs-push-6 {
    left: 50%; }
  .col-xxs-push-5 {
    left: 41.66666667%; }
  .col-xxs-push-4 {
    left: 33.33333333%; }
  .col-xxs-push-3 {
    left: 25%; }
  .col-xxs-push-2 {
    left: 16.66666667%; }
  .col-xxs-push-1 {
    left: 8.33333333%; }
  .col-xxs-push-0 {
    left: auto; }
  .col-xxs-offset-12 {
    margin-left: 100%; }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxs-offset-0 {
    margin-left: 0%; } }

@media (max-width: 480px) {
  .col-xxxs-1, .col-xxxs-2, .col-xxxs-3, .col-xxxs-4, .col-xxxs-5, .col-xxxs-6, .col-xxxs-7, .col-xxxs-8, .col-xxxs-9, .col-xxxs-10, .col-xxxs-11, .col-xxxs-12 {
    float: left; }
  .col-xxxs-12 {
    width: 100%; }
  .col-xxxs-11 {
    width: 91.66666667%; }
  .col-xxxs-10 {
    width: 83.33333333%; }
  .col-xxxs-9 {
    width: 75%; }
  .col-xxxs-8 {
    width: 66.66666667%; }
  .col-xxxs-7 {
    width: 58.33333333%; }
  .col-xxxs-6 {
    width: 50%; }
  .col-xxxs-5 {
    width: 41.66666667%; }
  .col-xxxs-4 {
    width: 33.33333333%; }
  .col-xxxs-3 {
    width: 25%; }
  .col-xxxs-2 {
    width: 16.66666667%; }
  .col-xxxs-1 {
    width: 8.33333333%; }
  .col-xxxs-pull-12 {
    right: 100%; }
  .col-xxxs-pull-11 {
    right: 91.66666667%; }
  .col-xxxs-pull-10 {
    right: 83.33333333%; }
  .col-xxxs-pull-9 {
    right: 75%; }
  .col-xxxs-pull-8 {
    right: 66.66666667%; }
  .col-xxxs-pull-7 {
    right: 58.33333333%; }
  .col-xxxs-pull-6 {
    right: 50%; }
  .col-xxxs-pull-5 {
    right: 41.66666667%; }
  .col-xxxs-pull-4 {
    right: 33.33333333%; }
  .col-xxxs-pull-3 {
    right: 25%; }
  .col-xxxs-pull-2 {
    right: 16.66666667%; }
  .col-xxxs-pull-1 {
    right: 8.33333333%; }
  .col-xxxs-pull-0 {
    right: auto; }
  .col-xxxs-push-12 {
    left: 100%; }
  .col-xxxs-push-11 {
    left: 91.66666667%; }
  .col-xxxs-push-10 {
    left: 83.33333333%; }
  .col-xxxs-push-9 {
    left: 75%; }
  .col-xxxs-push-8 {
    left: 66.66666667%; }
  .col-xxxs-push-7 {
    left: 58.33333333%; }
  .col-xxxs-push-6 {
    left: 50%; }
  .col-xxxs-push-5 {
    left: 41.66666667%; }
  .col-xxxs-push-4 {
    left: 33.33333333%; }
  .col-xxxs-push-3 {
    left: 25%; }
  .col-xxxs-push-2 {
    left: 16.66666667%; }
  .col-xxxs-push-1 {
    left: 8.33333333%; }
  .col-xxxs-push-0 {
    left: auto; }
  .col-xxxs-offset-12 {
    margin-left: 100%; }
  .col-xxxs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxxs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxxs-offset-9 {
    margin-left: 75%; }
  .col-xxxs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxxs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxxs-offset-6 {
    margin-left: 50%; }
  .col-xxxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxxs-offset-3 {
    margin-left: 25%; }
  .col-xxxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxxs-offset-0 {
    margin-left: 0%; } }

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

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

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 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 (min-width: 641px) and (max-width: 766px) {
  .hidden-xs {
    display: none !important; } }

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

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

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

@media (min-width: 481px) and (max-width: 640px) {
  .hidden-xxs {
    display: none !important; } }

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

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

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

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

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

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

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

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

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
  position: relative;
  min-height: 1px; }

.col-xs-five {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-five {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-five {
    width: 20%;
    float: left; } }

@media (min-width: 1280px) {
  .col-lg-five {
    width: 20%;
    float: left; } }

.svg-ic {
  font-size: 10px; }

.svg-ic:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/svg/svg/sprite.svg");
  background-repeat: no-repeat;
  background-size: 2em 12.7em; }

.no-svg .svg-ic:before {
  background-image: url("../svg/sprite.png"); }

.svg-ic.svg-ic-angle-bottom:before {
  background-position: 0em 0em;
  width: 1em;
  height: 0.6em; }

.svg-ic.svg-ic-arrow-bottom:before {
  background-position: 0em -0.6em;
  width: 0.6em;
  height: 0.7em; }

.svg-ic.svg-ic-arrow-top:before {
  background-position: 0em -1.3em;
  width: 0.6em;
  height: 0.7em; }

.svg-ic.svg-ic-back:before {
  background-position: 0em -2em;
  width: 1.9em;
  height: 0.6em; }

.svg-ic.svg-ic-check:before {
  background-position: 0em -2.6em;
  width: 0.8em;
  height: 0.5700000000000001em; }

.svg-ic.svg-ic-check-white:before {
  background-position: 0em -3.2em;
  width: 0.8em;
  height: 0.5700000000000001em; }

.svg-ic.svg-ic-close-lg:before {
  background-position: 0em -3.8em;
  width: 2em;
  height: 2em; }

.svg-ic.svg-ic-close-xs:before {
  background-position: 0em -5.8em;
  width: 1.5em;
  height: 1.5em; }

.svg-ic.svg-ic-lt:before {
  background-position: 0em -7.3em;
  width: 0.5em;
  height: 0.7em; }

.svg-ic.svg-ic-mail:before {
  background-position: 0em -8em;
  width: 1.8em;
  height: 1.2em; }

.svg-ic.svg-ic-phone:before {
  background-position: 0em -9.2em;
  width: 1.7em;
  height: 1.5em; }

.svg-ic.svg-ic-point:before {
  background-position: 0em -10.7em;
  width: 1.4em;
  height: 2em; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\e901"; }

.icon-phone:before {
  content: "\e902"; }

.icon-point:before {
  content: "\e903"; }

.icon-check:before {
  content: "\e900";
  color: #05578e; }

.icon-up:before {
  content: "\e917";
  color: #8692a1; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px); } }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55; }

.jq-checkbox {
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
      transform: rotate(-50deg); }

.jq-radio {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-file {
  width: 270px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  cursor: pointer; }

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.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-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility; }

a {
  position: relative; }
  a .fa {
    position: absolute;
    right: 20px;
    font-size: 25px; }
  a.show .fa {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

input[type="checkbox"] {
  display: none; }

.jq-checkbox.checked .jq-checkbox__div {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 1px; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.fancybox-close-small {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fancybox-close-small:after {
    position: static;
    display: none;
    width: 50px;
    height: 50px;
    background-image: url(../img/svg/close.svg);
    background-repeat: no-repeat;
    content: '';
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .fancybox-close-small:hover:after, .fancybox-close-small:active:after {
    background-color: #fff;
    background-image: url(../img/svg/close.svg);
    background-repeat: no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background-color: #33455A; }

.fancybox-slide > * {
  overflow: visible; }

.ic {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.ic-wrap {
  display: block;
  position: relative; }
  .ic-wrap .ic, .ic-wrap [class^="icon-"]:before, .ic-wrap [class*=" icon-"]:before, .ic-wrap .svg-ic {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -3px; }

.ic-wrap-right {
  display: block;
  position: relative; }
  .ic-wrap-right .ic, .ic-wrap-right [class^="icon-"]:before, .ic-wrap-right [class*=" icon-"]:before, .ic-wrap-right .svg-ic {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100%;
  font-size: 14px !important; }

@media only screen and (max-width: 480px) {
  html {
    font-size: 12px; } }

body {
  min-width: 320px;
  height: auto;
  height: 100%;
  margin: 0;
  font-family: "WeblySleek UI Semilight", sans-serif;
  font-weight: normal;
  color: #28292b;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-color: #f3f6f8; }

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

img:not(.image-fill) {
  max-width: 100%;
  height: auto;
  max-height: 100%; }

address {
  font-style: normal; }

blockquote {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0; }

h1, h2, h3 {
  font-family: "WeblySleek UI Semilight", sans-serif;
  color: #28292b; }

a {
  color: #28292b;
  text-decoration: none;
  outline: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0;
  transition-delay: 0; }
  a:hover, a:active {
    color: #0f1011; }

p {
  margin: 0; }

b, strong, em, i {
  font-family: "WeblySleek UI Semibold", sans-serif; }

h1.title, h2.title-lg {
  margin-bottom: 40px;
  text-align: left;
  font: 48px "WeblySleek UI Semibold", sans-serif;
  color: #28292b; }

h1.title-main {
  margin-bottom: 40px;
  text-align: center;
  font: 60px "WeblySleek UI Semibold", sans-serif;
  line-height: 1.37;
  color: #28292b; }

h2.title {
  margin-bottom: 30px;
  text-align: left;
  font: 36px "WeblySleek UI Semibold", sans-serif; }

h3.title {
  margin-bottom: 50px;
  font: 30px "WeblySleek UI Semibold", sans-serif;
  text-align: center; }

@media only screen and (max-width: 991px) {
  h1.title, h2.title-lg {
    font-size: 40px; }
  h1.title-main {
    font-size: 50px; }
  h2.title {
    font-size: 30px; } }

@media only screen and (max-width: 767px) {
  h1.title, h2.title-lg {
    font-size: 30px; }
  h1.title-main {
    font-size: 40px; }
  h2.title {
    font-size: 25px; } }

@media only screen and (max-width: 640px) {
  h1.title {
    font-size: 30px; }
  h2.title {
    font-size: 22px; } }

.hidden {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

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

.text-right {
  text-align: right; }

.accent {
  color: #ff6602 !important; }

.bg-accent {
  background-color: #ff6602 !important;
  color: #fff; }
  .bg-accent a {
    color: #fff; }

.bg-cold {
  background-color: #0286ff !important;
  color: #fff; }
  .bg-cold a {
    color: #fff; }

.bg-white {
  background-color: #fff !important; }

@media only screen and (max-width: 640px) {
  br.xxs {
    display: none; } }

.table {
  display: table; }
  .table__row {
    display: table-row; }
  .table__cell {
    display: table-cell;
    vertical-align: middle;
    position: relative; }

.col-pad-default [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px; }

.col-pad-default .row {
  margin-left: -6px;
  margin-right: -6px; }

.btn {
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 12.6px;
  padding-bottom: 12.6px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-clip: padding-box;
  background-color: #ff6602;
  text-align: center;
  font: 13px "WeblySleek UI Semibold", sans-serif;
  letter-spacing: 0.9px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer; }
  .btn:hover, .btn:active {
    color: #fff;
    -webkit-box-shadow: 0 10px 32px 0 rgba(255, 102, 2, 0.5);
            box-shadow: 0 10px 32px 0 rgba(255, 102, 2, 0.5); }
  .btn.btn--transp {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background-color: transparent;
    color: #ff6602;
    border: 1px solid #ff6602; }
    .btn.btn--transp:hover, .btn.btn--transp:active {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #ff6602;
      border-color: transparent !important;
      color: #fff; }
  .btn.btn--gray {
    color: #8692a1;
    border-color: #8692a1; }
    .btn.btn--gray:hover, .btn.btn--gray:active {
      color: #fff;
      border-color: transparent;
      background-color: #8692a1; }

@media only screen and (max-width: 480px) {
  .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px; } }

.article.article--classes {
  margin-bottom: 40px; }

.article p, .article table, .article img, .article blockquote {
  margin-bottom: 30px; }

.article p, .article ul, .article ol, .article table {
  font-family: "WeblySleek UI Semilight", sans-serif;
  color: #28292b; }

.article p {
  text-align: justify; }
  .article p a {
    color: #ff6602;
    text-decoration: underline; }
    .article p a:hover, .article p a:active {
      text-decoration: none; }

.article ol li, .article ul li {
  padding-left: 35px;
  margin-bottom: 5px; }

.article ul, .article ol {
  margin-top: 15px;
  margin-bottom: 20px; }

.article img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.article ul li {
  position: relative; }
  .article ul li:before {
    display: block;
    content: ' ';
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #ff6602;
    left: 0;
    top: 12.5px; }
  .article ul li .ic, .article ul li .fa {
    margin-right: 18px;
    color: #ff6602; }

.article__item {
  margin-bottom: 10px;
  border-bottom: 1px solid #d5dde7; }

.article__title {
  font: 30px "WeblySleek UI Semibold", sans-serif;
  margin-bottom: 8px; }

.article__title-sm {
  font: 18px "WeblySleek UI Semibold", sans-serif;
  margin-bottom: 5px; }

.article.article--about p {
  font-size: 16px; }

@media only screen and (max-width: 480px) {
  article p, article ul, article ol, article table {
    margin-bottom: 20px; } }

.article-mktu-item {
  margin-bottom: 15px; }
  .article-mktu-item__title {
    font: 18px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 5px; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.disabled * {
  color: #777; }
  .disabled * a {
    color: #777; }

textarea {
  resize: none; }

.input {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-clip: padding-box;
  border: solid 1px #d5dde7;
  height: 45px;
  line-height: 45px;
  padding-left: 14px;
  padding-right: 14px;
  font: 13px "WeblySleek UI Semilight", sans-serif;
  color: #28292b;
  background-color: #fff !important; }
  .input:focus {
    border-color: #8692a1 !important;
    outline: none; }
  .input:-moz-placeholder, .input::-moz-placeholder {
    color: #8692a1;
    opacity: 1; }
  .input::-webkit-input-placeholder {
    color: #8692a1; }
  .input.input--search {
    background-image: url(../img/svg/search.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 45px; }
    .input.input--search:focus {
      border-color: #d5dde7 !important;
      outline: none; }
  .input.input--search-radius {
    -webkit-border-radius: 22.5px;
            border-radius: 22.5px;
    background-clip: padding-box; }
  .input.input--textarea {
    line-height: 1.4;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 82px; }
  .input.input--select {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: auto; }
  .input.-error {
    border: 1px solid red; }

.input:focus:required:valid,
.input:focus:required:invalid {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.input:required,
.input:invalid {
  outline: none; }

.input:focus:required:invalid {
  border: 1px solid red !important; }

:-moz-placeholder,
::-moz-placeholder {
  color: #8692a1;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #8692a1; }

fieldset {
  padding: 0;
  border: none;
  margin: 0; }

label {
  display: block;
  margin-bottom: 10px; }

button, input[type="submit"] {
  display: block;
  background-color: transparent;
  border: none;
  outline: none; }

.input_icon_wrap {
  position: relative;
  margin-bottom: 20px; }
  .input_icon_wrap .ic, .input_icon_wrap .fa {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px; }
  .input_icon_wrap input[type="text"],
  .input_icon_wrap input[type="tel"],
  .input_icon_wrap input[type="email"],
  .input_icon_wrap input[type="password"] {
    padding-left: 40px; }

.input-check-wrap {
  position: relative; }
  .input-check-wrap input[type="checkbox"], .input-check-wrap .jq-checkbox {
    position: absolute;
    top: -1px;
    left: 0; }
  .input-check-wrap label {
    padding-left: 37px;
    font-size: 0.8125rem;
    cursor: pointer; }

.select {
  width: 100%;
  border: 1px solid #ff6602; }

.jq-selectbox {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-clip: padding-box; }
  .jq-selectbox__select {
    padding-left: 18px;
    padding-right: 35px;
    height: 34px;
    line-height: 34px; }
  .jq-selectbox__trigger {
    -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    background-clip: padding-box; }
  .jq-selectbox__trigger-arrow {
    top: 50%;
    margin-top: -2px; }
  .jq-selectbox__select-text .ic, .jq-selectbox__select-text [class^="icon-"]:before, .jq-selectbox__select-text [class*=" icon-"]:before, .jq-selectbox__select-text .svg-ic, .jq-selectbox li .ic, .jq-selectbox li [class^="icon-"]:before, .jq-selectbox li [class*=" icon-"]:before, .jq-selectbox li .svg-ic {
    margin-right: 5px;
    max-width: 64px;
    font-size: 14px; }
  .jq-selectbox .placeholder, .jq-selectbox li, .jq-selectbox__select-text {
    color: #8692a1;
    font: 0.875em "WeblySleek UI Semilight", sans-serif;
    height: 34px;
    line-height: 34px; }
  .jq-selectbox li {
    padding: 0 0 0 18px;
    height: 25px;
    line-height: 25px; }
    .jq-selectbox li:hover, .jq-selectbox li:active {
      background-color: #ff6602; }

@media only screen and (max-width: 480px) {
  .jq-selectbox li {
    padding-left: 5px; }
  .jq-selectbox .placeholder, .jq-selectbox li, .jq-selectbox__select-text {
    font-size: 0.75em; } }

.jq-checkbox {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-clip: padding-box;
  border: solid 1px #bbc1c8;
  background-color: #FFF;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff; }
  .jq-checkbox.focused {
    border: solid 1px #ff6602;
    background-color: transparent;
    background-image: none; }

.jq-checkbox.checked {
  background-color: #ff6602;
  border-color: #ff6602 !important;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .jq-checkbox.checked .jq-checkbox__div {
    margin-top: -0.8px;
    width: 13px;
    height: 11px;
    background-color: transparent;
    background-image: url(../img/svg/check.svg);
    background-repeat: no-repeat;
    background-position: center center; }

.jq-radio {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  background-clip: padding-box;
  border: solid 1px #ff6602; }
  .jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-clip: padding-box;
    background-color: #ff6602; }
  .jq-radio.checked.focused {
    border: solid 1px #ff6602; }

.slider-range {
  margin-top: 25px;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 10px; }
  .slider-range__title {
    margin-bottom: 25px;
    font: 0.8125em "WeblySleek UI Semibold", sans-serif; }
  .slider-range__range {
    position: relative;
    margin-bottom: 20px;
    height: 2px !important;
    border: none !important;
    background-color: #dfdfdf !important; }
    .slider-range__range .ui-slider-handle {
      display: inline-block;
      background-color: #fff !important;
      width: 11px;
      height: 11px;
      -webkit-border-radius: 5.5px;
              border-radius: 5.5px;
      background-clip: padding-box;
      width: 16px !important;
      height: 16px !important;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-clip: padding-box;
      border: solid 5px #ff6602 !important;
      top: 50% !important;
      margin-top: -8px !important;
      cursor: pointer !important; }
    .slider-range__range .ui-slider-range {
      background-color: #ff6602;
      height: 3px !important; }
  .slider-range input.slider-range__input {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-clip: padding-box;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 70px;
    color: #28292b;
    text-align: center;
    font-size: 12px; }
  .slider-range__input-wrap {
    text-align: center;
    color: #8692a1;
    *zoom: 1; }
    .slider-range__input-wrap:after {
      content: " ";
      display: block;
      clear: both; }
    .slider-range__input-wrap .left, .slider-range__input-wrap .right {
      width: 50%; }

.input-line {
  margin-bottom: 18px; }
  .input-line [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .input-line .row {
    margin-left: 0;
    margin-right: 0; }
  .input-line__label {
    margin-bottom: 0;
    padding-top: 10px;
    font-family: "WeblySleek UI Semibold", sans-serif; }
  .input-line__textarea {
    -webkit-border-radius: 0;
            border-radius: 0;
    background-clip: padding-box; }
  .input-line__input {
    max-width: 344px;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-clip: padding-box; }

.type-buy {
  margin-right: 11px;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background-clip: padding-box;
  line-height: 30px;
  text-align: center;
  text-align: center;
  color: #fff; }

.sort {
  margin-bottom: 20px; }
  .sort__item {
    display: inline-block;
    font-family: "WeblySleek UI Semibold", sans-serif;
    color: #8692a1;
    margin-right: 20px; }
    .sort__item .ic, .sort__item [class^="icon-"]:before, .sort__item [class*=" icon-"]:before, .sort__item .svg-ic {
      display: inline-block;
      margin-left: 5px;
      font-size: 7px; }
    .sort__item.active {
      color: #ff6602; }
      .sort__item.active .ic, .sort__item.active [class^="icon-"]:before, .sort__item.active [class*=" icon-"]:before, .sort__item.active .svg-ic {
        color: #ff6602 !important; }
    .sort__item.desc .ic, .sort__item.desc [class^="icon-"]:before, .sort__item.desc [class*=" icon-"]:before, .sort__item.desc .svg-ic {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .sort__title {
    color: #28292b;
    font-size: 16px; }
  .sort.sort--sort {
    float: left; }
  .sort.sort--view {
    float: right; }

@media only screen and (max-width: 991px) {
  .sort {
    margin-bottom: 5px; }
    .sort.sort--view {
      float: left;
      margin-bottom: 20px; } }

.product {
  position: relative;
  margin-bottom: 100px;
  height: 472px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0;
  transition-delay: 0; }
  .product__inner {
    padding: 0 22px 28px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative; }
    .product__inner:hover, .product__inner:active {
      -webkit-box-shadow: 0 12px 42px 0 rgba(187, 193, 200, 0.62);
              box-shadow: 0 12px 42px 0 rgba(187, 193, 200, 0.62);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1; }
      .product__inner:hover .mktu, .product__inner:active .mktu {
        display: block !important; }
      .product__inner:hover .mktu-link-js, .product__inner:active .mktu-link-js {
        display: none !important; }
      .product__inner:hover .product__title, .product__inner:hover .product__type, .product__inner:active .product__title, .product__inner:active .product__type {
        white-space: normal; }
      .product__inner:hover .widjet__cat.widjet__cat-js, .product__inner:active .widjet__cat.widjet__cat-js {
        display: none; }
      .product__inner:hover .mktu__label:hover, .product__inner:hover .mktu__label:active, .product__inner:active .mktu__label:hover, .product__inner:active .mktu__label:active {
        border-color: transparent; }
  .product__img {
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .product__shad {
    height: 25px;
    background-image: url(../img/product-shadow.png);
    background-repeat: no-repeat;
    background-position: center center; }
  .product__title {
    font: 18px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 5px;
    line-height: 1.33;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .product__type {
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative; }
  .product__mktu {
    height: 133px;
    padding: 14.5px 0 9.5px;
    border-top: 1px solid #ebf0f6;
    border-bottom: 1px solid #ebf0f6;
    margin-bottom: 20px;
    *zoom: 1; }
    .product__mktu:after {
      content: " ";
      display: block;
      clear: both; }
  .product__mktu-title {
    float: left; }
  .product__mktu-inner {
    *zoom: 1;
    padding-left: 105px; }
    .product__mktu-inner:after {
      content: " ";
      display: block;
      clear: both; }
  .product__price {
    font: 20px "WeblySleek UI Semibold", sans-serif;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 20px; }
  .product__btn-wrap {
    text-align: center; }
  .product__btn {
    position: relative;
    width: 204px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
    .product__btn:after {
      content: '.';
      display: inline-block;
      vertical-align: middle;
      opacity: 0; }
    .product__btn.active {
      padding-left: 25px;
      background-color: #0286ff;
      border: 1px solid #0286ff;
      background-image: url(../img/svg/check-lg.svg);
      background-repeat: no-repeat;
      background-position: 30px center; }
      .product__btn.active:hover, .product__btn.active:active {
        background-color: #f84b45;
        border-color: #f84b45;
        -webkit-box-shadow: 0 10px 32px 0 rgba(248, 75, 69, 0.5);
                box-shadow: 0 10px 32px 0 rgba(248, 75, 69, 0.5);
        background-image: none;
        padding-left: 0;
        text-align: center; }
      .product__btn.active .product__btn-add {
        display: none; }
      .product__btn.active .product__btn-remove {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .product__btn .product__btn-remove {
      display: none; }
    .product__btn .product__btn-add {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .product__btn-add, .product__btn-remove {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .product__type-buy {
    position: absolute;
    top: 22px;
    right: 11px; }
    .product__type-buy .type-buy {
      margin-right: 4px; }
  .product .widjet__cat {
    margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .product {
    max-width: 308px; } }

.category-item {
  display: block;
  background-color: #fff;
  border: 1px solid #d5dde7;
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px 32px;
  margin-bottom: 12px; }
  .category-item__img {
    height: 97px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .category-item__title {
    height: 50px;
    font: 16px "WeblySleek UI Semibold", sans-serif;
    text-transform: uppercase;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.9px; }
  .category-item:hover, .category-item:active {
    border-color: transparent;
    -webkit-box-shadow: 0 0 42px 0 #bbc1c880;
            box-shadow: 0 0 42px 0 #bbc1c880; }
    .category-item:hover .category-item__title, .category-item:active .category-item__title {
      color: #ff6602; }

.what-me {
  margin-bottom: 30px; }
  .what-me__title {
    font: 18px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 15px; }
  .what-me__text {
    font-size: 16px;
    line-height: 1.5; }

.partners-item {
  margin-bottom: 15px; }
  .partners-item__img {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
  .partners-item__title {
    font: 22px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 15px; }
  .partners-item__text {
    line-height: 21px; }

.modal {
  position: relative;
  padding: 40px 107px 40px;
  background-color: #fff;
  border-top: 4px solid #ff6602;
  width: 627px; }
  .modal__title {
    font: 35px "WeblySleek UI Semibold", sans-serif;
    text-align: center;
    margin-bottom: 30px; }
  .modal__btn {
    display: block;
    margin: 0 auto 10px; }
  .modal .left, .modal .right {
    width: 50%; }
  .modal.modal--recvisits .modal__btn-wrap {
    text-align: center; }
  .modal.modal--recvisits .modal__btn {
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px; }
  .modal.modal--large {
    width: 840px; }

@media only screen and (max-width: 1280px) {
  .modal.modal--large {
    width: 970px; } }

@media only screen and (max-width: 991px) {
  .modal.modal--large {
    width: 750px; } }

@media only screen and (max-width: 767px) {
  .modal {
    padding-left: 50px;
    padding-right: 50px; }
    .modal__title {
      font-size: 30px;
      margin-bottom: 20px; }
    .modal.modal--large {
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .modal {
    width: 450px; } }

@media only screen and (max-width: 480px) {
  .modal {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

.pagination {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.pagination > li {
  display: inline;
  margin-left: 3px;
  margin-right: 3px; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-clip: padding-box;
  line-height: 24px;
  text-align: center;
  text-align: center;
  font-size: 16px;
  color: #28292b;
  text-decoration: none; }

.pagination > li:not(.pager) > a,
.pagination > li:not(.pager) > span {
  font: 16px "WeblySleek UI Semilight", sans-serif; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ff6602; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #8692a1;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed; }
  .pagination > .disabled > span:hover, .pagination > .disabled > span:active,
  .pagination > .disabled > span:hover:hover,
  .pagination > .disabled > span:hover:active,
  .pagination > .disabled > span:focus:hover,
  .pagination > .disabled > span:focus:active,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:active,
  .pagination > .disabled > a:hover:hover,
  .pagination > .disabled > a:hover:active,
  .pagination > .disabled > a:focus:hover,
  .pagination > .disabled > a:focus:active {
    color: #28292b; }

.pagination .pager {
  position: relative; }
  .pagination .pager.pager--no-active {
    display: none; }
  .pagination .pager a {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    background-clip: padding-box;
    top: 10px; }
    .pagination .pager a:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .pagination .pager.pager--back a, .pagination .pager.pager--forward a {
    width: auto;
    height: auto;
    top: 0;
    font-size: 16px; }
  .pagination .pager.pager--back {
    margin-right: 60px; }
  .pagination .pager.pager--forward {
    margin-left: 60px; }

@media only screen and (max-width: 1280px) {
  .pagination .pager.pager--back {
    margin-right: 10px; }
  .pagination .pager.pager--forward {
    margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  .pagination .pager.pager--back {
    margin-right: 30px; }
  .pagination .pager.pager--forward {
    margin-left: 30px; } }

@media only screen and (max-width: 640px) {
  .pagination .pager.pager--back, .pagination .pager.pager--forward {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; } }

.page-mktu [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px; }

.page-mktu .row {
  margin-left: -6px;
  margin-right: -6px; }

.page-main {
  padding-top: 100px; }

@media only screen and (max-width: 767px) {
  .page-main {
    padding-top: 50px; } }

.breadcrumbs {
  margin-bottom: 16px; }
  .breadcrumbs__title {
    font: 12px "WeblySleek UI Semibold", sans-serif;
    color: #d5dde7; }
  .breadcrumbs__title, .breadcrumbs__space {
    display: inline-block;
    margin-right: 10px; }
  .breadcrumbs__space .ic, .breadcrumbs__space [class^="icon-"]:before, .breadcrumbs__space [class*=" icon-"]:before, .breadcrumbs__space .svg-ic {
    position: relative;
    top: -1px; }
  .breadcrumbs__link .breadcrumbs__title {
    color: #8692a1;
    text-decoration: none; }
    .breadcrumbs__link .breadcrumbs__title:hover, .breadcrumbs__link .breadcrumbs__title:active {
      text-decoration: underline; }
  .breadcrumbs__btn {
    margin-right: 30px;
    margin-bottom: 0;
    font: 14px "WeblySleek UI Semibold", sans-serif;
    text-transform: capitalize;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 4px;
    padding-bottom: 6px;
    letter-spacing: 0.5px;
    margin-top: -1px; }
    .breadcrumbs__btn .ic, .breadcrumbs__btn [class^="icon-"]:before, .breadcrumbs__btn [class*=" icon-"]:before, .breadcrumbs__btn .svg-ic {
      margin-right: 7px; }

.catalog__title {
  margin-bottom: 10px !important; }

.catalog__count {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.22; }

.catalog__item-wrap {
  margin-bottom: 8px; }
  .catalog__item-wrap [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px; }
  .catalog__item-wrap .row {
    margin-left: -6px;
    margin-right: -6px; }

.catalog__btn-wrap {
  text-align: center;
  margin-bottom: 40px; }

.catalog__btn {
  border-color: #8692a1 !important;
  color: #8692a1 !important;
  margin-top: 20px; }
  .catalog__btn:hover, .catalog__btn:active {
    color: #fff !important;
    border-color: transparent;
    background-color: #8692a1 !important; }
  .catalog__btn.is-active {
    cursor: default;
    pointer-events: none; }

.catalog__pagination {
  margin-bottom: 20px; }

.catalog.catalog--order .catalog__title {
  margin-bottom: 20px !important; }

.catalog.catalog--order .catalog__title-sub {
  margin-bottom: 40px !important; }

@media only screen and (max-width: 640px) {
  .catalog__item-wrap [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px; }
  .catalog__item-wrap .row {
    margin-left: 0px;
    margin-right: 0px; } }

.aside-filters {
  margin-bottom: 30px;
  border: 1px solid #bbc1c8; }
  .aside-filters__section {
    border-bottom: 1px solid #bbc1c8; }
    .aside-filters__section:last-of-type {
      border-bottom: none; }

.widjet {
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 22px;
  padding-bottom: 22px;
  z-index: 1; }
  .widjet__main-title {
    font: 30px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 20px;
    margin-bottom: 10px; }
  .widjet__header {
    *zoom: 1;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    padding-right: 22px; }
    .widjet__header:after {
      content: " ";
      display: block;
      clear: both; }
    .widjet__header.show {
      border-bottom: 1px solid #d5dde7;
      padding-bottom: 17px; }
    .widjet__header [data-toggle="collapse"] {
      display: block;
      position: relative; }
      .widjet__header [data-toggle="collapse"]:after {
        display: block;
        content: ' ';
        position: absolute;
        width: 14px;
        height: 2px;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        background-clip: padding-box;
        right: 0px;
        top: 0;
        margin-top: 5px;
        background-image: url(../img/svg/plus.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0;
        transition-delay: 0; }
      .widjet__header [data-toggle="collapse"].show:after {
        background-image: url(../img/svg/minus.svg);
        background-repeat: no-repeat; }
  .widjet__title {
    font: 16px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 3px; }
  .widjet__collapse {
    padding-top: 17px; }
  .widjet__changed-cat .widjet__cat {
    cursor: pointer; }
  .widjet__cat {
    color: #8692a1;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .widjet__cat .ic, .widjet__cat [class^="icon-"]:before, .widjet__cat [class*=" icon-"]:before, .widjet__cat .svg-ic {
      display: inline-block;
      margin-left: 7px;
      cursor: pointer; }
    .widjet__cat:last-of-type .widjet__cat__sign {
      display: none; }
    .widjet__cat.widjet__cat-js {
      position: absolute;
      right: 0;
      height: 100%;
      margin: 0;
      width: 19px;
      background-color: #fff;
      background: -webkit-linear-gradient(right, #fff 5px, #fff 100%);
      background: linear-gradient(to left, #fff 5px, #fff 100%); }
  .widjet__toggle {
    display: inline-block;
    cursor: pointer;
    font: 12px "WeblySleek UI Semibold", sans-serif; }
    .widjet__toggle .ic, .widjet__toggle [class^="icon-"]:before, .widjet__toggle [class*=" icon-"]:before, .widjet__toggle .svg-ic {
      margin-left: 7px;
      position: relative;
      top: -1px; }
    .widjet__toggle.hide-js .ic, .widjet__toggle.hide-js [class^="icon-"]:before, .widjet__toggle.hide-js [class*=" icon-"]:before, .widjet__toggle.hide-js .svg-ic {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      display: inline-block;
      top: 1px; }
  .widjet__toggle-text {
    display: inline-block;
    border-bottom: 1px dotted #28292b; }
  .widjet__reset {
    margin-top: 5px;
    margin-bottom: 0;
    float: right;
    color: #ff6602;
    font: 12px "WeblySleek UI Semibold", sans-serif;
    padding-right: 27px; }
    .widjet__reset .ic, .widjet__reset [class^="icon-"]:before, .widjet__reset [class*=" icon-"]:before, .widjet__reset .svg-ic {
      margin-top: -9px;
      cursor: pointer; }
  .widjet__mktu {
    *zoom: 1;
    margin-top: 23px; }
    .widjet__mktu:after {
      content: " ";
      display: block;
      clear: both; }
  .widjet__more {
    font: 12px "WeblySleek UI Semibold", sans-serif;
    line-height: 1.2;
    position: absolute;
    top: 25px;
    right: 22px;
    border-bottom: solid 1px rgba(40, 41, 43, 0.4);
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
    .widjet__more:hover, .widjet__more:active {
      border-color: transparent; }
  .widjet__reset-common {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    color: #ff6602;
    font: 16px "WeblySleek UI Semibold", sans-serif;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0; }
    .widjet__reset-common:hover, .widjet__reset-common:active {
      color: #0286ff; }

@media only screen and (max-width: 767px) {
  .widjet.widjet--mktu {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; } }

.type-buy-widjet .widjet__changed-cat {
  white-space: nowrap;
  overflow: hidden; }
  .type-buy-widjet .widjet__changed-cat .widjet__cat, .type-buy-widjet .widjet__changed-cat p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-right: 3px; }

.check-line {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .check-line__check, .check-line__label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
  .check-line__check {
    margin-right: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .check-line__check.-error {
      border: 1px solid red; }
  .check-line__label {
    margin-bottom: 0;
    line-height: 1.2;
    position: relative;
    top: -1px; }

.mktu-link-wrap {
  margin-bottom: 10px; }

.mktu {
  float: left;
  margin-bottom: 5px;
  margin-left: 2.5px;
  margin-right: 2.5px; }
  .mktu .jq-checkbox {
    display: none; }
  .mktu__label {
    font: 12px "WeblySleek UI Semibold", sans-serif;
    display: block;
    text-align: center;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 0;
    line-height: 21px;
    border: 1px solid transparent;
    background-color: #edf2f5;
    cursor: pointer; }
    .mktu__label:hover, .mktu__label:active {
      background-color: #fff;
      border: 1px solid #bbc1c8; }
  .mktu__text:hover, .mktu__text:active {
    background-color: #edf2f5;
    color: #28292b;
    cursor: default; }
  .mktu .jq-checkbox.checked + .mktu__label {
    background-color: #ff6602;
    color: #fff; }
    .mktu .jq-checkbox.checked + .mktu__label:hover, .mktu .jq-checkbox.checked + .mktu__label:active {
      border: 1px solid transparent; }

.call-me {
  height: 488px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-clip: padding-box;
  padding-top: 30px;
  padding-bottom: 38px;
  background-image: -webkit-linear-gradient(302deg, #ff6008, #f9bf30);
  background-image: linear-gradient(148deg, #ff6008, #f9bf30);
  text-align: center;
  -webkit-box-shadow: 0 12px 42px 0 rgba(187, 193, 200, 0.62);
          box-shadow: 0 12px 42px 0 rgba(187, 193, 200, 0.62); }
  .call-me__title {
    font: 31px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 10px; }
  .call-me__descr {
    margin-bottom: 15px;
    line-height: 1.2; }
  .call-me__form-group {
    margin-bottom: 12px; }
  .call-me__label {
    text-align: left;
    color: #fff;
    font-family: "WeblySleek UI Semibold", sans-serif;
    padding-left: 15px;
    margin-bottom: 5px; }
  .call-me__input {
    height: 40px;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-clip: padding-box; }
  .call-me__btn {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 37px;
    padding-right: 37px;
    border: 1px solid #fff !important;
    color: #fff !important; }
    .call-me__btn:hover, .call-me__btn:active {
      color: #ff6602 !important;
      background-color: #fff !important;
      border-color: transparent; }
  .call-me__comment-bot {
    font-size: 12px; }
    .call-me__comment-bot a {
      color: #fff;
      line-height: 0.9 !important;
      padding-bottom: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-transition-duration: 0s;
      transition-duration: 0s; }
      .call-me__comment-bot a:hover, .call-me__comment-bot a:active {
        border-bottom-color: transparent; }

.search-main {
  position: relative;
  margin-bottom: 50px; }
  .search-main__input {
    padding-right: 170px; }
  .search-main__btn {
    position: absolute;
    top: 3px;
    right: 3px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 39px;
    line-height: 39px; }
    .search-main__btn:hover, .search-main__btn:active {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #FF7E2A; }

@media only screen and (max-width: 480px) {
  .search-main__input {
    padding-right: 130px; } }

.section-category {
  padding-bottom: 50px; }
  .section-category__title {
    margin-bottom: 30px !important; }
  .section-category__inner {
    margin-bottom: 30px; }
  .section-category__btn {
    text-align: center; }

@media only screen and (max-width: 767px) {
  .section-category {
    padding-bottom: 80px; } }

.section-what-work {
  padding-top: 100px;
  padding-bottom: 50px;
  margin-top: -40px; }
  .section-what-work [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px; }
  .section-what-work .row {
    margin-left: -7px;
    margin-right: -7px; }
  .section-what-work__title {
    text-align: center !important; }
  .section-what-work__tabs-btn {
    margin-bottom: 50px;
    text-align: center; }
  .section-what-work__tabs-content {
    margin-bottom: 50px; }

@media only screen and (max-width: 767px) {
  .section-what-work {
    padding-top: 70px; } }

.tab-item {
  display: inline-block;
  height: 45px;
  -webkit-border-radius: 22.5px;
          border-radius: 22.5px;
  background-clip: padding-box;
  margin-right: 14px;
  margin-bottom: 10px;
  font: 20px "WeblySleek UI Semibold", sans-serif;
  line-height: 42px; }
  .tab-item__link {
    display: block;
    padding-left: 50px;
    padding-right: 50px; }
  .tab-item__text {
    color: #8692a1;
    border-bottom: 2px dotted #8692a1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0; }
    .tab-item__text a {
      color: #8692a1; }
  .tab-item:last-of-type {
    margin-right: 0; }
  .tab-item.active {
    background-color: #edf2f5; }
    .tab-item.active .tab-item__text {
      border-bottom: none; }
  .tab-item:hover .tab-item__text, .tab-item:active .tab-item__text {
    color: #28292b;
    border-color: transparent; }

.works-item {
  padding-top: 70px;
  margin-bottom: 30px; }
  .works-item p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px; }
  .works-item__title {
    font: 16px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 5px; }
  .works-item b, .works-item strong {
    font: 16px "WeblySleek UI Semibold", sans-serif; }
  .works-item.works-item--one {
    background-image: url(../img/svg/1.svg);
    background-repeat: no-repeat; }
  .works-item.works-item--two {
    background-image: url(../img/svg/2.svg);
    background-repeat: no-repeat; }
  .works-item.works-item--three {
    background-image: url(../img/svg/3.svg);
    background-repeat: no-repeat; }
  .works-item.works-item--four {
    background-image: url(../img/svg/4.svg);
    background-repeat: no-repeat; }
  .works-item.works-item--five {
    background-image: url(../img/svg/5.svg);
    background-repeat: no-repeat; }
  .works-item.works-item--six {
    background-image: url(../img/svg/6.svg);
    background-repeat: no-repeat; }

.section-send {
  position: relative;
  margin-top: -80px;
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(315deg, #ff6008 0%, #fc8d1b 48%, #faad28 81%, #f9bf2f 100%);
  background-image: linear-gradient(135deg, #ff6008 0%, #fc8d1b 48%, #faad28 81%, #f9bf2f 100%);
  background-position: center top;
  background-size: cover;
  background-position: center top; }
  .section-send .container {
    position: relative; }
  .section-send__title {
    text-align: center !important; }
  .section-send__circles {
    display: block;
    width: 100%; }

@media only screen and (max-width: 767px) {
  .section-send {
    padding-top: 80px; 
} }

.circle {
  margin-top: -116px;
  display: block;
  position: absolute;
  background-color: #fff;
  opacity: 0.1 !important;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .circle--small {
    width: 651px;
    height: 639px;
    top: -226px;
    right: 100%;
    margin-right: -215px; }
  .circle--big {
    width: 770px;
    height: 770px;
    top: 0;
    left: 100%;
    margin-left: -154px; }

@media only screen and (max-width: 991px) {
  .circle {
    display: none; } }

.form-send__descr {
  text-align: center;
  margin-bottom: 30px; }

.form-send__tab-btn {
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  background-clip: padding-box;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 40px;
  *zoom: 1; }
  .form-send__tab-btn:after {
    content: " ";
    display: block;
    clear: both; }

.form-send__tabs-content {
  color: #fff; }

.form-send__btn {
  display: block;
  position: relative;
  background-color: transparent;
  width: 50%;
  display: block;
  float: left;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 0; }
  .form-send__btn a {
    color: #fff; }
  .form-send__btn:hover, .form-send__btn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-send__btn.left {
    left: -1px; }
  .form-send__btn.right {
    right: -1px; }
  .form-send__btn.active {
    background-color: #fff;
    color: #28292b; }
    .form-send__btn.active a {
      color: #28292b; }

.form-send__btn-link {
  display: block;
  height: 50px;
  padding-top: 14px; }

.form-send__label {
  color: #fff;
  padding-right: 10px;
  padding-top: 0;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2; }

.form-send__check-line {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff; }
  .form-send__check-line a {
    color: #fff; }
  .form-send__check-line a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
    .form-send__check-line a:hover, .form-send__check-line a:active {
      border-bottom-color: transparent; }
    .form-send__check-line a:hover, .form-send__check-line a:active {
      border-bottom-color: transparent; }
  .form-send__check-line .jq-checkbox.checked {
    background-color: #475463;
    border-color: #475463 !important; }

.form-send__btn-send {
  margin-top: 25px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 43px;
  padding-right: 43px;
  border-color: #fff !important;
  color: #fff !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0;
  transition-delay: 0; }
  .form-send__btn-send:hover, .form-send__btn-send:active {
    border-color: #ff6602 !important;
    color: #ff6602 !important;
    background-color: #fff !important; }

.form-send__text-bottom {
  text-align: center; }
  .form-send__text-bottom a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    color: rgba(255, 255, 255, 0.8); }
    .form-send__text-bottom a:hover, .form-send__text-bottom a:active {
      border-bottom-color: transparent; }

.form-send.form-send--modal .form-send__label {
  color: #8692a1; }

.form-send.form-send--modal .form-send__descr {
  font-size: 16px; }

.form-send.form-send--modal .form-send__tab-btn {
  border: 1px solid #ff6602;
  margin-bottom: 20px; }

.form-send.form-send--modal .form-send__tabs-content {
  color: #fff; }

.form-send.form-send--modal .form-send__check-line {
  color: #28292b; }
  .form-send.form-send--modal .form-send__check-line a {
    color: #28292b; }
  .form-send.form-send--modal .form-send__check-line a {
    color: #ff6602;
    border-color: rgba(255, 102, 2, 0.5); }
    .form-send.form-send--modal .form-send__check-line a:hover, .form-send.form-send--modal .form-send__check-line a:active {
      border-bottom-color: transparent; }

.form-send.form-send--modal .form-send__btn {
  background-color: transparent;
  color: #ff6602; }
  .form-send.form-send--modal .form-send__btn a {
    color: #ff6602; }
  .form-send.form-send--modal .form-send__btn.active {
    background-color: #ff6602;
    color: #fff; }
    .form-send.form-send--modal .form-send__btn.active a {
      color: #fff; }

.form-send.form-send--modal .form-send__btn-wrap {
  text-align: center; }

.form-send.form-send--modal .form-send__btn-send {
  background-color: #ff6602;
  margin-right: 32px; }
  .form-send.form-send--modal .form-send__btn-send:hover, .form-send.form-send--modal .form-send__btn-send:active {
    background-color: #ff6602 !important;
    color: #fff !important; }

.form-send.form-send--modal .form-send__btn-send-2 {
  margin-bottom: 20px; }

.form-send.form-send--modal .form-send__text-bottom {
  font-size: 12px; }
  .form-send.form-send--modal .form-send__text-bottom a {
    color: #ff6602;
    border-color: rgba(255, 102, 2, 0.5); }
    .form-send.form-send--modal .form-send__text-bottom a:hover, .form-send.form-send--modal .form-send__text-bottom a:active {
      border-bottom-color: transparent; }

@media only screen and (max-width: 767px) {
  .form-send.form-send--modal .form-send__label {
    height: auto;
    margin-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  .form-send__btn-link {
    height: 40px;
    padding-top: 9px; }
  .form-send__btn-wrap {
    text-align: center; } }

.input-search-wrap {
  position: relative;
  z-index: 4; }

.input-search-collapse {
  -webkit-box-shadow: 0 33px 48px 0 #bbc1c87e;
          box-shadow: 0 33px 48px 0 #bbc1c87e;
  position: absolute;
  top: 50%;
  z-index: 3;
  padding-top: 22px;
  width: 100%;
  background-color: #fff;
  display: none; }
  .input-search-collapse__item {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding-left: 51px;
    padding-right: 51px; }
    .input-search-collapse__item:hover, .input-search-collapse__item:active {
      background-color: #FFEFE5; }

@media only screen and (max-width: 480px) {
  .input-search-collapse__item {
    height: 40px;
    line-height: 40px; } }

.section-about [class*="col-"] {
  padding-left: 22px;
  padding-right: 22px; }

.section-about .row {
  margin-left: -22px;
  margin-right: -22px; }

.section-about__title {
  margin-bottom: 30px !important; }

.section-partners {
  padding-bottom: 40px; }
  .section-partners [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px; }
  .section-partners .row {
    margin-left: -14px;
    margin-right: -14px; }

    .section-partners .container {
      display: none;
    }

@media only screen and (max-width: 480px) {
  .section-partners {
    padding-bottom: 20px; }
    .section-partners [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }
    .section-partners .row {
      margin-left: 0;
      margin-right: 0; } }

.section-map__inner {
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: url(../img/map.jpg);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-position: center top; }

.contacts {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 42px 0 rgba(187, 193, 200, 0.62);
          box-shadow: 0 12px 42px 0 rgba(187, 193, 200, 0.62); }
  .contacts__header {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #bbc1c8;
    position: relative;
    *zoom: 1; }
    .contacts__header:after {
      content: " ";
      display: block;
      clear: both; }
  .contacts__body {
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 16px; }
  .contacts__item {
    padding-left: 45px;
    margin-bottom: 20px; }
  .contacts__title-main {
    font: 24px "WeblySleek UI Semibold", sans-serif;
    float: left; }
  .contacts__title {
    font: 18px "WeblySleek UI Semibold", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .contacts__row {
    margin-bottom: 12px; }
    .contacts__row.ic-wrap {
      padding-left: 30px; }
    .contacts__row .ic, .contacts__row [class^="icon-"]:before, .contacts__row [class*=" icon-"]:before, .contacts__row .svg-ic {
      font-size: 20px;
      margin-top: 3px; }
    .contacts__row .icon-phone:before {
      font-size: 16px;
      margin-top: 4px; }
    .contacts__row .icon-mail:before {
      font-size: 12px;
      margin-top: 8px; }
  .contacts__modal-link {
    float: right;
    margin-top: 5px;
    font-size: 16px;
    color: #ff6602;
    border-bottom: 1px dashed #ff6602;
    line-height: 1.2;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
    .contacts__modal-link:hover, .contacts__modal-link:active {
      color: #ff6602;
      border-color: transparent; }

@media only screen and (max-width: 640px) {
  .contacts__header {
    padding-left: 20px;
    padding-right: 20px; }
  .contacts__item {
    padding-left: 20px;
    padding-right: 10px; } }

.recv-wrap {
  margin-bottom: 50px; }

.recv-item {
  margin-bottom: 20px; }
  .recv-item p {
    margin-bottom: 0; }

.product-card {
  padding-top: 30px;
  color: #8692a1; }
  .product-card__img {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-card__characts {
    border-bottom: 1px solid #d5dde7; }
  .product-card__bottom {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product-card__price {
    font: 24px "WeblySleek UI Semibold", sans-serif;
    color: #28292b;
    margin-right: 30px; }
  .product-card__btn {
    position: relative;
    width: 236px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    margin-right: 10px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0; }
    .product-card__btn:after {
      content: '.';
      display: inline-block;
      vertical-align: middle;
      opacity: 0; }
    .product-card__btn.active {
      padding-left: 25px;
      background-color: #0286ff;
      border: 1px solid #0286ff;
      background-image: url(../img/svg/check-lg.svg);
      background-repeat: no-repeat;
      background-position: 30px center; }
      .product-card__btn.active:hover, .product-card__btn.active:active {
        background-color: #f84b45;
        border-color: #f84b45;
        -webkit-box-shadow: 0 10px 32px 0 rgba(248, 75, 69, 0.5);
                box-shadow: 0 10px 32px 0 rgba(248, 75, 69, 0.5);
        background-image: none;
        padding-left: 0;
        text-align: center; }
      .product-card__btn.active .product-card__btn-add {
        display: none; }
      .product-card__btn.active .product-card__btn-remove {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .product-card__btn .product-card__btn-remove {
      display: none; }
    .product-card__btn .product-card__btn-add {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .product-card__btn-add, .product-card__btn-remove {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media only screen and (max-width: 991px) {
  .product-card__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product-card__bottom > * {
      margin-right: 0;
      margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .product-card__img {
    margin: 20px 0; } }

.charact-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  *zoom: 1; }
  .charact-item:after {
    content: " ";
    display: block;
    clear: both; }
  .charact-item__name {
    margin-right: 15px;
    white-space: nowrap; }
  .charact-item__value {
    font-family: "WeblySleek UI Semibold", sans-serif;
    color: #28292b;
    width: auto; }
  .charact-item__type-item {
    font-family: "WeblySleek UI Semilight", sans-serif;
    margin-bottom: 10px; }
  .charact-item.charact-item--type {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

.section-order-form p {
  font-size: 18px;
  line-height: 24px; }

.section-order-form__title {
  margin-bottom: 20px !important; }

@media only screen and (max-width: 640px) {
  .section-order-form p {
    font-size: 16px; } }

.order-form {
  padding-top: 40px; }
  .order-form__label {
    color: #8692a1; }
  .order-form__input {
    width: 240px;
    height: 40px;
    line-height: 40px; }
  .order-form__check-line {
    margin-top: 15px; }
  .order-form__btn-send {
    margin-top: 35px; }

@media only screen and (max-width: 991px) {
  .order-form {
    padding-bottom: 60px; } }

@media only screen and (max-width: 480px) {
  .order-form {
    padding-top: 20px; }
    .order-form__label {
      margin-bottom: 5px; }
    .order-form__input-line {
      margin-bottom: 0; } }

.content-full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media only screen and (max-width: 991px) {
  .content-full-height {
    display: block; } }

.section-404 {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%; }
  .section-404 .container {
    height: 100%; }
  .section-404 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%; }
  .section-404 [class*="col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-404__right {
    width: 100%; }
  .section-404__title {
    margin-bottom: 15px !important; }
  .section-404__main-text {
    width: 100%;
    font: 345px "WeblySleek UI Semibold", sans-serif;
    line-height: 1;
    color: #475463; }
  .section-404__text {
    font-size: 18px;
    margin-bottom: 40px; }
  .section-404__btn {
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px; }

@media only screen and (max-width: 991px) {
  .section-404 {
    display: block; }
    .section-404 [class*="col-"] {
      display: block;
      width: 100%;
      text-align: center; }
    .section-404__title {
      text-align: center !important; } }

@media only screen and (max-width: 1280px) {
  .section-404__main-text {
    font-size: 200px; } }

@media only screen and (max-width: 640px) {
  .section-404__text {
    font-size: 16px; }
  .section-404__main-text {
    font-size: 100px; } }

@media only screen and (max-width: 480px) {
  .section-404__title {
    font-size: 25px !important; }
  .section-404__btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-404__btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; } }

.cart {
  background-color: #fff; }
  .cart__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 40px 20px 20px;
    border-bottom: 1px solid #ebf0f6; }
    .cart__item:last-child {
      border-bottom: none; }
  .cart__remove {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1; }
  .cart__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 35%;
    text-align: center; }
    .cart__img img {
      max-width: 100px;
      max-height: 100px; }
  .cart__title {
    font: 18px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 5px;
    line-height: 1.33; }
  .cart__type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8692a1;
    margin-bottom: 20px;
    position: relative; }
  .cart__price {
    font: 20px "WeblySleek UI Semibold", sans-serif;
    line-height: 1.33;
    margin-bottom: 20px; }

@media only screen and (max-width: 991px) {
  .cart {
    margin-bottom: 60px; } }

@media only screen and (max-width: 480px) {
  .cart__item {
    display: block; }
  .cart__img {
    margin-bottom: 15px;
    width: auto; } }

.wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  overflow: hidden;
  position: relative; }

.content {
  padding-top: 18px; }

.section {
  padding: 30px 0 60px; }

@media only screen and (max-width: 767px) {
  .section {
    padding: 20px 0 40px; } }

.wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.content-flex {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.wrapper {
  position: relative;
  *zoom: 1; }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .wrapper .container-content {
    *zoom: 1;
    margin-bottom: 36px; }
    .wrapper .container-content:after {
      content: " ";
      display: block;
      clear: both; }

.icon-menu {
  position: absolute;
  top: -60px;
  right: 10px;
  z-index: 200; }

.aside {
  width: 308px;
  max-width: 100%;
  float: left;
  position: relative;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.2;
  transition-delay: 0.2; }

.content-right {
  padding-left: 8px;
  float: right;
  width: 100%; }

@media only screen and (max-width: 991px) {
  .content-right {
    padding-left: 0; }
  .icon-menu {
    width: 35px;
    height: 45px;
    cursor: pointer;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.2;
    transition-delay: 0.2; }
    .icon-menu span {
      display: block;
      height: 4px;
      margin-top: 5px;
      background: #28292b;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0;
      transition-delay: 0; }
    .icon-menu:hover span, .icon-menu:active span {
      background-color: #ff6602; }
    .icon-menu.active {
      top: 20px;
      left: auto;
      position: fixed; }
      .icon-menu.active span:nth-of-type(1), .icon-menu.active span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .icon-menu.active span:nth-of-type(2) {
        margin-top: -4px; }
      .icon-menu.active span:nth-of-type(3) {
        margin-top: -4px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .aside {
    position: fixed;
    bottom: 0;
    left: -430px;
    z-index: 9998;
    padding-right: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.2); }
    .aside .scroll {
      padding-left: 10px;
      padding-right: 10px;
      position: absolute;
      right: -11px;
      left: 0;
      overflow-y: scroll;
      height: 100%; }
    .aside.active {
      top: 0;
      top: 0;
      left: 0; }
  .content-left {
    padding-right: 0; } }

@media only screen and (max-width: 400px) {
  .icon-menu.active {
    z-index: 9999; }
  .aside {
    width: 100%; } }

.section-angle {
  padding-top: 110px;
  -webkit-clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%); }

@media only screen and (max-width: 1280px) {
  .section-angle {
    padding-top: 90px;
    -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%); } }

@media only screen and (max-width: 767px) {
  .section-angle {
    padding-top: 70px;
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%); } }

#footer-js {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }

.header {
  background-color: #fff;
  padding: 25px 0;
  border-bottom: 1px solid #d5dde7; }
  .header__logo {
    padding-top: 10px; }
  .header__contacts {
    float: left;
    margin-right: 25px; }
  .header__phone, .header__mail {
    text-align: center;
    display: block; }
  .header__phone {
    margin-bottom: 2px;
    color: #ff6602;
    font: 20px "WeblySleek UI Semibold", sans-serif; }
    .header__phone:hover, .header__phone:active {
      color: #ff6602; }
  .header__mail {
    font-family: "WeblySleek UI Semibold", sans-serif; }
    .header__mail:hover, .header__mail:active {
      color: #28292b; }
  .header__btn {
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 0; }
  .header__cart {
    height: 45px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: top;
    float: right;
    margin-left: 10px;
    margin-top: 2px; }

@media only screen and (max-width: 1280px) {
  .header__contacts {
    margin-left: -10px;
    margin-right: 10px; } }

@media only screen and (max-width: 991px) {
  .header__right {
    margin-top: 20px; }
  .header__contacts {
    margin-left: 0;
    margin-right: 60px; }
  .header__cart {
    margin-right: 10px;
    margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__contacts {
    float: none;
    display: inline-block;
    margin-right: 30px; }
  .header__cart {
    float: none; } }

@media only screen and (max-width: 640px) {
  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media only screen and (max-width: 480px) {
  .header__right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px; }
  .header__contacts {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .header__cart {
    right: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 400px) {
  .header__contacts {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .header__btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px; }
  .header__phone {
    font-size: 18px; } }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .logo__img {
    padding-right: 22px; }
  .logo__descr {
    font: 11px "WeblySleek UI Semibold", sans-serif;
    color: #8692a1;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .logo__descr-inner {
    display: block;
    padding-left: 22px;
    border-left: 1px solid #8692a1; }

.cart {
  position: relative; }
  .cart:hover .cart-svg #Oval-3, .cart:active .cart-svg #Oval-3 {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    stroke: #ff6602; }
  .cart:hover .cart-svg #Combined-Shape, .cart:active .cart-svg #Combined-Shape {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    fill: #ff6602; }
  .cart.active .cart-svg #Oval-3 {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    stroke: #ff6602; }
  .cart.active .cart-svg #Combined-Shape {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    fill: #ff6602; }
  .cart__count {
    position: absolute;
    top: -5px;
    right: -9px;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 11.5px;
            border-radius: 11.5px;
    background-clip: padding-box;
    line-height: 23px;
    text-align: center;
    line-height: 20px;
    background-color: #ff6602;
    font-family: "WeblySleek UI Semibold", sans-serif;
    color: #fff; }

.top-menu-wrap {
  text-align: center; }
  .top-menu-wrap #touch-menu {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    display: none;
    font-size: 16px;
    font-weight: bold;
    outline: medium none;
    text-align: left; }

.top-menu__item {
  float: left;
  display: inline-block;
  padding-right: 25px;
  position: relative; }
  .top-menu__item .ic, .top-menu__item [class^="icon-"]:before, .top-menu__item [class*=" icon-"]:before, .top-menu__item .svg-ic {
    position: absolute;
    top: 15px;
    right: 0; }
  .top-menu__item:last-of-type {
    padding-right: 0; }

.top-menu__link {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #8692a1; }
  .top-menu__link:hover, .top-menu__link:active {
    color: #ff6602; }

#top-line-js {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  *zoom: 1; }
  #top-line-js:after {
    content: " ";
    display: block;
    clear: both; }
  #top-line-js.default {
    position: fixed;
    top: 0; }

@media only screen and (max-width: 1280px) {
  .top-menu__item {
    padding-right: 30px; } }

@media only screen and (max-width: 991px) {
  .top-menu {
    float: right; } }

@media only screen and (max-width: 767px) {
  .top-menu {
    float: right; }
    .top-menu__link {
      height: 35px;
      line-height: 35px; } }

@media only screen and (max-width: 640px) {
  .top-menu {
    margin-top: 10px;
    float: none;
    text-align: center; }
    .top-menu__item {
      float: none; } }

@media only screen and (max-width: 480px) {
  .top-menu-wrap #touch-menu {
    display: inline-block;
    color: #28292b; }
  .top-menu {
    display: none; }
    .top-menu__link {
      height: 30px;
      line-height: 30px;
      text-decoration: none; } }

@media only screen and (max-width: 400px) {
  .top-menu__item {
    display: block;
    padding-right: 0; } }

.footer {
  padding: 20px 0;
  background-color: #475463;
  color: #fff; }
  .footer a {
    color: #fff; }
  .footer__center {
    margin-top: 10px; }
  .footer__right {
    margin-left: -20px;
    *zoom: 1; }
    .footer__right:after {
      content: " ";
      display: block;
      clear: both; }
  .footer__copy {
    margin-bottom: 10px; }
  .footer__contacts {
    float: left; }
  .footer__phone, .footer__email {
    display: block; }
  .footer__phone {
    font: 16px "WeblySleek UI Semibold", sans-serif;
    margin-bottom: 3px; }
  .footer__email {
    font-size: 12px; }
  .footer__copyright {
    margin-top: 10px;
    color: #bbc1c8; }
    .footer__copyright a {
      color: #ff6602;
      font-size: 12px;
      text-decoration: underline; }
      .footer__copyright a:hover, .footer__copyright a:active {
        text-decoration: none; }
  .footer__btn {
    float: right;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 21px;
    padding-right: 21px;
    border: 1px solid #bbc1c8 !important;
    color: #bbc1c8 !important; }
    .footer__btn:hover, .footer__btn:active {
      color: #475463 !important;
      background-color: #fff !important;
      border-color: transparent !important; }

.foot-copy {
  display: block;
  font: 12px "WeblySleek UI Semibold", sans-serif;
  *zoom: 1; }
  .foot-copy:after {
    content: " ";
    display: block;
    clear: both; }
  .foot-copy li {
    float: left; }
    .foot-copy li a {
      text-decoration: underline; }
      .foot-copy li a:hover, .foot-copy li a:active {
        text-decoration: none; }
  .foot-copy__name {
    padding-right: 10px;
    text-transform: uppercase;
    border-right: 1px solid #fff; }
  .foot-copy__made {
    padding-left: 10px; }

.footer-menu {
  display: block; }
  .footer-menu__item {
    display: inline-block;
    margin-right: 30px; }
  .footer-menu__link {
    color: #bbc1c8 !important;
    font-family: "WeblySleek UI Semibold", sans-serif; }
    .footer-menu__link:hover, .footer-menu__link:active {
      color: #fff !important; }

@media only screen and (max-width: 1280px) {
  .footer__right {
    margin-left: 0;
    text-align: center; }
  .footer__btn, .footer__contacts {
    float: none; }
  .footer__contacts {
    margin-bottom: 10px; }
  .foot-copy li {
    display: block;
    float: none; }
  .foot-copy__name {
    padding-right: 10px;
    border-right: none; }
  .foot-copy__made {
    padding-left: 0; } }

@media only screen and (max-width: 991px) {
  .footer__center {
    margin-top: 0; }
  .footer__right {
    margin-top: 20px; }
  .footer__contacts, .footer__btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0; }
  .footer__contacts {
    margin-right: 50px; }
  .footer-menu__item {
    display: block;
    text-align: right; } }

@media only screen and (max-width: 640px) {
  .footer__left, .footer__center {
    text-align: center; }
  .footer__left {
    margin-bottom: 15px; }
  .footer-menu__item {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0; } }

@media only screen and (max-width: 400px) {
  .footer__contacts {
    display: block;
    margin-right: 0;
    margin-bottom: 20px; } }