@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light";
  src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'opensans-semibold';
  src: url("../fonts/opensans-semibold-webfont.woff") format("woff"),url("../fonts/opensans-semibold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block
}
@font-face {
  font-family: 'opensans-regular';
  src: url("../fonts/opensans-regular-webfont.woff") format("woff"),url("../fonts/opensans-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}
audio,
canvas,
progress,
video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
progress {
  vertical-align: baseline
}
template,
[hidden] {
  display: none
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active,
a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: inherit
}
b,
strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0
}
optgroup {
  font-weight: bold
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
textarea {
  overflow: auto
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
.clearfix {
  *zoom: 1
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0
}
.clearfix:after {
  clear: both
}
.pull-left {
  float: left
}
.pull-right {
  float: right
}
.pull-center {
  text-align: center
}
.rtecenter {
  text-align: center
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased
}
html.tablet,
html.mobile {
  cursor: pointer
}
body {
  min-height: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #6a6a6a;
  font-family: opensans-regular
}
@media (min-width: 768px) {
  body {
    font-size: 15px
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px
  }
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #1f3d48
}
h1,
h2 {
  font-size: 20px;
  font-family: Inter-Light;
  line-height: 1.4
}
@media (min-width: 768px) {
  h1,
  h2 {
    margin: 0 0 15px;
    font-size: 27px
  }
}
@media (min-width: 992px) {
  h1,
  h2 {
    font-size: 32px;
    margin: 0 0 35px
  }
}
@media (min-height: 800px) {
  h1,
  h2 {
    margin: 0 0 15px
  }
}
h3,
h4 {
  line-height: 1.5
}
.front h1 {
  font-family: Inter-Medium;
  text-transform: uppercase;
  font-size: 30px
}
@media (min-height: 700px) {
  .front h1 {
    font-size: 30px
  }
}
@media (min-height: 800px) {
  .front h1 {
    font-size: 40px
  }
}
@media (min-height: 900px) {
  .front h1 {
    font-size: 48px
  }
}
h1 img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px
}
.front h2 {
  font-size: 22px;
  font-family: Inter-Medium;
  line-height: 1.2
}
@media (min-width: 768px) {
  .front h2 {
    font-size: 28px
  }
}
@media (min-height: 700px) {
  .front h2 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 90px
  }
}
@media (min-height: 800px) {
  .front h2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}
@media (min-height: 900px) {
  .front h2 {
    font-size: 38px;
    margin-bottom: 25px;
    margin-top: 165px
  }
}
h3 {
  font-family: Inter-Medium;
  font-size: 16px;
  margin: 0 0 15px
}
@media (min-width: 768px) {
  h3 {
    font-size: 18px
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 22px
  }
}
.front h3 {
  font-size: 18px
}
@media (min-height: 700px) {
  .front h3 {
    font-size: 18px
  }
}
@media (min-height: 800px) {
  .front h3 {
    margin-bottom: 20px
  }
}
@media (min-height: 800px) and (min-width: 768px) {
  .front h3 {
    font-size: 18px
  }
}
@media (min-height: 800px) and (min-width: 992px) {
  .front h3 {
    font-size: 22px
  }
}
@media (min-height: 900px) {
  .front h3 {
    margin-bottom: 26px
  }
}
h4 {
  font-family: Inter-Light;
  font-size: 15px;
  margin: 0 0 20px
}
@media (min-width: 768px) {
  h4 {
    margin: 0 0 30px;
    font-size: 18px
  }
}
.front h4 {
  line-height: 1.45
}
@media (min-height: 700px) {
  .front h4 {
    margin-bottom: 15px
  }
}
@media (min-height: 900px) {
  .front h4 {
    margin-bottom: 30px
  }
}
@media (min-height: 900px) and (min-width: 992px) {
  .front h4 {
    margin-bottom: 50px
  }
}
@media (min-height: 900px) and (min-width: 1300px) {
  .front h4 {
    margin-bottom: 64px
  }
}
h6 {
  font-size: 16px;
  font-family: Inter-Medium;
  margin: 0
}
p {
  margin: 0 0 16px
}
ul,
ol {
  margin: 0;
  padding: 0 0 0 16px
}
ul li,
ol li {
  margin: 0 0 16px;
  padding: 0
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0
}
a {
  color: #007aa6;
  text-decoration: none;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s
}
a:hover {
  text-decoration: underline;
  color: #004c67
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}
@-moz-keyframes move-top-bottom {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  25% {
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px)
  }
  50% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  75% {
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px)
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}
@-webkit-keyframes move-top-bottom {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  25% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  75% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}
@keyframes move-top-bottom {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  25% {
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
  }
  50% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  75% {
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px)
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}
@-moz-keyframes move-rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg)
  }
}
@-webkit-keyframes move-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg)
  }
}
@keyframes move-rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg)
  }
}
@-moz-keyframes focus-input-before {
  0% {
    top: -105%;
    left: 0
  }
  60% {
    top: -105%;
    left: 98%
  }
  75% {
    top: 0;
    left: 98%
  }
  100% {
    top: 0;
    left: 94%
  }
}
@-webkit-keyframes focus-input-before {
  0% {
    top: -105%;
    left: 0
  }
  60% {
    top: -105%;
    left: 98%
  }
  75% {
    top: 0;
    left: 98%
  }
  100% {
    top: 0;
    left: 94%
  }
}
@keyframes focus-input-before {
  0% {
    top: -105%;
    left: 0
  }
  60% {
    top: -105%;
    left: 98%
  }
  75% {
    top: 0;
    left: 98%
  }
  100% {
    top: 0;
    left: 94%
  }
}
@-moz-keyframes focus-input-after {
  0% {
    bottom: -105%;
    right: 0
  }
  60% {
    bottom: -105%;
    right: 98%
  }
  75% {
    bottom: 0;
    right: 98%
  }
  100% {
    bottom: 0;
    right: 94%
  }
}
@-webkit-keyframes focus-input-after {
  0% {
    bottom: -105%;
    right: 0
  }
  60% {
    bottom: -105%;
    right: 98%
  }
  75% {
    bottom: 0;
    right: 98%
  }
  100% {
    bottom: 0;
    right: 94%
  }
}
@keyframes focus-input-after {
  0% {
    bottom: -105%;
    right: 0
  }
  60% {
    bottom: -105%;
    right: 98%
  }
  75% {
    bottom: 0;
    right: 98%
  }
  100% {
    bottom: 0;
    right: 94%
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  position: relative
}
@media (min-width: 1300px) {
  .container {
    width: 1223px
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1836px
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0
}
.row {
  margin-left: 0;
  margin-right: 0
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left
}
.col-xs-12 {
  width: 100%
}
.col-xs-11 {
  width: 91.66666667%
}
.col-xs-10 {
  width: 83.33333333%
}
.col-xs-9 {
  width: 75%
}
.col-xs-8 {
  width: 66.66666667%
}
.col-xs-7 {
  width: 58.33333333%
}
.col-xs-6 {
  width: 50%
}
.col-xs-5 {
  width: 41.66666667%
}
.col-xs-4 {
  width: 33.33333333%
}
.col-xs-3 {
  width: 25%
}
.col-xs-2 {
  width: 16.66666667%
}
.col-xs-1 {
  width: 8.33333333%
}
.col-xs-pull-12 {
  right: 100%
}
.col-xs-pull-11 {
  right: 91.66666667%
}
.col-xs-pull-10 {
  right: 83.33333333%
}
.col-xs-pull-9 {
  right: 75%
}
.col-xs-pull-8 {
  right: 66.66666667%
}
.col-xs-pull-7 {
  right: 58.33333333%
}
.col-xs-pull-6 {
  right: 50%
}
.col-xs-pull-5 {
  right: 41.66666667%
}
.col-xs-pull-4 {
  right: 33.33333333%
}
.col-xs-pull-3 {
  right: 25%
}
.col-xs-pull-2 {
  right: 16.66666667%
}
.col-xs-pull-1 {
  right: 8.33333333%
}
.col-xs-pull-0 {
  right: auto
}
.col-xs-push-12 {
  left: 100%
}
.col-xs-push-11 {
  left: 91.66666667%
}
.col-xs-push-10 {
  left: 83.33333333%
}
.col-xs-push-9 {
  left: 75%
}
.col-xs-push-8 {
  left: 66.66666667%
}
.col-xs-push-7 {
  left: 58.33333333%
}
.col-xs-push-6 {
  left: 50%
}
.col-xs-push-5 {
  left: 41.66666667%
}
.col-xs-push-4 {
  left: 33.33333333%
}
.col-xs-push-3 {
  left: 25%
}
.col-xs-push-2 {
  left: 16.66666667%
}
.col-xs-push-1 {
  left: 8.33333333%
}
.col-xs-push-0 {
  left: auto
}
.col-xs-offset-12 {
  margin-left: 100%
}
.col-xs-offset-11 {
  margin-left: 91.66666667%
}
.col-xs-offset-10 {
  margin-left: 83.33333333%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-8 {
  margin-left: 66.66666667%
}
.col-xs-offset-7 {
  margin-left: 58.33333333%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-5 {
  margin-left: 41.66666667%
}
.col-xs-offset-4 {
  margin-left: 33.33333333%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-2 {
  margin-left: 16.66666667%
}
.col-xs-offset-1 {
  margin-left: 8.33333333%
}
.col-xs-offset-0 {
  margin-left: 0%
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-11 {
    width: 91.66666667%
  }
  .col-sm-10 {
    width: 83.33333333%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-8 {
    width: 66.66666667%
  }
  .col-sm-7 {
    width: 58.33333333%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-5 {
    width: 41.66666667%
  }
  .col-sm-4 {
    width: 33.33333333%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-2 {
    width: 16.66666667%
  }
  .col-sm-1 {
    width: 8.33333333%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-pull-11 {
    right: 91.66666667%
  }
  .col-sm-pull-10 {
    right: 83.33333333%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-8 {
    right: 66.66666667%
  }
  .col-sm-pull-7 {
    right: 58.33333333%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-5 {
    right: 41.66666667%
  }
  .col-sm-pull-4 {
    right: 33.33333333%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-2 {
    right: 16.66666667%
  }
  .col-sm-pull-1 {
    right: 8.33333333%
  }
  .col-sm-pull-0 {
    right: auto
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-push-11 {
    left: 91.66666667%
  }
  .col-sm-push-10 {
    left: 83.33333333%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-8 {
    left: 66.66666667%
  }
  .col-sm-push-7 {
    left: 58.33333333%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-5 {
    left: 41.66666667%
  }
  .col-sm-push-4 {
    left: 33.33333333%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-2 {
    left: 16.66666667%
  }
  .col-sm-push-1 {
    left: 8.33333333%
  }
  .col-sm-push-0 {
    left: auto
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }
  .col-sm-offset-0 {
    margin-left: 0%
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-11 {
    width: 91.66666667%
  }
  .col-md-10 {
    width: 83.33333333%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-8 {
    width: 66.66666667%
  }
  .col-md-7 {
    width: 58.33333333%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-5 {
    width: 41.66666667%
  }
  .col-md-4 {
    width: 33.33333333%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-2 {
    width: 16.66666667%
  }
  .col-md-1 {
    width: 8.33333333%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-pull-11 {
    right: 91.66666667%
  }
  .col-md-pull-10 {
    right: 83.33333333%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-8 {
    right: 66.66666667%
  }
  .col-md-pull-7 {
    right: 58.33333333%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-5 {
    right: 41.66666667%
  }
  .col-md-pull-4 {
    right: 33.33333333%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-2 {
    right: 16.66666667%
  }
  .col-md-pull-1 {
    right: 8.33333333%
  }
  .col-md-pull-0 {
    right: auto
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-push-11 {
    left: 91.66666667%
  }
  .col-md-push-10 {
    left: 83.33333333%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-8 {
    left: 66.66666667%
  }
  .col-md-push-7 {
    left: 58.33333333%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-5 {
    left: 41.66666667%
  }
  .col-md-push-4 {
    left: 33.33333333%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-2 {
    left: 16.66666667%
  }
  .col-md-push-1 {
    left: 8.33333333%
  }
  .col-md-push-0 {
    left: auto
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%
  }
  .col-md-offset-0 {
    margin-left: 0%
  }
}
@media (min-width: 1900px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-11 {
    width: 91.66666667%
  }
  .col-lg-10 {
    width: 83.33333333%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-8 {
    width: 66.66666667%
  }
  .col-lg-7 {
    width: 58.33333333%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-5 {
    width: 41.66666667%
  }
  .col-lg-4 {
    width: 33.33333333%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-2 {
    width: 16.66666667%
  }
  .col-lg-1 {
    width: 8.33333333%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-pull-11 {
    right: 91.66666667%
  }
  .col-lg-pull-10 {
    right: 83.33333333%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-8 {
    right: 66.66666667%
  }
  .col-lg-pull-7 {
    right: 58.33333333%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-5 {
    right: 41.66666667%
  }
  .col-lg-pull-4 {
    right: 33.33333333%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-2 {
    right: 16.66666667%
  }
  .col-lg-pull-1 {
    right: 8.33333333%
  }
  .col-lg-pull-0 {
    right: auto
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-push-11 {
    left: 91.66666667%
  }
  .col-lg-push-10 {
    left: 83.33333333%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-8 {
    left: 66.66666667%
  }
  .col-lg-push-7 {
    left: 58.33333333%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-5 {
    left: 41.66666667%
  }
  .col-lg-push-4 {
    left: 33.33333333%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-2 {
    left: 16.66666667%
  }
  .col-lg-push-1 {
    left: 8.33333333%
  }
  .col-lg-push-0 {
    left: auto
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }
  .col-lg-offset-0 {
    margin-left: 0%
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both
}
/*!
 * fullPage 2.8.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent
}
#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.fp-slide {
  float: left
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}
.fp-slidesContainer {
  float: left;
  position: relative
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff
}
.fp-scrollable {
  overflow: hidden;
  position: relative
}
.fp-scroller {
  overflow: hidden
}
.iScrollIndicator {
  border: 0 !important
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0)
}
#fp-nav.right {
  right: 17px
}
#fp-nav.left {
  left: 17px
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fp-slidesNav.bottom {
  bottom: 17px
}
.fp-slidesNav.top {
  top: 17px
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative
}
.fp-slidesNav ul li {
  display: inline-block
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: none
}
.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}
.flex-direction-nav {
  display: none
}
.flex-pauseplay span {
  text-transform: capitalize
}
.flexslider {
  margin: 0;
  padding: 0
}
.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden
}
.flexslider .slides img {
  width: 100%;
  display: block
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
html[xmlns] .flexslider .slides {
  display: block
}
* html .flexslider .slides {
  height: 1%
}
.no-js .flexslider .slides>li:first-child {
  display: block
}
.flex-control-nav {
  text-align: center
}
.flex-control-nav li {
  display: inline-block;
  margin-right: 4px
}
.flex-control-nav li a {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  opacity: .3;
  display: block;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}
.flex-control-nav li a:hover {
  opacity: .5
}
.flex-control-nav li a.flex-active {
  opacity: .8
}
.site-header {
  font-size: 12px;
  -moz-transition: border .6s,background .6s,-moz-transform .5s;
  -o-transition: border .6s,background .6s,-o-transform .5s;
  -webkit-transition: border .6s,background .6s,-webkit-transform .5s;
  transition: border .6s,background .6s,transform .5s;
  position: relative;
  background: #313131
}
.site-header .region-header {
  display: inline-block
}
.site-header>.container {
  height: 64px
}
.site-header>.container .logo,
.site-header>.container .nav {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.site-header>.container .logo {
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media (min-width: 768px) {
  .site-header>.container .logo {
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}
.site-header>.container .logo a {
  display: block;
  width: 146px;
  height: 48px;
  background: url('../images/CS_x2.png') no-repeat;
  -moz-transition: background .6s;
  -o-transition: background .6s;
  -webkit-transition: background .6s;
  transition: background .6s;
  background-size: cover
}
.site-header>.container .nav {
  left: 0;
  font-family: opensans-regular;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
@media (min-width: 768px) {
  .site-header>.container .nav {
    right: 0;
    left: auto
  }
}
@media (min-width: 992px) {
  .site-header>.container .nav {
    left: auto;
    top: 50%;
    padding: 0;
    display: inline-block;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}
@media (max-width: 991px) {
  .site-header>.container .nav {
    z-index: 100
  }
}
@media (min-width: 1900px) {
  .site-header>.container .nav {
    z-index: 100
  }
}
.site-header>.container .nav .nav-inner {
  background: #fff;
  padding: 15px 30px;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  -moz-box-shadow: 0 0 15px -3px rgba(0,0,0,0.31);
  -webkit-box-shadow: 0 0 15px -3px rgba(0,0,0,0.31);
  box-shadow: 0 0 15px -3px rgba(0,0,0,0.31)
}
@media (min-width: 768px) {
  .site-header>.container .nav .nav-inner {
    right: 0;
    left: auto
  }
}
@media (min-width: 992px) {
  .site-header>.container .nav .nav-inner {
    padding: 0;
    display: block;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}
.mobile-menu .site-header>.container .nav .nav-inner {
  display: block
}
.node-type-download-guide .site-header>.container .nav .btn {
  display: none
}
.site-header>.container ul.menu {
  margin: 0 0 4px;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
  -webkit-transition: margin .6s;
  transition: margin .6s;
  padding: 0;
  vertical-align: middle;
  display: block
}
.site-header>.container ul.menu:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
@media (min-width: 992px) {
  .site-header>.container ul.menu {
    display: inline-block;
    margin: 0 44px 0 0
  }
}
.site-header>.container ul.menu li {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  position: relative
}
@media (min-width: 992px) {
  .site-header>.container ul.menu li {
    margin: 0 0 0 20px;
    float: left
  }
}
@media (min-width: 1300px) {
  .site-header>.container ul.menu li {
    margin: 0 0 0 48px
  }
}
.site-header>.container ul.menu li:first-child {
  margin-left: 0
}
.site-header>.container ul.menu li.active>a,
.site-header>.container ul.menu li:hover>a {
  color: #27bdbe
}
@media (min-width: 992px) {
  .site-header>.container ul.menu li.active>a,
  .site-header>.container ul.menu li:hover>a {
    color: #8E8E93
  }
}
.site-header>.container ul.menu li:hover ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.site-header>.container ul.menu ul.menu {
  background: #fff;
  padding: 5px 10px;
  min-width: 122px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10
}
@media (min-width: 992px) {
  .site-header>.container ul.menu ul.menu {
    position: absolute;
    top: 37px;
    left: -20px;
    opacity: 0;
    padding: 12px 20px;
    visibility: hidden;
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    border: 1px solid #efefef
  }
}
.site-header>.container ul.menu ul.menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  height: 20px;
  display: none
}
@media (min-width: 992px) {
  .site-header>.container ul.menu ul.menu:before {
    display: block
  }
}
.site-header>.container ul.menu ul.menu li {
  display: block;
  float: none;
  margin: 0 0 8px
}
.site-header>.container ul.menu ul.menu li:last-child {
  margin: 0
}
.site-header>.container ul.menu ul.menu li.active>a,
.site-header>.container ul.menu ul.menu li:hover>a {
  color: #27bdbe
}
.site-header>.container ul.menu ul.menu a {
  color: #1f3d48;
  white-space: nowrap
}
.site-header>.container ul.menu a {
  color: #1f3d48;
  text-decoration: none;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s
}
@media (min-width: 992px) {
  .site-header>.container ul.menu a {
    color: #C7C7CC
  }
}
.site-header>.container .btn-mobile {
  color: #fff !important;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: inline-block
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile {
    right: 0;
    left: auto
  }
}
@media (min-width: 992px) {
  .site-header>.container .btn-mobile {
    display: none
  }
}
.site-header>.container .btn-mobile:hover {
  opacity: 0.7
}
.site-header>.container .btn-mobile .btn-mobile-box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile .btn-mobile-box {
    width: 40px
  }
}
.site-header>.container .btn-mobile .btn-mobile-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}
.site-header>.container .btn-mobile-inner,
.site-header>.container .btn-mobile-inner::before,
.site-header>.container .btn-mobile-inner::after {
  width: 28px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile-inner,
  .site-header>.container .btn-mobile-inner::before,
  .site-header>.container .btn-mobile-inner::after {
    width: 40px
  }
}
.front .site-header>.container .btn-mobile-inner,
.front .site-header>.container .btn-mobile-inner::before,
.front .site-header>.container .btn-mobile-inner::after {
  background-color: #fff
}
.site-header>.container .btn-mobile-inner::before,
.site-header>.container .btn-mobile-inner::after {
  content: "";
  display: block
}
.site-header>.container .btn-mobile-inner::before {
  top: -8px
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile-inner::before {
    top: -10px
  }
}
.site-header>.container .btn-mobile-inner::after {
  bottom: -10px
}
.site-header>.container .btn-mobile--collapse .btn-mobile-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.site-header>.container .btn-mobile--collapse .btn-mobile-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile--collapse .btn-mobile-inner::after {
    top: -20px
  }
}
.site-header>.container .btn-mobile--collapse .btn-mobile-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.mobile-menu .site-header>.container .btn-mobile--collapse .btn-mobile-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.mobile-menu .site-header>.container .btn-mobile--collapse .btn-mobile-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.27s linear
}
.mobile-menu .site-header>.container .btn-mobile--collapse .btn-mobile-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.outer-wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative
}
.content-wrapper {
  padding: 30px 0 40px
}
@media (min-width: 768px) {
  .content-wrapper {
    padding: 50px 0 100px
  }
}
.content-wrapper+.content-wrapper {
  background: #f7f7f7;
  border-top: 1px solid #efefef;
  margin-top: -20px
}
@media (min-width: 768px) {
  .content-wrapper+.content-wrapper {
    margin-top: -50px
  }
}
.inner-wrapper .container {
  max-width: 1102px
}
.content-wrapper .b-info {
  padding: 0;
  background: none;
  border: none
}
.content-wrapper .list-style-a,
.content-wrapper .list-style-b,
.content-wrapper .list-style-c {
  margin: 0;
  padding: 0;
  list-style: none
}
.content-wrapper .list-style-a {
  display: inline-block;
  text-align: left
}
@media (min-width: 768px) {
  .content-wrapper .list-style-a {
    display: block
  }
}
.content-wrapper .list-style-a li {
  margin: 0 0 14px
}
@media (min-width: 768px) {
  .content-wrapper .list-style-a li {
    margin: 0 0 17px
  }
}
.content-wrapper .list-style-a a {
  position: relative;
  color: #007aa6;
  padding-left: 51px;
  display: inline-block;
  text-decoration: none;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.content-wrapper .list-style-a a:hover {
  color: #074c66
}
.content-wrapper .list-style-a a:hover:before {
  background-image: url('../images/bg/icon-link-hover.png')
}
.content-wrapper .list-style-a a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url('../images/bg/icon-link.png') no-repeat;
  width: 32px;
  height: 32px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s
}
.content-wrapper .list-style-b li,
.content-wrapper .list-style-c li {
  position: relative;
  padding-left: 16px
}
.content-wrapper .list-style-b li:before,
.content-wrapper .list-style-c li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1e90b3
}
.content-wrapper .list-style-b li {
  margin: 0 0 6px
}
@media (min-width: 992px) {
  .content-wrapper .list-style-b li {
    margin: 0 0 12px
  }
}
.content-wrapper .list-style-b li:before {
  background: #1e90b3
}
.content-wrapper .list-style-c li {
  margin: 0 0 6px
}
@media (min-width: 992px) {
  .content-wrapper .list-style-c li {
    margin: 0 0 19px
  }
}
.content-wrapper .list-style-c li:before {
  background: #adadad
}
.content-wrapper .item-content {
  position: relative;
  min-height: 300px;
  padding: 0 10px;
  margin-bottom: 40px
}
.content-wrapper .item-content:hover {
  z-index: 1
}
@media (min-width: 992px) {
  .content-wrapper .item-content {
    padding: 0 63px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .item-content {
    margin-bottom: 90px
  }
}
.content-wrapper .item-content:last-child {
  margin-bottom: 0
}
@media (min-width: 768px) {
  .content-wrapper .item-content:nth-child(odd) .desc {
    padding-right: 370px
  }
}
@media (min-width: 992px) {
  .content-wrapper .item-content:nth-child(odd) .desc {
    padding-right: 430px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .item-content:nth-child(odd) .desc {
    padding-right: 543px
  }
}
.content-wrapper .item-content:nth-child(odd) .img {
  right: 0
}
@media (min-width: 992px) {
  .content-wrapper .item-content:nth-child(odd) .img {
    right: 100px
  }
}
@media (min-width: 768px) {
  .content-wrapper .item-content:nth-child(even) .desc {
    padding-left: 370px
  }
}
@media (min-width: 992px) {
  .content-wrapper .item-content:nth-child(even) .desc {
    padding-left: 470px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .item-content:nth-child(even) .desc {
    padding-left: 551px
  }
}
.content-wrapper .item-content:nth-child(even) .img {
  left: 0
}
@media (min-width: 992px) {
  .content-wrapper .item-content:nth-child(even) .img {
    left: 100px
  }
}
.content-wrapper .item-content .img {
  max-width: 300px;
  margin: 0 auto 15px
}
@media (min-width: 768px) {
  .content-wrapper .item-content .img {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 350px;
    margin: 0
  }
}
@media (min-width: 992px) {
  .content-wrapper .item-content .img {
    width: auto
  }
}
.content-wrapper .desc {
  text-align: center
}
@media (min-width: 768px) {
  .content-wrapper .desc {
    text-align: left
  }
}
.content-wrapper .desc .review {
  position: relative;
  text-align: left
}
@media (min-width: 768px) {
  .content-wrapper .desc .review {
    max-width: 400px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .desc .review {
    max-width: 444px
  }
}
.desktop .content-wrapper .desc .review:hover {
  border-color: transparent
}
.content-wrapper .desc .review:hover .review-inner {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
.mobile .content-wrapper .desc .review:hover .review-inner {
  height: auto;
  margin-top: -7px;
  margin-left: -10px;
  padding: 21px 10px 26px
}
.mobile .content-wrapper .desc .review:hover .preview {
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden
}
.content-wrapper .desc .review .text {
  margin-bottom: 20px;
  line-height: 1.8
}
.content-wrapper .desc .review .review-inner {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: -7px;
  left: 0px;
  padding: 21px 32px 26px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1),0px 3px 10px 0px rgba(0,0,0,0.1);
  background: #fff;
  -moz-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease
}
.mobile .content-wrapper .desc .review .review-inner {
  height: 0;
  position: static
}
@media (min-width: 768px) {
  .content-wrapper .desc .review .review-inner {
    left: -32px
  }
}
.content-wrapper .desc .review .preview {
  padding: 13px 0;
  border-top: 1px solid #efefef;
  margin-top: 22px;
  opacity: 1;
  visibility: visible
}
.mobile .content-wrapper .desc .review .preview {
  margin-right: 0
}
.content-wrapper .desc .review .author {
  padding-left: 64px;
  position: relative
}
.content-wrapper .desc .review .author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.content-wrapper .desc .review .author .name {
  color: #1f3d48;
  font-family: opensans-semibold
}
.content-wrapper .text-center {
  text-align: center
}
.content-wrapper .text-center p {
  margin: 0
}
.content-wrapper .pull-left {
  float: none
}
@media (min-width: 768px) {
  .content-wrapper .pull-left {
    float: left
  }
}
@media (min-width: 768px) {
  .content-wrapper .pull-left+.content-wrapper-inner {
    border-left: 1px solid #efefef;
    padding-left: 30px
  }
}
@media (min-width: 992px) {
  .content-wrapper .pull-left+.content-wrapper-inner {
    padding-left: 60px
  }
}
@media (min-width: 768px) {
  .content-wrapper .pull-right+.content-wrapper-inner {
    padding-right: 20px
  }
}
@media (min-width: 992px) {
  .content-wrapper .pull-right+.content-wrapper-inner {
    padding-right: 35px
  }
}
.content-wrapper .content-wrapper-inner {
  overflow: hidden
}
.content-wrapper .content-wrapper-inner blockquote {
  padding: 20px;
  margin: 0 0 20px;
  border: 2px solid #f0f0f0
}
@media (min-width: 768px) {
  .content-wrapper .content-wrapper-inner blockquote {
    margin: 0 0 20px -20px
  }
}
.content-wrapper .content-wrapper-inner blockquote p:last-child {
  margin-bottom: 0
}
.content-wrapper .content-wrapper-inner h3,
.content-wrapper .content-wrapper-inner ul {
  margin-bottom: 26px
}
.content-wrapper .content-wrapper-inner ul {
  padding: 0
}
.content-wrapper .content-wrapper-inner ul li {
  list-style: none;
  margin: 0 0 3px;
  position: relative;
  padding-left: 16px
}
.content-wrapper .content-wrapper-inner ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1e90b3
}
.content-wrapper .content-wrapper-inner p {
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .content-wrapper .content-wrapper-inner p {
    margin-bottom: 34px
  }
}
.content-wrapper table {
  margin-bottom: 35px
}
.content-wrapper table thead th {
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  color: #2c353d;
  font-family: Inter-Medium;
  padding: 18px 5px;
  width: 60%
}
@media (min-width: 768px) {
  .content-wrapper table thead th {
    font-size: 16px;
    width: 50%
  }
}
.content-wrapper table thead th:first-child {
  width: 40%
}
@media (min-width: 768px) {
  .content-wrapper table thead th:first-child {
    width: 50%
  }
}
.content-wrapper table tbody {
  border: none
}
.content-wrapper table td {
  border-bottom: 1px solid #efefef
}
.content-wrapper table td {
  padding: 10px 5px;
  vertical-align: top
}
@media (min-width: 768px) {
  .content-wrapper table td {
    padding: 18px 5px
  }
}
.content-wrapper .cols h3 {
  font-family: opensans-semibold
}
.content-wrapper .cols ul {
  padding-top: 15px
}
@media (min-width: 768px) {
  .content-wrapper .cols ul {
    padding-top: 35px
  }
}
.content-wrapper .cols .col {
  margin-bottom: 15px
}
@media (min-width: 768px) {
  .content-wrapper .cols .col {
    margin-bottom: 30px
  }
}
@media (min-width: 992px) {
  .content-wrapper .cols .col {
    padding: 0 40px;
    margin: 0
  }
  .content-wrapper .cols .col:first-child {
    padding-left: 0
  }
  .content-wrapper .cols .col:last-child {
    padding-right: 0
  }
}
.content-wrapper .logo-items {
  padding: 0 12px;
  margin: 0 0 50px
}
@media (min-width: 768px) {
  .content-wrapper .logo-items .form {
    float: right
  }
}
.content-wrapper .logo-items h3 {
  margin: 10px 0
}
@media (min-width: 768px) {
  .content-wrapper .logo-items h3 {
    float: left
  }
}
.content-wrapper .logo-items:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none
}
.content-wrapper .logo-items:first-child .title-top {
  margin: 0;
  padding: 0;
  border: none
}
.content-wrapper .logo-items:last-child {
  margin-bottom: 0
}
.content-wrapper .logo-items .title-top {
  margin: 0 0 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef
}
.content-wrapper .logo-items .title-top:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.content-wrapper .logo-items .flexslider {
  position: relative;
  padding-bottom: 25px
}
.content-wrapper .logo-items .flexslider:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4000px;
  border-bottom: 1px solid #efefef
}
.content-wrapper .logo-items .flexslider h3 {
  text-align: center;
  border: none;
  margin: 0 0 55px;
  padding-bottom: 0
}
.content-wrapper .logo-items .item {
  width: 43%;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 2px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s
}
@media (min-width: 768px) {
  .content-wrapper .logo-items .item {
    width: 30%;
    font-size: 14px;
    text-align: left
  }
}
@media (min-width: 992px) {
  .content-wrapper .logo-items .item {
    width: 26%;
    margin-right: 53px;
    margin-bottom: 40px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .logo-items .item {
    width: 315px;
    margin-right: 40px
  }
}
.content-wrapper .logo-items .item:hover {
  background: rgba(0,0,0,0.02)
}
.content-wrapper .logo-items .item a {
  display: block;
  z-index: 3;
  position: relative;
  padding: 5px
}
.content-wrapper .logo-items .item a:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
@media (min-width: 768px) {
  .content-wrapper .logo-items .item .img {
    float: left
  }
}
.content-wrapper .logo-items .item .img img {
  width: auto;
  margin: 0 auto
}
@media (min-width: 768px) {
  .content-wrapper .logo-items .item .text {
    position: absolute;
    top: 50%;
    left: 93px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
.content-wrapper .logo-items .pager {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #efefef
}
.content-wrapper .logo-items .pager ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 38px 0 0;
  padding: 0
}
.content-wrapper .logo-items .pager ul li {
  display: inline-block;
  width: 20px;
  text-align: center;
  position: relative
}
.content-wrapper .logo-items .pager ul li.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  border-top: 1px solid #007aa6
}
.content-wrapper .logo-items .pager ul li.active a {
  font-family: opensans-semibold
}
.content-wrapper .logo-items .pager ul li:last-child {
  margin-right: 0
}
.content-wrapper .logo-items .pager ul a {
  color: #1f3d48
}
.content-wrapper hr {
  border: none;
  border-top: 1px solid #efefef;
  margin: 27px 0
}
.content-wrapper .content-item h3 {
  position: relative
}
.content-wrapper .content-item h3 a {
  font-family: Inter-Light;
  text-decoration: none
}
@media (min-width: 768px) {
  .content-wrapper .content-item h3 a {
    position: absolute;
    left: -34px;
    top: 0
  }
}
.disclaimer {
  font-size: 10px;
  color: #b4b4b4;
  width: 90%;
  margin: 0 auto 8px;
  text-align: center
}
@media (min-width: 768px) {
  .disclaimer {
    font-size: 12px;
    margin: 0 auto 14px
  }
}
ul li.leaf {
  list-style: none
}
.logged-in div.tabs a,
.logged-in .contextual-links-wrapper a {
  opacity: 1 !important;
  color: #000 !important
}
.logged-in .contextual-links-wrapper {
  font-size: 13px
}
.logged-in .contextual-links-wrapper li {
  background: none !important;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  margin: 0 !important;
  font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
  padding: 0 !important;
  display: block !important;
  float: none !important
}
.logged-in .contextual-links-wrapper li a {
  text-decoration: none;
  text-transform: none;
  background: none !important;
  padding: 5px 10px;
  margin: 0
}
.logged-in div.tabs {
  position: absolute;
  z-index: 500;
  right: 0;
  top: 110px;
  font-size: 13px;
  text-align: center
}
.logged-in div.tabs .tabs {
  border-bottom: none;
  padding: 0
}
.logged-in div.tabs .tabs li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-bottom: 0
}
.logged-in div.tabs .tabs li.active a {
  border: none
}
.logged-in div.tabs .tabs a {
  border: none;
  margin: 0;
  padding: 5px 18px;
  display: block
}
.field-collection-container {
  margin-bottom: 0;
  border-bottom: none
}
.field-collection-container .field-items .field-item {
  margin-bottom: 0
}
.field-collection-view-final {
  border-bottom: none;
  padding: 0;
  margin: 0
}
.field-collection-view .entity-field-collection-item {
  float: none
}
ul.action-links-field-collection-add {
  margin-left: 0 !important
}
ul.action-links-field-collection-add li {
  padding-left: 0 !important;
  list-style: none
}
ul.action-links-field-collection-add li:before {
  display: none !important
}
@media (min-width: 768px) {
  .sidebar {
    width: 280px
  }
}
@media (min-width: 992px) {
  .sidebar {
    width: 380px
  }
}
.sidebar .info {
  padding: 20px 0;
  font-size: 16px
}
@media (min-width: 768px) {
  .sidebar .info {
    padding: 30px 10px
  }
}
@media (min-width: 992px) {
  .sidebar .info {
    padding: 50px 20px;
    font-size: 18px
  }
}
.sidebar .info h4 {
  text-align: center
}
.sidebar .sidebar-item {
  border-bottom: 1px solid #efefef;
  padding: 0;
  position: relative;
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .sidebar .sidebar-item {
    padding: 0 32px 21px 0;
    margin-bottom: 0
  }
}
@media (min-width: 992px) {
  .sidebar .sidebar-item {
    padding: 0 40px 21px 0
  }
}
.sidebar .sidebar-item .bg {
  overflow: hidden;
  border-bottom: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  z-index: -1
}
@media (min-width: 768px) {
  .sidebar .sidebar-item .bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -moz-box-shadow: 0 0 184px 220px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 0 184px 220px rgba(0,0,0,0.02);
    box-shadow: 0 0 184px 220px rgba(0,0,0,0.02);
    z-index: -1
  }
}
.sidebar .sidebar-item a[href^="tel"] {
  color: #6a6a6a
}
.sidebar .sidebar-item a[href^="tel"]:hover {
  text-decoration: none
}
.sidebar.pull-right {
  float: none;
  text-align: center
}
@media (min-width: 768px) {
  .sidebar.pull-right {
    float: right;
    text-align: left
  }
}
.sidebar.pull-right h3 {
  margin: 0 0 35px
}
.sidebar.pull-right .item {
  margin-bottom: 18px
}
.sidebar.pull-right .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 55px
}
@media (min-width: 768px) {
  .sidebar.pull-right .item .img {
    width: auto
  }
}
.sidebar.pull-right .item .text {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  text-align: left
}
.sidebar.pull-right .item .text a {
  display: block
}
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
select,
input:not([type=submit]):not([type=checkbox]):not([type=radio]),
textarea {
  -moz-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  color: #2d2d2d
}
select::-webkit-input-placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: .6
}
select:-moz-placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #6a6a6a;
  opacity: .6
}
select::-moz-placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6a6a6a;
  opacity: .6
}
select:-ms-input-placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: .6
}
select.error,
input:not([type=submit]):not([type=checkbox]):not([type=radio]).error,
textarea.error {
  border-color: red
}
select:focus,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
textarea:focus {
  border-color: rgba(0,0,0,0.4)
}
textarea {
  resize: none
}
select {
  cursor: pointer;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAQAAACoRNXiAAAAK0lEQVQY02NgoA0w/mb8Hw6/oUuaIkmaYuotgEoVYDd6LVBqLW6bj5HsWAAv0Bfed1VYOwAAAABJRU5ErkJggg==") no-repeat;
  background-position: 98% 50%;
  min-width: 180px
}
@media (min-width: 768px) {
  select {
    background-position: 96% 50%
  }
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form textarea,
.form select {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 8px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #1f3d48
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
  color: #999;
  opacity: 1
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]):-moz-placeholder,
.form textarea:-moz-placeholder,
.form select:-moz-placeholder {
  color: #999;
  opacity: 1
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder,
.form textarea::-moz-placeholder,
.form select::-moz-placeholder {
  color: #999;
  opacity: 1
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form select:-ms-input-placeholder {
  color: #999;
  opacity: 1
}
@media (min-width: 768px) {
  .form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form textarea,
  .form select {
    padding: 12px 20px
  }
}
@media (min-width: 1300px) {
  .form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form textarea,
  .form select {
    padding: 14px 20px
  }
}
@media (min-width: 1900px) {
  .form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form textarea,
  .form select {
    padding: 17px 20px
  }
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]).error,
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]).mktoInvalid:not(:focus),
.form textarea.error,
.form textarea.mktoInvalid:not(:focus),
.form select.error,
.form select.mktoInvalid:not(:focus) {
  border-color: red
}
.form select {
  padding-right: 20px
}
@media (min-width: 768px) {
  .form select {
    padding-right: 40px
  }
}
.form textarea {
  height: 160px
}
.form .form-type-textarea {
  margin-bottom: 18px
}
.form .form-type-textarea+.form-desc {
  float: right;
  font-size: 14px;
  color: #999;
  padding: 16px 0
}
.form .form-item,
.form .form-actions {
  margin: 0 0 10px
}
.form input.form-submit,
.form button.form-submit {
  cursor: pointer;
  background-color: #27bdbe;
  border: none;
  font-family: Inter-Medium;
  margin: 0;
  padding: 11px 20px;
  border-radius: 40px;
  color: #fff;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 14px
}
@media (min-width: 768px) {
  .form input.form-submit,
  .form button.form-submit {
    font-size: 15px
  }
}
@media (min-width: 992px) {
  .form input.form-submit,
  .form button.form-submit {
    padding: 15px 28px
  }
}
@media (min-width: 1900px) {
  .form input.form-submit,
  .form button.form-submit {
    font-size: 18px
  }
}
.form input.form-submit:hover:not(.disabled),
.form button.form-submit:hover:not(.disabled) {
  background-color: #2b2f35
}
.form input.form-submit.disabled,
.form button.form-submit.disabled {
  opacity: .4;
  cursor: not-allowed
}
.form .row {
  margin-left: -5px;
  margin-right: -5px
}
.form .col {
  padding: 0 5px
}
.form .mktoError {
  display: none !important
}
.form .tooltip {
  padding: 5px;
  border-radius: 6px;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  color: red
}
.text-before-btn {
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 24px
}
.text-before-btn .form-checkbox {
  position: absolute;
  left: 0;
  top: 4px
}
.text-before-btn .form-checkbox.error {
  top: 38px
}
.text-before-btn .form-checkbox.error+p {
  padding-top: 34px
}
.text-before-btn .form-checkbox.error+p:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  content: 'You must agree to the terms first.';
  padding: 5px;
  color: red;
  border-radius: 6px
}
.success-form-message {
  padding: 20px;
  border: 1px solid #efefef;
  border-radius: 6px;
  margin: 40px auto 0;
  max-width: 500px;
  text-align: center
}
.success-form-message b {
  font-weight: normal;
  color: #2c353d
}
.success-form-message .btn {
  margin: 14px 0
}
div.form-subscription .form-item {
  margin: 0 0 30px
}
div.form-subscription input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  background: #fff;
  border: none;
  text-align: center;
  width: 100%;
  max-width: 462px;
  margin: 0 auto;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px
}
@media (min-width: 768px) {
  div.form-subscription input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 12px 20px;
    font-size: 16px
  }
}
@media (min-width: 1300px) {
  div.form-subscription input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 14px 20px
  }
}
@media (min-width: 1900px) {
  div.form-subscription input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 17px 20px
  }
}
div.form-subscription input.form-submit {
  padding: 8px 50px 8px 40px;
  background-image: url('../images/icons/icon-download.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 28px) 50%
}
@media (min-width: 768px) {
  div.form-subscription input.form-submit {
    padding: 10px 50px 10px 40px
  }
}
@media (min-width: 992px) {
  div.form-subscription input.form-submit {
    padding: 14px 52px 14px 28px
  }
}
@media (min-width: 1300px) {
  div.form-subscription input.form-submit {
    padding: 15px 52px 15px 28px
  }
}
@media (min-width: 1900px) {
  div.form-subscription input.form-submit {
    padding: 15px 65px 15px 50px
  }
}
div.form-search {
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 570px
}
div.form-search .form-actions {
  margin: 0
}
div.form-search .form-submit {
  position: absolute;
  top: 50%;
  left: 16px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border: none;
  height: 24px;
  width: 24px;
  background: url('../images/icons-sb423040102.png') -73px 0 no-repeat;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
@media (min-width: 768px) {
  div.form-search .form-submit {
    left: 24px
  }
}
div.form-search .form-submit:hover {
  background-color: transparent !important
}
div.form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  padding: 12px 20px 12px 56px;
  z-index: 3;
  position: relative;
  text-align: center
}
@media (min-width: 768px) {
  div.form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 16px 20px 16px 64px
  }
}
@media (min-width: 1900px) {
  div.form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 16px 20px 16px 64px
  }
}
div.form-payment {
  max-width: 340px;
  margin: 0 auto
}
div.form-payment fieldset {
  padding: 0;
  margin: 0 0 20px;
  border: none
}
div.form-payment .form-item {
  position: relative;
  margin: 0 0 9px
}
div.form-payment .form-item label {
  padding-right: 25px;
  font-size: 16px;
  white-space: nowrap
}
@media (min-width: 992px) {
  div.form-payment .form-item label {
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    top: 50%
  }
}
div.form-payment .form-item.width-xs {
  width: 67px;
  display: inline-block
}
div.form-payment .form-item.width-xs:last-child {
  margin-left: 70px
}
div.form-payment .form-item.width-s {
  width: 90px
}
div.form-payment .form-type-select {
  display: block;
  margin-right: 0;
  font-size: 16px
}
div.form-payment .form-type-select select {
  width: 100%;
  padding: 9px 40px 10px 15px
}
div.form-payment input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-size: 16px;
  padding: 7px 14px;
  background: #f5f5f5
}
div.form-payment .form-actions {
  text-align: center;
  margin: 38px 0 0
}
div.form-payment .form-submit {
  padding: 11px 20px;
  font-size: 14px
}
@media (min-width: 768px) {
  div.form-payment .form-submit {
    padding: 16px 37px;
    font-size: 18px
  }
}
.form-contact {
  width: 100% !important
}
.form-contact .form-actions {
  text-align: center
}
.form-contact .form-submit {
  padding: 11px 20px;
  font-size: 14px
}
@media (min-width: 768px) {
  .form-contact .form-submit {
    padding: 16px 37px;
    font-size: 18px
  }
}
.form-contact select,
.form-contact input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-contact textarea {
  width: 100% !important
}
.form-contact .mktoAsterix,
.form-contact .text-before-btn {
  display: none
}
.form-contact .mktoFieldDescriptor {
  position: relative
}
.form-contact .mktoFieldDescriptor label[for=Opt_In__c] {
  font-size: 13px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 20px;
  text-align: left;
  width: 100% !important
}
.form-contact .mktoFieldDescriptor .mktoCheckboxList {
  position: absolute;
  left: 0;
  top: -3px
}
.form-contact .mktoFieldDescriptor input {
  font-size: 14px
}
.form-contact .mktoFieldDescriptor .mktoInvalid input {
  box-shadow: 0 0 0 1px red;
  border-radius: 3px
}
.form-how-to-buy {
  max-width: 552px;
  margin: 40px auto 0;
  width: 100% !important
}
.form-how-to-buy .form-actions {
  text-align: center;
  margin-top: 20px
}
.form-how-to-buy select,
.form-how-to-buy input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-how-to-buy textarea {
  width: 100% !important
}
.form-how-to-buy .mktoAsterix,
.form-how-to-buy .text-before-btn {
  display: none
}
.form-how-to-buy .mktoFieldDescriptor {
  position: relative
}
.form-how-to-buy .mktoFieldDescriptor label[for=Opt_In__c] {
  font-size: 13px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 20px;
  text-align: left;
  width: 100% !important
}
.form-how-to-buy .mktoFieldDescriptor .mktoCheckboxList {
  position: absolute;
  left: 0;
  top: -3px
}
.form-how-to-buy .mktoFieldDescriptor input {
  font-size: 14px
}
.form-how-to-buy .mktoFieldDescriptor .mktoInvalid input {
  box-shadow: 0 0 0 1px red;
  border-radius: 3px
}
.section {
  text-align: center;
  position: relative;
  padding: 0
}
@media (max-width: 767px) {
  .section .fp-tableCell {
    padding-top: 40px
  }
}
.section .text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 30px
}
@media (min-width: 992px) {
  .section .text {
    margin-bottom: 30px
  }
}
@media (min-width: 1300px) {
  .section .text {
    margin-bottom: 40px;
    font-size: 16px
  }
}
@media (min-width: 1900px) {
  .section .text {
    margin-bottom: 140px;
    font-size: 18px
  }
}
.section .text p {
  margin: 0
}
.section .btn-next-slide {
  position: absolute;
  left: 50%;
  bottom: 6%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #27bdbe;
  text-decoration: none;
  font-size: 14px;
  font-family: opensans-regular;
  padding-bottom: 34px;
  display: none
}
@media (min-width: 768px) {
  .section .btn-next-slide {
    display: block
  }
}
@media (min-height: 700px) {
  .section .btn-next-slide {
    bottom: 3%;
    padding-bottom: 24px
  }
}
.section .btn-next-slide:hover:before {
  -moz-animation: move-top-bottom 1.6s infinite linear;
  -webkit-animation: move-top-bottom 1.6s infinite linear;
  animation: move-top-bottom 1.6s infinite linear
}
.section .btn-next-slide:before {
  height: 9px;
  width: 16px;
  background: url('../images/icons-sb423040102.png') -16px -38px no-repeat;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px
}
.section-design-anything {
  background: url('../images/bg/bg.jpg') 50% 50% no-repeat;
  background-size: cover;
  padding: 200px 0 90px
}
@media (min-width: 768px) {
  .section-design-anything {
    padding: 0
  }
}
.section-design-anything h1,
.section-design-anything h4 {
  color: #fff;
  max-width: 1064px;
  margin: 0 auto;
  line-height: 1
}
.section-design-anything h1 {
  margin-top: 0;
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .section-design-anything h1 {
    margin-bottom: 48px
  }
}
.section-design-anything h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Inter-Medium
}
@media (min-height: 700px) {
  .section-design-anything h4 {
    font-size: 18px;
    margin-bottom: 20px
  }
}
@media (min-height: 800px) {
  .section-design-anything h4 {
    font-size: 22px;
    margin-bottom: 25px
  }
}
.section-design-anything .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px
}
@media (min-width: 768px) {
  .section-design-anything .text {
    font-size: 16px;
    margin-top: 57px;
    line-height: 1.7
  }
}
.section-design-anything .btn-next-slide {
  color: #fff
}
.section-design-anything .btn-next-slide:before {
  background: url('../images/icons-sb423040102.png') 0 -38px no-repeat
}
.section-design-anything .valign>*:last-child {
  margin-bottom: 0
}
.section-design-anything .fp-tableCell {
  padding-top: 120px
}
@media (min-width: 768px) {
  .section-design-anything .fp-tableCell {
    padding-top: 100px
  }
}
.section-items {
  padding: 30px 0
}
@media (min-width: 768px) {
  .section-items {
    padding: 0
  }
}
@media only screen and (min-height: 700px) {
  .section-items .fp-tableCell {
    padding-top: 50px
  }
}
@media (min-height: 800px) {
  .section-items .fp-tableCell {
    padding-top: 0
  }
}
@media (min-width: 768px) {
  .section-items .flexslider {
    display: none
  }
}
.section-items .flexslider .item {
  display: inline-block
}
.section-items .item {
  display: none;
  vertical-align: top;
  width: 30%;
  margin-left: 20px
}
.mobile .section-items .item {
  width: 100%
}
@media (min-width: 768px) {
  .section-items .item {
    display: inline-block
  }
}
@media only screen and (min-height: 700px) {
  .section-items .item {
    width: 250px;
    margin-left: 50px;
    display: none
  }
}
@media only screen and (min-height: 700px) and (min-width: 768px) {
  .section-items .item {
    margin-left: 20px;
    display: inline-block
  }
}
@media (min-height: 800px) and (min-width: 768px) {
  .section-items .item {
    width: 212px;
    margin-left: 20px
  }
}
@media (min-height: 800px) and (min-width: 992px) {
  .section-items .item {
    width: 250px;
    margin-left: 50px
  }
}
@media (min-height: 800px) and (min-width: 1300px) {
  .section-items .item {
    width: 300px;
    margin-left: 80px
  }
}
.section-items .item:first-child {
  margin-left: 0
}
.section-items .item .text {
  font-size: 15px;
  margin-bottom: 10px
}
@media (min-width: 768px) {
  .section-items .item .text {
    margin-bottom: 80px
  }
}
@media (min-height: 700px) {
  .section-items .item .text {
    font-size: 15px
  }
}
@media (min-height: 800px) {
  .section-items .item .text {
    font-size: 15px
  }
}
@media (min-height: 800px) and (min-width: 992px) {
  .section-items .item .text {
    font-size: 16px
  }
}
@media (min-height: 800px) and (min-width: 1300px) {
  .section-items .item .text {
    font-size: 18px
  }
}
@media (min-height: 900px) {
  .section-items .item .text {
    font-size: 15px
  }
}
@media (min-height: 900px) and (min-width: 992px) {
  .section-items .item .text {
    font-size: 16px
  }
}
@media (min-height: 900px) and (min-width: 1300px) {
  .section-items .item .text {
    font-size: 18px
  }
}
.section-items .ico {
  margin: 0 auto 20px;
  max-width: 180px
}
@media (min-height: 800px) {
  .section-items .ico {
    margin-bottom: 30px;
    max-width: none
  }
}
@media (min-height: 900px) {
  .section-items .ico {
    margin-bottom: 35px
  }
}
.section-subscription {
  background: #fbfbfb;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3
}
@media (max-width: 767px) {
  .section-subscription .fp-tableCell {
    padding-top: 120px
  }
}
.section-subscription h4 {
  margin-bottom: 20px
}
.section-subscription .valign {
  padding: 20px 0
}
@media (min-width: 768px) {
  .section-subscription .valign {
    padding: 210px 0 74px
  }
}
.section-subscription .text {
  margin-bottom: 29px;
  font-size: 16px;
  max-width: 640px;
  padding-bottom: 33px;
  border-bottom: 1px solid #f1f1f1
}
@media (min-width: 992px) {
  .section-subscription .text {
    margin-bottom: 25px;
    font-size: 14px
  }
}
@media (min-width: 1900px) {
  .section-subscription .text {
    margin-bottom: 40px;
    font-size: 16px
  }
}
.section-subscription .form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border: 1px solid #e1e1e1
}
.section-try {
  text-align: center;
  padding: 40px 0;
  position: relative;
  border-top: 1px solid #efefef
}
.section-try:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4000px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fdfdfd;
  z-index: -1
}
.section-try h4 {
  font-family: Inter-Medium
}
.b-info {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 28px 0;
  font-family: Inter-Light;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #f7f7f7
}
@media (min-width: 768px) {
  .b-info {
    padding: 38px 0 28px
  }
}
@media (min-width: 768px) {
  .b-info.style-a .ico {
    min-height: 46px;
    display: flex;
    align-items: flex-end;
    justify-content: center
  }
}
.b-info.style-b {
  background: transparent
}
.b-info.style-b .col {
  padding: 0 20px
}
@media (min-width: 768px) {
  .b-info.style-c {
    text-align: left
  }
}
.b-info.style-c+.content-wrapper {
  padding: 36px 0 100px
}
.b-info.style-c .img {
  display: block;
  margin: 0 0 15px
}
@media (min-width: 768px) {
  .b-info.style-c .img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0
  }
}
@media (min-width: 992px) {
  .b-info.style-c .img {
    margin: 0 45px 0 0
  }
}
.b-info.style-c .img img {
  width: 70px
}
@media (min-width: 768px) {
  .b-info.style-c .img img {
    width: auto
  }
}
@media (min-width: 768px) {
  .b-info.style-c .text {
    display: inline-block;
    vertical-align: middle
  }
}
.b-info.style-c h2 {
  margin: 0 0 6px;
  line-height: 1
}
.b-info.style-c p {
  margin: 0;
  font-size: 14px
}
@media (min-width: 768px) {
  .b-info.style-c .btn {
    float: right
  }
}
.b-info p {
  margin: 17px 0 0 0
}
.b-info h1 {
  margin: 0
}
.b-info .btn {
  margin-top: 15px
}
@media (min-width: 768px) {
  .b-info .btn {
    margin-top: 40px
  }
}
.b-info.style-a,
.b-info.style-b {
  padding: 20px 0
}
@media (min-width: 992px) {
  .b-info.style-a,
  .b-info.style-b {
    padding: 70px 0
  }
}
.b-info.style-a .col,
.b-info.style-b .col {
  display: block;
  vertical-align: top;
  margin-bottom: 15px
}
@media (min-width: 768px) {
  .b-info.style-a .col,
  .b-info.style-b .col {
    width: 200px;
    display: inline-block;
    margin-bottom: 0
  }
}
@media (min-width: 1300px) {
  .b-info.style-a .col,
  .b-info.style-b .col {
    width: 310px
  }
}
.b-info.style-a .col:last-child,
.b-info.style-b .col:last-child {
  margin-bottom: 0
}
@media (min-width: 992px) {
  .b-info.style-a .col,
  .b-info.style-b .col {
    padding: 0 20px;
    margin: 0
  }
}
.b-info.style-a h4,
.b-info.style-b h4 {
  font-family: opensans-regular;
  color: #007aa6;
  margin: 0
}
.b-info.style-a a,
.b-info.style-b a {
  display: inline-block;
  text-decoration: none;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.b-info.style-a a:hover,
.b-info.style-b a:hover {
  opacity: .5
}
.b-info.style-a .ico,
.b-info.style-b .ico {
  margin: 0 auto 20px
}
.b-info h3 {
  margin: 0 0 45px
}
.b-info .bottom-part {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid #efefef
}
.b-info .bottom-part h3,
.b-info .bottom-part .price,
.b-info .bottom-part .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}
.b-info .bottom-part .price {
  color: #007aa6;
  font-size: 34px;
  font-family: Inter-Medium;
  margin-left: 17px
}
.b-info .bottom-part .btn {
  margin-left: 38px
}
.b-info .text {
  margin-top: 28px
}
.b-info__blocks {
  margin: 40px 0 0;
  max-width: 1102px
}
@media (min-width: 768px) {
  .b-info__blocks {
    display: flex;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 40px -16px 30px;
    width: 730px;
    max-height: 351px
  }
}
@media (min-width: 992px) {
  .b-info__blocks {
    width: 930px;
    max-height: 332px
  }
}
@media (min-width: 1300px) {
  .b-info__blocks {
    width: 1223px;
    max-height: 303px
  }
}
.b-info__blocks-item {
  background: #fff;
  border-radius: 6px;
  padding: 50px 40px 32px;
  font-size: 14px;
  font-family: opensans-regular;
  margin: 0 0 28px;
  position: relative;
  transition: box-shadow .3s;
  border: 1px solid #fff
}
@media (min-width: 768px) {
  .b-info__blocks-item {
    margin: 0 16px;
    width: calc(50% - 32px);
    align-self: flex-start;
    min-height: 351px
  }
}
@media (min-width: 992px) {
  .b-info__blocks-item {
    min-height: 332px
  }
}
@media (min-width: 1300px) {
  .b-info__blocks-item {
    min-height: 303px
  }
}
.b-info__blocks-item:last-child {
  margin-bottom: 0
}
.b-info__blocks-item h3 {
  margin-bottom: 4px
}
@media (min-width: 992px) {
  .b-info__blocks-item h3 {
    font-size: 20px
  }
}
.b-info__blocks-item p {
  margin-top: 0
}
.b-info__blocks-item_active {
  border-color: #E8E8E8;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.16)
}
.b-info__blocks-item_active .b-info__blocks-item-ico {
  display: none
}
.b-info__blocks-item_active .b-info__blocks-item-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translate(0, -50%)
}
.b-info__blocks-item_active .b-info__blocks-item-btn:before {
  width: 16px;
  height: 16px;
  background: url('../images/icon-close.svg') no-repeat
}
.b-info__blocks-item_active .b-info__blocks-item-btn:hover:before {
  transform: translate(-50%, -50%) rotate(90deg)
}
.b-info__blocks-item_active .b-info__collapsible-content {
  display: block
}
.b-info__blocks-item-ico {
  margin-top: 25px;
  margin-bottom: 25px;
  cursor: pointer
}
.b-info__blocks-item-btn {
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 12px;
  position: relative
}
.b-info__blocks-item-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url('../images/icon-arrow-down.svg') no-repeat;
  transition: transform .3s;
  transform: translate(-50%, -50%)
}
.b-info__blocks-item-btn:hover:before {
  transform: translate(-50%, calc(-50% + 10px))
}
.b-info__collapsible-content {
  display: none;
  margin-top: 50px;
  text-align: left
}
.b-info__collapsible-content .b-region-pick .regions-pick {
  max-width: 308px;
  margin: 0 auto
}
.b-info__collapsible-content .b-region-pick .regions-pick .current-region {
  margin-bottom: 34px
}
.b-info__collapsible-content .b-region-pick .general-block {
  border: none;
  padding: 0
}
.b-info__collapsible-content .b-region-pick .main-contact,
.b-info__collapsible-content .b-region-pick .general-block {
  text-align: center;
  font-size: 16px
}
.b-info__collapsible-content .b-region-pick .main-contact {
  margin-bottom: 36px
}
.b-info__collapsible-content .b-region-pick .current-mail {
  margin-bottom: 24px
}
.b-info__collapsible-content .b-region-pick h4 {
  font-family: Inter-Medium;
  margin-bottom: 5px
}
.b-info__collapsible-content .b-region-pick .regions {
  font-size: 13px;
  margin: 0 -20px
}
.b-info__collapsible-content .b-region-pick .regions ul {
  margin: 0;
  padding: 36px 0 0;
  border-top: 1px solid #E8E8E8
}
.b-info__collapsible-content .b-region-pick .regions li {
  margin: 0 0 10px;
  width: 155px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  color: #999;
  white-space: nowrap
}
@media (min-width: 768px) {
  .b-info__collapsible-content .b-region-pick .regions li {
    width: 142px;
    margin: 0 0 15px
  }
}
@media (min-width: 992px) {
  .b-info__collapsible-content .b-region-pick .regions li {
    width: 155px;
    margin: 0 0 20px
  }
}
.b-info__collapsible-content .b-region-pick .regions li a,
.b-info__collapsible-content .b-region-pick .regions li p {
  letter-spacing: -0.04em
}
.b-info__collapsible-content .b-region-pick .regions h6 {
  font-size: 13px
}
.b-info__collapsible-content .b-region-pick a[href^='tel'] {
  color: #666666
}
.b-info__collapsible-content .b-region-pick a[href^='tel'] span {
  color: #999999
}
.b-info__content-item {
  display: block;
  border-bottom: 1px solid #EFEFEF;
  text-decoration: none !important;
  text-align: left;
  padding-bottom: 20px;
  padding-right: 15px;
  margin-bottom: 20px;
  position: relative
}
.b-info__content-item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-info__content-item:last-child {
  border-bottom: none
}
.b-info__content-item:hover .b-info__content-item-arrow:before {
  transform: translate(10px, 0) rotate(-90deg)
}
.b-info__content-item span {
  display: block
}
.b-info__content-item-ico {
  float: left;
  width: 42px;
  text-align: center;
  margin-right: 18px
}
.b-info__content-item-text {
  overflow: hidden
}
.b-info__content-title {
  font-family: Inter-Medium;
  color: #1F3D48;
  font-size: 18px
}
.b-info__content-desc {
  font-family: opensans-regular;
  color: #6A6A6A;
  font-size: 14px
}
.b-info__content-desc p:last-child {
  margin-bottom: 0
}
.b-info__content-item-arrow {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 22px;
  height: 12px;
  display: block;
  transform: translate(0, -50%)
}
.b-info__content-item-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/icon-arrow-down.svg') no-repeat;
  transition: transform .3s;
  transform: rotate(-90deg)
}
.b-resources {
  text-align: center
}
.b-resources .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  margin: 0 0 15px 0;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 20px;
  max-width: 540px;
  width: 100%
}
@media (min-width: 768px) {
  .b-resources .item {
    margin: 0 10px 15px 0;
    padding: 30px 149px 30px 50px;
    font-size: 18px
  }
}
@media (min-width: 1300px) {
  .b-resources .item {
    width: 50%;
    margin: 0 14px 0 0
  }
}
.b-resources .item:first-child {
  background-color: #27bdbe
}
.b-resources .item:last-child {
  margin-right: 0;
  background-color: #44646e
}
.b-resources .item:hover .ico:before {
  background-color: #208dae
}
.b-resources .item h3 {
  color: #fff;
  font-family: Inter-Medium;
  margin: 0 0 8px;
  font-size: 18px
}
@media (min-width: 768px) {
  .b-resources .item h3 {
    font-size: 22px;
    margin: 0 0 16px
  }
}
.b-resources .item .ico {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255,255,255,0.3);
  opacity: .6
}
@media (min-width: 768px) {
  .b-resources .item .ico {
    top: 50%;
    right: 40px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1
  }
}
.b-resources .item .ico:before {
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url('../images/icons/item-arrow-a.png') 57% center no-repeat
}
.b-resources .item a {
  color: #fff;
  text-decoration: none
}
.b-buynow h1 {
  text-align: center;
  margin: 0 0 61px
}
.b-buynow .steps {
  font-size: 13px;
  color: #979a9d;
  text-align: center;
  font-family: Inter-Medium;
  margin-bottom: 40px
}
@media (min-width: 992px) {
  .b-buynow .steps {
    font-size: 16px
  }
}
.b-buynow .steps a {
  display: block;
  text-decoration: none;
  color: #80868b
}
.b-buynow .steps .col {
  padding: 21px 15px;
  border-bottom: 4px solid #efefef
}
@media (min-width: 992px) {
  .b-buynow .steps .col {
    padding: 21px 25px
  }
}
.b-buynow .steps .col.current {
  color: #2c353d;
  border-bottom: 4px solid #007aa6
}
.b-buynow .steps .col.current a {
  color: #2c353d
}
.b-buynow .steps .col.complete {
  color: #fff;
  background: #007aa6;
  border-bottom: 4px solid #007aa6
}
.b-buynow .steps .col.complete a {
  color: #fff
}
.b-buynow .steps .col.complete span {
  position: relative;
  display: inline-block
}
.b-buynow .steps .col.complete span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -23px;
  height: 13px;
  width: 18px;
  background: url('../images/icons-sb423040102.png') -59px -38px no-repeat;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (min-width: 992px) {
  .b-buynow .steps .col.complete span:before {
    left: -32px
  }
}
.b-buynow .title,
.b-buynow .price {
  font-family: Inter-Medium;
  display: block
}
.b-buynow .title {
  color: #1f3d48;
  font-size: 22px
}
.b-buynow .price {
  color: #007aa6;
  margin-bottom: 17px
}
.b-buynow .price strong {
  font-size: 24px;
  font-weight: normal
}
@media (min-width: 992px) {
  .b-buynow .price strong {
    font-size: 28px
  }
}
.b-buynow .step-option.style-a {
  border: 2px solid #e4e4e4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}
.b-buynow .step-option.style-a .col {
  padding: 15px 10px 70px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center
}
@media (min-width: 768px) {
  .b-buynow .step-option.style-a .col {
    border-right: 1px solid #e4e4e4;
    min-height: 370px;
    text-align: left
  }
}
@media (min-width: 992px) {
  .b-buynow .step-option.style-a .col {
    padding: 22px 27px 106px 27px;
    min-height: 420px
  }
}
@media (min-width: 1300px) {
  .b-buynow .step-option.style-a .col {
    padding: 22px 38px 106px 38px
  }
}
.b-buynow .step-option .col {
  position: relative
}
.b-buynow .step-option .col:last-child {
  border-right: none
}
.b-buynow .step-option .col p {
  margin: 0 0 22px
}
.b-buynow .step-option .col .btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media (min-width: 768px) {
  .b-buynow .step-option .col .btn {
    left: 17px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@media (min-width: 992px) {
  .b-buynow .step-option .col .btn {
    left: 27px;
    bottom: 42px
  }
}
.b-buynow .step-option .form-radios:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-buynow .step-option .form-radios .form-item {
  margin: 0
}
.b-buynow .step-option .form-radios .form-item:first-child label {
  border-left: 2px solid #e4e4e4;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  border-right: 2px solid #e4e4e4;
  border-top: 2px solid #e4e4e4
}
@media (min-width: 768px) {
  .b-buynow .step-option .form-radios .form-item:first-child label {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px
  }
}
.b-buynow .step-option .form-radios .form-item:last-child label {
  border-right-width: 2px;
  border-bottom: 2px solid #e4e4e4;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px
}
@media (min-width: 768px) {
  .b-buynow .step-option .form-radios .form-item:last-child label {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0
  }
}
.b-buynow .step-option .form-radios label {
  font-family: Inter-Light;
  color: #007aa6;
  padding: 5px;
  border-top: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  cursor: pointer;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px
}
@media (min-width: 730px) {
  .b-buynow .step-option .form-radios label {
    border-left: none;
    border-right: 1px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4
  }
}
@media (min-width: 930px) {
  .b-buynow .step-option .form-radios label {
    padding: 5px 10px;
    font-size: 16px
  }
}
.b-buynow .step-option .form-radios label strong {
  font-family: Inter-Medium
}
.b-buynow .step-option .form-radios input {
  position: absolute;
  opacity: 0;
  visibility: hidden
}
.b-buynow .step-option .form-radios input:checked+label,
.b-buynow .step-option .form-radios label:hover {
  background: #007aa6;
  color: #fff;
  border-color: #007aa6 !important
}
.b-buynow .payment-cards {
  margin: 8px 0 10px;
  padding: 0;
  list-style: none
}
.b-buynow .payment-cards li {
  display: inline-block;
  margin: 0 3px 0 0
}
.b-buynow .payment-cards li:last-child {
  margin-right: 0
}
.b-buynow h4 {
  margin: 0 0 39px;
  padding-bottom: 34px;
  text-align: center;
  border-bottom: 1px solid #efefef
}
.b-buynow h5 {
  font-family: Inter-Medium;
  font-size: 18px;
  color: #2c353d;
  margin: 0 0 30px
}
.b-buynow .total-wrapper {
  background: #f7f7f7;
  border: 2px solid #e4e4e4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}
.b-buynow .total-wrapper .total,
.b-buynow .total-wrapper .desc {
  padding: 29px 28px
}
.b-buynow .total-wrapper h3 {
  margin: 0 0 7px
}
.b-buynow .total-wrapper .price {
  font-size: 14px;
  margin: 0
}
@media (min-width: 768px) {
  .b-buynow .total-wrapper .price {
    font-size: 16px
  }
}
.b-buynow .total-wrapper .price.style-a {
  font-size: 24px;
  margin-bottom: 3px
}
@media (min-width: 768px) {
  .b-buynow .total-wrapper .price.style-a {
    font-size: 32px
  }
}
.b-buynow .total-wrapper .price span {
  color: #666666;
  font-family: Inter-Light
}
.b-buynow .total-wrapper .form-item {
  margin: 24px 0 0 0
}
.b-buynow .total-wrapper .form-item select {
  padding: 8px 40px 9px 15px
}
.b-buynow .order-wrapper {
  max-width: 700px;
  margin: 0 auto
}
.b-buynow .order-wrapper .col {
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .b-buynow .order-wrapper .col {
    margin-bottom: 0
  }
}
.b-buynow .order-wrapper .col:last-child {
  margin-bottom: 0
}
@media (min-width: 768px) {
  .b-buynow .order-wrapper .col:last-child {
    padding-left: 70px
  }
}
.b-buynow .order-wrapper .btn-wrap {
  margin-top: 60px;
  text-align: center
}
.b-buynow .order-wrapper .desc {
  position: relative;
  top: auto;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #fff
}
.b-buynow .order-wrapper .card-info {
  font-size: 14px;
  font-family: opensans-semibold
}
.b-buynow .order-wrapper .card-info .card-number {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px
}
.b-buynow .order-wrapper .card-info .card-number span {
  display: inline-block;
  padding-left: 108px;
  position: relative
}
.b-buynow .order-wrapper .card-info .card-number span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 14px;
  width: 104px;
  background: url('../images/icons-sb423040102.png') 0 -24px no-repeat
}
.b-buynow .order-wrapper .form-type-select label {
  display: inline-block;
  margin-right: 15px
}
.b-buynow .order-wrapper .form-type-select select {
  display: inline-block
}
.b-buynow .order-wrapper .info {
  margin-bottom: 52px
}
.b-buynow .order-wrapper .info span {
  display: inline-block;
  width: 110px;
  text-align: right;
  margin-right: 15px;
  font-family: Inter-Medium
}
.b-buynow .order-wrapper .info p {
  margin: 0
}
.b-breadcrumbs {
  font-size: 14px
}
.b-breadcrumbs.search-active .btn-search {
  display: none
}
.b-breadcrumbs.search-active .form-search {
  width: 100%;
  opacity: 1;
  visibility: visible
}
@media (min-width: 768px) {
  .b-breadcrumbs.search-active .form-search {
    width: 300px
  }
}
.b-breadcrumbs .container {
  padding: 20px 30px 20px 0;
  position: relative;
  min-height: 50px
}
.b-breadcrumbs .form-search,
.b-breadcrumbs .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.b-breadcrumbs .btn-search {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  height: 24px;
  width: 24px;
  background: url('../images/icons-sb423040102.png') -73px 0 no-repeat;
  display: block
}
.b-breadcrumbs .form-search {
  margin: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}
.b-breadcrumbs .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  padding: 10px 20px 10px 64px
}
.b-breadcrumbs ul {
  margin: 0;
  padding: 0;
  display: none
}
@media (min-width: 768px) {
  .b-breadcrumbs ul {
    display: block
  }
}
.b-breadcrumbs ul li {
  margin: 0 2px 0 0;
  padding: 0 9px 0 0;
  display: inline-block;
  position: relative
}
.b-breadcrumbs ul li:last-child {
  margin: 0;
  padding: 0
}
.b-breadcrumbs ul li:last-child:before {
  display: none
}
.b-breadcrumbs ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: '/';
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.b-breadcrumbs ul li a {
  color: #666666
}
.b-comments .item {
  padding: 0 0 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef
}
.b-comments .item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-comments .item p {
  margin: 0 0 15px
}
@media (min-width: 768px) {
  .b-comments .item p {
    margin: 0 0 34px
  }
}
.b-comments .item p:last-child {
  margin-bottom: 0
}
.b-comments .item .info {
  font-size: 14px;
  margin-bottom: 22px
}
.b-comments .item .info span {
  display: inline-block;
  margin-right: 15px
}
.b-comments .item .avatar {
  float: left;
  margin-right: 18px;
  position: relative
}
.b-comments .item .avatar a {
  text-decoration: none;
  display: block
}
.b-comments .item .avatar span {
  width: 52px;
  height: 52px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #e7e7e7
}
.b-comments .item .avatar span.country {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 5px;
  right: 0;
  border: 2px solid #fff
}
.b-comments .item .item-body {
  overflow: hidden
}
.b-comments .form input.form-submit {
  padding: 10px 30px
}
@media (min-width: 768px) {
  .b-comments .form input.form-submit {
    padding: 17px 41px
  }
}
.b-contacts {
  text-align: center
}
@media (min-width: 768px) {
  .b-contacts {
    text-align: left
  }
}
.b-contacts h3 {
  margin-bottom: 15px
}
@media (min-width: 768px) {
  .b-contacts h3 {
    margin-bottom: 31px
  }
}
.b-contacts .col:first-child {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef
}
@media (min-width: 768px) {
  .b-contacts .col:first-child {
    border: none;
    padding: 0 20px 0 0
  }
}
@media (min-width: 992px) {
  .b-contacts .col:first-child {
    padding: 0 100px 0 0
  }
}
@media (min-width: 768px) {
  .b-contacts .col:last-child {
    padding-left: 20px;
    border-left: 1px solid #efefef
  }
}
@media (min-width: 992px) {
  .b-contacts .col:last-child {
    padding-left: 35px
  }
}
.b-contacts .img {
  margin-bottom: 19px
}
.b-contacts .list-style-c {
  display: inline-block;
  text-align: left
}
@media (min-width: 768px) {
  .b-contacts .list-style-c {
    display: block
  }
}
.b-contacts .list-style-c li {
  margin: 0 0 8px
}
.b-free-trial {
  text-align: center
}
.b-free-trial:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-free-trial .media-wrapper {
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .b-free-trial .media-wrapper {
    margin-bottom: 40px
  }
}
@media (min-width: 992px) {
  .b-free-trial .media-wrapper {
    max-width: 513px;
    border-right: 1px solid #efefef;
    float: left;
    margin-right: 40px;
    padding-right: 40px;
    margin-bottom: 0
  }
}
.b-free-trial .media-wrapper+.info {
  display: block
}
.b-free-trial .text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  color: #b4b4b4;
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .b-free-trial .text {
    margin-bottom: 40px
  }
}
@media (min-width: 992px) {
  .b-free-trial .text {
    margin-bottom: 0;
    border-right: 1px solid #efefef;
    margin-right: 60px;
    padding-right: 120px
  }
}
.b-free-trial .text h3 {
  margin: 0 auto 20px
}
@media (min-width: 768px) {
  .b-free-trial .text h3 {
    max-width: 345px;
    margin: 0 auto 36px
  }
}
.b-free-trial .text .price {
  font-size: 34px;
  color: #007aa6;
  font-family: Inter-Medium;
  line-height: 1.2
}
.b-free-trial .text .price.style-a {
  font-size: 22px;
  color: #ababab;
  font-family: Inter-Light;
  text-decoration: line-through
}
.b-free-trial .text .btn {
  margin: 20px 0
}
@media (min-width: 768px) {
  .b-free-trial .text .btn {
    margin: 36px 0
  }
}
.b-free-trial .info {
  overflow: hidden;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: left
}
@media (min-width: 992px) {
  .b-free-trial .info {
    display: inline-block;
    vertical-align: middle
  }
}
.b-free-trial .info ul {
  padding: 0;
  margin: 0
}
.b-free-trial .info li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 22px;
  list-style: none
}
.b-free-trial .info li:last-child {
  margin-bottom: 0
}
@media (min-width: 768px) {
  .b-free-trial .info li {
    padding-left: 55px
  }
}
.b-free-trial .info li:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  height: 32px;
  width: 33px;
  background: url('../images/icons-sb423040102.png') 0 -51px no-repeat
}
.page-node-14 .b-free-trial .info li {
  color: #1f3d48;
  font-family: Inter-Medium
}
.b-free-trial .info .btn {
  margin: 22px 0 0
}
@media (min-width: 768px) {
  .b-free-trial .info .btn {
    margin: 40px 0 0
  }
}
.b-free-trial .media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.b-free-trial .media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.mobile .b-free-trial .btn-wrap,
.tablet .b-free-trial .btn-wrap {
  display: none !important
}
.b-free-trial .mobile-text {
  display: none !important
}
.mobile .b-free-trial .mobile-text,
.tablet .b-free-trial .mobile-text {
  display: block !important
}
.b-free-trial .vidyard_player>span {
  position: static !important
}
.b-region-pick .current-mail {
  margin-bottom: 18px
}
.b-region-pick .regions-pick {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #1f3d48
}
.b-region-pick .regions-pick.active .regions-list,
.b-region-pick .regions-pick.active .regions-map li.active {
  display: block
}
@media (min-width: 768px) {
  .b-region-pick .regions-pick.active .regions-map {
    display: block
  }
}
.b-region-pick .regions-pick .regions-list,
.b-region-pick .regions-pick .regions-map,
.b-region-pick .regions-pick .regions-map li {
  display: none
}
.b-region-pick .regions-pick .regions-list,
.b-region-pick .regions-pick .regions-map {
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  z-index: 1
}
.b-region-pick .regions-pick .regions-map {
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  background: #dcdcdc;
  padding: 20px 8px;
  border-bottom: none;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.2)
}
.b-region-pick .regions-pick .regions-map img {
  margin: 0 auto;
  display: block
}
.b-region-pick .regions-pick .current-region {
  padding: 8px 20px 8px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff url('../images/bg/support-select.png') no-repeat;
  background-position: 98% 50%;
  margin-bottom: 22px
}
@media (min-width: 768px) {
  .b-region-pick .regions-pick .current-region {
    background-position: 96% 50%;
    padding: 12px 40px 12px 20px
  }
}
@media (min-width: 1300px) {
  .b-region-pick .regions-pick .current-region {
    padding: 14px 40px 14px 20px
  }
}
@media (min-width: 1900px) {
  .b-region-pick .regions-pick .current-region {
    padding: 16px 40px 16px 20px
  }
}
.b-region-pick .regions-pick .regions-list {
  top: 0;
  border-radius: 5px;
  background: #fff;
  padding: 4px 0;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2)
}
@media (min-width: 768px) {
  .b-region-pick .regions-pick .regions-list {
    padding: 8px 0;
    border-radius: 0 0 5px 5px
  }
}
@media (min-width: 1300px) {
  .b-region-pick .regions-pick .regions-list {
    padding: 9px 0
  }
}
@media (min-width: 1900px) {
  .b-region-pick .regions-pick .regions-list {
    padding: 10px 0
  }
}
.b-region-pick .regions-pick .regions-list li {
  padding: 4px 15px
}
@media (min-width: 768px) {
  .b-region-pick .regions-pick .regions-list li {
    padding: 4px 20px
  }
}
@media (min-width: 1300px) {
  .b-region-pick .regions-pick .regions-list li {
    padding: 5px 20px
  }
}
@media (min-width: 1900px) {
  .b-region-pick .regions-pick .regions-list li {
    padding: 6px 20px
  }
}
.b-region-pick .regions-pick .regions-list li:hover,
.b-region-pick .regions-pick .regions-list li.active {
  color: #fff
}
.b-region-pick .regions-pick .regions-list li:hover {
  background: #dcdcdc
}
.b-region-pick .regions-pick .regions-list li.active {
  background: #007aa6
}
.b-region-pick .regions-pick ul {
  margin: 0;
  padding: 0
}
.b-region-pick .regions-pick ul li {
  margin: 0;
  padding: 0;
  list-style: none
}
.b-region-pick .regions-pick a {
  color: #1f3d48;
  text-decoration: none;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s
}
.b-region-pick .regions .region {
  display: none
}
.b-region-pick .regions .region.active {
  display: block
}
.b-region-pick .general-block {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee
}
@media (min-width: 768px) {
  .b-region-pick .general-block {
    margin-bottom: 40px
  }
}
.b-region-pick__title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px
}
.b-installations {
  text-align: center
}
.b-installations .desk {
  color: #2c353d;
  margin-bottom: 25px;
  font-size: 16px
}
@media (min-width: 768px) {
  .b-installations .desk {
    margin-bottom: 45px;
    font-size: 18px
  }
}
.b-installations .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 340px;
  margin: 0 10px 20px
}
@media (min-width: 768px) {
  .b-installations .item {
    margin: 0 30px 25px 0
  }
}
@media (min-width: 1300px) {
  .b-installations .item {
    margin: 0 35px 40px 0
  }
}
.b-installations .item:last-child {
  margin-right: 0
}
.b-installations .item .img {
  margin-bottom: 25px
}
@media (min-width: 768px) {
  .b-installations .item .img {
    margin-bottom: 45px
  }
}
.b-slides {
  padding: 25px 0
}
.b-slides .flexslider {
  position: relative
}
.b-slides .flexslider .slides {
  display: table
}
.b-slides .flexslider .slides>li {
  display: table-cell !important;
  height: 100%;
  vertical-align: middle;
  float: none !important
}
.b-slides .flexslider .review {
  text-align: center;
  max-width: 927px;
  margin: 0 auto;
  padding: 0 30px
}
.b-slides .flexslider .review .text {
  line-height: 1.75;
  margin-bottom: 18px
}
@media (min-width: 768px) {
  .b-slides .flexslider .review {
    padding: 0 40px
  }
}
.b-slides .flexslider .author {
  padding-left: 54px;
  position: relative;
  display: inline-block;
  text-align: left
}
.b-slides .flexslider .author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.b-slides .flexslider .author .name {
  color: #1f3d48;
  font-family: opensans-semibold
}
.b-slides .flexslider .flex-direction-nav {
  display: block
}
.b-slides .flexslider .flex-direction-nav li {
  padding: 0;
  margin: 0
}
.b-slides .flexslider .flex-direction-nav .flex-nav-prev,
.b-slides .flexslider .flex-direction-nav .flex-nav-next {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0
}
.b-slides .flexslider .flex-direction-nav .flex-prev {
  left: 0
}
.b-slides .flexslider .flex-direction-nav .flex-prev:before {
  border-right: none;
  border-top: none
}
.b-slides .flexslider .flex-direction-nav .flex-next {
  right: 0
}
.b-slides .flexslider .flex-direction-nav .flex-next:before {
  border-left: none;
  border-bottom: none
}
.b-slides .flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
@media (min-width: 768px) {
  .b-slides .flexslider .flex-direction-nav a {
    width: 40px
  }
}
.b-slides .flexslider .flex-direction-nav a:hover {
  opacity: .7
}
.b-slides .flexslider .flex-direction-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #d4d4d4;
  width: 20px;
  height: 20px;
  margin-top: -50px;
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
@media (min-width: 768px) {
  .b-slides .flexslider .flex-direction-nav a:before {
    width: 27px;
    height: 27px
  }
}
.b-slides .flexslider .flex-control-nav {
  margin-top: 6px
}
.b-slides .flexslider .flex-control-nav li {
  margin: 0 4px 0 0
}
.b-slides .flexslider .flex-control-nav li a {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  opacity: 1
}
.b-slides .flexslider .flex-control-nav li a:hover {
  opacity: .5
}
.b-slides .flexslider .flex-control-nav li a.flex-active {
  background: #b9b9b9
}
.b-quotes {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  text-align: center;
  border-top: 1px solid #efefef;
  -moz-transform: translate(0, -105px);
  -ms-transform: translate(0, -105px);
  -webkit-transform: translate(0, -105px);
  transform: translate(0, -105px);
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease
}
.b-quotes.stop-block-is-visible {
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%)
}
.b-quotes:hover {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%)
}
.b-quotes:hover .text {
  opacity: 1;
  visibility: visible
}
.b-quotes .container {
  padding: 20px 0;
  max-width: 842px
}
.b-quotes .text {
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background: #fff
}
.b-quotes .preview-wrap {
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: -1
}
.b-quotes .preview-wrap .preview {
  margin-bottom: 6px
}
.b-quotes .preview-wrap p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.b-quotes .preview,
.b-quotes .text {
  line-height: 1.8
}
.b-quotes .text {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px
}
.b-quotes .text p {
  margin-bottom: 10px
}
.b-quotes .author .name,
.b-quotes .author-collapsed .name {
  color: #1f3d48;
  font-family: opensans-semibold
}
.b-quotes .author-collapsed .name,
.b-quotes .author-collapsed .company {
  display: inline-block;
  vertical-align: middle
}
.b-quotes .author-collapsed .name {
  margin-right: 10px
}
.b-quotes .author {
  padding-left: 54px;
  position: relative;
  display: inline-block;
  text-align: left
}
.b-quotes .author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.b-support-contact {
  padding: 20px 0 0;
  line-height: 1.4;
  font-size: 18px
}
@media (min-width: 768px) {
  .b-support-contact {
    padding: 45px 0 0
  }
}
.b-support-contact h3 {
  margin: 0 0 20px;
  text-align: center
}
@media (min-width: 768px) {
  .b-support-contact h3 {
    margin: 0 0 27px
  }
}
.b-support-contact .support-wrap {
  position: relative;
  padding-top: 20px
}
.b-support-contact .support-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
@media (min-width: 992px) {
  .b-support-contact .support-wrap:before {
    width: auto;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 344px;
    border-bottom: none;
    border-right: 1px solid #efefef;
    height: calc(100% - 20px)
  }
}
.b-support-contact .b-region-pick {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick {
    width: 344px;
    padding-right: 40px;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0
  }
}
.b-support-contact .b-region-pick:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: 1px solid #efefef;
  width: 4000px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick:before {
    display: none
  }
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -9px;
    height: 22px;
    width: 9px;
    background: url('../images/icons-sb423040102.png') -64px 0 no-repeat
  }
}
.b-support-contact .b-region-pick .regions-pick .current-region {
  font-size: 16px;
  margin-bottom: 112px
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick .regions-pick .current-region {
    margin-bottom: 135px
  }
}
.b-support-contact .b-region-pick .general-block {
  padding: 0;
  border: none;
  margin: 0
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick .general-block {
    margin: 0 0 40px
  }
}
.b-support-contact .b-region-pick .general-block h4 {
  margin: 0 0 6px;
  font-family: Inter-Medium
}
.b-support-contact .regions {
  position: relative
}
@media (min-width: 992px) {
  .b-support-contact .regions {
    padding-left: 39px;
    margin-left: 344px
  }
}
.b-support-contact .regions .main-contact {
  position: absolute;
  top: -196px;
  left: 0
}
@media (min-width: 992px) {
  .b-support-contact .regions .main-contact {
    left: -344px;
    top: 73px
  }
}
@media (min-width: 1300px) {
  .b-support-contact .regions .main-contact {
    top: 79px
  }
}
.b-support-contact .regions .main-contact .current-mail {
  margin-bottom: 10px
}
.b-support-contact .regions .main-contact h4 {
  margin: 0 0 3px;
  font-family: Inter-Medium
}
.b-support-contact .regions .main-contact a[href^="tel"] {
  font-size: 18px;
  color: #666
}
.b-support-contact .regions .region {
  display: none
}
.b-support-contact .regions .region p {
  margin: 0
}
.b-support-contact .regions .region.active {
  display: block
}
.b-support-contact .regions ul {
  margin: 0;
  padding: 0
}
.b-support-contact .regions li {
  margin: 0 0 10px;
  width: 280px;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  color: #999
}
@media (min-width: 768px) {
  .b-support-contact .regions li {
    width: 235px;
    margin: 0 0 15px
  }
}
@media (min-width: 992px) {
  .b-support-contact .regions li {
    width: 235px;
    margin: 0 0 28px
  }
}
.b-support-contact .regions h6 {
  margin: 0 0 2px
}
.b-support-contact .regions .telephone p,
.b-support-contact .regions a[href^="tel"] {
  color: #999;
  font-size: 16px
}
.b-support-contact .regions .telephone p:hover,
.b-support-contact .regions a[href^="tel"]:hover {
  text-decoration: none
}
.b-support-contact .btn-wrap {
  position: relative;
  height: 33px;
  text-align: center
}
.b-support-contact .btn-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4000px;
  border: 1px solid #efefef;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}
.b-support-contact .btn-wrap .btn-support-collapsed {
  width: 65px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  display: block;
  height: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff
}
.b-support-contact .btn-wrap .btn-support-collapsed:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  height: 15px;
  width: 15px;
  background: url('../images/icons-sb423040102.png') 0 0 no-repeat;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
.b-support-contact .btn-wrap .btn-support-collapsed:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 19px;
  width: 66px;
  background: url('../images/icons-sb423040102.png') 0 -83px no-repeat
}
.b-support-contact .btn-wrap .btn-support-collapsed:hover:after {
  height: 15px;
  width: 15px;
  background: url('../images/icons-sb423040102.png') -27px 0 no-repeat
}
.b-support-contact.collapsed .btn-wrap .btn-support-collapsed:after {
  top: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-left: none;
  border-top: none;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
.b-support-contact.collapsed .btn-wrap .btn-support-collapsed:hover:after {
  border-color: #000
}
.b-wrap {
  text-align: center;
  background: url('../images/bg/bg-banner.jpg');
  font-size: 16px;
  font-family: Inter-Medium;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  line-height: 2.2
}
@media (min-width: 768px) {
  .b-wrap {
    padding: 0;
    height: 51px;
    font-size: 18px
  }
}
.b-wrap.style-a {
  background: url('../images/bg/bg-banner-a.jpg');
  color: #333333
}
.b-wrap.style-a .price {
  color: #007aa6
}
@media (min-width: 768px) {
  .b-wrap.loaded span {
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1
  }
}
@media (min-width: 768px) {
  .b-wrap span {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding: 7px 0;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
  }
  .b-wrap span:nth-child(3) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
  }
  .b-wrap span:nth-child(4) {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
  }
  .b-wrap span:nth-child(5) {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
  }
}
.b-wrap .price,
.b-wrap .link {
  margin-left: 10px;
  margin-right: 10px
}
@media (min-width: 768px) {
  .b-wrap .price,
  .b-wrap .link {
    margin-right: 0
  }
}
.b-wrap .price {
  font-size: 20px;
  color: #43d8d9;
  line-height: 1
}
@media (min-width: 768px) {
  .b-wrap .price {
    font-size: 26px;
    -moz-transform: translate(0, 100px) scale(0);
    -ms-transform: translate(0, 100px) scale(0);
    -webkit-transform: translate(0, 100px) scale(0);
    transform: translate(0, 100px) scale(0)
  }
}
.b-wrap a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  z-index: 1
}
.b-wrap .link {
  position: relative;
  font-size: 14px;
  display: block;
  color: #acd9ea
}
@media (min-width: 768px) {
  .b-wrap .link {
    display: inline-block;
    vertical-align: middle
  }
}
.b-wrap .link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  height: 12px;
  width: 8px;
  background: url('../images/icons-sb423040102.png') -51px -38px no-repeat
}
.b-releases {
  padding-top: 25px;
  border-top: 1px solid #efefef;
  margin-top: 25px
}
@media (min-width: 768px) {
  .b-releases {
    padding-top: 45px;
    margin-top: 45px
  }
}
.b-releases .parts-wrap {
  padding: 0 0 40px;
  position: relative;
  text-align: center
}
.b-releases .parts-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-releases .parts-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  border-bottom: 1px solid #efefef
}
.b-releases p {
  margin: 0
}
@media (min-width: 992px) {
  .b-releases .left-part,
  .b-releases .right-part {
    padding: 0 30px;
    width: 50%
  }
}
@media (min-width: 1300px) {
  .b-releases .left-part,
  .b-releases .right-part {
    padding: 0 80px
  }
}
.b-releases .right-part {
  margin-bottom: 10px;
  position: relative
}
@media (min-width: 992px) {
  .b-releases .right-part {
    margin-bottom: 0;
    float: right
  }
}
.b-releases .left-part {
  position: relative
}
@media (min-width: 992px) {
  .b-releases .left-part {
    float: left;
    border-right: 1px solid #efefef
  }
}
.b-releases .left-part:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -47px;
  left: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 12px;
  width: 19px;
  background: url('../images/icons-sb423040102.png') -32px -38px no-repeat;
  z-index: 1;
  display: none
}
.b-releases .btn-collapsed {
  margin-top: 10px;
  text-decoration: none;
  border-bottom: 1px dotted #004c67
}
.b-releases .btn-collapsed:hover {
  border: none
}
.b-releases.collapsed .parts-wrap .btn-collapsed {
  border-bottom: 1px dotted #007aa6;
  color: #004c67
}
.b-releases.collapsed .parts-wrap .btn-collapsed:hover {
  border: none
}
.b-releases.collapsed .left-part:after {
  display: block
}
.b-releases .inner-wrap {
  padding: 39px 0 0 0;
  display: none
}
.b-releases .inner-wrap .btn-collapsed {
  margin-right: 47px;
  border-bottom: 1px dotted #007aa6
}
.b-releases .inner-wrap .title {
  margin-bottom: 27px
}
.b-releases .inner-wrap .title h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px 20px 0
}
@media (min-width: 768px) {
  .b-releases .inner-wrap .title h3 {
    margin: 0 45px 0 0
  }
}
.b-releases .inner-wrap .list-style-b {
  margin-bottom: 26px
}
.media-wrap iframe,
.media-wrap object,
.media-wrap embed,
.media-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.media-wrap__media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  display: block
}
.media-wrap .vidyard_player {
  display: block
}
.media-wrap .vidyard_player>span {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute !important
}
.b-video .desk {
  text-align: center;
  max-width: 570px;
  margin: 0 auto 25px
}
@media (min-width: 768px) {
  .b-video .desk {
    margin-bottom: 50px
  }
}
.b-video .items {
  text-align: center;
  margin: 0 -20px
}
@media (min-width: 768px) {
  .b-video .items {
    margin: 0 -35px
  }
}
.b-video .item {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative
}
@media (min-width: 768px) {
  .b-video .item {
    width: 49%;
    display: inline-block;
    vertical-align: top
  }
}
@media (min-width: 992px) {
  .b-video .item {
    width: 46%;
    padding: 0 35px;
    margin-bottom: 70px
  }
}
.b-video .item.style-placeholder * {
  color: #cccccc
}
.b-video .media-wrap {
  margin-bottom: 30px
}
.b-video .btn-play {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  min-width: 80px;
  min-height: 80px;
  transition: box-shadow .3s
}
.b-video .btn-play:before,
.b-video .btn-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.b-video .btn-play:before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  transition: background .3s;
  z-index: 1
}
.b-video .btn-play:after {
  background: url("../images/icon-play.svg") calc(50% + 2px) 50% no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%
}
.b-video .btn-play:hover:before {
  background: rgba(0,0,0,0.6)
}
.b-video .btn-play img {
  position: static
}
.btn {
  padding: 11px 40px;
  background-repeat: no-repeat;
  background-color: #27bdbe;
  border-radius: 40px;
  color: #fff;
  -moz-transition: opacity .3s ease 0s,background-color .3s,color .3s;
  -o-transition: opacity .3s ease 0s,background-color .3s,color .3s;
  -webkit-transition: opacity .3s ease,background-color .3s,color .3s;
  -webkit-transition-delay: 0s,0s,0s;
  transition: opacity .3s ease 0s,background-color .3s,color .3s;
  text-decoration: none;
  display: inline-block;
  font-family: Inter-Medium;
  font-size: 14px;
  white-space: nowrap
}
@media (min-width: 768px) {
  .btn {
    padding: 14px 50px;
    font-size: 15px
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 18px
  }
}
.btn:hover {
  text-decoration: none;
  background-color: #2b2f35;
  color: #fff
}
.btn.style-with-ico {
  padding: 10px 57px 10px 21px;
  position: relative
}
.btn.style-with-ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 15px;
  width: 12px;
  background: url('../images/icons-sb423040102.png') -15px 0 no-repeat
}
@media (min-width: 768px) {
  .btn.style-with-ico {
    padding: 14px 75px 14px 35px
  }
}
.btn.style-a {
  background: #a5915f;
  color: #fff
}
.btn.style-a:hover {
  background: #948256
}
.btn.btn-small {
  padding: 12px 32px;
  vertical-align: middle;
  font-size: 14px;
  background-position: 83% 50%
}
.btn.btn-small.style-with-ico {
  padding: 9px 50px 9px 27px
}
@media (min-width: 768px) {
  .btn.btn-small.style-with-ico {
    padding: 12px 57px 12px 32px
  }
}
.btn.btn-xsmall {
  font-size: 11px;
  padding: 9px 16px
}
.btn.btn-big {
  padding: 9px 48px
}
@media (min-width: 992px) {
  .btn.btn-big {
    padding: 14px 72px
  }
}
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent
}
#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.fp-slide {
  float: left
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}
.fp-slidesContainer {
  float: left;
  position: relative
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff
}
.fp-scrollable {
  overflow: hidden;
  position: relative
}
.fp-scroller {
  overflow: hidden
}
.iScrollIndicator {
  border: 0 !important
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0)
}
#fp-nav.right {
  right: 17px
}
#fp-nav.left {
  left: 17px
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fp-slidesNav.bottom {
  bottom: 17px
}
.fp-slidesNav.top {
  top: 17px
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative
}
.fp-slidesNav ul li {
  display: inline-block
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: none
}
.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}
.flex-direction-nav {
  display: none
}
.flex-pauseplay span {
  text-transform: capitalize
}
.flexslider {
  margin: 0;
  padding: 0
}
.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden
}
.flexslider .slides img {
  width: 100%;
  display: block
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
html[xmlns] .flexslider .slides {
  display: block
}
* html .flexslider .slides {
  height: 1%
}
.no-js .flexslider .slides>li:first-child {
  display: block
}
.flex-control-nav {
  text-align: center
}
.flex-control-nav li {
  display: inline-block;
  margin-right: 4px
}
.flex-control-nav li a {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  opacity: .3;
  display: block;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}
.flex-control-nav li a:hover {
  opacity: .5
}
.flex-control-nav li a.flex-active {
  opacity: .8
}
.site-header {
  font-size: 12px;
  -moz-transition: border .6s,background .6s,-moz-transform .5s;
  -o-transition: border .6s,background .6s,-o-transform .5s;
  -webkit-transition: border .6s,background .6s,-webkit-transform .5s;
  transition: border .6s,background .6s,transform .5s;
  position: relative;
  background: #313131
}
.site-header .region-header {
  display: inline-block
}
.site-header>.container {
  height: 64px
}
.site-header>.container .logo,
.site-header>.container .nav {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.site-header>.container .logo {
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media (min-width: 768px) {
  .site-header>.container .logo {
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}
.site-header>.container .logo a {
  display: block;
  width: 146px;
  height: 48px;
  background: url('../images/CS_x2.png') no-repeat;
  -moz-transition: background .6s;
  -o-transition: background .6s;
  -webkit-transition: background .6s;
  transition: background .6s;
  background-size: cover
}
.site-header>.container .nav {
  left: 0;
  font-family: opensans-regular;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
@media (min-width: 768px) {
  .site-header>.container .nav {
    right: 0;
    left: auto
  }
}
@media (min-width: 992px) {
  .site-header>.container .nav {
    left: auto;
    top: 50%;
    padding: 0;
    display: inline-block;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}
.site-header>.container .nav .nav-inner {
  background: #fff;
  padding: 15px 30px;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  -moz-box-shadow: 0 0 15px -3px rgba(0,0,0,0.31);
  -webkit-box-shadow: 0 0 15px -3px rgba(0,0,0,0.31);
  box-shadow: 0 0 15px -3px rgba(0,0,0,0.31)
}
@media (min-width: 768px) {
  .site-header>.container .nav .nav-inner {
    right: 0;
    left: auto
  }
}
@media (min-width: 992px) {
  .site-header>.container .nav .nav-inner {
    padding: 0;
    display: block;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}
.mobile-menu .site-header>.container .nav .nav-inner {
  display: block
}
.node-type-download-guide .site-header>.container .nav .btn {
  display: none
}
.site-header>.container ul.menu {
  margin: 0 0 4px;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
  -webkit-transition: margin .6s;
  transition: margin .6s;
  padding: 0;
  vertical-align: middle;
  display: block
}
.site-header>.container ul.menu:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
@media (min-width: 992px) {
  .site-header>.container ul.menu {
    display: inline-block;
    margin: 0 44px 0 0
  }
}
.site-header>.container ul.menu li {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  position: relative
}
@media (min-width: 992px) {
  .site-header>.container ul.menu li {
    margin: 0 0 0 20px;
    float: left
  }
}
@media (min-width: 1300px) {
  .site-header>.container ul.menu li {
    margin: 0 0 0 48px
  }
}
.site-header>.container ul.menu li:first-child {
  margin-left: 0
}
.site-header>.container ul.menu li.active>a,
.site-header>.container ul.menu li:hover>a {
  color: #27bdbe
}
@media (min-width: 992px) {
  .site-header>.container ul.menu li.active>a,
  .site-header>.container ul.menu li:hover>a {
    color: #8E8E93
  }
}
.site-header>.container ul.menu li:hover ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.site-header>.container ul.menu ul.menu {
  background: #fff;
  padding: 5px 10px;
  min-width: 122px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10
}
@media (min-width: 992px) {
  .site-header>.container ul.menu ul.menu {
    position: absolute;
    top: 37px;
    left: -20px;
    opacity: 0;
    padding: 12px 20px;
    visibility: hidden;
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    border: 1px solid #efefef
  }
}
.site-header>.container ul.menu ul.menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  height: 20px;
  display: none
}
@media (min-width: 992px) {
  .site-header>.container ul.menu ul.menu:before {
    display: block
  }
}
.site-header>.container ul.menu ul.menu li {
  display: block;
  float: none;
  margin: 0 0 8px
}
.site-header>.container ul.menu ul.menu li:last-child {
  margin: 0
}
.site-header>.container ul.menu ul.menu li.active>a,
.site-header>.container ul.menu ul.menu li:hover>a {
  color: #27bdbe
}
.site-header>.container ul.menu ul.menu a {
  color: #1f3d48;
  white-space: nowrap
}
.site-header>.container ul.menu a {
  color: #1f3d48;
  text-decoration: none;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s
}
@media (min-width: 992px) {
  .site-header>.container ul.menu a {
    color: #C7C7CC
  }
}
.site-header>.container .btn-mobile {
  color: #fff !important;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: inline-block
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile {
    right: 0;
    left: auto
  }
}
@media (min-width: 992px) {
  .site-header>.container .btn-mobile {
    display: none
  }
}
.site-header>.container .btn-mobile:hover {
  opacity: 0.7
}
.site-header>.container .btn-mobile .btn-mobile-box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile .btn-mobile-box {
    width: 40px
  }
}
.site-header>.container .btn-mobile .btn-mobile-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}
.site-header>.container .btn-mobile-inner,
.site-header>.container .btn-mobile-inner::before,
.site-header>.container .btn-mobile-inner::after {
  width: 28px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile-inner,
  .site-header>.container .btn-mobile-inner::before,
  .site-header>.container .btn-mobile-inner::after {
    width: 40px
  }
}
.front .site-header>.container .btn-mobile-inner,
.front .site-header>.container .btn-mobile-inner::before,
.front .site-header>.container .btn-mobile-inner::after {
  background-color: #fff
}
.site-header>.container .btn-mobile-inner::before,
.site-header>.container .btn-mobile-inner::after {
  content: "";
  display: block
}
.site-header>.container .btn-mobile-inner::before {
  top: -8px
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile-inner::before {
    top: -10px
  }
}
.site-header>.container .btn-mobile-inner::after {
  bottom: -10px
}
.site-header>.container .btn-mobile--collapse .btn-mobile-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.site-header>.container .btn-mobile--collapse .btn-mobile-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear
}
@media (min-width: 768px) {
  .site-header>.container .btn-mobile--collapse .btn-mobile-inner::after {
    top: -20px
  }
}
.site-header>.container .btn-mobile--collapse .btn-mobile-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.mobile-menu .site-header>.container .btn-mobile--collapse .btn-mobile-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.mobile-menu .site-header>.container .btn-mobile--collapse .btn-mobile-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.27s linear
}
.mobile-menu .site-header>.container .btn-mobile--collapse .btn-mobile-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.outer-wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative
}
.content-wrapper {
  padding: 30px 0 40px
}
@media (min-width: 768px) {
  .content-wrapper {
    padding: 50px 0 100px
  }
}
.content-wrapper+.content-wrapper {
  background: #f7f7f7;
  border-top: 1px solid #efefef;
  margin-top: -20px
}
@media (min-width: 768px) {
  .content-wrapper+.content-wrapper {
    margin-top: -50px
  }
}
.inner-wrapper .container {
  max-width: 1102px
}
.content-wrapper .b-info {
  padding: 0;
  background: none;
  border: none
}
.content-wrapper .list-style-a,
.content-wrapper .list-style-b,
.content-wrapper .list-style-c {
  margin: 0;
  padding: 0;
  list-style: none
}
.content-wrapper .list-style-a {
  display: inline-block;
  text-align: left
}
@media (min-width: 768px) {
  .content-wrapper .list-style-a {
    display: block
  }
}
.content-wrapper .list-style-a li {
  margin: 0 0 14px
}
@media (min-width: 768px) {
  .content-wrapper .list-style-a li {
    margin: 0 0 17px
  }
}
.content-wrapper .list-style-a a {
  position: relative;
  color: #007aa6;
  padding-left: 51px;
  display: inline-block;
  text-decoration: none;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.content-wrapper .list-style-a a:hover {
  color: #074c66
}
.content-wrapper .list-style-a a:hover:before {
  background-image: url('../images/bg/icon-link-hover.png')
}
.content-wrapper .list-style-a a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url('../images/bg/icon-link.png') no-repeat;
  width: 32px;
  height: 32px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s
}
.content-wrapper .list-style-b li,
.content-wrapper .list-style-c li {
  position: relative;
  padding-left: 16px
}
.content-wrapper .list-style-b li:before,
.content-wrapper .list-style-c li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1e90b3
}
.content-wrapper .list-style-b li {
  margin: 0 0 6px
}
@media (min-width: 992px) {
  .content-wrapper .list-style-b li {
    margin: 0 0 12px
  }
}
.content-wrapper .list-style-b li:before {
  background: #1e90b3
}
.content-wrapper .list-style-c li {
  margin: 0 0 6px
}
@media (min-width: 992px) {
  .content-wrapper .list-style-c li {
    margin: 0 0 19px
  }
}
.content-wrapper .list-style-c li:before {
  background: #adadad
}
.content-wrapper .item-content {
  position: relative;
  min-height: 300px;
  padding: 0 10px;
  margin-bottom: 40px
}
.content-wrapper .item-content:hover {
  z-index: 1
}
@media (min-width: 992px) {
  .content-wrapper .item-content {
    padding: 0 63px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .item-content {
    margin-bottom: 90px
  }
}
.content-wrapper .item-content:last-child {
  margin-bottom: 0
}
@media (min-width: 768px) {
  .content-wrapper .item-content:nth-child(odd) .desc {
    padding-right: 370px
  }
}
@media (min-width: 992px) {
  .content-wrapper .item-content:nth-child(odd) .desc {
    padding-right: 430px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .item-content:nth-child(odd) .desc {
    padding-right: 543px
  }
}
.content-wrapper .item-content:nth-child(odd) .img {
  right: 0
}
@media (min-width: 992px) {
  .content-wrapper .item-content:nth-child(odd) .img {
    right: 100px
  }
}
@media (min-width: 768px) {
  .content-wrapper .item-content:nth-child(even) .desc {
    padding-left: 370px
  }
}
@media (min-width: 992px) {
  .content-wrapper .item-content:nth-child(even) .desc {
    padding-left: 470px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .item-content:nth-child(even) .desc {
    padding-left: 551px
  }
}
.content-wrapper .item-content:nth-child(even) .img {
  left: 0
}
@media (min-width: 992px) {
  .content-wrapper .item-content:nth-child(even) .img {
    left: 100px
  }
}
.content-wrapper .item-content .img {
  max-width: 300px;
  margin: 0 auto 15px
}
@media (min-width: 768px) {
  .content-wrapper .item-content .img {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 350px;
    margin: 0
  }
}
@media (min-width: 992px) {
  .content-wrapper .item-content .img {
    width: auto
  }
}
.content-wrapper .desc {
  text-align: center
}
@media (min-width: 768px) {
  .content-wrapper .desc {
    text-align: left
  }
}
.content-wrapper .desc .review {
  position: relative;
  text-align: left
}
@media (min-width: 768px) {
  .content-wrapper .desc .review {
    max-width: 400px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .desc .review {
    max-width: 444px
  }
}
.desktop .content-wrapper .desc .review:hover {
  border-color: transparent
}
.content-wrapper .desc .review:hover .review-inner {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
.mobile .content-wrapper .desc .review:hover .review-inner {
  height: auto;
  margin-top: -7px;
  margin-left: -10px;
  padding: 21px 10px 26px
}
.mobile .content-wrapper .desc .review:hover .preview {
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden
}
.content-wrapper .desc .review .text {
  margin-bottom: 20px;
  line-height: 1.8
}
.content-wrapper .desc .review .review-inner {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: -7px;
  left: 0px;
  padding: 21px 32px 26px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1),0px 3px 10px 0px rgba(0,0,0,0.1);
  background: #fff;
  -moz-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease
}
.mobile .content-wrapper .desc .review .review-inner {
  height: 0;
  position: static
}
@media (min-width: 768px) {
  .content-wrapper .desc .review .review-inner {
    left: -32px
  }
}
.content-wrapper .desc .review .preview {
  padding: 13px 0;
  border-top: 1px solid #efefef;
  margin-top: 22px;
  opacity: 1;
  visibility: visible
}
.mobile .content-wrapper .desc .review .preview {
  margin-right: 0
}
.content-wrapper .desc .review .author {
  padding-left: 64px;
  position: relative
}
.content-wrapper .desc .review .author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.content-wrapper .desc .review .author .name {
  color: #1f3d48;
  font-family: opensans-semibold
}
.content-wrapper .text-center {
  text-align: center
}
.content-wrapper .text-center p {
  margin: 0
}
.content-wrapper .pull-left {
  float: none
}
@media (min-width: 768px) {
  .content-wrapper .pull-left {
    float: left
  }
}
@media (min-width: 768px) {
  .content-wrapper .pull-left+.content-wrapper-inner {
    border-left: 1px solid #efefef;
    padding-left: 30px
  }
}
@media (min-width: 992px) {
  .content-wrapper .pull-left+.content-wrapper-inner {
    padding-left: 60px
  }
}
@media (min-width: 768px) {
  .content-wrapper .pull-right+.content-wrapper-inner {
    padding-right: 20px
  }
}
@media (min-width: 992px) {
  .content-wrapper .pull-right+.content-wrapper-inner {
    padding-right: 35px
  }
}
.content-wrapper .content-wrapper-inner {
  overflow: hidden
}
.content-wrapper .content-wrapper-inner blockquote {
  padding: 20px;
  margin: 0 0 20px;
  border: 2px solid #f0f0f0
}
@media (min-width: 768px) {
  .content-wrapper .content-wrapper-inner blockquote {
    margin: 0 0 20px -20px
  }
}
.content-wrapper .content-wrapper-inner blockquote p:last-child {
  margin-bottom: 0
}
.content-wrapper .content-wrapper-inner h3,
.content-wrapper .content-wrapper-inner ul {
  margin-bottom: 26px
}
.content-wrapper .content-wrapper-inner ul {
  padding: 0
}
.content-wrapper .content-wrapper-inner ul li {
  list-style: none;
  margin: 0 0 3px;
  position: relative;
  padding-left: 16px
}
.content-wrapper .content-wrapper-inner ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1e90b3
}
.content-wrapper .content-wrapper-inner p {
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .content-wrapper .content-wrapper-inner p {
    margin-bottom: 34px
  }
}
.content-wrapper table {
  margin-bottom: 35px
}
.content-wrapper table thead th {
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  color: #2c353d;
  font-family: Inter-Medium;
  padding: 18px 5px;
  width: 60%
}
@media (min-width: 768px) {
  .content-wrapper table thead th {
    font-size: 16px;
    width: 50%
  }
}
.content-wrapper table thead th:first-child {
  width: 40%
}
@media (min-width: 768px) {
  .content-wrapper table thead th:first-child {
    width: 50%
  }
}
.content-wrapper table tbody {
  border: none
}
.content-wrapper table td {
  border-bottom: 1px solid #efefef
}
.content-wrapper table td {
  padding: 10px 5px;
  vertical-align: top
}
@media (min-width: 768px) {
  .content-wrapper table td {
    padding: 18px 5px
  }
}
.content-wrapper .cols h3 {
  font-family: opensans-semibold
}
.content-wrapper .cols ul {
  padding-top: 15px
}
@media (min-width: 768px) {
  .content-wrapper .cols ul {
    padding-top: 35px
  }
}
.content-wrapper .cols .col {
  margin-bottom: 15px
}
@media (min-width: 768px) {
  .content-wrapper .cols .col {
    margin-bottom: 30px
  }
}
@media (min-width: 992px) {
  .content-wrapper .cols .col {
    padding: 0 40px;
    margin: 0
  }
  .content-wrapper .cols .col:first-child {
    padding-left: 0
  }
  .content-wrapper .cols .col:last-child {
    padding-right: 0
  }
}
.content-wrapper .logo-items {
  padding: 0 12px;
  margin: 0 0 50px
}
@media (min-width: 768px) {
  .content-wrapper .logo-items .form {
    float: right
  }
}
.content-wrapper .logo-items h3 {
  margin: 10px 0
}
@media (min-width: 768px) {
  .content-wrapper .logo-items h3 {
    float: left
  }
}
.content-wrapper .logo-items:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none
}
.content-wrapper .logo-items:first-child .title-top {
  margin: 0;
  padding: 0;
  border: none
}
.content-wrapper .logo-items:last-child {
  margin-bottom: 0
}
.content-wrapper .logo-items .title-top {
  margin: 0 0 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef
}
.content-wrapper .logo-items .title-top:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.content-wrapper .logo-items .flexslider {
  position: relative;
  padding-bottom: 25px
}
.content-wrapper .logo-items .flexslider:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4000px;
  border-bottom: 1px solid #efefef
}
.content-wrapper .logo-items .flexslider h3 {
  text-align: center;
  border: none;
  margin: 0 0 55px;
  padding-bottom: 0
}
.content-wrapper .logo-items .item {
  width: 43%;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 2px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s
}
@media (min-width: 768px) {
  .content-wrapper .logo-items .item {
    width: 30%;
    font-size: 14px;
    text-align: left
  }
}
@media (min-width: 992px) {
  .content-wrapper .logo-items .item {
    width: 26%;
    margin-right: 53px;
    margin-bottom: 40px
  }
}
@media (min-width: 1300px) {
  .content-wrapper .logo-items .item {
    width: 315px;
    margin-right: 40px
  }
}
.content-wrapper .logo-items .item:hover {
  background: rgba(0,0,0,0.02)
}
.content-wrapper .logo-items .item a {
  display: block;
  z-index: 3;
  position: relative;
  padding: 5px
}
.content-wrapper .logo-items .item a:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
@media (min-width: 768px) {
  .content-wrapper .logo-items .item .img {
    float: left
  }
}
.content-wrapper .logo-items .item .img img {
  width: auto;
  margin: 0 auto
}
@media (min-width: 768px) {
  .content-wrapper .logo-items .item .text {
    position: absolute;
    top: 50%;
    left: 93px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
.content-wrapper .logo-items .pager {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #efefef
}
.content-wrapper .logo-items .pager ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 38px 0 0;
  padding: 0
}
.content-wrapper .logo-items .pager ul li {
  display: inline-block;
  width: 20px;
  text-align: center;
  position: relative
}
.content-wrapper .logo-items .pager ul li.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  border-top: 1px solid #007aa6
}
.content-wrapper .logo-items .pager ul li.active a {
  font-family: opensans-semibold
}
.content-wrapper .logo-items .pager ul li:last-child {
  margin-right: 0
}
.content-wrapper .logo-items .pager ul a {
  color: #1f3d48
}
.content-wrapper hr {
  border: none;
  border-top: 1px solid #efefef;
  margin: 27px 0
}
.content-wrapper .content-item h3 {
  position: relative
}
.content-wrapper .content-item h3 a {
  font-family: Inter-Light;
  text-decoration: none
}
@media (min-width: 768px) {
  .content-wrapper .content-item h3 a {
    position: absolute;
    left: -34px;
    top: 0
  }
}
.disclaimer {
  font-size: 10px;
  color: #b4b4b4;
  width: 90%;
  margin: 0 auto 8px;
  text-align: center
}
@media (min-width: 768px) {
  .disclaimer {
    font-size: 12px;
    margin: 0 auto 14px
  }
}
ul li.leaf {
  list-style: none
}
.logged-in div.tabs a,
.logged-in .contextual-links-wrapper a {
  opacity: 1 !important;
  color: #000 !important
}
.logged-in .contextual-links-wrapper {
  font-size: 13px
}
.logged-in .contextual-links-wrapper li {
  background: none !important;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  margin: 0 !important;
  font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
  padding: 0 !important;
  display: block !important;
  float: none !important
}
.logged-in .contextual-links-wrapper li a {
  text-decoration: none;
  text-transform: none;
  background: none !important;
  padding: 5px 10px;
  margin: 0
}
.logged-in div.tabs {
  position: absolute;
  z-index: 500;
  right: 0;
  top: 110px;
  font-size: 13px;
  text-align: center
}
.logged-in div.tabs .tabs {
  border-bottom: none;
  padding: 0
}
.logged-in div.tabs .tabs li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-bottom: 0
}
.logged-in div.tabs .tabs li.active a {
  border: none
}
.logged-in div.tabs .tabs a {
  border: none;
  margin: 0;
  padding: 5px 18px;
  display: block
}
.field-collection-container {
  margin-bottom: 0;
  border-bottom: none
}
.field-collection-container .field-items .field-item {
  margin-bottom: 0
}
.field-collection-view-final {
  border-bottom: none;
  padding: 0;
  margin: 0
}
.field-collection-view .entity-field-collection-item {
  float: none
}
ul.action-links-field-collection-add {
  margin-left: 0 !important
}
ul.action-links-field-collection-add li {
  padding-left: 0 !important;
  list-style: none
}
ul.action-links-field-collection-add li:before {
  display: none !important
}
@media (min-width: 768px) {
  .sidebar {
    width: 280px
  }
}
@media (min-width: 992px) {
  .sidebar {
    width: 380px
  }
}
.sidebar .info {
  padding: 20px 0;
  font-size: 16px
}
@media (min-width: 768px) {
  .sidebar .info {
    padding: 30px 10px
  }
}
@media (min-width: 992px) {
  .sidebar .info {
    padding: 50px 20px;
    font-size: 18px
  }
}
.sidebar .info h4 {
  text-align: center
}
.sidebar .sidebar-item {
  border-bottom: 1px solid #efefef;
  padding: 0;
  position: relative;
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .sidebar .sidebar-item {
    padding: 0 32px 21px 0;
    margin-bottom: 0
  }
}
@media (min-width: 992px) {
  .sidebar .sidebar-item {
    padding: 0 40px 21px 0
  }
}
.sidebar .sidebar-item .bg {
  overflow: hidden;
  border-bottom: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  z-index: -1
}
@media (min-width: 768px) {
  .sidebar .sidebar-item .bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -moz-box-shadow: 0 0 184px 220px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 0 184px 220px rgba(0,0,0,0.02);
    box-shadow: 0 0 184px 220px rgba(0,0,0,0.02);
    z-index: -1
  }
}
.sidebar .sidebar-item a[href^="tel"] {
  color: #6a6a6a
}
.sidebar .sidebar-item a[href^="tel"]:hover {
  text-decoration: none
}
.sidebar.pull-right {
  float: none;
  text-align: center
}
@media (min-width: 768px) {
  .sidebar.pull-right {
    float: right;
    text-align: left
  }
}
.sidebar.pull-right h3 {
  margin: 0 0 35px
}
.sidebar.pull-right .item {
  margin-bottom: 18px
}
.sidebar.pull-right .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 55px
}
@media (min-width: 768px) {
  .sidebar.pull-right .item .img {
    width: auto
  }
}
.sidebar.pull-right .item .text {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  text-align: left
}
.sidebar.pull-right .item .text a {
  display: block
}
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
select,
input:not([type=submit]):not([type=checkbox]):not([type=radio]),
textarea {
  -moz-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  color: #2d2d2d
}
select::-webkit-input-placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: .6
}
select:-moz-placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #6a6a6a;
  opacity: .6
}
select::-moz-placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6a6a6a;
  opacity: .6
}
select:-ms-input-placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: .6
}
select.error,
input:not([type=submit]):not([type=checkbox]):not([type=radio]).error,
textarea.error {
  border-color: red
}
select:focus,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
textarea:focus {
  border-color: rgba(0,0,0,0.4)
}
textarea {
  resize: none
}
select {
  cursor: pointer;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAQAAACoRNXiAAAAK0lEQVQY02NgoA0w/mb8Hw6/oUuaIkmaYuotgEoVYDd6LVBqLW6bj5HsWAAv0Bfed1VYOwAAAABJRU5ErkJggg==") no-repeat;
  background-position: 98% 50%;
  min-width: 180px
}
@media (min-width: 768px) {
  select {
    background-position: 96% 50%
  }
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form textarea,
.form select {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 8px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #1f3d48
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
  color: #999;
  opacity: 1
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]):-moz-placeholder,
.form textarea:-moz-placeholder,
.form select:-moz-placeholder {
  color: #999;
  opacity: 1
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder,
.form textarea::-moz-placeholder,
.form select::-moz-placeholder {
  color: #999;
  opacity: 1
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form select:-ms-input-placeholder {
  color: #999;
  opacity: 1
}
@media (min-width: 768px) {
  .form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form textarea,
  .form select {
    padding: 12px 20px
  }
}
@media (min-width: 1300px) {
  .form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form textarea,
  .form select {
    padding: 14px 20px
  }
}
@media (min-width: 1900px) {
  .form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form textarea,
  .form select {
    padding: 17px 20px
  }
}
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]).error,
.form input:not([type=submit]):not([type=checkbox]):not([type=radio]).mktoInvalid:not(:focus),
.form textarea.error,
.form textarea.mktoInvalid:not(:focus),
.form select.error,
.form select.mktoInvalid:not(:focus) {
  border-color: red
}
.form select {
  padding-right: 20px
}
@media (min-width: 768px) {
  .form select {
    padding-right: 40px
  }
}
.form textarea {
  height: 160px
}
.form .form-type-textarea {
  margin-bottom: 18px
}
.form .form-type-textarea+.form-desc {
  float: right;
  font-size: 14px;
  color: #999;
  padding: 16px 0
}
.form .form-item,
.form .form-actions {
  margin: 0 0 10px
}
.form input.form-submit,
.form button.form-submit {
  cursor: pointer;
  background-color: #27bdbe;
  border: none;
  font-family: Inter-Medium;
  margin: 0;
  padding: 11px 20px;
  border-radius: 40px;
  color: #fff;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 14px
}
@media (min-width: 768px) {
  .form input.form-submit,
  .form button.form-submit {
    font-size: 15px
  }
}
@media (min-width: 992px) {
  .form input.form-submit,
  .form button.form-submit {
    padding: 15px 28px
  }
}
@media (min-width: 1900px) {
  .form input.form-submit,
  .form button.form-submit {
    font-size: 18px
  }
}
.form input.form-submit:hover:not(.disabled),
.form button.form-submit:hover:not(.disabled) {
  background-color: #2b2f35
}
.form input.form-submit.disabled,
.form button.form-submit.disabled {
  opacity: .4;
  cursor: not-allowed
}
.form .row {
  margin-left: -5px;
  margin-right: -5px
}
.form .col {
  padding: 0 5px
}
.form .mktoError {
  display: none !important
}
.form .tooltip {
  padding: 5px;
  border-radius: 6px;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  color: red
}
.text-before-btn {
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 24px
}
.text-before-btn .form-checkbox {
  position: absolute;
  left: 0;
  top: 4px
}
.text-before-btn .form-checkbox.error {
  top: 38px
}
.text-before-btn .form-checkbox.error+p {
  padding-top: 34px
}
.text-before-btn .form-checkbox.error+p:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  content: 'You must agree to the terms first.';
  padding: 5px;
  color: red;
  border-radius: 6px
}
.success-form-message {
  padding: 20px;
  border: 1px solid #efefef;
  border-radius: 6px;
  margin: 40px auto 0;
  max-width: 500px;
  text-align: center
}
.success-form-message b {
  font-weight: normal;
  color: #2c353d
}
.success-form-message .btn {
  margin: 14px 0
}
div.form-subscription .form-item {
  margin: 0 0 30px
}
div.form-subscription input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  background: #fff;
  border: none;
  text-align: center;
  width: 100%;
  max-width: 462px;
  margin: 0 auto;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px
}
@media (min-width: 768px) {
  div.form-subscription input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 12px 20px;
    font-size: 16px
  }
}
@media (min-width: 1300px) {
  div.form-subscription input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 14px 20px
  }
}
@media (min-width: 1900px) {
  div.form-subscription input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 17px 20px
  }
}
div.form-subscription input.form-submit {
  padding: 8px 50px 8px 40px;
  background-image: url('../images/icons/icon-download.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 28px) 50%
}
@media (min-width: 768px) {
  div.form-subscription input.form-submit {
    padding: 10px 50px 10px 40px
  }
}
@media (min-width: 992px) {
  div.form-subscription input.form-submit {
    padding: 14px 52px 14px 28px
  }
}
@media (min-width: 1300px) {
  div.form-subscription input.form-submit {
    padding: 15px 52px 15px 28px
  }
}
@media (min-width: 1900px) {
  div.form-subscription input.form-submit {
    padding: 15px 65px 15px 50px
  }
}
div.form-search {
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 570px
}
div.form-search .form-actions {
  margin: 0
}
div.form-search .form-submit {
  position: absolute;
  top: 50%;
  left: 16px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border: none;
  height: 24px;
  width: 24px;
  background: url('../images/icons-sb423040102.png') -73px 0 no-repeat;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
@media (min-width: 768px) {
  div.form-search .form-submit {
    left: 24px
  }
}
div.form-search .form-submit:hover {
  background-color: transparent !important
}
div.form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  padding: 12px 20px 12px 56px;
  z-index: 3;
  position: relative;
  text-align: center
}
@media (min-width: 768px) {
  div.form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 16px 20px 16px 64px
  }
}
@media (min-width: 1900px) {
  div.form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 16px 20px 16px 64px
  }
}
div.form-payment {
  max-width: 340px;
  margin: 0 auto
}
div.form-payment fieldset {
  padding: 0;
  margin: 0 0 20px;
  border: none
}
div.form-payment .form-item {
  position: relative;
  margin: 0 0 9px
}
div.form-payment .form-item label {
  padding-right: 25px;
  font-size: 16px;
  white-space: nowrap
}
@media (min-width: 992px) {
  div.form-payment .form-item label {
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    top: 50%
  }
}
div.form-payment .form-item.width-xs {
  width: 67px;
  display: inline-block
}
div.form-payment .form-item.width-xs:last-child {
  margin-left: 70px
}
div.form-payment .form-item.width-s {
  width: 90px
}
div.form-payment .form-type-select {
  display: block;
  margin-right: 0;
  font-size: 16px
}
div.form-payment .form-type-select select {
  width: 100%;
  padding: 9px 40px 10px 15px
}
div.form-payment input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-size: 16px;
  padding: 7px 14px;
  background: #f5f5f5
}
div.form-payment .form-actions {
  text-align: center;
  margin: 38px 0 0
}
div.form-payment .form-submit {
  padding: 11px 20px;
  font-size: 14px
}
@media (min-width: 768px) {
  div.form-payment .form-submit {
    padding: 16px 37px;
    font-size: 18px
  }
}
.form-contact {
  width: 100% !important
}
.form-contact .form-actions {
  text-align: center
}
.form-contact .form-submit {
  padding: 11px 20px;
  font-size: 14px
}
@media (min-width: 768px) {
  .form-contact .form-submit {
    padding: 16px 37px;
    font-size: 18px
  }
}
.form-contact select,
.form-contact input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-contact textarea {
  width: 100% !important
}
.form-contact .mktoAsterix,
.form-contact .text-before-btn {
  display: none
}
.form-contact .mktoFieldDescriptor {
  position: relative
}
.form-contact .mktoFieldDescriptor label[for=Opt_In__c] {
  font-size: 13px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 20px;
  text-align: left;
  width: 100% !important
}
.form-contact .mktoFieldDescriptor .mktoCheckboxList {
  position: absolute;
  left: 0;
  top: -3px
}
.form-contact .mktoFieldDescriptor input {
  font-size: 14px
}
.form-contact .mktoFieldDescriptor .mktoInvalid input {
  box-shadow: 0 0 0 1px red;
  border-radius: 3px
}
.form-how-to-buy {
  max-width: 552px;
  margin: 40px auto 0;
  width: 100% !important
}
.form-how-to-buy .form-actions {
  text-align: center;
  margin-top: 20px
}
.form-how-to-buy select,
.form-how-to-buy input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-how-to-buy textarea {
  width: 100% !important
}
.form-how-to-buy .mktoAsterix,
.form-how-to-buy .text-before-btn {
  display: none
}
.form-how-to-buy .mktoFieldDescriptor {
  position: relative
}
.form-how-to-buy .mktoFieldDescriptor label[for=Opt_In__c] {
  font-size: 13px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 20px;
  text-align: left;
  width: 100% !important
}
.form-how-to-buy .mktoFieldDescriptor .mktoCheckboxList {
  position: absolute;
  left: 0;
  top: -3px
}
.form-how-to-buy .mktoFieldDescriptor input {
  font-size: 14px
}
.form-how-to-buy .mktoFieldDescriptor .mktoInvalid input {
  box-shadow: 0 0 0 1px red;
  border-radius: 3px
}
.section {
  text-align: center;
  position: relative;
  padding: 0
}
@media (max-width: 767px) {
  .section .fp-tableCell {
    padding-top: 40px
  }
}
.section .text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 30px
}
@media (min-width: 992px) {
  .section .text {
    margin-bottom: 30px
  }
}
@media (min-width: 1300px) {
  .section .text {
    margin-bottom: 40px;
    font-size: 16px
  }
}
@media (min-width: 1900px) {
  .section .text {
    margin-bottom: 140px;
    font-size: 18px
  }
}
.section .text p {
  margin: 0
}
.section .btn-next-slide {
  position: absolute;
  left: 50%;
  bottom: 6%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #27bdbe;
  text-decoration: none;
  font-size: 14px;
  font-family: opensans-regular;
  padding-bottom: 34px;
  display: none
}
@media (min-width: 768px) {
  .section .btn-next-slide {
    display: block
  }
}
@media (min-height: 700px) {
  .section .btn-next-slide {
    bottom: 3%;
    padding-bottom: 24px
  }
}
.section .btn-next-slide:hover:before {
  -moz-animation: move-top-bottom 1.6s infinite linear;
  -webkit-animation: move-top-bottom 1.6s infinite linear;
  animation: move-top-bottom 1.6s infinite linear
}
.section .btn-next-slide:before {
  height: 9px;
  width: 16px;
  background: url('../images/icons-sb423040102.png') -16px -38px no-repeat;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px
}
.section-design-anything {
  background: url('../images/bg/bg.jpg') 50% 50% no-repeat;
  background-size: cover;
  padding: 200px 0 90px
}
@media (min-width: 768px) {
  .section-design-anything {
    padding: 0
  }
}
.section-design-anything h1,
.section-design-anything h4 {
  color: #fff;
  max-width: 1064px;
  margin: 0 auto;
  line-height: 1
}
.section-design-anything h1 {
  margin-top: 0;
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .section-design-anything h1 {
    margin-bottom: 48px
  }
}
.section-design-anything h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Inter-Medium
}
@media (min-height: 700px) {
  .section-design-anything h4 {
    font-size: 18px;
    margin-bottom: 20px
  }
}
@media (min-height: 800px) {
  .section-design-anything h4 {
    font-size: 22px;
    margin-bottom: 25px
  }
}
.section-design-anything .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px
}
@media (min-width: 768px) {
  .section-design-anything .text {
    font-size: 16px;
    margin-top: 57px;
    line-height: 1.7
  }
}
.section-design-anything .btn-next-slide {
  color: #fff
}
.section-design-anything .btn-next-slide:before {
  background: url('../images/icons-sb423040102.png') 0 -38px no-repeat
}
.section-design-anything .valign>*:last-child {
  margin-bottom: 0
}
.section-design-anything .fp-tableCell {
  padding-top: 120px
}
@media (min-width: 768px) {
  .section-design-anything .fp-tableCell {
    padding-top: 100px
  }
}
.section-items {
  padding: 30px 0
}
@media (min-width: 768px) {
  .section-items {
    padding: 0
  }
}
@media only screen and (min-height: 700px) {
  .section-items .fp-tableCell {
    padding-top: 50px
  }
}
@media (min-height: 800px) {
  .section-items .fp-tableCell {
    padding-top: 0
  }
}
@media (min-width: 768px) {
  .section-items .flexslider {
    display: none
  }
}
.section-items .flexslider .item {
  display: inline-block
}
.section-items .item {
  display: none;
  vertical-align: top;
  width: 30%;
  margin-left: 20px
}
.mobile .section-items .item {
  width: 100%
}
@media (min-width: 768px) {
  .section-items .item {
    display: inline-block
  }
}
@media only screen and (min-height: 700px) {
  .section-items .item {
    width: 250px;
    margin-left: 50px;
    display: none
  }
}
@media only screen and (min-height: 700px) and (min-width: 768px) {
  .section-items .item {
    margin-left: 20px;
    display: inline-block
  }
}
@media (min-height: 800px) and (min-width: 768px) {
  .section-items .item {
    width: 212px;
    margin-left: 20px
  }
}
@media (min-height: 800px) and (min-width: 992px) {
  .section-items .item {
    width: 250px;
    margin-left: 50px
  }
}
@media (min-height: 800px) and (min-width: 1300px) {
  .section-items .item {
    width: 300px;
    margin-left: 80px
  }
}
.section-items .item:first-child {
  margin-left: 0
}
.section-items .item .text {
  font-size: 15px;
  margin-bottom: 10px
}
@media (min-width: 768px) {
  .section-items .item .text {
    margin-bottom: 80px
  }
}
@media (min-height: 700px) {
  .section-items .item .text {
    font-size: 15px
  }
}
@media (min-height: 800px) {
  .section-items .item .text {
    font-size: 15px
  }
}
@media (min-height: 800px) and (min-width: 992px) {
  .section-items .item .text {
    font-size: 16px
  }
}
@media (min-height: 800px) and (min-width: 1300px) {
  .section-items .item .text {
    font-size: 18px
  }
}
@media (min-height: 900px) {
  .section-items .item .text {
    font-size: 15px
  }
}
@media (min-height: 900px) and (min-width: 992px) {
  .section-items .item .text {
    font-size: 16px
  }
}
@media (min-height: 900px) and (min-width: 1300px) {
  .section-items .item .text {
    font-size: 18px
  }
}
.section-items .ico {
  margin: 0 auto 20px;
  max-width: 180px
}
@media (min-height: 800px) {
  .section-items .ico {
    margin-bottom: 30px;
    max-width: none
  }
}
@media (min-height: 900px) {
  .section-items .ico {
    margin-bottom: 35px
  }
}
.section-subscription {
  background: #fbfbfb;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3
}
@media (max-width: 767px) {
  .section-subscription .fp-tableCell {
    padding-top: 120px
  }
}
.section-subscription h4 {
  margin-bottom: 20px
}
.section-subscription .valign {
  padding: 20px 0
}
@media (min-width: 768px) {
  .section-subscription .valign {
    padding: 210px 0 74px
  }
}
.section-subscription .text {
  margin-bottom: 29px;
  font-size: 16px;
  max-width: 640px;
  padding-bottom: 33px;
  border-bottom: 1px solid #f1f1f1
}
@media (min-width: 992px) {
  .section-subscription .text {
    margin-bottom: 25px;
    font-size: 14px
  }
}
@media (min-width: 1900px) {
  .section-subscription .text {
    margin-bottom: 40px;
    font-size: 16px
  }
}
.section-subscription .form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border: 1px solid #e1e1e1
}
.section-try {
  text-align: center;
  padding: 40px 0;
  position: relative;
  border-top: 1px solid #efefef
}
.section-try:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4000px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fdfdfd;
  z-index: -1
}
.section-try h4 {
  font-family: Inter-Medium
}
.b-info {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 28px 0;
  font-family: Inter-Light;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #f7f7f7
}
@media (min-width: 768px) {
  .b-info {
    padding: 38px 0 28px
  }
}
@media (min-width: 768px) {
  .b-info.style-a .ico {
    min-height: 46px;
    display: flex;
    align-items: flex-end;
    justify-content: center
  }
}
.b-info.style-b {
  background: transparent
}
.b-info.style-b .col {
  padding: 0 20px
}
@media (min-width: 768px) {
  .b-info.style-c {
    text-align: left
  }
}
.b-info.style-c+.content-wrapper {
  padding: 36px 0 100px
}
.b-info.style-c .img {
  display: block;
  margin: 0 0 15px
}
@media (min-width: 768px) {
  .b-info.style-c .img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0
  }
}
@media (min-width: 992px) {
  .b-info.style-c .img {
    margin: 0 45px 0 0
  }
}
.b-info.style-c .img img {
  width: 70px
}
@media (min-width: 768px) {
  .b-info.style-c .img img {
    width: auto
  }
}
@media (min-width: 768px) {
  .b-info.style-c .text {
    display: inline-block;
    vertical-align: middle
  }
}
.b-info.style-c h2 {
  margin: 0 0 6px;
  line-height: 1
}
.b-info.style-c p {
  margin: 0;
  font-size: 14px
}
@media (min-width: 768px) {
  .b-info.style-c .btn {
    float: right
  }
}
.b-info p {
  margin: 17px 0 0 0
}
.b-info h1 {
  margin: 0
}
.b-info .btn {
  margin-top: 15px
}
@media (min-width: 768px) {
  .b-info .btn {
    margin-top: 40px
  }
}
.b-info.style-a,
.b-info.style-b {
  padding: 20px 0
}
@media (min-width: 992px) {
  .b-info.style-a,
  .b-info.style-b {
    padding: 70px 0
  }
}
.b-info.style-a .col,
.b-info.style-b .col {
  display: block;
  vertical-align: top;
  margin-bottom: 15px
}
@media (min-width: 768px) {
  .b-info.style-a .col,
  .b-info.style-b .col {
    width: 200px;
    display: inline-block;
    margin-bottom: 0
  }
}
@media (min-width: 1300px) {
  .b-info.style-a .col,
  .b-info.style-b .col {
    width: 310px
  }
}
.b-info.style-a .col:last-child,
.b-info.style-b .col:last-child {
  margin-bottom: 0
}
@media (min-width: 992px) {
  .b-info.style-a .col,
  .b-info.style-b .col {
    padding: 0 20px;
    margin: 0
  }
}
.b-info.style-a h4,
.b-info.style-b h4 {
  font-family: opensans-regular;
  color: #007aa6;
  margin: 0
}
.b-info.style-a a,
.b-info.style-b a {
  display: inline-block;
  text-decoration: none;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.b-info.style-a a:hover,
.b-info.style-b a:hover {
  opacity: .5
}
.b-info.style-a .ico,
.b-info.style-b .ico {
  margin: 0 auto 20px
}
.b-info h3 {
  margin: 0 0 45px
}
.b-info .bottom-part {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid #efefef
}
.b-info .bottom-part h3,
.b-info .bottom-part .price,
.b-info .bottom-part .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}
.b-info .bottom-part .price {
  color: #007aa6;
  font-size: 34px;
  font-family: Inter-Medium;
  margin-left: 17px
}
.b-info .bottom-part .btn {
  margin-left: 38px
}
.b-info .text {
  margin-top: 28px
}
.b-info__blocks {
  margin: 40px 0 0;
  max-width: 1102px
}
@media (min-width: 768px) {
  .b-info__blocks {
    display: flex;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 40px -16px 30px;
    width: 730px;
    max-height: 351px
  }
}
@media (min-width: 992px) {
  .b-info__blocks {
    width: 930px;
    max-height: 332px
  }
}
@media (min-width: 1300px) {
  .b-info__blocks {
    width: 1223px;
    max-height: 303px
  }
}
.b-info__blocks-item {
  background: #fff;
  border-radius: 6px;
  padding: 50px 40px 32px;
  font-size: 14px;
  font-family: opensans-regular;
  margin: 0 0 28px;
  position: relative;
  transition: box-shadow .3s;
  border: 1px solid #fff
}
@media (min-width: 768px) {
  .b-info__blocks-item {
    margin: 0 16px;
    width: calc(50% - 32px);
    align-self: flex-start;
    min-height: 351px
  }
}
@media (min-width: 992px) {
  .b-info__blocks-item {
    min-height: 332px
  }
}
@media (min-width: 1300px) {
  .b-info__blocks-item {
    min-height: 303px
  }
}
.b-info__blocks-item:last-child {
  margin-bottom: 0
}
.b-info__blocks-item h3 {
  margin-bottom: 4px
}
@media (min-width: 992px) {
  .b-info__blocks-item h3 {
    font-size: 20px
  }
}
.b-info__blocks-item p {
  margin-top: 0
}
.b-info__blocks-item_active {
  border-color: #E8E8E8;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.16)
}
.b-info__blocks-item_active .b-info__blocks-item-ico {
  display: none
}
.b-info__blocks-item_active .b-info__blocks-item-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translate(0, -50%)
}
.b-info__blocks-item_active .b-info__blocks-item-btn:before {
  width: 16px;
  height: 16px;
  background: url('../images/icon-close.svg') no-repeat
}
.b-info__blocks-item_active .b-info__blocks-item-btn:hover:before {
  transform: translate(-50%, -50%) rotate(90deg)
}
.b-info__blocks-item_active .b-info__collapsible-content {
  display: block
}
.b-info__blocks-item-ico {
  margin-top: 25px;
  margin-bottom: 25px;
  cursor: pointer
}
.b-info__blocks-item-btn {
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 12px;
  position: relative
}
.b-info__blocks-item-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url('../images/icon-arrow-down.svg') no-repeat;
  transition: transform .3s;
  transform: translate(-50%, -50%)
}
.b-info__blocks-item-btn:hover:before {
  transform: translate(-50%, calc(-50% + 10px))
}
.b-info__collapsible-content {
  display: none;
  margin-top: 50px;
  text-align: left
}
.b-info__collapsible-content .b-region-pick .regions-pick {
  max-width: 308px;
  margin: 0 auto
}
.b-info__collapsible-content .b-region-pick .regions-pick .current-region {
  margin-bottom: 34px
}
.b-info__collapsible-content .b-region-pick .general-block {
  border: none;
  padding: 0
}
.b-info__collapsible-content .b-region-pick .main-contact,
.b-info__collapsible-content .b-region-pick .general-block {
  text-align: center;
  font-size: 16px
}
.b-info__collapsible-content .b-region-pick .main-contact {
  margin-bottom: 36px
}
.b-info__collapsible-content .b-region-pick .current-mail {
  margin-bottom: 24px
}
.b-info__collapsible-content .b-region-pick h4 {
  font-family: Inter-Medium;
  margin-bottom: 5px
}
.b-info__collapsible-content .b-region-pick .regions {
  font-size: 13px;
  margin: 0 -20px
}
.b-info__collapsible-content .b-region-pick .regions ul {
  margin: 0;
  padding: 36px 0 0;
  border-top: 1px solid #E8E8E8
}
.b-info__collapsible-content .b-region-pick .regions li {
  margin: 0 0 10px;
  width: 155px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  color: #999;
  white-space: nowrap
}
@media (min-width: 768px) {
  .b-info__collapsible-content .b-region-pick .regions li {
    width: 142px;
    margin: 0 0 15px
  }
}
@media (min-width: 992px) {
  .b-info__collapsible-content .b-region-pick .regions li {
    width: 155px;
    margin: 0 0 20px
  }
}
.b-info__collapsible-content .b-region-pick .regions li a,
.b-info__collapsible-content .b-region-pick .regions li p {
  letter-spacing: -0.04em
}
.b-info__collapsible-content .b-region-pick .regions h6 {
  font-size: 13px
}
.b-info__collapsible-content .b-region-pick a[href^='tel'] {
  color: #666666
}
.b-info__collapsible-content .b-region-pick a[href^='tel'] span {
  color: #999999
}
.b-info__content-item {
  display: block;
  border-bottom: 1px solid #EFEFEF;
  text-decoration: none !important;
  text-align: left;
  padding-bottom: 20px;
  padding-right: 15px;
  margin-bottom: 20px;
  position: relative
}
.b-info__content-item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-info__content-item:last-child {
  border-bottom: none
}
.b-info__content-item:hover .b-info__content-item-arrow:before {
  transform: translate(10px, 0) rotate(-90deg)
}
.b-info__content-item span {
  display: block
}
.b-info__content-item-ico {
  float: left;
  width: 42px;
  text-align: center;
  margin-right: 18px
}
.b-info__content-item-text {
  overflow: hidden
}
.b-info__content-title {
  font-family: Inter-Medium;
  color: #1F3D48;
  font-size: 18px
}
.b-info__content-desc {
  font-family: opensans-regular;
  color: #6A6A6A;
  font-size: 14px
}
.b-info__content-desc p:last-child {
  margin-bottom: 0
}
.b-info__content-item-arrow {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 22px;
  height: 12px;
  display: block;
  transform: translate(0, -50%)
}
.b-info__content-item-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/icon-arrow-down.svg') no-repeat;
  transition: transform .3s;
  transform: rotate(-90deg)
}
.b-resources {
  text-align: center
}
.b-resources .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  margin: 0 0 15px 0;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 20px;
  max-width: 540px;
  width: 100%
}
@media (min-width: 768px) {
  .b-resources .item {
    margin: 0 10px 15px 0;
    padding: 30px 149px 30px 50px;
    font-size: 18px
  }
}
@media (min-width: 1300px) {
  .b-resources .item {
    width: 50%;
    margin: 0 14px 0 0
  }
}
.b-resources .item:first-child {
  background-color: #27bdbe
}
.b-resources .item:last-child {
  margin-right: 0;
  background-color: #44646e
}
.b-resources .item:hover .ico:before {
  background-color: #208dae
}
.b-resources .item h3 {
  color: #fff;
  font-family: Inter-Medium;
  margin: 0 0 8px;
  font-size: 18px
}
@media (min-width: 768px) {
  .b-resources .item h3 {
    font-size: 22px;
    margin: 0 0 16px
  }
}
.b-resources .item .ico {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255,255,255,0.3);
  opacity: .6
}
@media (min-width: 768px) {
  .b-resources .item .ico {
    top: 50%;
    right: 40px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1
  }
}
.b-resources .item .ico:before {
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url('../images/icons/item-arrow-a.png') 57% center no-repeat
}
.b-resources .item a {
  color: #fff;
  text-decoration: none
}
.b-buynow h1 {
  text-align: center;
  margin: 0 0 61px
}
.b-buynow .steps {
  font-size: 13px;
  color: #979a9d;
  text-align: center;
  font-family: Inter-Medium;
  margin-bottom: 40px
}
@media (min-width: 992px) {
  .b-buynow .steps {
    font-size: 16px
  }
}
.b-buynow .steps a {
  display: block;
  text-decoration: none;
  color: #80868b
}
.b-buynow .steps .col {
  padding: 21px 15px;
  border-bottom: 4px solid #efefef
}
@media (min-width: 992px) {
  .b-buynow .steps .col {
    padding: 21px 25px
  }
}
.b-buynow .steps .col.current {
  color: #2c353d;
  border-bottom: 4px solid #007aa6
}
.b-buynow .steps .col.current a {
  color: #2c353d
}
.b-buynow .steps .col.complete {
  color: #fff;
  background: #007aa6;
  border-bottom: 4px solid #007aa6
}
.b-buynow .steps .col.complete a {
  color: #fff
}
.b-buynow .steps .col.complete span {
  position: relative;
  display: inline-block
}
.b-buynow .steps .col.complete span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -23px;
  height: 13px;
  width: 18px;
  background: url('../images/icons-sb423040102.png') -59px -38px no-repeat;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (min-width: 992px) {
  .b-buynow .steps .col.complete span:before {
    left: -32px
  }
}
.b-buynow .title,
.b-buynow .price {
  font-family: Inter-Medium;
  display: block
}
.b-buynow .title {
  color: #1f3d48;
  font-size: 22px
}
.b-buynow .price {
  color: #007aa6;
  margin-bottom: 17px
}
.b-buynow .price strong {
  font-size: 24px;
  font-weight: normal
}
@media (min-width: 992px) {
  .b-buynow .price strong {
    font-size: 28px
  }
}
.b-buynow .step-option.style-a {
  border: 2px solid #e4e4e4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}
.b-buynow .step-option.style-a .col {
  padding: 15px 10px 70px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center
}
@media (min-width: 768px) {
  .b-buynow .step-option.style-a .col {
    border-right: 1px solid #e4e4e4;
    min-height: 370px;
    text-align: left
  }
}
@media (min-width: 992px) {
  .b-buynow .step-option.style-a .col {
    padding: 22px 27px 106px 27px;
    min-height: 420px
  }
}
@media (min-width: 1300px) {
  .b-buynow .step-option.style-a .col {
    padding: 22px 38px 106px 38px
  }
}
.b-buynow .step-option .col {
  position: relative
}
.b-buynow .step-option .col:last-child {
  border-right: none
}
.b-buynow .step-option .col p {
  margin: 0 0 22px
}
.b-buynow .step-option .col .btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media (min-width: 768px) {
  .b-buynow .step-option .col .btn {
    left: 17px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@media (min-width: 992px) {
  .b-buynow .step-option .col .btn {
    left: 27px;
    bottom: 42px
  }
}
.b-buynow .step-option .form-radios:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-buynow .step-option .form-radios .form-item {
  margin: 0
}
.b-buynow .step-option .form-radios .form-item:first-child label {
  border-left: 2px solid #e4e4e4;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  border-right: 2px solid #e4e4e4;
  border-top: 2px solid #e4e4e4
}
@media (min-width: 768px) {
  .b-buynow .step-option .form-radios .form-item:first-child label {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px
  }
}
.b-buynow .step-option .form-radios .form-item:last-child label {
  border-right-width: 2px;
  border-bottom: 2px solid #e4e4e4;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px
}
@media (min-width: 768px) {
  .b-buynow .step-option .form-radios .form-item:last-child label {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0
  }
}
.b-buynow .step-option .form-radios label {
  font-family: Inter-Light;
  color: #007aa6;
  padding: 5px;
  border-top: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  cursor: pointer;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px
}
@media (min-width: 730px) {
  .b-buynow .step-option .form-radios label {
    border-left: none;
    border-right: 1px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4
  }
}
@media (min-width: 930px) {
  .b-buynow .step-option .form-radios label {
    padding: 5px 10px;
    font-size: 16px
  }
}
.b-buynow .step-option .form-radios label strong {
  font-family: Inter-Medium
}
.b-buynow .step-option .form-radios input {
  position: absolute;
  opacity: 0;
  visibility: hidden
}
.b-buynow .step-option .form-radios input:checked+label,
.b-buynow .step-option .form-radios label:hover {
  background: #007aa6;
  color: #fff;
  border-color: #007aa6 !important
}
.b-buynow .payment-cards {
  margin: 8px 0 10px;
  padding: 0;
  list-style: none
}
.b-buynow .payment-cards li {
  display: inline-block;
  margin: 0 3px 0 0
}
.b-buynow .payment-cards li:last-child {
  margin-right: 0
}
.b-buynow h4 {
  margin: 0 0 39px;
  padding-bottom: 34px;
  text-align: center;
  border-bottom: 1px solid #efefef
}
.b-buynow h5 {
  font-family: Inter-Medium;
  font-size: 18px;
  color: #2c353d;
  margin: 0 0 30px
}
.b-buynow .total-wrapper {
  background: #f7f7f7;
  border: 2px solid #e4e4e4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}
.b-buynow .total-wrapper .total,
.b-buynow .total-wrapper .desc {
  padding: 29px 28px
}
.b-buynow .total-wrapper h3 {
  margin: 0 0 7px
}
.b-buynow .total-wrapper .price {
  font-size: 14px;
  margin: 0
}
@media (min-width: 768px) {
  .b-buynow .total-wrapper .price {
    font-size: 16px
  }
}
.b-buynow .total-wrapper .price.style-a {
  font-size: 24px;
  margin-bottom: 3px
}
@media (min-width: 768px) {
  .b-buynow .total-wrapper .price.style-a {
    font-size: 32px
  }
}
.b-buynow .total-wrapper .price span {
  color: #666666;
  font-family: Inter-Light
}
.b-buynow .total-wrapper .form-item {
  margin: 24px 0 0 0
}
.b-buynow .total-wrapper .form-item select {
  padding: 8px 40px 9px 15px
}
.b-buynow .order-wrapper {
  max-width: 700px;
  margin: 0 auto
}
.b-buynow .order-wrapper .col {
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .b-buynow .order-wrapper .col {
    margin-bottom: 0
  }
}
.b-buynow .order-wrapper .col:last-child {
  margin-bottom: 0
}
@media (min-width: 768px) {
  .b-buynow .order-wrapper .col:last-child {
    padding-left: 70px
  }
}
.b-buynow .order-wrapper .btn-wrap {
  margin-top: 60px;
  text-align: center
}
.b-buynow .order-wrapper .desc {
  position: relative;
  top: auto;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #fff
}
.b-buynow .order-wrapper .card-info {
  font-size: 14px;
  font-family: opensans-semibold
}
.b-buynow .order-wrapper .card-info .card-number {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px
}
.b-buynow .order-wrapper .card-info .card-number span {
  display: inline-block;
  padding-left: 108px;
  position: relative
}
.b-buynow .order-wrapper .card-info .card-number span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 14px;
  width: 104px;
  background: url('../images/icons-sb423040102.png') 0 -24px no-repeat
}
.b-buynow .order-wrapper .form-type-select label {
  display: inline-block;
  margin-right: 15px
}
.b-buynow .order-wrapper .form-type-select select {
  display: inline-block
}
.b-buynow .order-wrapper .info {
  margin-bottom: 52px
}
.b-buynow .order-wrapper .info span {
  display: inline-block;
  width: 110px;
  text-align: right;
  margin-right: 15px;
  font-family: Inter-Medium
}
.b-buynow .order-wrapper .info p {
  margin: 0
}
.b-breadcrumbs {
  font-size: 14px
}
.b-breadcrumbs.search-active .btn-search {
  display: none
}
.b-breadcrumbs.search-active .form-search {
  width: 100%;
  opacity: 1;
  visibility: visible
}
@media (min-width: 768px) {
  .b-breadcrumbs.search-active .form-search {
    width: 300px
  }
}
.b-breadcrumbs .container {
  padding: 20px 30px 20px 0;
  position: relative;
  min-height: 50px
}
.b-breadcrumbs .form-search,
.b-breadcrumbs .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.b-breadcrumbs .btn-search {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  height: 24px;
  width: 24px;
  background: url('../images/icons-sb423040102.png') -73px 0 no-repeat;
  display: block
}
.b-breadcrumbs .form-search {
  margin: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}
.b-breadcrumbs .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  padding: 10px 20px 10px 64px
}
.b-breadcrumbs ul {
  margin: 0;
  padding: 0;
  display: none
}
@media (min-width: 768px) {
  .b-breadcrumbs ul {
    display: block
  }
}
.b-breadcrumbs ul li {
  margin: 0 2px 0 0;
  padding: 0 9px 0 0;
  display: inline-block;
  position: relative
}
.b-breadcrumbs ul li:last-child {
  margin: 0;
  padding: 0
}
.b-breadcrumbs ul li:last-child:before {
  display: none
}
.b-breadcrumbs ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: '/';
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.b-breadcrumbs ul li a {
  color: #666666
}
.b-comments .item {
  padding: 0 0 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef
}
.b-comments .item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-comments .item p {
  margin: 0 0 15px
}
@media (min-width: 768px) {
  .b-comments .item p {
    margin: 0 0 34px
  }
}
.b-comments .item p:last-child {
  margin-bottom: 0
}
.b-comments .item .info {
  font-size: 14px;
  margin-bottom: 22px
}
.b-comments .item .info span {
  display: inline-block;
  margin-right: 15px
}
.b-comments .item .avatar {
  float: left;
  margin-right: 18px;
  position: relative
}
.b-comments .item .avatar a {
  text-decoration: none;
  display: block
}
.b-comments .item .avatar span {
  width: 52px;
  height: 52px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #e7e7e7
}
.b-comments .item .avatar span.country {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 5px;
  right: 0;
  border: 2px solid #fff
}
.b-comments .item .item-body {
  overflow: hidden
}
.b-comments .form input.form-submit {
  padding: 10px 30px
}
@media (min-width: 768px) {
  .b-comments .form input.form-submit {
    padding: 17px 41px
  }
}
.b-contacts {
  text-align: center
}
@media (min-width: 768px) {
  .b-contacts {
    text-align: left
  }
}
.b-contacts h3 {
  margin-bottom: 15px
}
@media (min-width: 768px) {
  .b-contacts h3 {
    margin-bottom: 31px
  }
}
.b-contacts .col:first-child {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef
}
@media (min-width: 768px) {
  .b-contacts .col:first-child {
    border: none;
    padding: 0 20px 0 0
  }
}
@media (min-width: 992px) {
  .b-contacts .col:first-child {
    padding: 0 100px 0 0
  }
}
@media (min-width: 768px) {
  .b-contacts .col:last-child {
    padding-left: 20px;
    border-left: 1px solid #efefef
  }
}
@media (min-width: 992px) {
  .b-contacts .col:last-child {
    padding-left: 35px
  }
}
.b-contacts .img {
  margin-bottom: 19px
}
.b-contacts .list-style-c {
  display: inline-block;
  text-align: left
}
@media (min-width: 768px) {
  .b-contacts .list-style-c {
    display: block
  }
}
.b-contacts .list-style-c li {
  margin: 0 0 8px
}
.b-free-trial {
  text-align: center
}
.b-free-trial:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-free-trial .media-wrapper {
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .b-free-trial .media-wrapper {
    margin-bottom: 40px
  }
}
@media (min-width: 992px) {
  .b-free-trial .media-wrapper {
    max-width: 513px;
    border-right: 1px solid #efefef;
    float: left;
    margin-right: 40px;
    padding-right: 40px;
    margin-bottom: 0
  }
}
.b-free-trial .media-wrapper+.info {
  display: block
}
.b-free-trial .text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  color: #b4b4b4;
  margin-bottom: 20px
}
@media (min-width: 768px) {
  .b-free-trial .text {
    margin-bottom: 40px
  }
}
@media (min-width: 992px) {
  .b-free-trial .text {
    margin-bottom: 0;
    border-right: 1px solid #efefef;
    margin-right: 60px;
    padding-right: 120px
  }
}
.b-free-trial .text h3 {
  margin: 0 auto 20px
}
@media (min-width: 768px) {
  .b-free-trial .text h3 {
    max-width: 345px;
    margin: 0 auto 36px
  }
}
.b-free-trial .text .price {
  font-size: 34px;
  color: #007aa6;
  font-family: Inter-Medium;
  line-height: 1.2
}
.b-free-trial .text .price.style-a {
  font-size: 22px;
  color: #ababab;
  font-family: Inter-Light;
  text-decoration: line-through
}
.b-free-trial .text .btn {
  margin: 20px 0
}
@media (min-width: 768px) {
  .b-free-trial .text .btn {
    margin: 36px 0
  }
}
.b-free-trial .info {
  overflow: hidden;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: left
}
@media (min-width: 992px) {
  .b-free-trial .info {
    display: inline-block;
    vertical-align: middle
  }
}
.b-free-trial .info ul {
  padding: 0;
  margin: 0
}
.b-free-trial .info li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 22px;
  list-style: none
}
.b-free-trial .info li:last-child {
  margin-bottom: 0
}
@media (min-width: 768px) {
  .b-free-trial .info li {
    padding-left: 55px
  }
}
.b-free-trial .info li:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  height: 32px;
  width: 33px;
  background: url('../images/icons-sb423040102.png') 0 -51px no-repeat
}
.page-node-14 .b-free-trial .info li {
  color: #1f3d48;
  font-family: Inter-Medium
}
.b-free-trial .info .btn {
  margin: 22px 0 0
}
@media (min-width: 768px) {
  .b-free-trial .info .btn {
    margin: 40px 0 0
  }
}
.b-free-trial .media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.b-free-trial .media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.mobile .b-free-trial .btn-wrap,
.tablet .b-free-trial .btn-wrap {
  display: none !important
}
.b-free-trial .mobile-text {
  display: none !important
}
.mobile .b-free-trial .mobile-text,
.tablet .b-free-trial .mobile-text {
  display: block !important
}
.b-free-trial .vidyard_player>span {
  position: static !important
}
.b-region-pick .current-mail {
  margin-bottom: 18px
}
.b-region-pick .regions-pick {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #1f3d48
}
.b-region-pick .regions-pick.active .regions-list,
.b-region-pick .regions-pick.active .regions-map li.active {
  display: block
}
@media (min-width: 768px) {
  .b-region-pick .regions-pick.active .regions-map {
    display: block
  }
}
.b-region-pick .regions-pick .regions-list,
.b-region-pick .regions-pick .regions-map,
.b-region-pick .regions-pick .regions-map li {
  display: none
}
.b-region-pick .regions-pick .regions-list,
.b-region-pick .regions-pick .regions-map {
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  z-index: 1
}
.b-region-pick .regions-pick .regions-map {
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  background: #dcdcdc;
  padding: 20px 8px;
  border-bottom: none;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.2)
}
.b-region-pick .regions-pick .regions-map img {
  margin: 0 auto;
  display: block
}
.b-region-pick .regions-pick .current-region {
  padding: 8px 20px 8px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff url('../images/bg/support-select.png') no-repeat;
  background-position: 98% 50%;
  margin-bottom: 22px
}
@media (min-width: 768px) {
  .b-region-pick .regions-pick .current-region {
    background-position: 96% 50%;
    padding: 12px 40px 12px 20px
  }
}
@media (min-width: 1300px) {
  .b-region-pick .regions-pick .current-region {
    padding: 14px 40px 14px 20px
  }
}
@media (min-width: 1900px) {
  .b-region-pick .regions-pick .current-region {
    padding: 16px 40px 16px 20px
  }
}
.b-region-pick .regions-pick .regions-list {
  top: 0;
  border-radius: 5px;
  background: #fff;
  padding: 4px 0;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2)
}
@media (min-width: 768px) {
  .b-region-pick .regions-pick .regions-list {
    padding: 8px 0;
    border-radius: 0 0 5px 5px
  }
}
@media (min-width: 1300px) {
  .b-region-pick .regions-pick .regions-list {
    padding: 9px 0
  }
}
@media (min-width: 1900px) {
  .b-region-pick .regions-pick .regions-list {
    padding: 10px 0
  }
}
.b-region-pick .regions-pick .regions-list li {
  padding: 4px 15px
}
@media (min-width: 768px) {
  .b-region-pick .regions-pick .regions-list li {
    padding: 4px 20px
  }
}
@media (min-width: 1300px) {
  .b-region-pick .regions-pick .regions-list li {
    padding: 5px 20px
  }
}
@media (min-width: 1900px) {
  .b-region-pick .regions-pick .regions-list li {
    padding: 6px 20px
  }
}
.b-region-pick .regions-pick .regions-list li:hover,
.b-region-pick .regions-pick .regions-list li.active {
  color: #fff
}
.b-region-pick .regions-pick .regions-list li:hover {
  background: #dcdcdc
}
.b-region-pick .regions-pick .regions-list li.active {
  background: #007aa6
}
.b-region-pick .regions-pick ul {
  margin: 0;
  padding: 0
}
.b-region-pick .regions-pick ul li {
  margin: 0;
  padding: 0;
  list-style: none
}
.b-region-pick .regions-pick a {
  color: #1f3d48;
  text-decoration: none;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s
}
.b-region-pick .regions .region {
  display: none
}
.b-region-pick .regions .region.active {
  display: block
}
.b-region-pick .general-block {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee
}
@media (min-width: 768px) {
  .b-region-pick .general-block {
    margin-bottom: 40px
  }
}
.b-region-pick__title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px
}
.b-installations {
  text-align: center
}
.b-installations .desk {
  color: #2c353d;
  margin-bottom: 25px;
  font-size: 16px
}
@media (min-width: 768px) {
  .b-installations .desk {
    margin-bottom: 45px;
    font-size: 18px
  }
}
.b-installations .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 340px;
  margin: 0 10px 20px
}
@media (min-width: 768px) {
  .b-installations .item {
    margin: 0 30px 25px 0
  }
}
@media (min-width: 1300px) {
  .b-installations .item {
    margin: 0 35px 40px 0
  }
}
.b-installations .item:last-child {
  margin-right: 0
}
.b-installations .item .img {
  margin-bottom: 25px
}
@media (min-width: 768px) {
  .b-installations .item .img {
    margin-bottom: 45px
  }
}
.b-slides {
  padding: 25px 0
}
.b-slides .flexslider {
  position: relative
}
.b-slides .flexslider .slides {
  display: table
}
.b-slides .flexslider .slides>li {
  display: table-cell !important;
  height: 100%;
  vertical-align: middle;
  float: none !important
}
.b-slides .flexslider .review {
  text-align: center;
  max-width: 927px;
  margin: 0 auto;
  padding: 0 30px
}
.b-slides .flexslider .review .text {
  line-height: 1.75;
  margin-bottom: 18px
}
@media (min-width: 768px) {
  .b-slides .flexslider .review {
    padding: 0 40px
  }
}
.b-slides .flexslider .author {
  padding-left: 54px;
  position: relative;
  display: inline-block;
  text-align: left
}
.b-slides .flexslider .author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.b-slides .flexslider .author .name {
  color: #1f3d48;
  font-family: opensans-semibold
}
.b-slides .flexslider .flex-direction-nav {
  display: block
}
.b-slides .flexslider .flex-direction-nav li {
  padding: 0;
  margin: 0
}
.b-slides .flexslider .flex-direction-nav .flex-nav-prev,
.b-slides .flexslider .flex-direction-nav .flex-nav-next {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0
}
.b-slides .flexslider .flex-direction-nav .flex-prev {
  left: 0
}
.b-slides .flexslider .flex-direction-nav .flex-prev:before {
  border-right: none;
  border-top: none
}
.b-slides .flexslider .flex-direction-nav .flex-next {
  right: 0
}
.b-slides .flexslider .flex-direction-nav .flex-next:before {
  border-left: none;
  border-bottom: none
}
.b-slides .flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
@media (min-width: 768px) {
  .b-slides .flexslider .flex-direction-nav a {
    width: 40px
  }
}
.b-slides .flexslider .flex-direction-nav a:hover {
  opacity: .7
}
.b-slides .flexslider .flex-direction-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #d4d4d4;
  width: 20px;
  height: 20px;
  margin-top: -50px;
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
@media (min-width: 768px) {
  .b-slides .flexslider .flex-direction-nav a:before {
    width: 27px;
    height: 27px
  }
}
.b-slides .flexslider .flex-control-nav {
  margin-top: 6px
}
.b-slides .flexslider .flex-control-nav li {
  margin: 0 4px 0 0
}
.b-slides .flexslider .flex-control-nav li a {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  opacity: 1
}
.b-slides .flexslider .flex-control-nav li a:hover {
  opacity: .5
}
.b-slides .flexslider .flex-control-nav li a.flex-active {
  background: #b9b9b9
}
.b-quotes {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  text-align: center;
  border-top: 1px solid #efefef;
  -moz-transform: translate(0, -105px);
  -ms-transform: translate(0, -105px);
  -webkit-transform: translate(0, -105px);
  transform: translate(0, -105px);
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease
}
.b-quotes.stop-block-is-visible {
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%)
}
.b-quotes:hover {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%)
}
.b-quotes:hover .text {
  opacity: 1;
  visibility: visible
}
.b-quotes .container {
  padding: 20px 0;
  max-width: 842px
}
.b-quotes .text {
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background: #fff
}
.b-quotes .preview-wrap {
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: -1
}
.b-quotes .preview-wrap .preview {
  margin-bottom: 6px
}
.b-quotes .preview-wrap p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.b-quotes .preview,
.b-quotes .text {
  line-height: 1.8
}
.b-quotes .text {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px
}
.b-quotes .text p {
  margin-bottom: 10px
}
.b-quotes .author .name,
.b-quotes .author-collapsed .name {
  color: #1f3d48;
  font-family: opensans-semibold
}
.b-quotes .author-collapsed .name,
.b-quotes .author-collapsed .company {
  display: inline-block;
  vertical-align: middle
}
.b-quotes .author-collapsed .name {
  margin-right: 10px
}
.b-quotes .author {
  padding-left: 54px;
  position: relative;
  display: inline-block;
  text-align: left
}
.b-quotes .author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.b-support-contact {
  padding: 20px 0 0;
  line-height: 1.4;
  font-size: 18px
}
@media (min-width: 768px) {
  .b-support-contact {
    padding: 45px 0 0
  }
}
.b-support-contact h3 {
  margin: 0 0 20px;
  text-align: center
}
@media (min-width: 768px) {
  .b-support-contact h3 {
    margin: 0 0 27px
  }
}
.b-support-contact .support-wrap {
  position: relative;
  padding-top: 20px
}
.b-support-contact .support-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
@media (min-width: 992px) {
  .b-support-contact .support-wrap:before {
    width: auto;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 344px;
    border-bottom: none;
    border-right: 1px solid #efefef;
    height: calc(100% - 20px)
  }
}
.b-support-contact .b-region-pick {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick {
    width: 344px;
    padding-right: 40px;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0
  }
}
.b-support-contact .b-region-pick:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: 1px solid #efefef;
  width: 4000px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick:before {
    display: none
  }
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -9px;
    height: 22px;
    width: 9px;
    background: url('../images/icons-sb423040102.png') -64px 0 no-repeat
  }
}
.b-support-contact .b-region-pick .regions-pick .current-region {
  font-size: 16px;
  margin-bottom: 112px
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick .regions-pick .current-region {
    margin-bottom: 135px
  }
}
.b-support-contact .b-region-pick .general-block {
  padding: 0;
  border: none;
  margin: 0
}
@media (min-width: 992px) {
  .b-support-contact .b-region-pick .general-block {
    margin: 0 0 40px
  }
}
.b-support-contact .b-region-pick .general-block h4 {
  margin: 0 0 6px;
  font-family: Inter-Medium
}
.b-support-contact .regions {
  position: relative
}
@media (min-width: 992px) {
  .b-support-contact .regions {
    padding-left: 39px;
    margin-left: 344px
  }
}
.b-support-contact .regions .main-contact {
  position: absolute;
  top: -196px;
  left: 0
}
@media (min-width: 992px) {
  .b-support-contact .regions .main-contact {
    left: -344px;
    top: 73px
  }
}
@media (min-width: 1300px) {
  .b-support-contact .regions .main-contact {
    top: 79px
  }
}
.b-support-contact .regions .main-contact .current-mail {
  margin-bottom: 10px
}
.b-support-contact .regions .main-contact h4 {
  margin: 0 0 3px;
  font-family: Inter-Medium
}
.b-support-contact .regions .main-contact a[href^="tel"] {
  font-size: 18px;
  color: #666
}
.b-support-contact .regions .region {
  display: none
}
.b-support-contact .regions .region p {
  margin: 0
}
.b-support-contact .regions .region.active {
  display: block
}
.b-support-contact .regions ul {
  margin: 0;
  padding: 0
}
.b-support-contact .regions li {
  margin: 0 0 10px;
  width: 280px;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  color: #999
}
@media (min-width: 768px) {
  .b-support-contact .regions li {
    width: 235px;
    margin: 0 0 15px
  }
}
@media (min-width: 992px) {
  .b-support-contact .regions li {
    width: 235px;
    margin: 0 0 28px
  }
}
.b-support-contact .regions h6 {
  margin: 0 0 2px
}
.b-support-contact .regions .telephone p,
.b-support-contact .regions a[href^="tel"] {
  color: #999;
  font-size: 16px
}
.b-support-contact .regions .telephone p:hover,
.b-support-contact .regions a[href^="tel"]:hover {
  text-decoration: none
}
.b-support-contact .btn-wrap {
  position: relative;
  height: 33px;
  text-align: center
}
.b-support-contact .btn-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4000px;
  border: 1px solid #efefef;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}
.b-support-contact .btn-wrap .btn-support-collapsed {
  width: 65px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  display: block;
  height: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff
}
.b-support-contact .btn-wrap .btn-support-collapsed:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  height: 15px;
  width: 15px;
  background: url('../images/icons-sb423040102.png') 0 0 no-repeat;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
.b-support-contact .btn-wrap .btn-support-collapsed:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 19px;
  width: 66px;
  background: url('../images/icons-sb423040102.png') 0 -83px no-repeat
}
.b-support-contact .btn-wrap .btn-support-collapsed:hover:after {
  height: 15px;
  width: 15px;
  background: url('../images/icons-sb423040102.png') -27px 0 no-repeat
}
.b-support-contact.collapsed .btn-wrap .btn-support-collapsed:after {
  top: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-left: none;
  border-top: none;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
.b-support-contact.collapsed .btn-wrap .btn-support-collapsed:hover:after {
  border-color: #000
}
.b-wrap {
  text-align: center;
  background: url('../images/bg/bg-banner.jpg');
  font-size: 16px;
  font-family: Inter-Medium;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  line-height: 2.2
}
@media (min-width: 768px) {
  .b-wrap {
    padding: 0;
    height: 51px;
    font-size: 18px
  }
}
.b-wrap.style-a {
  background: url('../images/bg/bg-banner-a.jpg');
  color: #333333
}
.b-wrap.style-a .price {
  color: #007aa6
}
@media (min-width: 768px) {
  .b-wrap.loaded span {
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1
  }
}
@media (min-width: 768px) {
  .b-wrap span {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding: 7px 0;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
  }
  .b-wrap span:nth-child(3) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
  }
  .b-wrap span:nth-child(4) {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
  }
  .b-wrap span:nth-child(5) {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
  }
}
.b-wrap .price,
.b-wrap .link {
  margin-left: 10px;
  margin-right: 10px
}
@media (min-width: 768px) {
  .b-wrap .price,
  .b-wrap .link {
    margin-right: 0
  }
}
.b-wrap .price {
  font-size: 20px;
  color: #43d8d9;
  line-height: 1
}
@media (min-width: 768px) {
  .b-wrap .price {
    font-size: 26px;
    -moz-transform: translate(0, 100px) scale(0);
    -ms-transform: translate(0, 100px) scale(0);
    -webkit-transform: translate(0, 100px) scale(0);
    transform: translate(0, 100px) scale(0)
  }
}
.b-wrap a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  z-index: 1
}
.b-wrap .link {
  position: relative;
  font-size: 14px;
  display: block;
  color: #acd9ea
}
@media (min-width: 768px) {
  .b-wrap .link {
    display: inline-block;
    vertical-align: middle
  }
}
.b-wrap .link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  height: 12px;
  width: 8px;
  background: url('../images/icons-sb423040102.png') -51px -38px no-repeat
}
.b-releases {
  padding-top: 25px;
  border-top: 1px solid #efefef;
  margin-top: 25px
}
@media (min-width: 768px) {
  .b-releases {
    padding-top: 45px;
    margin-top: 45px
  }
}
.b-releases .parts-wrap {
  padding: 0 0 40px;
  position: relative;
  text-align: center
}
.b-releases .parts-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.b-releases .parts-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  border-bottom: 1px solid #efefef
}
.b-releases p {
  margin: 0
}
@media (min-width: 992px) {
  .b-releases .left-part,
  .b-releases .right-part {
    padding: 0 30px;
    width: 50%
  }
}
@media (min-width: 1300px) {
  .b-releases .left-part,
  .b-releases .right-part {
    padding: 0 80px
  }
}
.b-releases .right-part {
  margin-bottom: 10px;
  position: relative
}
@media (min-width: 992px) {
  .b-releases .right-part {
    margin-bottom: 0;
    float: right
  }
}
.b-releases .left-part {
  position: relative
}
@media (min-width: 992px) {
  .b-releases .left-part {
    float: left;
    border-right: 1px solid #efefef
  }
}
.b-releases .left-part:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -47px;
  left: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 12px;
  width: 19px;
  background: url('../images/icons-sb423040102.png') -32px -38px no-repeat;
  z-index: 1;
  display: none
}
.b-releases .btn-collapsed {
  margin-top: 10px;
  text-decoration: none;
  border-bottom: 1px dotted #004c67
}
.b-releases .btn-collapsed:hover {
  border: none
}
.b-releases.collapsed .parts-wrap .btn-collapsed {
  border-bottom: 1px dotted #007aa6;
  color: #004c67
}
.b-releases.collapsed .parts-wrap .btn-collapsed:hover {
  border: none
}
.b-releases.collapsed .left-part:after {
  display: block
}
.b-releases .inner-wrap {
  padding: 39px 0 0 0;
  display: none
}
.b-releases .inner-wrap .btn-collapsed {
  margin-right: 47px;
  border-bottom: 1px dotted #007aa6
}
.b-releases .inner-wrap .title {
  margin-bottom: 27px
}
.b-releases .inner-wrap .title h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px 20px 0
}
@media (min-width: 768px) {
  .b-releases .inner-wrap .title h3 {
    margin: 0 45px 0 0
  }
}
.b-releases .inner-wrap .list-style-b {
  margin-bottom: 26px
}
.media-wrap iframe,
.media-wrap object,
.media-wrap embed,
.media-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.media-wrap__media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  display: block
}
.media-wrap .vidyard_player {
  display: block
}
.media-wrap .vidyard_player>span {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute !important
}
.b-video .desk {
  text-align: center;
  max-width: 570px;
  margin: 0 auto 25px
}
@media (min-width: 768px) {
  .b-video .desk {
    margin-bottom: 50px
  }
}
.b-video .items {
  text-align: center;
  margin: 0 -20px
}
@media (min-width: 768px) {
  .b-video .items {
    margin: 0 -35px
  }
}
.b-video .item {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative
}
@media (min-width: 768px) {
  .b-video .item {
    width: 49%;
    display: inline-block;
    vertical-align: top
  }
}
@media (min-width: 992px) {
  .b-video .item {
    width: 46%;
    padding: 0 35px;
    margin-bottom: 70px
  }
}
.b-video .item.style-placeholder * {
  color: #cccccc
}
.b-video .media-wrap {
  margin-bottom: 30px
}
.b-video .btn-play {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  min-width: 80px;
  min-height: 80px;
  transition: box-shadow .3s
}
.b-video .btn-play:before,
.b-video .btn-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.b-video .btn-play:before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  transition: background .3s;
  z-index: 1
}
.b-video .btn-play:after {
  background: url("../images/icon-play.svg") calc(50% + 2px) 50% no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%
}
.b-video .btn-play:hover:before {
  background: rgba(0,0,0,0.6)
}
.b-video .btn-play img {
  position: static
}
.btn {
  padding: 11px 40px;
  background-repeat: no-repeat;
  background-color: #27bdbe;
  border-radius: 40px;
  color: #fff;
  -moz-transition: opacity .3s ease 0s,background-color .3s,color .3s;
  -o-transition: opacity .3s ease 0s,background-color .3s,color .3s;
  -webkit-transition: opacity .3s ease,background-color .3s,color .3s;
  -webkit-transition-delay: 0s,0s,0s;
  transition: opacity .3s ease 0s,background-color .3s,color .3s;
  text-decoration: none;
  display: inline-block;
  font-family: Inter-Medium;
  font-size: 14px;
  white-space: nowrap
}
@media (min-width: 768px) {
  .btn {
    padding: 14px 50px;
    font-size: 15px
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 18px
  }
}
.btn:hover {
  text-decoration: none;
  background-color: #2b2f35;
  color: #fff
}
.btn.style-with-ico {
  padding: 10px 57px 10px 21px;
  position: relative
}
.btn.style-with-ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 15px;
  width: 12px;
  background: url('../images/icons-sb423040102.png') -15px 0 no-repeat
}
@media (min-width: 768px) {
  .btn.style-with-ico {
    padding: 14px 75px 14px 35px
  }
}
.btn.style-a {
  background: #a5915f;
  color: #fff
}
.btn.style-a:hover {
  background: #948256
}
.btn.btn-small {
  padding: 12px 32px;
  vertical-align: middle;
  font-size: 14px;
  background-position: 83% 50%
}
.btn.btn-small.style-with-ico {
  padding: 9px 50px 9px 27px
}
@media (min-width: 768px) {
  .btn.btn-small.style-with-ico {
    padding: 12px 57px 12px 32px
  }
}
.btn.btn-xsmall {
  font-size: 11px;
  padding: 9px 16px
}
.btn.btn-big {
  padding: 9px 48px
}
@media (min-width: 992px) {
  .btn.btn-big {
    padding: 14px 72px
  }
}
