@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../_fonts/ProximaNovaRegular.otf');
  font-weight: 400;
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../_fonts/ProximaNovaBold.otf');
  font-weight: 700;
}
@font-face {
  font-family: 'ProximaNovaExtrabold';
  src: url('../_fonts/ProximaNovaExtrabold.otf');
  font-weight: 900;
}
@font-face {
  font-family: 'ProximaNovaThin';
  src: url('../_fonts/ProximaNovaThin.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url('../_fonts/ProximaNovaSemibold.otf');
  font-weight: 600;
}
html.fix {
  overflow: hidden;
}
body {
  overflow: hidden;
  position: relative;
}
body:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
body.overlay:after {
  display: block;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.container-custom-large {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.template-btn {
  display: inline-block;
  background: #35bade;
  padding: 12px 34.5px;
  padding-top: 15px;
  color: #fff;
  font-size: 15.58px;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold', sans-serif;
  border-radius: 25px;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  min-width: 211px;
}
.template-btn:hover,
.template-btn:focus,
.template-btn:active,
.template-btn:focus:active {
  color: #fff;
  outline: none;
  text-decoration: none;
  background: #1298bc;
}
.template-btn.big {
  padding: 21px 34.5px;
  padding-top: 23px;
  font-size: 15px;
  border-radius: 50px;
  min-width: 276px;
}
.main-header {
  height: 68px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.main-header .navbar-brand {
  padding-left: 30px;
  padding-top: 20px;
  line-height: 68px;
  display: block;
  height: 68px;
}
.main-header .navbar-brand img {
  max-width: 100%;
  vertical-align: middle;
}
.main-header .mobile-toggle {
  display: none;
}
.main-header .navbar,
.main-header .navbar-fixed-top {
  border: none;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.main-header .navbar-nav {
  margin-left: 20%;
  height: 68px;
}
.main-header .navbar-nav > li {
  padding: 9px 0;
  position: relative;
}
.main-header .navbar-nav > li a {
  font-size: 15px;
  color: #222b34;
  font-family: 'ProximaNovaSemibold', sans-serif;
}
.main-header .navbar-nav > li a .fa {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  margin-top: -4px;
}
.main-header .navbar-nav > li a:hover {
  background: transparent;
  text-decoration: none;
}
.main-header .navbar-nav > li:hover .dropdown {
  display: block;
}
.main-header .navbar-nav > li:hover .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-header .navbar-nav > li .dropdown {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 68px;
  left: 0;
  right: auto;
  min-width: 200px;
  display: none;
}
.main-header .navbar-nav > li .dropdown li a {
  padding: 15px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .navbar-nav > li .dropdown li a:hover {
  background: #35bade;
  color: #fff;
}
.main-header .navbar-nav > li .fa.fa-plus {
  display: none;
}
.main-header .navbar-right {
  padding-right: 15px;
}
.main-header .navbar-right li a {
  color: #fff;
  background: #35bade;
  border-radius: 25px;
  padding: 13px 21.5px;
  padding-top: 15px;
  margin-top: 11px;
  border: 2px solid #35bade;
  display: block;
  position: relative;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold', sans-serif;
}
.main-header .navbar-right li a:hover {
  background: #1298bc;
  border-color: #1298bc;
}
.main-header .navbar-right li a img {
  display: inline-block;
  padding-right: 7px;
  margin-top: -2px;
  vertical-align: top;
}
.main-section {
  min-height: 768px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.main-section .main-title {
  padding-top: 230px;
  padding-left: 86px;
  max-width: 560px;
  width: 100%;
}
.main-section .main-title .top-p {
  color: #35bade;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold', sans-serif;
  line-height: 40px;
}
.main-section .main-title h1 {
  font-size: 46px;
  color: #283440;
  font-family: 'ProximaNovaExtrabold', sans-serif;
  font-weight: 900;
  line-height: 52px;
  margin-bottom: 14px;
}
.main-section .main-title .bottom-p {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 26px;
}
.middle-section {
  padding-top: 100px;
}
.middle-section .top-block {
  padding-bottom: 145px;
}
.middle-section .text-block h2 {
  font-size: 48px;
  line-height: 54px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  margin-bottom: 15px;
}
.middle-section .text-block p {
  font-size: 15px;
  color: #283440;
  line-height: 23px;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  padding-right: 75px;
}
.middle-section .text-block ul li {
  color: #283440;
  font-size: 24px;
  line-height: 54px;
  font-family: 'ProximaNovaThin', sans-serif;
  margin-bottom: 15px;
}
.middle-section .text-block ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.middle-section .img-block {
  text-align: center;
}
.middle-section .img-block.img-phone {
  text-align: left;
}
.middle-section .img-block img {
  display: inline-block;
}
.middle-section .template-btn {
  margin-top: 42px;
}
.middle-section .bottom-block .right-block {
  padding-top: 70px;
}
.middle-section .bottom-block .right-block span {
  display: block;
  text-transform: uppercase;
  color: #2abae0;
  font-size: 13px;
  font-family: 'ProximaNovaBold', sans-serif;
}
.middle-section .bottom-block .right-block h2 {
  font-size: 46.44px;
  line-height: 52px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.middle-section .bottom-block .right-block h2 strong {
  font-family: 'ProximaNovaThin', sans-serif;
}
.middle-section .bottom-block .right-block p {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 36px;
  padding-right: 17px;
  word-break: break-word;
}
.middle-section .bottom-block .right-block ul li {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 15px;
}
.middle-section .bottom-block .right-block ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.middle-section .bottom-block .right-block .template-btn {
  margin-top: 37px;
}
.call-to-action {
  text-align: center;
  background: #faf9f8;
  margin-top: -3px;
  padding-top: 71px;
  border-bottom: 4px solid #fff;
  padding-bottom: 71px;
}
.call-to-action img {
  display: inline-block;
  margin-bottom: 25px;
}
.call-to-action p {
  font-size: 15px;
  line-height: 25px;
  color: #747b82;
  font-family: 'ProximaNovaRegular', sans-serif;
}
.call-to-action a {
  display: block;
  font-size: 48px;
  color: #3dbcde;
  line-height: 24px;
  font-family: 'ProximaNovaBold', sans-serif;
  margin-bottom: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.call-to-action a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.call-to-action .call-right p:nth-child(2),
.call-to-action .call-left p:nth-child(2) {
  margin-bottom: 16px;
}
.main-footer {
  background: #244356;
  padding-top: 69px;
  padding-bottom: 30px;
}
.main-footer .footer-social {
  margin-top: 47px;
}
.main-footer .footer-social li {
  display: inline-block;
  margin-right: 8px;
}
.main-footer .footer-social li a {
  padding: 10px;
  font-size: 20px;
  color: #b3bbc1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .footer-social li a.fb:hover {
  color: #4267b2;
}
.main-footer .footer-social li a.tw:hover {
  color: #1da1f2;
}
.main-footer .footer-social li a.vimeo:hover {
  color: #4ebbff;
}
.main-footer .footer-social li a.in:hover {
  color: #0077b5;
}
.main-footer .footer-social li a.yt:hover {
  color: #ff0000;
}
.main-footer .footer-menu {
  padding-top: 5px;
}
.main-footer .footer-menu h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'ProximaNovaSemibold', sans-serif;
  margin-bottom: 16px;
}
.main-footer .footer-menu ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #95a1aa;
  font-family: 'ProximaNovaRegular', sans-serif;
  position: relative;
  outline: none;
  text-decoration: none;
}
.main-footer .footer-menu ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #95a1aa;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .footer-menu ul li a:hover {
  text-decoration: none;
}
.main-footer .footer-menu ul li a:hover:after {
  width: 100%;
}
.main-footer .footer-menu.first {
  padding-left: 52px;
}
.main-footer .footer-menu.second {
  padding-left: 120px;
}
.main-footer .top-footer {
  padding-bottom: 125px;
}
.main-footer .copyright span {
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #95a1aa;
  font-family: 'ProximaNovaRegular', sans-serif;
}
.main-footer .copyright .footer-copyright {
  border-top: 1px solid #3b4f5c;
  padding-top: 23px;
}
.omoss-section .omoss-title {
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 446px;
}
.omoss-section .omoss-title .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212934;
  opacity: 0.65;
}
.omoss-section .omoss-title .title-wrapper {
  position: relative;
  text-align: center;
  padding-top: 177px;
}
.omoss-section .omoss-title .title-wrapper img {
  display: inline-block;
}
.omoss-section .omoss-title .title-wrapper p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: 'ProximaNovaRegular', sans-serif;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 31px;
}
.omoss-section .omoss-content {
  padding-top: 56px;
  padding-bottom: 120px;
}
.omoss-section .omoss-content .content-inner {
  max-width: 530px;
  margin: 0 auto;
}
.omoss-section .omoss-content .content-inner p {
  font-size: 18px;
  line-height: 27px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 28px;
}
.kundservice-section .kund-title {
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 445px;
  position: relative;
}
.kundservice-section .kund-title .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212934;
  opacity: 0.65;
}
.kundservice-section .kund-title .title-wrapper {
  position: relative;
  padding-top: 233px;
  text-align: center;
  color: #fff;
}
.kundservice-section .kund-title .title-wrapper h1 {
  font-size: 60px;
  line-height: 30px;
  font-family: 'ProximaNovaBold', sans-serif;
}
.kundservice-section .kund-title .title-wrapper p {
  font-size: 24px;
  line-height: 30px;
  font-family: 'ProximaNovaRegular', sans-serif;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 40px;
}
.kundservice-section .kund-tabs {
  position: relative;
  padding-bottom: 79px;
}
.kundservice-section .kund-tabs .mobile-tab-title {
  display: none;
}
.kundservice-section .kund-tabs .nav-tabs {
  min-height: 50px;
  border: none;
}
.kundservice-section .kund-tabs .nav-tabs > li.active > a,
.kundservice-section .kund-tabs .nav-tabs > li.active > a:focus,
.kundservice-section .kund-tabs .nav-tabs > li.active > a:hover,
.kundservice-section .kund-tabs .nav-tabs > li > a {
  border: none;
  padding: 15px 0;
  margin-right: 60px;
  background: transparent;
  position: relative;
}
.kundservice-section .kund-tabs .nav-tabs > li > a {
  font-size: 16px;
  color: #222b34;
  font-family: 'ProximaNovaRegular', sans-serif;
}
.kundservice-section .kund-tabs .nav-tabs > li > a:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #35bade;
  position: absolute;
  bottom: 3px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.kundservice-section .kund-tabs .nav-tabs > li.active > a:after,
.kundservice-section .kund-tabs .nav-tabs > li.active > a:focus:after,
.kundservice-section .kund-tabs .nav-tabs > li.active > a:hover:after,
.kundservice-section .kund-tabs .nav-tabs > li > a:hover:after {
  content: '';
  width: 100%;
  opacity: 1;
}
.kundservice-section .kund-tabs .nav-tabs-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  background: #faf9f8;
  width: 100%;
}
.kundservice-section .kund-tabs .tab-content {
  padding-top: 45px;
}
.kundservice-section .kund-tabs .tab-content .tab-pane h3 {
  font-size: 30px;
  line-height: 27px;
  color: #283440;
  font-family: 'ProximaNovaSemibold', sans-serif;
  margin-bottom: 30px;
}
.kundservice-section .kund-tabs .tab-content .tab-pane h3.h3-second {
  margin-bottom: 20px;
  margin-top: 44px;
}
.kundservice-section .kund-tabs .tab-content .tab-pane p {
  font-size: 18px;
  line-height: 27px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 28px;
}
.kundservice-section .kund-tabs .tab-content .tab-pane p a {
  color: #35bade;
}
.kundservice-section .kund-tabs .tab-content .tab-pane strong,
.kundservice-section .kund-tabs .tab-content .tab-pane a.address,
.kundservice-section .kund-tabs .tab-content .tab-pane ul > li {
  font-size: 18px;
  line-height: 27px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  display: block;
}
.kundservice-section .kund-tabs .tab-content .tab-pane ul {
  margin-top: 28px;
}
.kundservice-section .kund-tabs .tab-content .tab-pane ul > li > a {
  color: #46bedf;
  font-family: 'ProximaNovaRegular', sans-serif;
  padding-left: 4px;
}
.kundservice-section .kund-tabs .tab-content .tab-pane a.address {
  font-family: 'ProximaNovaRegular', sans-serif;
}
.container-custom {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.idskyd-section .hero-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 607px;
}
.idskyd-section .hero-wrapper .hero-title {
  padding-top: 186px;
  padding-left: 86px;
  max-width: 574px;
  width: 100%;
}
.idskyd-section .hero-wrapper .hero-title span {
  display: block;
  text-transform: uppercase;
  color: #2abae0;
  font-size: 13px;
  font-family: 'ProximaNovaBold', sans-serif;
  margin-bottom: 10px;
}
.idskyd-section .hero-wrapper .hero-title h1 {
  font-size: 46.44px;
  line-height: 52px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.idskyd-section .hero-wrapper .hero-title h1 strong {
  font-family: 'ProximaNovaThin', sans-serif;
}
.idskyd-section .hero-wrapper .hero-title p {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 36px;
  padding-right: 17px;
  word-break: break-word;
}
.info-section {
  background: #faf9f8;
  padding: 24px 0;
}
.info-section .info-container {
  position: relative;
}
.info-section .info-container.right {
  padding-left: 50px;
}
.info-section .info-container img {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-top: 8px;
}
.info-section .info-container .info-text-wrapper {
  float: left;
  vertical-align: middle;
  padding-left: 27px;
}
.info-section .info-container .info-text-wrapper h2 {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
}
.info-section .info-container .info-text-wrapper p {
  font-size: 15px;
  line-height: 18px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  max-width: 370px;
}
.laptop-section {
  padding-top: 130px;
  padding-bottom: 155px;
}
.laptop-section .laptop-text {
  padding-right: 100px;
}
.laptop-section .laptop-text h2 {
  font-size: 48px;
  line-height: 54px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  margin-bottom: 13px;
}
.laptop-section .laptop-text p {
  font-size: 15px;
  line-height: 23px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 23px;
}
.laptop-section img {
  max-width: 100%;
}
.laptop-section .btn-wrapper {
  text-align: center;
  padding-top: 62px;
}
.dark-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 60px;
}
.dark-section .title-wrapper {
  text-align: center;
  margin-bottom: 33px;
}
.dark-section .title-wrapper h2 {
  font-size: 48px;
  line-height: 54px;
  color: #faf9f8;
  font-family: 'ProximaNovaBold', sans-serif;
  margin-bottom: 29px;
}
.dark-section .title-wrapper p {
  color: #faf9f8;
  font-size: 15px;
  line-height: 24px;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 20px;
}
.dark-section .title-wrapper p:last-child {
  margin-bottom: 0;
}
.dark-section .cta-wrapper .cta-item {
  text-align: center;
}
.dark-section .cta-wrapper .cta-item img {
  display: inline-block;
  margin-bottom: 18px;
}
.dark-section .cta-wrapper .cta-item h3 {
  font-size: 15px;
  line-height: 24px;
  color: #faf9f8;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 12px;
}
.dark-section .cta-wrapper .cta-item p {
  font-size: 15px;
  line-height: 24px;
  color: #faf9f8;
  font-family: 'ProximaNovaRegular', sans-serif;
}
.dark-section .cta-wrapper .cta-item.last p {
  white-space: pre-line;
}
.target-section {
  padding-top: 96px;
  padding-bottom: 54px;
}
.target-section h2 {
  font-size: 37.89px;
  line-height: 42.43px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  text-align: center;
  margin-bottom: 66px;
}
.target-section .target-wrapper {
  padding-bottom: 79px;
  max-width: 970px;
  margin: 0 auto;
}
.target-section .target-wrapper img {
  float: left;
}
.target-section .target-wrapper .target-list-wrapper {
  float: left;
  margin-top: 26px;
  margin-left: 4px;
}
.target-section .target-wrapper .target-list-wrapper h3 {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.target-section .target-wrapper .target-list-wrapper ul li {
  font-size: 18px;
  line-height: 18px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 18px;
}
.target-section .target-wrapper .target-list-wrapper ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 3px;
}
.target-section .assistant-wrapper {
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
}
.target-section .assistant-wrapper .assistant-text {
  float: left;
}
.target-section .assistant-wrapper .assistant-text h3 {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.target-section .assistant-wrapper .assistant-text ul li {
  font-size: 18px;
  line-height: 18px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  margin-bottom: 18px;
}
.target-section .assistant-wrapper .assistant-text ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.target-section .assistant-wrapper .img-wrapper {
  text-align: right;
  float: right;
}
.target-section .assistant-wrapper .img-wrapper img {
  display: inline-block;
}
.steps-section {
  padding-top: 54px;
  padding-bottom: 22px;
}
.steps-section h2 {
  font-size: 37.89px;
  line-height: 42.43px;
  color: #283440;
  text-align: center;
  font-family: 'ProximaNovaBold', sans-serif;
  font-weight: 700;
  margin-bottom: 131px;
}
.steps-section .step-item .step-text-wrapper .step-title {
  margin-bottom: 25px;
}
.steps-section .step-item .step-text-wrapper .step-title span {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: #35b9de;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  text-align: center;
  padding-top: 7px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 11px;
}
.steps-section .step-item .step-text-wrapper .step-title h3 {
  display: inline-block;
  color: #283440;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold', sans-serif;
  font-weight: 700;
}
.steps-section .step-item .step-text-wrapper p {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  padding-right: 40px;
}
.steps-section .step-item .step-text-wrapper h4 {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}
.steps-section .step-item .step-text-wrapper ul li {
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
}
.steps-section .step-item .step-img {
  text-align: left;
}
.steps-section .step-item .step-img img {
  display: inline-block;
}
.steps-section .step-item.left {
  margin-bottom: 20px;
}
.steps-section .step-item.left ul {
  float: left;
  margin-right: 67px;
}
.steps-section .step-item.left ul:last-child {
  margin-right: 0;
}
.steps-section .step-item.left .step-img {
  text-align: center;
}
.steps-section .step-item.left .step-text-wrapper {
  margin-top: 67px;
}
.steps-section .step-item.left .step-text-wrapper p {
  padding-right: 120px;
}
.steps-section .step-item.right ul li {
  margin-bottom: 23px;
}
.steps-section .step-item.right ul li img {
  float: left;
  vertical-align: middle;
  margin-top: 6px;
  margin-right: 5px;
}
.steps-section .step-item.right ul li span {
  float: left;
  max-width: 90%;
}
.steps-section .step-item.right ul li:after {
  content: '';
  display: table;
  clear: both;
}
.steps-section .step-item.right .step-text-wrapper {
  padding-right: 70px;
  margin-top: 30px;
}
.steps-section .step-item.first {
  margin-bottom: 70px;
}
.steps-section .step-item.first .step-text-wrapper {
  margin-top: 8px;
}
.start-now-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 199px;
  padding-top: 75px;
}
.start-now-section h2 {
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  color: #283440;
  font-family: 'ProximaNovaBold', sans-serif;
  font-weight: 700;
  margin-bottom: 29px;
}
.start-now-section p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #283440;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
  max-width: 870px;
  margin: 0 auto;
}
.start-now-section .order-wrapper {
  margin-top: 51px;
  text-align: center;
}
.start-now-section .order-wrapper .order-item {
  display: inline-block;
  margin-right: 5px;
  max-width: 354px;
  width: 100%;
}
.start-now-section .order-wrapper .order-item .top-side {
  background: #f4f1ed;
  padding: 31px 62px 16px 62px;
  text-align: center;
}
.start-now-section .order-wrapper .order-item .top-side h3 {
  font-size: 18px;
  line-height: 25px;
  color: #283440;
  text-transform: uppercase;
  font-family: 'ProximaNovaThin', sans-serif;
  text-align: center;
  margin-bottom: 45px;
}
.start-now-section .order-wrapper .order-item .top-side h3 em {
  font-family: 'ProximaNovaBold', sans-serif;
  font-weight: 700;
}
.start-now-section .order-wrapper .order-item .top-side .price-wrapper {
  text-align: center;
  margin-bottom: 27px;
}
.start-now-section .order-wrapper .order-item .top-side .price-wrapper strong {
  font-size: 67.89px;
  line-height: 22.63px;
  color: #39444f;
  display: inline-block;
  font-family: 'ProximaNovaSemibold', sans-serif;
  font-weight: 600;
}
.start-now-section .order-wrapper .order-item .top-side .price-wrapper span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #39444f;
  font-family: 'ProximaNovaSemibold', sans-serif;
}
.start-now-section .order-wrapper .order-item .top-side .duration {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #39444f;
  margin-top: 31px;
}
.start-now-section .order-wrapper .order-item .bottom-side {
  background: #fff;
  text-align: center;
  padding-bottom: 23px;
  padding-top: 28px;
  border: 1px solid #eaeaea;
}
.start-now-section .order-wrapper .order-item .bottom-side h3 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 28px;
  color: #39444f;
  font-family: 'ProximaNovaRegular', sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 22px;
}
.start-now-section .order-wrapper .order-item .bottom-side h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f0f0f0;
}
.start-now-section .order-wrapper .order-item .bottom-side ul {
  text-align: left;
  display: inline-block;
}
.start-now-section .order-wrapper .order-item .bottom-side ul li {
  margin-bottom: 13px;
  font-size: 15px;
  color: #39444f;
  font-family: 'ProximaNovaRegular', sans-serif;
}
.start-now-section .order-wrapper .order-item .bottom-side ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.start-now-section .order-wrapper .order-item.second .top-side {
  background: #55606d;
}
.start-now-section .order-wrapper .order-item.second .top-side h3 {
  color: #fff;
}
.start-now-section .order-wrapper .order-item.second .top-side .price-wrapper strong,
.start-now-section .order-wrapper .order-item.second .top-side .price-wrapper span {
  color: #fff;
}
.start-now-section .order-wrapper .order-item.second .top-side .duration {
  color: #fff;
}
/*NEW TABS STYLES*/
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq {
  padding-bottom: 62px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq h3 {
  font-family: 'ProximaNovaRegular', sans-serif;
  font-weight: 400;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-container {
  margin-top: 48px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper {
  margin-bottom: 47px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper h4 {
  font-size: 30px;
  color: #283440;
  display: inline-block;
  cursor: pointer;
  font-family: 'ProximaNovaSemibold', sans-serif;
  font-weight: 600;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper h4 .fa {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper h4.accordion-open .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper .sub-accordion-wrapper {
  display: none;
  margin-top: 16px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper .accordion-item {
  background: #faf9f8;
  margin-bottom: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper .accordion-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper .accordion-item h5 {
  font-size: 18px;
  color: #283440;
  font-family: 'ProximaNovaSemibold', sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding: 22px 40px 17px 20px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper .accordion-item h5 .fa {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  font-size: 30px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper .accordion-item h5.sub-accordion-open .fa {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.faq .accordion-wrapper .accordion-item p {
  display: none;
  margin-bottom: 0;
  padding: 0px 40px 37px 20px;
  font-size: 15px;
  line-height: 27px;
  color: #283440;
  font-family: #023e7d;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms {
  padding-bottom: 49px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms h3 {
  font-family: 'ProximaNovaRegular', sans-serif;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .accordion-container {
  margin-top: 57px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .accordion-wrapper {
  background: #faf9f8;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .accordion-wrapper:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .accordion-wrapper h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #283440;
  font-family: 'ProximaNovaSemibold', sans-serif;
  position: relative;
  padding: 24px 20px;
  cursor: pointer;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .accordion-wrapper h4 .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  right: 20px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .accordion-wrapper h4.terms-title-open .fa {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .downloads-files-wrapper {
  padding: 0 20px 27px 20px;
  display: none;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .download-item {
  margin-bottom: 22px;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .download-item img {
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .download-item a {
  font-size: 18px;
  color: #42bee0;
  font-family: 'ProximaNovaRegular', sans-serif;
  vertical-align: middle;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .download-item a:hover {
  text-decoration: none;
}
.kundservice-section .kund-tabs .tab-content > .tab-pane.terms .download-item a:hover img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

