@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* colors */
/* fonts */
/* variables */
/* mixin */
.container, .form-line, .header, .header-right-content, .header-form-wrapper, .form-email, .header-menu-list, .language-list, .banner-list, .services-list__item, .services-slider-controls-wrapper, .advantage-page, .partner-slider-list, .breadcrumb-list-wrapper, .content-block, .page-404-link,
.back-home-link, .services-popup-list__item-header {
  *zoom: 1;
}

.container:before, .form-line:before, .header:before, .header-right-content:before, .header-form-wrapper:before, .form-email:before, .header-menu-list:before, .language-list:before, .banner-list:before, .services-list__item:before, .services-slider-controls-wrapper:before, .advantage-page:before, .partner-slider-list:before, .breadcrumb-list-wrapper:before, .content-block:before, .page-404-link:before,
.back-home-link:before, .services-popup-list__item-header:before, .container:after, .form-line:after, .header:after, .header-right-content:after, .header-form-wrapper:after, .form-email:after, .header-menu-list:after, .language-list:after, .banner-list:after, .services-list__item:after, .services-slider-controls-wrapper:after, .advantage-page:after, .partner-slider-list:after, .breadcrumb-list-wrapper:after, .content-block:after, .page-404-link:after,
.back-home-link:after, .services-popup-list__item-header:after {
  content: " ";
  display: table;
}

.container:after, .form-line:after, .header:after, .header-right-content:after, .header-form-wrapper:after, .form-email:after, .header-menu-list:after, .language-list:after, .banner-list:after, .services-list__item:after, .services-slider-controls-wrapper:after, .advantage-page:after, .partner-slider-list:after, .breadcrumb-list-wrapper:after, .content-block:after, .page-404-link:after,
.back-home-link:after, .services-popup-list__item-header:after {
  clear: both;
}

html, body {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: "Roboto Regular", sans-serif;
  font-size: 100%;
  line-height: 1.3;
  height: 100%;
  width: 100%;
}

body {
  font-size: 100%;
  font-size: 1rem;
}

.device * {
  -webkit-text-size-adjust: none;
}

.device.smooth-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
  -webkit-tap-highlight-color: transparent;
}

.desktop a:hover {
  color: #f93900;
}

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

.button {
  color: #fff;
  text-decoration: none;
}

svg {
  display: inherit;
  overflow: visible;
}

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

.wrapper {
  min-width: 320px;
  overflow: hidden;
  position: relative;
  padding-top: 70px;
}

.container {
  margin: 0 auto;
  max-width: 640px;
  position: relative;
  padding: 0 20px;
}

th {
  font-weight: normal;
}

textarea,
input {
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0 20px;
  width: 100%;
}

input {
  height: 42px;
  line-height: 42px;
}

textarea {
  height: 85px;
  padding: 10px 20px;
}

input[type="email"] {
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

input:invalid,
input:-moz-ui-invalid {
  border: 0;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

textarea:focus,
input:focus {
  outline: 0;
}

input:-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  font-size: 68.75%;
  font-size: 0.6875rem;
  color: #4c4a4a;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

::-moz-placeholder {
  font-size: 68.75%;
  font-size: 0.6875rem;
  color: #4c4a4a;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

:-moz-placeholder {
  font-size: 68.75%;
  font-size: 0.6875rem;
  color: #4c4a4a;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

:-ms-input-placeholder {
  font-size: 68.75%;
  font-size: 0.6875rem;
  color: #4c4a4a;
  opacity: 1;
  text-transform: uppercase;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.android input[type=text],
.android input[type=email] {
  line-height: 0 !important;
}

.form-field {
  margin-bottom: 21px;
}

.form-error {
  border-color: #d30;
  -webkit-animation: placeholder_error .2s 1 ease-in;
     -moz-animation: placeholder_error .2s 1 ease-in;
       -o-animation: placeholder_error .2s 1 ease-in;
          animation: placeholder_error .2s 1 ease-in;
}

.form-error::-webkit-input-placeholder {
  color: #d30;
}

.form-error::-moz-placeholder {
  color: #d30;
}

.form-error:-moz-placeholder {
  color: #d30;
}

.form-error:-ms-input-placeholder {
  color: #d30;
}

@-webkit-keyframes placeholder_error {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-moz-keyframes placeholder_error {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(0.5deg);
         transform: rotate(0.5deg);
  }
  50% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  75% {
    -moz-transform: rotate(-0.5deg);
         transform: rotate(-0.5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}

@-o-keyframes placeholder_error {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(0.5deg);
       transform: rotate(0.5deg);
  }
  50% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  75% {
    -o-transform: rotate(-0.5deg);
       transform: rotate(-0.5deg);
  }
  100% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}

@keyframes placeholder_error {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0.5deg);
       -moz-transform: rotate(0.5deg);
         -o-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-0.5deg);
       -moz-transform: rotate(-0.5deg);
         -o-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.form-progress .form-button,
.form-progress .arrow-button-wrapper {
  cursor: default;
  opacity: 1;
}

.form-progress .arrow-button-wrapper .arrow-button-svg-path {
  fill: #000;
}

.form-progress .form-button .banner-button-text {
  color: #000;
}

.form-progress .form-button:before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.form-success .form-success-content {
  height: auto;
}

.form-success .contact-us-form-content {
  height: 0;
}

.form-connection-error {
  color: #f93900;
  display: none;
  font-size: 14px;
  position: absolute;
  text-align: left;
  top: 43px;
  width: 100%;
}

@media (min-width: 640px) {
  input {
    width: 225px;
  }
  .form-line:nth-child(1) {
    margin-left: -8px;
    margin-right: -8px;
  }
  .form-field {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (min-width: 480px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 640px) {
  .container {
    padding: 0 55px;
    padding: 0;
    width: 520px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    width: 1090px;
  }
}

/* Clearfix  */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Clearfix end */
/* header */
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  height: 70px;
  left: 0;
  right: 0;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
  z-index: 10000;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.8);
}

.header-top-wrapper {
  background-color: white;
  height: 70px;
}

.header-logo-wrapper {
  float: left;
  padding: 17.5px 0;
  display: block;
}

.header-logo-wrapper,
.heade-logo {
  max-height: 35px;
  max-width: 162px;
}

.header-right-content {
  float: right;
}

.header-form-wrapper {
  height: 39px;
  text-align: center;
  margin-bottom: 20px;
}

.form-email {
  border: 1px solid gainsboro;
  display: inline-block;
}

.email-input,
.email-button {
  float: left;
  height: 37px;
  display: block;
  line-height: 37px;
  vertical-align: middle;
}

.email-input {
  border-color: transparent;
  width: 160px;
}

.email-input.form-error {
  border-color: red;
}

.email-input:invalid, .email-input:-moz-ui-invalid {
  border: 1px solid transparent;
  border-color: red;
}

.email-input::-webkit-input-placeholder {
  font-size: 75%;
  font-size: 0.75rem;
  color: #4c4a4a;
  opacity: 1;
  text-transform: none;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.email-input::-moz-placeholder {
  font-size: 75%;
  font-size: 0.75rem;
  color: #4c4a4a;
  opacity: 1;
  text-transform: none;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.email-input:-moz-placeholder {
  font-size: 75%;
  font-size: 0.75rem;
  color: #4c4a4a;
  opacity: 1;
  text-transform: none;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.email-input:-ms-input-placeholder {
  font-size: 75%;
  font-size: 0.75rem;
  color: #4c4a4a;
  opacity: 1;
  text-transform: none;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.email-button {
  background-color: rgba(220, 220, 220, 0.66);
  background-color: #ececec;
  line-height: 0;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
  border-left: 1px solid gainsboro;
}

.email-button-text,
.email-button-svg-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.email-button-text {
  font-size: 75%;
  font-size: 0.75rem;
  padding-left: 19px;
}

.svg-email-form-path {
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.desktop .email-button:hover {
  background-color: #fff;
}

.desktop .email-button:hover .svg-email-form-path {
  fill: #f93900;
}

.header-login-link {
  float: left;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 2.5;
  padding: 0 22px;
  margin: 0 -22px;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.header-button {
  background-color: #f93900;
  border: 1px solid #f93900;
  display: none;
  float: right;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 2.5;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
  position: relative;
}

.header-button:before {
  content: "";
  background-color: #FFF;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -moz-transition: transform .2s linear, -moz-transform .2s linear;
  -o-transition: transform .2s linear, -o-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear, -moz-transform .2s linear, -o-transform .2s linear;
}

.header-button-text {
  position: relative;
  z-index: 1;
}

.desktop .header-login-link:hover {
  color: #f93900;
}

.desktop .header-button:hover {
  color: #000;
}

.desktop .header-button:hover:before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 640px) {
  .header .container {
    padding-left: 55px;
    padding-right: 55px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .header .container {
    width: 640px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-logo-wrapper,
  .heade-logo {
    max-height: 37px;
    max-width: 120px;
  }
  .header-login-link {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 2.64286;
    margin: 0;
  }
  .header-button {
    display: block;
  }
}

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

@media (min-width: 0px) {
  .header .container {
    padding: 0;
    width: auto;
    max-width: 100%;
  }
  .header-top-wrapper {
    width: auto;
    padding-left: 20px;
  }
  .header-content {
    background-color: #3a3c40;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    top: 70px;
    left: 100%;
    width: 100%;
    -webkit-transition: left .3s ease-in, opacity 0s linear .3s, visibility 0s linear .3s;
    -moz-transition: left .3s ease-in, opacity 0s linear .3s, visibility 0s linear .3s;
    -o-transition: left .3s ease-in, opacity 0s linear .3s, visibility 0s linear .3s;
    transition: left .3s ease-in, opacity 0s linear .3s, visibility 0s linear .3s;
  }
  .header-menu-hamburger {
    border-left: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: right;
    height: 70px;
    position: relative;
    width: 70px;
    -webkit-transition: background-color .3s linear .2s;
    -moz-transition: background-color .3s linear .2s;
    -o-transition: background-color .3s linear .2s;
    transition: background-color .3s linear .2s;
  }
  .header-menu-hamburger-line {
    background-color: #3a3c40;
    display: block;
    height: 2px;
    margin: 34px auto;
    -webkit-transition: background-color .3s linear, opacity .3s linear .4s;
    -moz-transition: background-color .3s linear, opacity .3s linear .4s;
    -o-transition: background-color .3s linear, opacity .3s linear .4s;
    transition: background-color .3s linear, opacity .3s linear .4s;
    width: 16px;
    opacity: 1;
  }
  .header-menu-hamburger-line:nth-child(2) {
    margin: 0 auto;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 29px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: background-color .2s linear, top .2s linear .4s, -webkit-transform .2s linear .2s;
    transition: background-color .2s linear, top .2s linear .4s, -webkit-transform .2s linear .2s;
    -moz-transition: background-color .2s linear, top .2s linear .4s, transform .2s linear .2s, -moz-transform .2s linear .2s;
    -o-transition: background-color .2s linear, top .2s linear .4s, transform .2s linear .2s, -o-transform .2s linear .2s;
    transition: background-color .2s linear, top .2s linear .4s, transform .2s linear .2s;
    transition: background-color .2s linear, top .2s linear .4s, transform .2s linear .2s, -webkit-transform .2s linear .2s, -moz-transform .2s linear .2s, -o-transform .2s linear .2s;
  }
  .header-menu-hamburger-line:nth-child(3) {
    margin: 0 auto;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    bottom: 29px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: background-color .2s linear, bottom .2s linear .4s, -webkit-transform .2s linear .2s;
    transition: background-color .2s linear, bottom .2s linear .4s, -webkit-transform .2s linear .2s;
    -moz-transition: background-color .2s linear, bottom .2s linear .4s, transform .2s linear .2s, -moz-transform .2s linear .2s;
    -o-transition: background-color .2s linear, bottom .2s linear .4s, transform .2s linear .2s, -o-transform .2s linear .2s;
    transition: background-color .2s linear, bottom .2s linear .4s, transform .2s linear .2s;
    transition: background-color .2s linear, bottom .2s linear .4s, transform .2s linear .2s, -webkit-transform .2s linear .2s, -moz-transform .2s linear .2s, -o-transform .2s linear .2s;
  }
  .desktop .header-menu-hamburger:hover .header-menu-hamburger-line {
    background-color: #f93900;
  }
  .header-menu-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
  }
  .header-menu-list-wrapper {
    position: absolute;
    top: 0;
    display: table;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .header-menu-list {
    display: table-cell;
    padding: 30px 0px 134px;
    vertical-align: middle;
    text-align: center;
  }
  .header-menu-list__item {
    position: relative;
    display: block;
    width: 275px;
    margin: 0 auto;
  }
  .header-menu-list__item:before {
    content: '';
    display: block;
    top: 0;
    height: 1px;
    width: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    background-color: rgba(255, 255, 255, 0.33);
  }
  .header-menu-list__item:nth-child(1):before {
    display: none;
  }
  .header-menu-list__item-link {
    color: #fff;
    display: inline-block;
    padding: 23px 0;
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
  .header-right-content {
    background-color: #3a3c40;
    float: none;
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 5px;
  }
  .header-login-link,
  .header-button {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }
  .header-button {
    padding: 9px 20px;
  }
  .header-login-link {
    color: #fff;
    font-size: 112.5%;
    font-size: 1.125rem;
  }
  .open-menu {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .open-menu .header-content {
    background-color: #3a3c40;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    top: 70px;
    z-index: 10001;
    left: 0;
    -webkit-transition: left .5s ease-in, opacity 0s linear, visibility 0s linear;
    -moz-transition: left .5s ease-in, opacity 0s linear, visibility 0s linear;
    -o-transition: left .5s ease-in, opacity 0s linear, visibility 0s linear;
    transition: left .5s ease-in, opacity 0s linear, visibility 0s linear;
    opacity: 1;
    visibility: visible;
  }
  .open-menu .header-menu-hamburger {
    background-color: #3a3c40;
  }
  .open-menu .header-menu-hamburger-line {
    background-color: #fff;
    -webkit-transition: background-color .3s linear, opacity .3s linear .3s;
    -moz-transition: background-color .3s linear, opacity .3s linear .3s;
    -o-transition: background-color .3s linear, opacity .3s linear .3s;
    transition: background-color .3s linear, opacity .3s linear .3s;
  }
  .open-menu .header-menu-hamburger-line:nth-child(1) {
    opacity: 0;
  }
  .open-menu .header-menu-hamburger-line:nth-child(2) {
    top: 34px;
    -webkit-transition: background-color .3s linear, top .3s linear .3s, -webkit-transform .3s linear .6s;
    transition: background-color .3s linear, top .3s linear .3s, -webkit-transform .3s linear .6s;
    -moz-transition: background-color .3s linear, top .3s linear .3s, transform .3s linear .6s, -moz-transform .3s linear .6s;
    -o-transition: background-color .3s linear, top .3s linear .3s, transform .3s linear .6s, -o-transform .3s linear .6s;
    transition: background-color .3s linear, top .3s linear .3s, transform .3s linear .6s;
    transition: background-color .3s linear, top .3s linear .3s, transform .3s linear .6s, -webkit-transform .3s linear .6s, -moz-transform .3s linear .6s, -o-transform .3s linear .6s;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open-menu .header-menu-hamburger-line:nth-child(3) {
    bottom: 34px;
    -webkit-transition: background-color .3s linear, bottom .3s linear .3s, -webkit-transform .3s linear .6s;
    transition: background-color .3s linear, bottom .3s linear .3s, -webkit-transform .3s linear .6s;
    -moz-transition: background-color .3s linear, bottom .3s linear .3s, transform .3s linear .6s, -moz-transform .3s linear .6s;
    -o-transition: background-color .3s linear, bottom .3s linear .3s, transform .3s linear .6s, -o-transform .3s linear .6s;
    transition: background-color .3s linear, bottom .3s linear .3s, transform .3s linear .6s;
    transition: background-color .3s linear, bottom .3s linear .3s, transform .3s linear .6s, -webkit-transform .3s linear .6s, -moz-transform .3s linear .6s, -o-transform .3s linear .6s;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (min-width: 1200px) {
  .desktop .header {
    background-color: #fff;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }
  .desktop .header .container {
    margin: 0 auto;
    width: 1090px;
  }
  .desktop .header-content,
  .desktop .header-menu-container,
  .desktop .header-menu-list-wrapper,
  .desktop .header-menu-list {
    display: block;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    background-color: #fff;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }
  .desktop .header-top-wrapper {
    float: left;
    padding-left: 0;
  }
  .desktop .header-menu-hamburger {
    display: none;
  }
  .desktop .header-content {
    margin-left: 130px;
    opacity: 1;
    visibility: visible;
    height: 70px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: auto;
  }
  .desktop .header-menu-container {
    float: left;
  }
  .desktop .header-menu-list {
    padding: 0;
  }
  .desktop .header-menu-list__item {
    float: left;
    width: auto;
  }
  .desktop .header-menu-list__item:before {
    display: none;
  }
  .desktop .header-menu-list__item-link {
    font-size: 81.25%;
    font-size: 0.8125rem;
    line-height: 4.92308;
    color: #000;
    margin: 0 20px;
    padding: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .desktop .header-menu-list__item-link:hover {
    border-bottom-color: #f93900;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    transition: border-color .3s linear;
  }
  .desktop .header-right-content {
    padding-bottom: 0;
    float: right;
    position: static;
    background-color: transparent;
    margin: 16.5px 0;
    padding-top: 0px;
  }
  .desktop .header-form-wrapper {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .desktop .email-input {
    width: 200px;
  }
  .desktop .header-login-link,
  .desktop .header-button {
    display: block;
    float: left;
    margin: 0;
  }
  .desktop .header-button {
    padding: 0px 20px;
  }
  .desktop .header-login-link {
    color: #010202;
    font-size: 75%;
    font-size: 0.75rem;
    line-height: 3.08333;
  }
}

@media (min-width: 1280px) {
  .desktop .header-right-content {
    margin-right: -55px;
  }
}

@media (max-height: 480px) {
  .header-menu-list {
    padding-top: 5px;
  }
}

/* .banner-section */
.banner-section {
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 439px;
}

.language-list-wrapper {
  position: absolute;
  height: 40px;
  z-index: 9999;
  top: 10px;
  left: 8px;
}

.language-list,
.language-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.language-list__item {
  float: left;
  width: 40px;
  height: 40px;
}

.language-list__item-link {
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
  position: relative;
}

.language-list__item-link-text {
  color: #fff;
  border-bottom: 2px solid transparent;
  display: inline-block;
  left: 50%;
  padding: 4px 0;
  position: absolute;
  top: 50%;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.34);
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: border-color .3s linear;
  -moz-transition: border-color .3s linear;
  -o-transition: border-color .3s linear;
  transition: border-color .3s linear;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.language-active .language-list__item-link-text {
  border-bottom: 2px solid #f93900;
}

.desktop .language-list__item:not(.language-active):hover .language-list__item-link-text {
  border-bottom: 2px solid #fff;
}

.desktop .language-active .language-list__item-link {
  cursor: default;
}

.video-wrapper {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  height: 439px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.video-wrapper:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.video {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.device .video {
  visibility: hidden;
  display: none;
}

.banner-list-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-list,
.banner-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.banner-list__item {
  display: table;
  height: auto;
  width: 100%;
  float: left;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  background-position: 50%;
}

.banner-list__item-contaniner {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  height: 439px;
  vertical-align: middle;
  width: 100%;
}

.banner-list__item-wrapper {
  max-height: 439px;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 70px;
  padding-top: 70px;
  position: relative;
}

.banner-list__item-title {
  font-size: 212.5%;
  font-size: 2.125rem;
  position: relative;
  overflow: hidden;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.34);
  margin-bottom: 10px;
}

.banner-list__item-subtitle-list {
  display: block;
  text-align: left;
  margin-left: -5px;
  margin-bottom: 10px;
}

.banner-list__item-subtitle-list li {
  background-image: url("../images/banner_subtitle-bg.png");
  background-position: 0 0;
  display: inline-block;
  font-size: 112.5%;
  font-size: 1.125rem;
  padding: 10px;
  margin: 5px 5px;
}

.banner-list__item-text {
  font-size: 112.5%;
  font-size: 1.125rem;
}

.banner-button {
  display: inline-block;
  height: 53px;
  margin-top: 25px;
  vertical-align: middle;
  position: relative;
  background-color: #de2b02;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.banner-button-text {
  display: inline-block;
  font-size: 125%;
  font-size: 1.25rem;
  line-height: 2.65;
  padding: 0 25px;
  vertical-align: top;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
  position: relative;
  z-index: 10;
}

.arrow-button-wrapper {
  background-color: #bf2400;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
  width: 44px;
}

.arrow-button-svg {
  height: 53px;
  position: relative;
  width: 44px;
}

.arrow-button-svg-path {
  fill: #fff;
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.desktop .banner-button:hover {
  background-color: #f74700;
}

.desktop .banner-button:hover .banner-button-text {
  color: #fff;
}

.desktop .banner-button:hover .arrow-button-wrapper {
  background-color: #da3e00;
}

.banner-controls-wrapper {
  position: absolute;
  bottom: 20px;
  height: 50px;
  text-align: center;
  width: 100%;
}

.banner-bullet {
  display: inline-block;
}

.banner-controls-link {
  display: inline-block;
  height: 50px;
  width: 50px;
}

.banner-controls-link-left {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.banner-controls-link-svg-path {
  fill: #fff;
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.banner-dots-wrapper,
.bx-pager {
  display: inline-block;
  height: 51px;
  vertical-align: top;
}

.bx-pager-item {
  display: inline-block;
  height: 51px;
}

.banner-bullet,
.bx-pager-link {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #ebebeb;
  display: block;
  color: transparent;
  height: 7px;
  width: 7px;
  margin: 19px 10px;
  overflow: hidden;
  position: relative;
  border: 3px solid #000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.banner-dots-wrapper .banner-bullet-active,
.banner-dots-wrapper .active {
  background-color: #10172a;
  border-color: #d30;
  color: transparent;
}

.desktop .banner-controls-link:hover .banner-controls-link-svg-path {
  fill: #f93900;
}

.desktop .bx-pager-link:not(.active):hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  color: transparent;
}

.desktop .bx-pager-link.active:hover {
  color: transparent;
}

.desktop .active:hover {
  cursor: default;
}

@media (min-width: 480px) {
  .banner-list__item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .language-list-wrapper {
    left: 28px;
  }
}

@media (min-width: 640px) {
  .video-wrapper {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  .banner-list__item-wrapper {
    padding-left: 55px;
    padding-right: 55px;
  }
  .banner-list__item-title {
    font-size: 462.5%;
    font-size: 4.625rem;
    width: 570px;
  }
  .banner-list__item-subtitle-list li {
    font-size: 262.5%;
    font-size: 2.625rem;
  }
  .language-container {
    width: 100%;
    padding: 0 55px;
  }
  .language-list-wrapper {
    left: 53px;
  }
}

@media (min-width: 768px) {
  .banner-section,
  .banner-list__item-contaniner,
  .video-wrapper {
    height: 565px;
  }
  .banner-list__item-wrapper {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 170px;
    width: 640px;
  }
  .banner-list__item {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  .banner-button {
    height: 56px;
    margin-top: 35px;
  }
  .banner-button-text {
    line-height: 2.80;
  }
  .arrow-button-wrapper {
    height: 56px;
    width: 46px;
  }
  .arrow-button-svg {
    height: 56px;
    width: 46px;
  }
  .banner-controls-wrapper {
    bottom: 35px;
  }
  .language-container {
    width: 640px;
    padding: 0;
  }
  .language-list-wrapper {
    left: -12px;
  }
  .banner-controls-wrapper {
    bottom: 120px;
  }
  .banner-list__item-subtitle-list li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .banner-list__item-wrapper {
    padding: 90px 55px;
    padding-bottom: 135px;
    width: 1090px;
  }
  .servises-list__item-img-wrapper {
    margin: 0 auto;
  }
  .language-container {
    width: 1090px;
  }
  .banner-controls-wrapper {
    bottom: 70px;
  }
}

.language-container {
  padding: 0 20px;
  width: auto;
  max-width: 100%;
}

.language-container .language-list-wrapper {
  left: 20px;
}

@media (min-width: 1200px) {
  .language-container {
    width: 1090px;
  }
}

/* .banner-section end */
/* .secvices-page  */
.services-page {
  position: relative;
  z-index: 1;
}

.services-container {
  padding: 0;
}

.services-list-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.services-list,
.services-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.services-list__item {
  border-top: 1px solid #ebebeb;
  margin: 0 -20px;
  background-color: transparent;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.services-list__item:nth-child(1) {
  border-top-color: transparent;
}

.services-list__item-link {
  display: block;
  padding: 29px 20px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color .3s linear;
  -moz-transition: border-color .3s linear;
  -o-transition: border-color .3s linear;
  transition: border-color .3s linear;
}

.servises-list__item-img-wrapper {
  float: left;
  max-height: 64px;
  padding: 2px 10px;
  width: 55px;
  position: relative;
}

.servises-list__item-img {
  max-width: 55px;
  max-height: 64px;
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.servises-list__item-img-hover {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.servises-list__item-text-wrapper {
  margin-left: 85px;
}

.servises-list__item-text-title {
  font-size: 125%;
  font-size: 1.25rem;
}

.servises-list__item-text-description {
  font-size: 81.25%;
  font-size: 0.8125rem;
  line-height: 1.30769;
  margin-top: 15px;
}

.desktop .services-list__item:hover {
  background-color: #f8f8f8;
}

.desktop .services-list__item:hover .services-list__item-link {
  color: #000;
  border-bottom-color: transparent;
}

.desktop .services-list__item:hover .servises-list__item-img {
  opacity: 0;
}

.desktop .services-list__item:hover .servises-list__item-img-hover {
  opacity: 1;
}

@media (min-width: 1200px) {
  .desktop .services-list__item:hover .services-list__item-link {
    border-bottom-color: #f93900;
  }
}

.services-slider-controls-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

.owl-stage-outer {
  z-index: 2;
}

.services-slider-control {
  display: block;
  width: 64px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.services-slider-control .banner-controls-link-svg {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  height: 45px;
  width: 65px;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  left: 2px;
}

.services-slider-control .banner-controls-link-svg-path {
  fill: #000;
  -webkit-filter: none;
          filter: none;
}

.services-slider-control-left {
  border-left-color: transparent;
  left: 0px;
}

.services-slider-control-left .banner-controls-link-svg {
  -webkit-transform: rotate(180deg) scale(1);
     -moz-transform: rotate(180deg) scale(1);
      -ms-transform: rotate(180deg) scale(1);
       -o-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
  position: absolute;
  left: -2px;
}

.services-slider-control-right {
  right: 0;
}

.desktop .services-slider-control:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.desktop .services-slider-control:hover .banner-controls-link-svg-path {
  fill: #f93900;
}

@media (min-width: 480px) {
  .services-list__item {
    margin: 0 -40px;
  }
  .services-list__item-link {
    padding-left: 40px;
    padding-right: 40px;
  }
  .services-list-wrapper {
    padding: 0 40px;
  }
  .servises-list__item-img-wrapper {
    width: 64px;
    padding: 2px 10px;
  }
  .servises-list__item-img {
    max-width: 64px;
  }
  .servises-list__item-text-wrapper {
    margin-left: 95px;
  }
}

@media (min-width: 640px) {
  .services-list-wrapper {
    padding: 0;
  }
  .services-list__item {
    margin: 0;
  }
  .services-list__item-link {
    padding-left: 55px;
    padding-right: 55px;
  }
  .servises-list__item-img-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .servises-list__item-text-wrapper {
    margin-left: 115px;
  }
  .services-container {
    width: 640px;
  }
}

@media (min-width: 768px) {
  .services-list-wrapper {
    margin-top: -100px;
  }
}

@media (min-width: 1200px) {
  .services-page {
    height: 0;
  }
  .services-container {
    width: 100%;
  }
  .services-list-wrapper {
    -webkit-box-shadow: 0 13px 51px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0 13px 51px rgba(0, 0, 0, 0.08);
            box-shadow: 0 13px 51px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin-top: -65px;
    width: 1200px;
  }
  .services-list {
    display: table;
  }
  .services-list__item {
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-top: none;
    border-right: none;
    display: table-cell;
    text-align: center;
    width: 20%;
    vertical-align: top;
  }
  .services-list__item-link {
    padding: 45px 25px;
  }
  .owl-item:nth-child(1) .services-list__item {
    border-left-color: transparent;
  }
  .servises-list__item-img-wrapper {
    float: none;
    margin-bottom: 17px;
    height: 64px;
  }
  .servises-list__item-text-wrapper {
    margin-left: 0;
  }
  .servises-list__item-text-description {
    margin-top: 11px;
  }
}

/* .advantage-page */
.advantage-header-wrapper {
  padding: 41px  0 47px;
}

.advantage-header-content {
  color: #2c2c2c;
  text-align: center;
}

.advantage-header-logo-wrapper {
  margin-bottom: 13px;
}

.advantage-header-logo-img {
  margin: 0 auto;
  max-height: 81px;
  max-width: 81px;
}

.advantage-header-title {
  font-size: 162.5%;
  font-size: 1.625rem;
  margin-bottom: 10px;
}

.advantage-header-text {
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.42857;
  padding: 0 10px;
  max-width: 390px;
  margin: 0 auto;
}

.advantage-list-wrapper {
  background-color: #000;
  background-image: url("../images/advantage-list-bg.jpg");
  background-position: 60% 10%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 34px 0;
  position: relative;
  overflow: hidden;
}

.advantage-list-wrapper:before {
  background-color: rgba(0, 0, 0, 0.28);
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 200%;
  width: 100%;
}

.advantage-list__item {
  background-image: url("../images/advantage-item-mark.png");
  background-position: 0 14px;
  background-repeat: no-repeat;
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
  padding: 12px 0;
  padding-left: 35px;
}

@media (min-width: 640px) {
  .advantage-header-wrapper {
    padding: 65px  0 77px;
  }
  .advantage-header-logo-img {
    max-height: 137px;
    max-width: 137px;
  }
  .advantage-header-title {
    font-size: 250%;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .advantage-header-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.375;
    padding: 0;
  }
  .advantage-list-wrapper {
    padding-bottom: 51px;
  }
  .advantage-list {
    padding: 0 45px;
  }
  .advantage-list__item {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.33333;
    padding-bottom: 11px;
    padding-top: 11px;
  }
}

@media (min-width: 1200px) {
  .advantage-page {
    display: table;
    width: 100%;
  }
  .advantage-page .container {
    width: 600px;
    padding: 0;
    display: inline-block;
  }
  .advantage-header-wrapper,
  .advantage-list-wrapper {
    display: table-cell;
    padding-top: 284px;
    vertical-align: top;
    width: 50%;
  }
  .advantage-header-wrapper {
    background-image: url("../images/advantage-header-bg.jpg");
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding-top: 306px;
    text-align: right;
  }
  .advantage-header-logo-wrapper {
    margin-bottom: 20px;
  }
  .advantage-header-logo-img {
    max-height: 159px;
    max-width: 159px;
  }
  .advantage-header-title {
    font-size: 287.5%;
    font-size: 2.875rem;
  }
  .advantage-header-text {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.38889;
    max-width: 435px;
  }
  .advantage-list {
    padding: 0;
    padding-left: 90px;
  }
  .advantage-list-wrapper {
    background-position: 100% 0;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
    text-align: left;
  }
  .advantage-list__item {
    font-size: 131.25%;
    font-size: 1.3125rem;
    line-height: 1.28571;
    padding-bottom: 9px;
    padding-top: 10px;
  }
}

/* .advantage-page end */
/* .network-page */
.network-page {
  border-bottom: 1px solid #ccd1d5;
  padding-bottom: 54px;
}

.network-list-container {
  padding: 34px 0 14px;
}

.network-list-title {
  font-size: 162.5%;
  font-size: 1.625rem;
  line-height: 1.23077;
  margin-bottom: 12px;
}

.network-list__item {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
  padding: 12px 0;
  padding-left: 18px;
  position: relative;
}

.network-list__item:before {
  background-color: #f4212a;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: 0px;
  position: absolute;
  top: 21px;
  width: 5px;
}

.network-map-wrapper {
  margin: 0 -15px;
  margin-bottom: 45px;
  text-align: center;
}

.network-map-img {
  margin: 0 auto;
}

.view-location-button {
  display: inline-block;
  text-align: left;
  line-height: 33px;
  vertical-align: middle;
  margin-top: 15px;
}

.svg-wrapper {
  display: inline-block;
  height: 33px;
  width: 33px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #ccd1d5;
  vertical-align: middle;
  background-color: transparent;
  -webkit-transition: background-color .3s linear, border-color .3s linear;
  -moz-transition: background-color .3s linear, border-color .3s linear;
  -o-transition: background-color .3s linear, border-color .3s linear;
  transition: background-color .3s linear, border-color .3s linear;
}

.svg-view-path {
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.view-location-text {
  display: inline-block;
  line-height: 33px;
  padding: 0 5px;
  vertical-align: middle;
}

.desktop .view-location-button:hover .svg-wrapper {
  background-color: #f93900;
  border-color: #f93900;
}

.desktop .view-location-button:hover .svg-view-path {
  fill: #fff;
}

.network-info-list {
  text-align: center;
}

.network-info-list__item {
  display: inline-block;
  width: 135px;
  vertical-align: top;
  margin-bottom: 5px;
}

.network-info-list__item-img-wrapper {
  height: 70px;
}

.network-info-list__item-img {
  margin: 0 auto;
  max-height: 70px;
  max-width: 86px;
}

.network-info-list__item-title {
  color: #f93900;
  font-size: 162.5%;
  font-size: 1.625rem;
  margin-bottom: 7px;
  margin-top: -5px;
}

.network-info-list__item-text {
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.28571;
  padding: 0 10px;
}

@media (min-width: 640px) {
  .network-list-container {
    padding: 54px 0 44px;
  }
  .network-map-wrapper {
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 0;
  }
  .network-list-wrapper {
    padding: 0 45px;
  }
  .network-list-title {
    font-size: 225%;
    font-size: 2.25rem;
    line-height: 1.27778;
    max-width: 335px;
    text-align: left;
  }
  .network-list__item {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
  .network-info-list__item {
    padding: 0 10px;
    width: 145px;
    margin-top: 25px;
  }
  .network-info-list__item-img-wrapper {
    height: 80px;
  }
  .network-info-list__item-img {
    margin: 0 auto;
    max-height: 80px;
    max-width: 98px;
  }
}

@media (min-width: 768px) {
  .network-map-wrapper {
    margin-left: -75px;
    margin-right: -75px;
  }
}

@media (min-width: 1200px) {
  .network-page {
    display: table;
    padding-bottom: 50px;
    width: 100%;
  }
  .network-page .container {
    width: 545px;
    padding: 0;
    display: inline-block;
  }
  .network-list-container,
  .network-info-container {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .network-list-container {
    padding-top: 90px;
    text-align: right;
  }
  .network-list-wrapper {
    padding: 0;
    padding-right: 170px;
    text-align: left;
  }
  .network-info-container {
    padding-top: 75px;
    text-align: left;
  }
  .network-map-wrapper {
    margin-left: -134px;
    position: relative;
  }
  .view-location-button {
    margin-left: 33px;
    margin-top: 0;
  }
  .view-location-button-wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .network-info-list__item {
    margin-bottom: 15px;
    margin-top: 0px;
  }
}

/* .network-page end */
/* .partner-slider-page */
.partner-slider-page {
  padding: 42px 0 60px;
}

.partner-slider-wrapper {
  position: relative;
}

.partner-slider-header {
  font-size: 162.5%;
  font-size: 1.625rem;
  margin-bottom: 22px;
  overflow: hidden;
  text-align: center;
}

.partner-slider-content {
  margin: 0 auto;
  position: relative;
  width: 220px;
}

.partner-slider-list-wrapper {
  overflow: hidden;
}

.partner-slider-list {
  width: 9999px;
}

.partner-slider-list__item {
  float: left;
  width: 220px;
  height: 43px;
}

.partner-slider-list__item-img-wrapper {
  display: block;
  height: 43px;
  line-height: 43px;
  font-size: 0;
  text-align: center;
}

.partner-slider-list__item-img {
  max-height: 43px;
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.partner-slider-controls-wrapper .banner-controls-link {
  left: -50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
}

.partner-slider-controls-wrapper .partner-slider-controls-prev {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.partner-slider-controls-wrapper .partner-slider-controls-next {
  left: auto;
  right: -50px;
}

.partner-slider-controls-wrapper .banner-controls-link-svg-path {
  fill: #000;
  -webkit-filter: none;
          filter: none;
}

@media (min-width: 640px) {
  .partner-slider-page {
    padding-bottom: 80px;
  }
  .partner-slider-header {
    font-size: 225%;
    font-size: 2.25rem;
    margin-bottom: 43px;
  }
  .partner-slider-content {
    width: 440px;
  }
}

@media (min-width: 1200px) {
  .partner-slider-page {
    padding-top: 75px;
  }
  .partner-slider-wrapper {
    display: table;
    width: 100%;
  }
  .partner-slider-header,
  .partner-slider-content {
    display: table-cell;
    vertical-align: middle;
  }
  .partner-slider-header {
    position: relative;
    text-align: left;
    top: -4px;
    width: 270px;
  }
  .partner-slider-content {
    width: 820px;
  }
  .partner-slider-list-wrapper {
    margin: 0 auto;
    margin-left: 70px;
    width: 720px;
  }
  .partner-slider-list__item {
    width: 180px;
  }
  .partner-slider-list__item-img {
    max-width: 165px;
  }
  .partner-slider-controls-wrapper .banner-controls-link {
    left: 19px;
  }
  .partner-slider-controls-wrapper .partner-slider-controls-next {
    left: auto;
    right: -19px;
  }
}

/* .partner-slider-page end */
/* .pricing-page */
.pricing-page {
  background-color: #f8f8f8;
  padding: 45px 0 30px;
}

.pricing-container {
  background-color: #fff;
  -webkit-box-shadow: 0 13px 51px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 13px 51px rgba(0, 0, 0, 0.08);
          box-shadow: 0 13px 51px rgba(0, 0, 0, 0.08);
}

.pricing-title {
  font-size: 162.5%;
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 37px;
}

.pricing-table,
.pricing-tr-header,
.pricing-th,
.pricing-tr,
.pricing-td {
  border-collapse: collapse;
  color: #010202;
  border: none;
}

.pricing-table {
  background-color: #fff;
  text-align: center;
  table-layout: fixed;
  width: 100%;
}

.pricing-tr:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing-tr-header {
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: normal;
  border-bottom: 2px solid #f93900;
}

.pricing-th {
  padding: 18px 9px 13px;
}

.pricing-td {
  font-size: 112.5%;
  font-size: 1.125rem;
  padding: 10px 10px 12px;
  width: 100%;
}

.pricing-th:nth-child(even),
.pricing-td:nth-child(even) {
  border-left: 1px solid #e6e8ea;
  border-right: 1px solid #e6e8ea;
}

.table-contact-wrapper {
  display: table;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}

.table-contact-title,
.table-contact-link {
  display: table-cell;
  font-size: 87.5%;
  font-size: 0.875rem;
  padding: 30px 25px;
  text-align: left;
  vertical-align: middle;
  width: 50%;
}

.table-contact-link {
  position: relative;
}

.table-contact-svg-wrapper,
.table-contact-text {
  display: block;
  vertical-align: middle;
}

.table-contact-svg-wrapper {
  height: 15px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -7.5px;
  width: 22px;
}

.table-contact-svg-path {
  fill: #010202;
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.desktop .table-contact-link:hover .table-contact-svg-path {
  fill: #f93900;
}

.pricing-table-desktop {
  display: none;
}

@media (min-width: 480px) {
  .table-contact-wrapper {
    max-width: 100%;
  }
  .table-contact-title,
  .table-contact-link {
    padding-left: 25px;
    padding-right: 25px;
  }
  .table-contact-title {
    text-align: right;
  }
  .table-contact-link {
    text-align: left;
  }
}

@media (min-width: 640px) {
  .pricing-page {
    background-image: url("../images/pricing-page-bg.jpg");
    background-position: 100% 0;
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
    padding-bottom: 95px;
    padding-top: 50px;
  }
  .pricing-title {
    font-size: 225%;
    font-size: 2.25rem;
    margin-bottom: 42px;
  }
  .pricing-tr-header {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
  .pricing-th {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1200px) {
  .pricing-page {
    background-image: url("../images/pricing-page-bg-desktop.jpg");
    background-position: 100% 0;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
    padding-bottom: 115px;
    padding-top: 83px;
  }
  .pricing-title {
    text-align: left;
    margin-bottom: 30px;
  }
  .pricing-container {
    display: table;
    width: 100%;
  }
  .pricing-table-wrapper,
  .table-contact {
    display: table-cell;
    vertical-align: middle;
  }
  .table-contact {
    padding: 33px 50px;
    padding-left: 30px;
  }
  .table-contact-wrapper,
  .table-contact-title,
  .table-contact-link {
    display: block;
    padding: 0;
    width: auto;
  }
  .table-contact-wrapper {
    margin: 0 auto;
    min-width: 135px;
  }
  .table-contact-title {
    font-size: 112.5%;
    font-size: 1.125rem;
    margin-bottom: 13px;
    text-align: left;
  }
  .table-contact-link {
    background-image: url("../images/contact-us-link-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 50px 20px 25px;
    text-align: center;
  }
  .table-contact-svg-wrapper {
    left: 50%;
    margin-left: -11px;
    margin-top: 0;
    top: 25px;
  }
  .pricing-table {
    display: none;
  }
  .pricing-table-desktop {
    display: table;
  }
  .pricing-table-desktop .pricing-tr {
    background-color: #fff;
    border-top: 1px solid #ccd1d5;
  }
  .pricing-table-desktop .pricing-tr:nth-child(1) {
    border-top-color: transparent;
  }
  .pricing-table-desktop .pricing-td {
    border: none;
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.33333;
    padding: 13px 10px 15px;
    width: auto;
  }
  .pricing-table-desktop .pricing-td:nth-child(1) {
    font-size: 106.25%;
    font-size: 1.0625rem;
    line-height: 1.35294;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    padding-left: 0;
    width: 400px;
  }
  .pricing-table-wrapper {
    padding: 33px 50px;
    padding-right: 0;
  }
}

/* .pricing-page end  */
/* .contact-us-page */
.contact-us-page {
  background-image: url("../images/contact-us-bg.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 40px 0 58px;
  position: relative;
}

.contact-us-page:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.contact-us-container {
  color: #fff;
  text-align: center;
}

.contact-us-header {
  font-size: 162.5%;
  font-size: 1.625rem;
  line-height: 1.46154;
  margin-bottom: 24px;
  padding: 0 20px;
}

.contact-us-form-content {
  margin: 0 auto;
  max-width: 466px;
  position: relative;
  overflow: hidden;
}

.contact-us-form-header {
  margin-bottom: 13px;
  position: relative;
}

.contact-us-form-title {
  font-size: 162.5%;
  font-size: 1.625rem;
}

.form-button {
  margin-top: 30px;
}

.form-success-content {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.form-success-icon-wrapper {
  margin-bottom: 30px;
  height: 100px;
}

.form-success-icon {
  margin: 0 auto;
}

.form-success-text {
  font-size: 150%;
  margin-bottom: 30px;
  font-size: 150%;
  font-size: 1.5rem;
}

.cta-form-link {
  background-color: #f93900;
  color: #fff;
  display: inline-block;
  padding: 0 27px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  min-width: 100px;
  text-decoration: none;
  -webkit-transition: opacity .3s ease, color .2s ease;
  -moz-transition: opacity .3s ease, color .2s ease;
  -o-transition: opacity .3s ease, color .2s ease;
  transition: opacity .3s ease, color .2s ease;
  z-index: 1;
}

.cta-form-link:before {
  background: #f3f3f3;
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -moz-transition: transform .2s ease, -moz-transform .2s ease;
  -o-transition: transform .2s ease, -o-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

.form-repeat-label {
  position: relative;
}

.desktop .cta-form-link:hover {
  color: #000;
}

.desktop .cta-form-link:hover:before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -moz-transition: transform .2s ease, -moz-transform .2s ease;
  -o-transition: transform .2s ease, -o-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
}

@media (min-width: 640px) {
  .contact-us-page {
    padding-top: 90px;
  }
  .contact-us-header {
    font-size: 225%;
    font-size: 2.25rem;
    line-height: 1.27778;
    padding: 0;
    margin-bottom: 33px;
  }
  .contact-us-form-header {
    margin-bottom: 25px;
  }
  .contact-us-form-title {
    font-size: 175%;
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .contact-us-page {
    padding: 80px 0 90px;
  }
  .contact-us-page:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 50%;
  }
  .contact-us-container {
    display: table;
    width: 100%;
  }
  .contact-us-header-wrapper,
  .contact-us-form-wrapper {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 50%;
    z-index: 1;
  }
  .contact-us-header {
    border-left: 5px solid #f93900;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 250%;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0 85px;
    text-align: left;
  }
  .contact-us-form-content {
    margin-right: 0;
    text-align: left;
  }
  .contact-us-form-title {
    font-size: 225%;
    font-size: 2.25rem;
  }
}

/* .contact-us-page  end */
/* footer end */
.footer {
  background-color: #fcfcfc;
  padding: 20px 0;
}

.footer a {
  text-decoration: underline;
}

.footer-logo-wrapper,
.footer-logo {
  max-height: 30px;
  max-width: 139px;
  margin: 0 auto;
}

.footer-logo-wrapper {
  margin-bottom: 18px;
}

.footer-copyright {
  color: #323232;
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 640px) {
  .footer {
    background-color: transparent;
    padding: 30px 0;
    position: relative;
  }
  .footer-table {
    display: table;
  }
  .footer-logo-wrapper,
  .footer-copyright {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .footer-copyright {
    padding-left: 40px;
  }
}

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

.video-test {
  background: transparent url("../content/video-poster.jpg") no-repeat 0 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  height: 615px;
  position: relative;
  overflow: hidden;
}

.video-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* content page styles */
/* header styles */
.header-secondary {
  background-color: #fff;
}

.header-secondary .header-menu-container {
  display: none;
}

.header-secondary .header-menu-hamburger {
  display: none;
}

.header-secondary .header-form-wrapper {
  display: none;
}

.header-secondary .header-content,
.header-secondary .header-right-content {
  position: static;
}

.header-secondary .header-top-wrapper {
  float: left;
}

.header-secondary .header-content {
  float: right;
  width: auto;
  background-color: #fff;
  height: 70px;
  margin-right: 20px;
}

.header-secondary .header-right-content {
  float: right;
  background-color: transparent;
  padding: 17.5px 0;
}

.header-secondary .header-login-link {
  float: left;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 2.5;
  padding: 0 20px;
  margin: 0 -20px;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
  color: #000;
}

.header-secondary .header-button {
  display: none;
}

@media (min-width: 640px) {
  .header-secondary .header-right-content {
    margin-right: -10px;
  }
  .header-secondary .header-button {
    display: block;
    float: left;
    padding: 0 20px;
  }
  .desktop .header-secondary .header-content {
    margin: 0;
  }
  .desktop .header-secondary .header-right-content {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .header-secondary .header-form-wrapper {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .header-secondary .header-login-link {
    margin: 0;
  }
  .desktop .header-secondary .header-content {
    margin-right: -52px;
  }
}

/* banner styles */
.banner-secondary {
  height: 330px;
}

.banner-secondary .banner-list__item-contaniner {
  height: 330px;
  padding-top: 50px;
}

.banner-secondary .banner-list__item-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-secondary .banner-list__item-text {
  font-size: 212.5%;
  font-size: 2.125rem;
}

@media (min-width: 640px) {
  .banner-secondary .banner-list__item-text {
    font-size: 262.5%;
    font-size: 2.625rem;
  }
}

@media (min-width: 768px) {
  .banner-secondary .banner-list__item-text {
    font-size: 350%;
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .banner-secondary .banner-list__item-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

/* breadcrumb styles */
.breadcrumb-list-wrapper {
  margin-left: -10px;
}

.breadcrumb-list__item-link,
.breadcrumb-list__item {
  color: #fff;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.breadcrumb-list__item {
  display: block;
  float: left;
}

.breadcrumb-list__item:nth-child(n+2) {
  padding-left: 7px;
  background-image: url("../images/breadcrumb-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  -moz-background-size: 7px 7px;
    -o-background-size: 7px 7px;
       background-size: 7px 7px;
}

.breadcrumb-list__item-link {
  display: block;
  padding: 10px;
}

.desktop .breadcrumb-list__item:last-child:hover .breadcrumb-list__item,
.desktop .breadcrumb-list__item:last-child:hover .breadcrumb-list__item-link {
  color: #fff;
  cursor: default;
}

/* .content-page styles */
.content-page {
  padding: 40px 0 40px;
}

.content-sidebar-wrapper {
  display: none;
}

.content-wrapper {
  font-size: 87.5%;
  font-size: 0.875rem;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-bottom: .5em;
}

.content-wrapper h2 {
  font-size: 175%;
  font-size: 1.75rem;
}

.content-wrapper h3 {
  font-size: 150%;
  font-size: 1.5rem;
}

.content-wrapper h4 {
  font-size: 125%;
  font-size: 1.25rem;
}

.content-wrapper h5 {
  font-size: 100%;
  font-size: 1rem;
}

.content-wrapper h6 {
  font-size: 75%;
  font-size: 0.75rem;
}

.content-wrapper p {
  margin-top: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.content-wrapper b,
.content-wrapper strong {
  font-family: "Roboto Bold", sans-serif;
  font-weight: normal;
}

.content-wrapper img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.content-wrapper .float-left,
.content-wrapper img.alignleft,
.content-wrapper img.alignright,
.content-wrapper .float-right {
  float: none;
}

.content-wrapper ul, .content-wrapper li {
  display: block;
  position: relative;
  overflow: hidden;
}

.content-wrapper ul {
  padding-bottom: 20px;
}

.content-wrapper li {
  padding: 5px 0;
  padding-left: 15px;
  position: relative;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.content-wrapper li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #f5363e;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: 0;
  top: 15.5px;
}

.content-block {
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
}

.content-block:nth-child(1) {
  border-top: none;
}

.content-sidebar-wrapper {
  width: 273px;
  position: absolute;
  right: -52px;
  top: 60px;
  bottom: 0;
}

.content-sidebar-list-wrapper {
  position: static;
  width: 273px;
}

.fixed-sidebar {
  position: fixed;
  top: 130px;
  z-index: 1;
}

.fixed-sidebar-bottom {
  position: absolute;
  top: auto;
  bottom: 65px;
}

.content-sidebar-header {
  background-color: #61636b;
  color: #fff;
  font-size: 112.5%;
  font-size: 1.125rem;
  padding: 24px 40px;
}

.content-sidebar-list__item {
  border-top: 1px solid rgba(97, 99, 107, 0.17);
}

.content-sidebar-list__item:nth-child(1) {
  border-top: none;
}

.content-sidebar-list__item:nth-child(1) .content-sidebar-list__item-link {
  padding-top: 19px;
}

.content-sidebar-list__item-link {
  background-color: #f8f8f8;
  border-left: 4px solid transparent;
  display: block;
  font-size: 87.5%;
  font-size: 0.875rem;
  padding: 18px 40px;
  padding-left: 36px;
  -webkit-transition: border-color .3s linear;
  -moz-transition: border-color .3s linear;
  -o-transition: border-color .3s linear;
  transition: border-color .3s linear;
}

.desktop .content-sidebar-list__item-link:hover {
  border-color: #f93900;
  color: #000;
}

@media (min-width: 640px) {
  .content-page .container {
    padding: 0 55px;
    max-width: 640px;
    width: auto;
  }
  .content-wrapper h2 {
    font-size: 200%;
    font-size: 2rem;
  }
  .content-wrapper h3 {
    font-size: 175%;
    font-size: 1.75rem;
  }
  .content-wrapper h4 {
    font-size: 150%;
    font-size: 1.5rem;
  }
  .content-wrapper h5 {
    font-size: 125%;
    font-size: 1.25rem;
  }
  .content-wrapper h6 {
    font-size: 100%;
    font-size: 1rem;
  }
  .content-wrapper .float-left,
  .content-wrapper img.alignleft {
    float: left;
    margin-right: 30px;
    max-width: 40% !important;
  }
  .content-wrapper .float-right,
  .content-wrapper img.alignright {
    float: right;
    margin-right: 30px;
    max-width: 40% !important;
  }
}

@media (min-width: 1200px) {
  .content-page {
    padding-top: 20px;
  }
  .content-page .container {
    padding: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    width: 1090px;
  }
  .desktop .content-sidebar-wrapper {
    display: block;
  }
  .desktop .content-page .container {
    padding: 0;
    padding-right: 264px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    width: 1090px;
  }
  .content-block {
    padding: 50px 0 40px;
  }
  .content-wrapper h2 {
    font-size: 225%;
    font-size: 2.25rem;
  }
  .content-wrapper h3 {
    font-size: 200%;
    font-size: 2rem;
  }
  .content-wrapper h4 {
    font-size: 175%;
    font-size: 1.75rem;
  }
  .content-wrapper h5 {
    font-size: 150%;
    font-size: 1.5rem;
  }
  .content-wrapper h6 {
    font-size: 125%;
    font-size: 1.25rem;
  }
  .content-wrapper li {
    padding: 11px;
  }
  .content-wrapper li:before {
    top: 21px;
  }
  .content-wrapper .float-left,
  .content-wrapper img.alignleft {
    float: left;
    margin-right: 35px;
    max-width: 60% !important;
  }
  .content-wrapper .float-right,
  .content-wrapper img.alignright {
    float: right;
    margin-left: 35px;
    max-width: 60% !important;
  }
}

/* page 404 styles */
.page-404-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}

.page-404-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: table;
}

.page-404-content {
  display: table-cell;
  padding: 50px 0;
  text-align: center;
  vertical-align: middle;
}

.page-404-img-wrapper {
  height: 100px;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-background-size: auto 100px;
    -o-background-size: auto 100px;
       background-size: auto 100px;
  margin-bottom: 30px;
}

.page-404-title {
  color: #0a0908;
  font-size: 150%;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.page-404-link,
.back-home-link {
  display: inline-block;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 2.07143;
  margin: 0 auto;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.page-404-svg-wrapper,
.page-404-link-text,
.back-home-svg-wrapper,
.back-home-link-text {
  display: block;
  float: left;
}

.page-404-svg-wrapper,
.back-home-svg-wrapper {
  float: left;
  height: 29px;
  width: 29px;
  border: 1px solid rgba(10, 9, 8, 0.5);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: border-color .3s linear;
  -moz-transition: border-color .3s linear;
  -o-transition: border-color .3s linear;
  transition: border-color .3s linear;
}

.page-404-link-text,
.back-home-link-text {
  padding: 0 10px;
}

.page-404-svg-path,
.back-home-svg-path {
  fill: rgba(10, 9, 8, 0.5);
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.desktop .page-404-link:hover .page-404-svg-wrapper {
  border-color: #f93900;
}

.desktop .page-404-link:hover .page-404-svg-path {
  fill: #f93900;
}

.desktop .back-home-link:hover .back-home-svg-wrapper {
  border-color: #f93900;
}

.desktop .back-home-link:hover .back-home-svg-path {
  fill: #f93900;
}

@media (min-width: 640px) {
  .page-404-img-wrapper {
    margin-bottom: 50px;
    height: 150px;
    -moz-background-size: auto 150px;
      -o-background-size: auto 150px;
         background-size: auto 150px;
  }
  .page-404-title {
    font-size: 187.5%;
    font-size: 1.875rem;
    margin-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .page-404-img-wrapper {
    height: 200px;
    -moz-background-size: auto 200px;
      -o-background-size: auto 200px;
         background-size: auto 200px;
  }
}

@media (min-width: 1366px) {
  .page-404-img-wrapper {
    height: 260px;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
  }
}

/* services popups styles */
.services-popup,
.services-popup-list__item {
  display: none;
}

.services-popup {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}

.services-popup .container {
  position: static;
}

.services-popup-table {
  position: absolute;
  display: table;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.services-popup-wrapper {
  background-color: #fff;
}

.services-popup-list__item-content li {
  background-image: url("../images/advantage-item-mark-gray.png");
  background-position: 0 14px;
  background-repeat: no-repeat;
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
  padding: 12px 0;
  padding-left: 35px;
}

.services-popup-list__item-content h1,
.services-popup-list__item-content h2,
.services-popup-list__item-content h3,
.services-popup-list__item-content h4,
.services-popup-list__item-content h5,
.services-popup-list__item-content h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-bottom: .5em;
}

.services-popup-list__item-content h2 {
  font-size: 175%;
  font-size: 1.75rem;
}

.services-popup-list__item-content h3 {
  font-size: 150%;
  font-size: 1.5rem;
}

.services-popup-list__item-content h4 {
  font-size: 125%;
  font-size: 1.25rem;
}

.services-popup-list__item-content h5 {
  font-size: 100%;
  font-size: 1rem;
}

.services-popup-list__item-content h6 {
  font-size: 75%;
  font-size: 0.75rem;
}

.services-popup-list__item-content p {
  margin-top: 0;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.services-popup-list__item-content b,
.services-popup-list__item-content strong {
  font-family: "Roboto Bold", sans-serif;
  font-weight: normal;
}

.services-popup-list__item-content img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.services-popup-list__item-content .float-left,
.services-popup-list__item-content img.alignleft,
.services-popup-list__item-content img.alignright,
.services-popup-list__item-content .float-right {
  float: none;
}

.services-popup-list {
  padding: 70px 20px;
}

.services-popup-list__item-header {
  display: table;
  margin-bottom: 20px;
}

.services-popup-list__item-img-wrapper,
.services-popup-list__item-header-text {
  display: table-cell;
  vertical-align: middle;
}

.services-popup-wrapper {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.services-popup-list-wrapper {
  background-color: #fff;
  max-width: 670px;
  margin: 0 auto;
}

.services-popup-close-link {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
}

.close-svg-path {
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.desktop .services-popup-close-link:hover .close-svg-path {
  fill: #f93900;
}

.services-popup-list__item-header-text {
  font-size: 150%;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-left: 20px;
}

.open-popup {
  display: block;
}

@media (min-width: 480px) {
  .services-popup-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 640px) {
  .services-popup-list {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (min-width: 1200px) {
  .desktop .services-popup {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .desktop .services-popup-wrapper {
    background-color: transparent;
    padding: 50px 0;
  }
  .desktop .services-popup-list-wrapper {
    position: relative;
  }
  .desktop .services-popup-list {
    padding: 50px 60px;
  }
  .desktop .services-popup-close-link {
    top: 7px;
    right: 7px;
  }
}

/* view locations */
.view-locations {
  color: #fff;
  position: fixed;
  top: 70px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #3a3c40;
  padding: 50px 20px 30px;
  z-index: 9999;
  display: none;
}

.view-locations-close {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 35px;
  width: 35px;
}

.view-locations-close .close-svg-path {
  fill: #fff;
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.desktop .view-locations-close:hover .close-svg-path {
  fill: #f93900;
}

.view-locations-wrapper {
  display: block;
  position: relative;
  height: 100%;
}

.view-locations-content {
  max-width: 242px;
  margin: 0 auto;
}

.view-locations-block {
  margin-top: 30px;
}

.view-locations-block:nth-child(1) {
  margin-top: 0;
}

.view-locations-block h2 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 125%;
  font-size: 1.25rem;
}

.view-locations-block li {
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.mCS-orange-thin.mCSB_scrollTools {
  right: -4px;
  opacity: 1;
}

.mCS-orange-thin.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: rgba(255, 255, 255, 0.28) !important;
}

.mCS-orange-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: #f93900 !important;
}

.open-locations {
  display: block;
}

@media (min-width: 480px) {
  .view-locations {
    width: 205px;
    left: auto;
    padding-left: 35px;
    padding-right: 20px;
  }
  .view-locations:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 100%;
    width: 0px;
    border: 14px solid transparent;
    border-right: 14px solid #3a3c40;
  }
}

@media (min-width: 1200px) and (max-height: 819px) {
  .desktop .services-popup-list__item-content li {
    padding-top: 9px;
    padding-bottom: 9px;
    background-position: 0 11px;
  }
  .desktop .services-popup-list {
    padding: 42px 50px;
  }
  .desktop .services-popup-list__item .banner-button {
    margin-top: 35px;
  }
  .desktop .services-popup-list__item-header {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-height: 749px) {
  .desktop .services-popup-list__item-content li {
    padding-top: 7px;
    padding-bottom: 7px;
    background-position: 0 9px;
  }
  .desktop .services-popup-list {
    padding: 40px 47px;
  }
  .desktop .services-popup-list__item .banner-button {
    margin-top: 30px;
  }
  .desktop .services-popup-list__item-header {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-height: 699px) {
  .desktop .services-popup-list__item-content li {
    padding-top: 6px;
    padding-bottom: 6px;
    background-position: 0 8px;
  }
  .desktop .services-popup-list {
    padding: 35px 40px;
  }
  .desktop .services-popup-list__item .banner-button {
    margin-top: 20px;
  }
  .desktop .services-popup-list__item-header {
    margin-bottom: 10px;
  }
}
