html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 70.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-2-20 {
    width: 20%;
	flex:inherit;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0;
}
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 200px;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: 0;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > label,
.SumoSelect.open > .search > span {
  visibility: hidden;
}
.SelectClass,
.SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0;
}
.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #a4a4a4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}
.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #e4e4e4;
}
.SumoSelect .select-all.sel,
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
html {
  overflow-y: scroll;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
body * {
  -webkit-text-size-adjust: none;
  outline: none;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all .3s;
}
.main a:not(.button):not(.btn):not(.main-link) {
  color: #3cb9f4;
}
.main a:not(.button):not(.btn):not(.main-link):hover {
  color: #f00;
}

b,
strong {
  font-weight: 700;
}
ul,
ol {
  list-style: none;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
[class*="bs-"] {
  position: relative;
  display: block;
  clear: both;
}
.bs-xs-0 {
  height: 0px;
}
.bs-xs-5 {
  height: 5px;
}
.bs-xs-10 {
  height: 10px;
}
.bs-xs-15 {
  height: 15px;
}
.bs-xs-20 {
  height: 20px;
}
.bs-xs-25 {
  height: 25px;
}
.bs-xs-30 {
  height: 30px;
}
.bs-xs-35 {
  height: 35px;
}
.bs-xs-40 {
  height: 40px;
}
.bs-xs-45 {
  height: 45px;
}
.bs-xs-50 {
  height: 50px;
}
.bs-xs-55 {
  height: 55px;
}
.bs-xs-60 {
  height: 60px;
}
.bs-xs-65 {
  height: 65px;
}
.bs-xs-70 {
  height: 70px;
}
.bs-xs-75 {
  height: 75px;
}
.bs-xs-80 {
  height: 80px;
}
.bs-xs-85 {
  height: 85px;
}
.bs-xs-90 {
  height: 90px;
}
.bs-xs-95 {
  height: 95px;
}
.bs-xs-100 {
  height: 100px;
}
.bs-xs-105 {
  height: 105px;
}
.bs-xs-110 {
  height: 110px;
}
.bs-xs-115 {
  height: 115px;
}
.bs-xs-120 {
  height: 120px;
}
@media (min-width: 768px) {
  .bs-sm-0 {
    height: 0px;
  }
  .bs-sm-5 {
    height: 5px;
  }
  .bs-sm-10 {
    height: 10px;
  }
  .bs-sm-15 {
    height: 15px;
  }
  .bs-sm-20 {
    height: 20px;
  }
  .bs-sm-25 {
    height: 25px;
  }
  .bs-sm-30 {
    height: 30px;
  }
  .bs-sm-35 {
    height: 35px;
  }
  .bs-sm-40 {
    height: 40px;
  }
  .bs-sm-45 {
    height: 45px;
  }
  
div.main-slider-content_ternopil-inner .bs-sm-45,
div.main-slider-content_ternopilska_obl-inner .bs-sm-45,
div.main-slider-content_chervonograd-col .bs-sm-45,
div.main-slider-content_volodymyr-inner .bs-sm-45,
  .bs-sm-45 {
    height: 245px;
  }
  .bs-sm-50 {
    height: 50px;
  }
  .bs-sm-55 {
    height: 55px;
  }
  .bs-sm-60 {
    height: 60px;
  }
  .bs-sm-65 {
    height: 65px;
  }
  .bs-sm-70 {
    height: 70px;
  }
  .bs-sm-75 {
    height: 75px;
  }
  .bs-sm-80 {
    height: 80px;
  }
  .bs-sm-85 {
    height: 85px;
  }
  .bs-sm-90 {
    height: 90px;
  }
  .bs-sm-95 {
    height: 95px;
  }
  .bs-sm-100 {
    height: 100px;
  }
  .bs-sm-105 {
    height: 105px;
  }
  .bs-sm-110 {
    height: 110px;
  }
  .bs-sm-115 {
    height: 115px;
  }
  .bs-sm-120 {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .bs-md-0 {
    height: 0px;
  }
  .bs-md-5 {
    height: 5px;
  }
  .bs-md-10 {
    height: 10px;
  }
  .bs-md-15 {
    height: 15px;
  }
  .bs-md-20 {
    height: 20px;
  }
  .bs-md-25 {
    height: 25px;
  }
  .bs-md-30 {
    height: 30px;
  }
  .bs-md-35 {
    height: 35px;
  }
  .bs-md-40 {
    height: 40px;
  }
  .bs-md-45 {
    height: 45px;
  }
  .bs-md-50 {
    height: 50px;
  }
  .bs-md-55 {
    height: 55px;
  }
  .bs-md-60 {
    height: 60px;
  }
  .bs-md-65 {
    height: 65px;
  }
  .bs-md-70 {
    height: 70px;
  }
  .bs-md-75 {
    height: 75px;
  }
  .bs-md-80 {
    height: 80px;
  }
  .bs-md-85 {
    height: 85px;
  }
  .bs-md-90 {
    height: 90px;
  }
  .bs-md-95 {
    height: 95px;
  }
  .bs-md-100 {
    height: 100px;
  }
  .bs-md-105 {
    height: 105px;
  }
  .bs-md-110 {
    height: 110px;
  }
  .bs-md-115 {
    height: 115px;
  }
  .bs-md-120 {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .bs-lg-0 {
    height: 0px;
  }
  .bs-lg-5 {
    height: 5px;
  }
  .bs-lg-10 {
    height: 10px;
  }
  .bs-lg-15 {
    height: 15px;
  }
  .bs-lg-20 {
    height: 20px;
  }
  .bs-lg-25 {
    height: 25px;
  }
  .bs-lg-30 {
    height: 30px;
  }
  .bs-lg-35 {
    height: 35px;
  }
  .bs-lg-40 {
    height: 40px;
  }
  .bs-lg-45 {
    height: 45px;
  }
  .bs-lg-50 {
    height: 50px;
  }
  .bs-lg-55 {
    height: 55px;
  }
  .bs-lg-60 {
    height: 60px;
  }
  .bs-lg-65 {
    height: 65px;
  }
  .bs-lg-70 {
    height: 70px;
  }
  .bs-lg-75 {
    height: 75px;
  }
  .bs-lg-80 {
    height: 80px;
  }
  .bs-lg-85 {
    height: 85px;
  }
  .bs-lg-90 {
    height: 90px;
  }
  .bs-lg-95 {
    height: 95px;
  }
  .bs-lg-100 {
    height: 100px;
  }
  .bs-lg-105 {
    height: 105px;
  }
  .bs-lg-110 {
    height: 110px;
  }
  .bs-lg-115 {
    height: 115px;
  }
  .bs-lg-120 {
    height: 120px;
  }
}
@media (min-width: 1400px) {
  .bs-lgx-0 {
    height: 0;
  }
  .bs-lgx-5 {
    height: 5px;
  }
  .bs-lgx-10 {
    height: 10px;
  }
  .bs-lgx-15 {
    height: 15px;
  }
  .bs-lgx-20 {
    height: 20px;
  }
  .bs-lgx-25 {
    height: 25px;
  }
  .bs-lgx-30 {
    height: 30px;
  }
  .bs-lgx-35 {
    height: 35px;
  }
  .bs-lgx-40 {
    height: 40px;
  }
  .bs-lgx-45 {
    height: 45px;
  }
  .bs-lgx-50 {
    height: 50px;
  }
  .bs-lgx-40 {
    height: 40px;
  }
  .bs-lgx-80 {
    height: 80px;
  }
  .bs-lgx-85 {
    height: 85px;
  }
  .bs-lgx-90 {
    height: 90px;
  }
  .bs-lgx-95 {
    height: 95px;
  }
  .bs-lgx-100 {
    height: 100px;
  }
  .bs-lgx-105 {
    height: 105px;
  }
  .bs-lgx-110 {
    height: 110px;
  }
  .bs-lgx-115 {
    height: 115px;
  }
  .bs-lgx-120 {
    height: 120px;
  }
  .bs-lgx-150 {
    height: 150px;
  }
}
#content-block {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 100%;
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
html.overflow-hidden body {
  overflow: hidden;
}
body.over {
  overflow: hidden;
}
.table-view {
  height: 100%;
  width: 100%;
  display: table;
}
.row-view {
  display: table-row;
}
.cell-view {
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}
body::selection {
  color: #fff;
  background: #666;
}
body::-moz-selection {
  color: #fff;
  background: #666;
}
.nopadding,
.nopadding > *[class*="col"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.full-size {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fixed-background {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
body.mobile .fixed-background {
  background-attachment: scroll;
}
html.overflow-hidden body {
  overflow: hidden;
}
body:not(.loaded) * {
  transition: none !important;
  -webkit-transition: none !important;
}
body * {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.row-entry {
  position: relative;
  padding: 0 8%;
}
.flex-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.no-padd {
  padding: 0;
}
.bg-main-lighter {
  background-color: #f7f9fc;
}
.bg-light {
  background-color: #fff;
}
.pr-30 {
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}
body {
  font: 400 16px "Ubuntu", sans-serif;
  line-height: 24px;
  color: #111;
}
.sub-font {
  font: 16px "Montserrat", sans-serif;
  line-height: 24px;
  color: #242424;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font: 600 16px "Montserrat", sans-serif;
  color: #242424;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 42px;
}
h2,
.h2 {
  font-size: 27px;
  line-height: 32px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 28px;
}
h4,
.h4 {
  font-size: 22px;
  line-height: 26px;
}
h5,
.h5 {
  font-size: 21px;
  line-height: 24px;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 24px;
}
.simple-text,
.simple-list,
.checkbox-entry {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}
.simple-text p {
  font-size: 16px;
  line-height: 24px;
  color: #111;
}
.simple-text.sm p,
.sm {
  font-size: 14px;
  line-height: 20px;
}
.simple-text.xs p,
.xs {
  font-size: 12px;
  line-height: 18px;
}
.simple-text.xl p,
.xl {
  font-size: 21px;
  line-height: 28px;
}
.light,
.simple-text.light p {
  color: #fff;
}
.lighter,
.simple-text.lighter p {
  color: rgba(255, 255, 255, 0.7);
}
.colored {
  color: #465fab;
}
.color-2,
.simple-text.color-2 p {
  color: #737373;
}
.simple-text.color-3 p,
.color-3 {
  color: #b2b2b2;
}
.left-line {
  padding-left: 30px;
  position: relative;
}
.left-line:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
.simple-list {
  position: relative;
}
.simple-list li {
  padding-left: 25px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
}
.simple-list li:last-child {
  margin-bottom: 0px;
}
.simple-list li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 9px;
  background: #465fab;
  border-radius: 50%;
}
.main-link {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #465fab;
  padding-right: 18px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.main-link:hover {
  color: #465fab;
}
.main-link:after,
.main-link:before {
  position: absolute;
  content: "";
  right: 3px;
  top: 55%;
  display: block;
  height: 1px;
  width: 5px;
  background-color: #465fab;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-link:before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.button {
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 14px 50px 14px 0;
  background-color: #3b508f;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50px;
  left: 0;
  top: 0;
  border-radius: 24px;
  background-color: #465fab;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50px;
  left: 0;
  top: 0;
  border-radius: 24px;
  background-color: #3b508f;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.button span {
  padding: 14px 30px;
  background-color: #465fab;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.button span:after,
.button span:before {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  display: block;
  height: 1px;
  width: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button span:before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.button.button-2 {
  border: none;
  background: #08a1eb;
  background: -moz-linear-gradient( left, rgba(8, 161, 235, 1) 0%, rgba(83, 203, 241, 1) 60%, rgba(105, 206, 254, 1) 100% );
  background: -webkit-linear-gradient( left, rgba(8, 161, 235, 1) 0%, rgba(83, 203, 241, 1) 60%, rgba(105, 206, 254, 1) 100% );
  background: linear-gradient( to right, rgba(8, 161, 235, 1) 0%, rgba(83, 203, 241, 1) 60%, rgba(105, 206, 254, 1) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a1eb',endColorstr='#69cefe',GradientType=1);
}
.button.button-2:hover {
  opacity: .7;
  color: #fff;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-custom {
  border: 2px solid #f00;
  background-image: none;
  transition: all .3s;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 25px;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-custom:hover {
  color: #f00 !important;
  background-color: #fff !important;
  border: 2px solid #f00;
  background-image: none;
}
.button.type-light {
  /*color: #465fab;*/
  color: #06569e;
  background: #ebedf0;
}
.button.type-light span {
  background: #fff;
}
.button.type-light span:after,
.button.type-light span:before {
  /*background-color: #465fab;*/
  background-color: #06569e;
}
.button.type-light:before {
  background: #fff;
}
.button.type-light:after {
  background: #ebedf0;
}
.button.plain {
  padding: 14px 0;
  background: transparent;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.button.plain span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button.plain:after,
.button.plain:before,
.button.plain span:after {
  content: none;
}
.button.plain span:before {
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #465fab;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .main-link:hover {
    opacity: 0.7;
  }
  .main-link:hover:before,
  .main-link:hover:after {
    right: 0;
  }
  .button:hover {
    color: #fff;
  }
  .button:hover:after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .button:hover:before,
  .button:hover:after {
    width: 100%;
  }
  .button:hover span:before,
  .button:hover span:after {
    right: -25px;
  }
  .button.type-light:hover {
    /*color: #465fab;*/
    color:#06569e;
  }
  .button.plain:hover {
    /*color: #465fab;*/
    color: #06569e;
  }
  .button.plain:hover span {
    background: #fff;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1; }

input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1; }

select::-ms-expand {
  display: none; }
textarea {
  position: relative;
  display: block;
  overflow: auto;
  position: relative;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  position: relative;
  height: 55px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
textarea {
  padding: 20px;
  height: 140px;
  width: 100%;
}
input.search-field {
  position: relative;
  padding: 0 50px 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #111;
  display: block;
  border: 1px solid #e6e6e6;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: #019fe9;
}
input.search-field::-webkit-input-placeholder {
  color: #a6a6a6;
}
input.search-field::placeholder {
  color: #a6a6a6;
}
input.search-field::-moz-placeholder {
  color: #a6a6a6;
}
input.search-field:-moz-placeholder {
  color: #a6a6a6;
}
input.search-field::-ms-input-placeholder {
  color: #a6a6a6;
}
.date {
  color: #465fab;
  display: inline-block;
  line-height: 20px;
  padding: 7px 30px;
  font-weight: 500;
}
.date.size-1 {
  font-size: 16px;
}
.date.size-2 {
  font-size: 14px;
  padding: 7px 20px;
}
.date.size-3 {
  font-size: 14px;
  padding: 2px 15px;
}
.page-pagination {
  position: relative;
  width: 100%;
  text-align: center;
}
.page-pagination a,
.page-pagination span {
  font-size: 18px;
  line-height: 25px;
  padding: 0 4px;
  margin: 0 3px;
  display: inline-block;
  position: relative;
}
.page-pagination a.active {
  color: #242424;
}
.page-pagination a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #019fe9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-pagination a.active:after {
  width: 100%;
}
.breadcrumbs {
  position: relative;
  font-size: 0;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-right: 10px;
  margin-right: 7px;
}
.breadcrumbs li:not(:last-child):after {
  position: absolute;
  content: "/";
  width: 5px;
  right: 0;
}
.breadcrumbs li a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .page-pagination a:hover:after {
    width: 100%;
  }
  .breadcrumbs li a:hover {
    opacity: 0.7;
  }
}
.simple-select-title {
  display: inline-block;
  padding-right: 20px;
}
.simple-select {
  display: inline-block;
  vertical-align: middle;
}
.simple-select .SelectBox {
  padding: 5px 45px 5px 30px;
}
.simple-select .SumoSelect {
  width: 140px;
}
.simple-select .SumoSelect > .CaptionCont > span {
  padding-right: 0;
}
.simple-select .SumoSelect > .CaptionCont {
  background: #465fab;
  color: #fff;
  border: none;
  border-radius: 15px;
}
.SumoSelect > .CaptionCont > label {
  right: 15px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  width: 7px;
  height: auto;
}
.SumoSelect > .CaptionCont > label > i:after,
.SumoSelect > .CaptionCont > label > i:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  display: block;
  height: 1px;
  width: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.SumoSelect > .CaptionCont > label > i:before {
  right: auto;
  left: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.SumoSelect.open > .optWrapper {
  border-radius: 15px;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding-left: 15px;
  padding-right: 15px;
}
.news-block {
  margin: 0 15px;
}
.promotion.outdated {
  filter: grayscale(1);
  transition: all .3s;
}
.promotion.outdated:hover {
  filter: grayscale(0);
}
.promotion.outdated .date {
  color: #f00;
  font-weight: bold;
}
.promotion__item-content {
  padding: 25px 0;
}
.news-block a.img {
  display: block;
  position: relative;
}
.promotion-expired {
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
  font-weight: bold;
  font-size: 20px;
  color: #f00;
  width: calc(100% - 50px);
}
.news-block a.img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-block a.img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}
.news-block .h3 a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .news-block .h3 a:hover {
    opacity: 0.7;
  }
  .news-block a.img:hover:before,
  .news-block a.img:hover:after {
    width: 100%;
  }
  .promotion-expired {
    font-size: 24px;
  }
}
.share ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 1;
}
.share span {
  margin-right: 10px;
  font-size: 14px;
}
.share ul li {
  display: inline-block;
  margin-right: 10px;
}
.share ul li:last-child {
  margin-right: 0;
}
.share ul li a {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.share ul li a img {
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .share ul li a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.7;
  }
}
.table-responsive {
  overflow-x: auto;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
  white-space: nowrap;
}
.table-responsive .table {
  width: 100%;
  min-width: 850px;
}
.table tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.table td {
  padding: 20px 30px;
  vertical-align: middle;
  position: relative;
}
.table.columns-four td {
  width: 25%;
}
.table td:first-child:after,
.table td:nth-child(2):after,
.table.columns-five td:nth-child(3):after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
}
.table td:not(:first-child) {
  text-align: center;
}
.table td:last-child {
  padding-right: 50px;
  text-align: right;
}
.icon-round {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  background-color: #465fab;
}
.offer-title {
  display: inline-block;
  color: #242424;
  font-weight: 500;
  margin-left: 10px;
  line-height: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offer-icon {
  max-width: 26px;
  display: inline-block;
  font-size: 0;
  line-height: 1;
}
.offer-icon img {
  width: 100%;
  height: auto;
}
.offer-details {
  display: inline-block;
  margin-left: 25px;
  line-height: 1;
  text-align: left;
}
.offer-details .sm {
  line-height: 1;
}
.offer-details .num {
  font-size: 20px;
  color: #465fab;
}
.offer-details .num.type-2 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .offer-title:hover {
    opacity: 0.7;
  }
}
.bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
}
.page-banner {
  position: relative;
}
.bg-banner:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner .cell-view {
  height: 450px;
  position: relative;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 150px;
}
article > *:not(.vc_row) {
  margin-bottom: 25px;
}
article > *:last-child {
  margin-bottom: 0;
}
.post-content ul, .woocommerce-Tabs-panel ul {
  margin-bottom: 20px;
}
.post-content ul li{
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.woocommerce-Tabs-panel ul li {
    margin-bottom: 5px;
    position: relative;
    list-style: disc;
    margin-left: 25px;
}
.woocommerce-Tabs-panel ul li:before{
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 9px;
  background:#019fe9;
  border-radius: 50%;
}

.post-content ul li:before{
  content: "\2022";
  color: #06569e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
article ul li:last-child {
  margin-bottom: 0;
}
article > p img {
  width: 100%;
  height: auto;
  display: block;
  margin: 50px 0;
}
.footer {
  position: relative;
}
.footerFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-bottom {
  background: #e1e3e6;
  padding: 15px 0;
}
.footer-bottom .row-entry {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.developer a span {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.footer-top {
  background-color: #f2f4f7;
  padding: 40px 0;
  color: #737373;
}
.footer-element > * {
  margin-bottom: 20px;
}
.footer-element > *:last-child {
  margin-bottom: 0;
}
.footer-element .h6 {
  margin-bottom: 15px;
}
.footer-logo-block {
  max-width: 210px;
}
.footer-logo {
  display: block;
  margin-bottom: 10px;
}
.footer-logo img {
  max-width: 210px;
}
.social-list {
  line-height: 1;
  display: inline-block;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-links-list > * {
  margin-bottom: 7px;
}
.footer-links-list > *:last-child {
  margin-bottom: 0;
}
.footer-links-list a {
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .developer a:hover span {
    color: #be0000;
  }
  .social-list a:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.7;
  }
  .footer-links-list a:hover {
    opacity: 0.7;
  }
}
.header {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.header .row-entry {
  padding: 0;
  margin: 0 8%;
}
.header-bottom {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 70px;
}
.lang-list {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 25px;
  text-transform: uppercase;
}
.lang-list:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
}
.lang-list li {
  display: inline-block;
  margin-right: 15px;
}
.lang-list li.active {
  color: #465fab;
}
.lang-list li a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-contacts {
  display: inline-block;
}
.header-contacts__call {
  margin-right: 30px;
}
.header-contacts__call .phone-link {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  padding-left: 30px;
  display: block;
}
.header-contacts__call a img {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-contacts__call .phone-link span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-bottom-right .input-icon {
  width: 300px;
}
.input-icon {
  position: relative;
}
.input-icon input {
  height: 40px;
}
.input-icon input[type="submit"] {
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  width: 50px;
  height: 100%;
  background-color: transparent;
  border: none;
  z-index: 2;
}
.input-icon img {
  position: absolute;
  right: 15px;
  top: 9px;
  max-width: 22px;
  max-height: 22px;
}
input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-logo {
  display: block;
  max-width: 210px;
  margin-left: 30px;
}
.header-logo img {
  max-width: 100%;
  height: auto;
}
.nav-list {
  font-size: 0;
  color: #3d3d3d;
  text-align: right;
      margin: 0 70px 0 0;
    font-weight: bold;
}
.nav-list > .menu-item-has-children > .sub-menu {
  text-align: left;
}
.menu-item {
  position: relative;
}
.nav-list > li {
  display: inline-block;
  font-size: 14px;
}
.nav-list > li > a {
  padding: 20px 25px 20px;
}
.nav-list > li:last-child:after {
  content: none;
}
.nav-list li a {
  position: relative;
  display: inline-block;
}
.menu-mobile, .image-slide_mobile {
  display: none;
}
@media (min-width: 992px) {
  .lang-list li a:hover {
    color: #465fab;
  }
  .header-contacts .phone-link:hover {
    color: #242424;
  }
  .header-contacts .phone-link:hover span {
    opacity: 0.7;
  }
  .header-contacts .phone-link:hover img {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
  .nav-list li a:hover:after {
    width: 100%;
  }
}
.tt-slider {
  display: flex;
  align-items: center;
  position: relative;
  min-height: calc(100vh - 70px);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.main-slider .tt-slider {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.main-slider .tt-slider:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 660px;
  background: rgba(0, 0, 0, 0);
}
.main-slider-content {
  z-index: 1;
  position: relative;
}
.main-slider-content-col {
  display: flex;
}
.main-slider-content-inner {
  padding: 15px;
  max-width: 100%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all .5s;
  transition-delay: .5s;
}
.swiper-slide-active .main-slider-content-inner {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .main-slider-content-inner {
    padding: 30px 50px;
  }
}
.specoffer {
  text-transform: uppercase;
  padding: 6px 15px;
  background: #e12835;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: 0.5px;
}
.specoffer:after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 20px;
  border: 3px solid transparent;
  border-top: 3px solid #e12835;
  border-right: 4px solid #e12835;
}
.swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}
.swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper {
  transform: none !important;
  -webkit-transform: none !important;
  cursor: auto;
}
.swiper-button-disabled
  + .swiper-button-disabled
  + .swiper-wrapper
  + .swiper-pagination-bullets {
  display: none;
}
.swiper-pagination.relative-pagination {
  position: relative;
  margin-top: 30px;
}
.swiper-container.disabled .swiper-wrapper {
  cursor: default;
}
.swiper-container.disabled .swiper-pagination,
.swiper-container.disabled .slider-navigation,
.swiper-container.disabled .swiper-button-prev,
.swiper-container.disabled .swiper-button-next {
  display: none;
}
.swiper-button-prev.type-2,
.swiper-button-next.type-2 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.7;
}
.swiper-button-prev,
.custom-arrow-left {
  background-image: url("../img/arrow-left.svg");
}
.swiper-button-next,
.custom-arrow-right {
  background-image: url("../img/arrow-right.svg");
}
.custom-arrow-left,
.custom-arrow-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0.7;
}
.custom-arrow-left {
  left: -100px;
}
.custom-arrow-right {
  right: -100px;
}
.swiper-button-prev.type-2 {
  background-image: url("../img/arrow-left-white.svg");
  left: 30px;
}
.swiper-button-next.type-2 {
  background-image: url("../img/arrow-right-white.svg");
  right: 30px;
}
.swiper-button-next,
.swiper-button-prev,
.custom-arrow-left,
.custom-arrow-right {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-size: 50px 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.swiper-parallax .swiper-slide {
  overflow: hidden;
}
.swiper-container-horizontal > .swiper-pagination-bullets.type-2 {
  bottom: 30px;
  position: absolute;
  margin-top: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #b3b3b3;
}
.swiper-pagination.type-2 .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-bullet {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.swiper-pagination-bullet-active {
  opacity: 0.8;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .swiper-button-prev.type-2:hover,
  .swiper-button-next.type-2:hover {
    opacity: 1;
  }
  .swiper-pagination-bullet:hover {
    opacity: 0.8;
  }
  .custom-arrow-left:hover,
  .custom-arrow-right:hover {
    opacity: 1;
  }
}
.block-1 {
  padding: 60px 70px;
  text-align: center;
}
.img img {
  display: block;
  width: 100%;
  height: auto;
}
.block-1 .img {
  max-width: 65px;
  max-height: 65px;
  margin: 0 auto;
}
.block-1 .simple-text {
  display: block;
  display: -webkit-box;
  min-height: auto !important;
  height: 62px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-1 .simple-text p {
  line-height: 21px;
}
.block-1-price {
  height: 80px;
}
.block-1-title {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.price-big {
  font-size: 55px;
  line-height: 55px;
  color: #465fab;
}
.price-big span {
  font-size: 36px;
  line-height: 36px;
}
.price-old {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding: 0 7px;
}
.price-old:before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  height: 1px;
  width: 100%;
  background: #666;
}
.wide-block {
  background-color: #3b508f;
  position: relative;
}
.wide-block canvas {
  pointer-events: none;
}
.wide-block-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.wide-block-img img {
  max-width: 70px;
  max-height: 70px;
  height: auto;
}
.block-2-top {
  padding: 35px 65px 35px 30px;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.block-2-top:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f7f9fc transparent transparent transparent;
}
.block-2-top:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 44px;
  height: 32px;
  background-image: url(../img/quotes.png);
  background-repeat: no-repeat;
}
.block-2-top .simple-text {
  display: block;
  display: -webkit-box;
  min-height: auto !important;
  height: 96px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-2-bottom {
  padding: 20px;
  background-color: #ebedf0;
  border-radius: 0 0 5px 5px;
}
.block-2-bottom .img {
  width: 45px;
  height: 45px;
}
.block-3 {
}
.block-3-img {
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.block-3-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-3-img a:after,
.block-3-img a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-3-img a:before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.block-3-bottom {
  padding: 30px 60px 30px 25px;
  border-radius: 0 0 5px 5px;
}
.block-3-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block-3-bottom .simple-text {
  display: block;
  display: -webkit-box;
  min-height: auto !important;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-block {
  padding: 60px 15px 50px;
  text-align: center;
  height: 100%;
}
.contact-block .img {
  max-width: 55px;
  max-height: 55px;
  margin: 0 auto;
}
.contact-block-text {
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 48px;
}
.contact-block-text a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .block-1-title:hover,
  .block-3-title:hover {
    opacity: 0.7;
  }
  .block-3-img a:hover:before,
  .block-3-img a:hover:after {
    width: 100%;
  }
  .contact-block-text a:hover {
    opacity: 0.7;
  }
}
.popup-wrapper {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.popup-wrapper.active {
  left: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  opacity: 0;
}
.popup-wrapper.active .bg-layer {
  opacity: 1;
}
.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out,
    left 0s 0.3s;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}
.popup-content.active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  left: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  position: relative;
}
.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 15px;
}
.popup-container.size-1 {
  max-width: 1170px;
}
.popup-container.size-2 {
  max-width: 970px;
}
.popup-container.size-3 {
  max-width: 570px;
}
.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}
.popup-align {
  padding: 60px 70px 70px 70px;
  overflow: hidden;
}
.popup-container .button-close {
  right: 15px;
  top: 15px;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .popup-container .button-close:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991px) {
  .popup-container .button-close {
    right: 10px;
    top: 10px;
  }
  .popup-content .autoopen-content {
    padding: 25px 15px 15px;
  }
}
.tab-menu {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  cursor: pointer;
}
.tab-menu.active {
  color: #0084ff;
}
.tab-entry {
  display: none;
}
.accordeon-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  cursor: pointer;
}
.accordeon-title .title {
  font-size: 18px;
}
#tab-faq_tab .accordeon-title .title {
  font-size: 16px;
}
.accordeon-title.active {
  color: #0084ff;
}
.accordeon-toggle {
  display: none;
}
.map-wrapper {
	display:none:
  /*position: relative;
  width: 100%;
  height: 455px;
  */
}
.map-full {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
}
.marker-main {
  max-height: 50px;
  max-width: 40px;
}

.choose-your-zone {
  background-color: #fff;
  border: 3px solid #019fe9;
  border-radius: 10px;
  z-index: 10;
  cursor: default;
}
.select-city-top {
  background-color: #019fe9;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: center;
  padding-right: 10px;
  position: relative;
}
.select-city-top img {
  padding-right: 8px;
}
.choose-your-zone .text {
  padding: 10px;
}
.choose-your-zone .buttons {
  padding: 0 0px 15px 10px;
}
.buttons #your_address option {
  padding: 20px;
}
#your_address2 {
  width: 180px;
  display: inline-block;
}
.lets-choose {
  position: relative;
  display: inline-block;
}

.choose-your-zone.choosed {
  border: 0px;
}
.choose-your-zone.choosed .select-city-top,
.choose-your-zone.choosed .text {
  display: none;
}
@media (min-width: 1200px) {
  .lets-choose {
    height: 40px;
    margin-right: 30px;
    width: 190px;
  }
  .choose-your-zone {
    position: absolute;
    left: -70px;
  }
}
@media (max-width: 1199px) {
  .header-bottom-right {
    margin-bottom: 135px;
    margin-top: 20px;
  }
  .lets-choose {
    display: block;
    margin: 0px auto 10px auto;
    max-width: 250px;
  }
}
@media (max-width: 470px) {
  #your_address {
    width: 210px !important;
  }
}
/*==========  Banner Style  ==========*/
.banner {
  position: relative;
}
.banner-inner {
  height: calc(100vh - 70px);
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
  width: 99999px;
}
.banner-title {
  margin-bottom: 35px;
}
.banner-steps {
  margin-bottom: 45px;
}
.banner-steps li {
  display: inline-block;
  padding: 8px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.banner-steps li:first-of-type {
  padding-left: 0;
}
.banner-steps li:last-of-type {
  border-right: none;
}
.banner-block {
  padding: 35px 30px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.banner-block .title {
  margin-bottom: 30px;
}
.banner-block .btn {
  margin-top: 8px;
}
.banner-block .SumoSelect {
  margin-bottom: 15px;
}
.banner-block-mobile {
  display: none;
}
.banner.mr-bottom {
  margin-bottom: 120px;
}
.header-bottom-center {
  z-index: 100;
}

.product-prices.has-sale {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-tariff .woocommerce-Price-currencySymbol:before
{content:none!important;}
/*.product-prices__sale{margin-left: 20px;padding: 0 0 25px 0;}*/
.product-prices__sale{margin: -10px 0 0 0;padding:0;}
.button-wrapper {text-align:center;}
.woocommerce-product-attributes th {min-width: 200px}
.for-business button.wpcf7-submit{margin: 25px 0;}
.for-business .col-lg-6{margin: 15px 0;}
#wpcf7-f3178-p3873-o1 {text-align:center;}
#wpcf7-f3178-p3873-o1 .wpcf7-submit {margin: 25px 0;display: inline-block;}
#line-title, #line-title-1 {height: 240px;}
#line-title-1 p{
	text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}
#line-title-1 h1{text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 48px;
    line-height: 1.5;
}
#line-title h1{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 48px;
    line-height: 1.5;
}
#line-title, #line-title-1 p{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
	color: #272727;
}
	
#line-title div.skrollable-between{opacity: 0.5;}
#line-title-1 div.skrollable-between{opacity: 0.4; background-color: #000;}
.postid-3873 {
	    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5;	
}
.login-button-friend, .password-button {
    margin: 20px 10px;
	}
	.login-button-friend{
	float: left;}
		.password-button{
	float: right;}
	
.invite-friends-links {text-align: center; width: 100%; display: inline-block; padding: 0 100px;}
#friends-mobile-image, .pc-hide, #android-app-download {display:none;}
.wp-image-3710 {width: 100px;}
.product-advantage {max-width:none!important;}
.button.wpcf7-submit:hover {
    background: 0 0;
    color: #06569e!important;
}
div.region li#menu-item-4010, div.lvivska li#menu-item-4010, div.volynska li#menu-item-4010,
div.lvivska li#menu-item-4512, div.volynska li#menu-item-4512{display:none;}
div.city li#menu-item-4512, .yikes-custom-woo-tab-title{display:none;}
div.hide-promotions .lvivska-tarif, div.hide-promotions .volynska-tarif, div.hide-promotions .state-tarif {display:none;}

div.footer-app-logo-block img {max-height: 50px;max-width: 45%; float: left; margin: 0 5px;}
div.footer-app-logo-block a {text-align: center;}
div.footer-app-logo-block .h6 {text-align: center; margin-bottom: 10px;}
div.footer-app-logo-block .br-line {margin-top: 10px;}
div.main-slider-content_ternopil-inner .button,
div.main-slider-content_ternopilska_obl-inner .button,
div.main-slider-content_chervonograd-col .button,
div.main-slider-content_volodymyr-inner .button
 {background-color: #e3000f;}
div.main-slider-content_ternopil-inner .button:hover,
div.main-slider-content_ternopilska_obl-inner .button:hover,
div.main-slider-content_chervonograd-col .button:hover,
div.main-slider-content_volodymyr-inner .button:hover {
    background-color: #fff;
}

.page-id-5167 .section.pd-bottom .title.h4.text-center, .page-id-5404 .section.pd-bottom .title.h4.text-center, .page-id-5499 .section.pd-bottom .title.h4.text-center, #wpcf7-f5415-p5757-o3 div.title.h4.text-center, #wpcf7-f5415-p5963-o3 div.title.h4.text-center, #wpcf7-f5415-p5985-o3 div.title.h4.text-center, #wpcf7-f5415-p6152-o3 div.title.h4.text-center, #wpcf7-f5415-p5985-o2 div.title.h4.text-center, #wpcf7-f5415-p5963-o2 div.title.h4.text-center, #wpcf7-f5415-p5757-o2 div.title.h4.text-center, #wpcf7-f5415-p6302-o2 div.title.h4.text-center, #wpcf7-f5415-p6629-o2 div.title.h4.text-center, #wpcf7-f5415-p6152-o2 div.title.h4.text-center, #wpcf7-f5415-p7120-o2 div.title.h4.text-center, #wpcf7-f5415-p7116-o2 div.title.h4.text-center,#wpcf7-f5415-p7316-o2 div.title.h4.text-center {display: none;}
.form-block div.wpcf7 .wpcf7-form>span {width: 50%!important; padding: 5px 10px 25px 10px!important;}
#footable_parent_5442 {max-width: 650px; margin: 0 auto;}
div.title.h4.text-center {margin: 0 auto!important;padding: 0 0 15px 0;}
#wpcf7-f5415-p5404-o3, #wpcf7-f5415-p5404-o4, #wpcf7-f5531-p5499-o3, #wpcf7-f5531-p5499-o4 { margin: 0 auto;    max-width: 800px;}
.page-id-5499 .block-free-inner .item {flex: 0 0 30%;padding: 0 25px;}
.mobile-banner-block {display:none;}
.bg.parallax-bg.mobile-banner-block {
    height: inherit;
    top: inherit;
}
.post-4118 h2.woocommerce-loop-product__title {font-size: 18px;}
.image-popup-12-2023 {margin: 0 auto;
  padding: 20px 0px;}
  .pdf-icon {
	background-image: url(../img/pdf-98-32.png);
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
  }
.sambir li#menu-item-4013, .sambir li#menu-item-4012 {display:none;}
#product-7529 h1#ptitle  {display:none;}