@font-face {
    font-family: HelveticaNeue;
    src: url(../fonts/HelveticaNeue Medium.ttf);
}

.error{
  -webkit-animation: shake .4s cubic-bezier(.645, .045, .355, 1);
animation: shake .4s cubic-bezier(.645, .045, .355, 1)
}
.jumbotron {
    background: none;
    padding-left: 0!important;
    padding-right: 0!important;
}
.jumbotron, .sign_up {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sign_up {
    display: inline-block;
    padding: 15px;
}
.sign_up input {
    background: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.12),inset 0 -1px 0 rgba(0,0,0,.03);
    padding: 7.5px 15px;
    height: 39px;
}
.sign_up input:focus {
    outline: 0;
}
.sign_up input:-moz-placeholder, .sign_up input:-ms-input-placeholder, .sign_up input::-moz-placeholder, .sign_up input::-webkit-input-placeholder, .sign_up input[placeholder] {
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #e8ebef;
    letter-spacing: 0;
    line-height: 23px;
}


.sign_up .button {
  font-family: HelveticaNeue;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #32315E;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.12),inset 0 -1px 0 rgba(0,0,0,.03);
    border-radius: 4px;
    font-size: 15px;
    margin-top: -3px;
    margin-left: 15px;
    cursor: pointer;

      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
}


.sign_up .overlay {
    background: #52b019;
    border: 1px solid #4ba017;
    border-radius: 5px;
    padding: 7.5px 5px;
    margin-left: -15px;
    height: 39px;
}
.sign_up .overlay .icon {
    background: url(../assets/faqSignup/success@2x.png);
    height: 24px;
    width: 23px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.sign_up .overlay span {
    font-family: HelveticaNeue;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .24);
}
.mobile-nav {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #24282b;
    margin-top: -51px;
    padding: 0;
}
.mobile-nav li {
}
.mobile-nav li a {
    color: #fff;
    font-family: HelveticaNeue;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.mobile-nav li a:focus, .mobile-nav li a:hover {
    background: rgba(0, 0, 0, .3);
}
.mobile-nav .nav>li>a {
    padding: 15px;
}
.section_header {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    height: 1150px;
}


.section_header:before {
   overflow-x: hidden;
    overflow-y: hidden;
  -webkit-transform:skewY(-12deg);
  transform:skewY(-12deg);
  -webkit-transform-origin:0;
  transform-origin:0;
  position: absolute;
  z-index:-999;
  margin-left: -15px;
  height:105%;
  width: 100%;
  background-image: linear-gradient(-360deg,#6FA8EF 0%,#5A65DB);
/*background: #f3f6fa;*/

}

.section_header .jumbotron img {
    width: 820px;
    margin-left: -3%;
    margin-top: -10%;
    z-index: 99999;

}
.section_header .navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.section_header .navbar-brand {
    padding-left: 0;
    margin-top: -5px;
}
.section_header .navbar-toggle {
    margin-right: -20px;
    border: none;
}
.section_header .navbar-toggle:focus, .section_header .navbar-toggle:hover {
    background: none;
}
.section_header .navbar-toggle .icon-bar {
    height: 3px;
    width: 24px;
    background-color: #fff;
    border-radius: 1px;
}
.section_header .contacts_list li:hover {
    opacity: .5;
}
.section_header .contacts_list a {
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #fff !important;
    letter-spacing: 0;
    line-height: 12.5px;
    padding: 5px 13px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}
.section_header .contacts_list .contact_us a {

}
.section_header .side {
    margin-top: 8%}
.section_header .side .product-hunt {
    background-image: linear-gradient(90deg, #f8c9da, #f093b5);
    border-radius: 14px;
    border-radius: 10px;
    padding: 2px;
}
.section_header .side .product-hunt .icon {
    background: url(../assets/Header/product_hunt.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.section_header .side .product-hunt span {
    font-family: HelveticaNeue;
    font-size: 15px;
    color: ##32325d;
    letter-spacing: 0;
    margin-left: 10px;
    line-height: 23px;
}
.section_header .title {
    font-family: HelveticaNeue;
    font-size: 50px;
    color: #32325d;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.section_header .description {
    font-family: HelveticaNeue;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.section_info_1 {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 2px solid rgba(207, 215, 223, .25);
    height: 555px;
}
.section_info_1 img {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 10%;
    width: 420px;
}
.section_info_1 .title {
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #32325d;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.section_info_1 .description {
    font-family: HelveticaNeue;
    font-size: 20px;
    color: #525f7f;
    letter-spacing: 0;
    line-height: 26px;
}
.section_info_1 .separator {
    margin-top: 15px;
    display: inline-block;
    background: #e6ebf0;
    height: 2px;
    width: 5%}
.section_info_1 .sub_description {
    font-family: HelveticaNeue;
    font-size: 14px;
    color: #6b7c93;
    letter-spacing: 0;
    line-height: 23px;
}
.section_info_2 {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(90deg, #f6f9fc 0, #f6f9fc 50%, #fff 0, #fff);
    height: 566px;
}
.section_info_2 .jumbotron {
    padding-top: 0;
}
.section_info_2 .title {
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #32325d;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.section_info_2 .description {
    font-family: HelveticaNeue;
    font-size: 20px;
    color: #525f7f;
    letter-spacing: 0;
    line-height: 26px;
}
.section_info_2 .phone {
    background: url(../assets/infoSectionTwo/infoSectionOne.png);
    background-size: cover;
    width: 364px;
    position: relative;
    left: 34.5%;
    top: 60px;
    height: 506px !important;
}
.section_info_3 {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #3a3976;
    box-shadow: 0 0 0 rgba(0, 0, 0, .01);
    overflow: hidden;
    height: 561px;
}
.section_info_3 img {
    width: 388px;
}
.section_info_3 .title {
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.section_info_3 .description {
    font-family: HelveticaNeue;
    font-size: 20px;
    color: #9cdbff;
    letter-spacing: 0;
    line-height: 26px;
}
.section_info_4 {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: -webkit-linear-gradient(left, #fff, #fff 50%, #f5f7f9 0, #f5f7f9);
    background: linear-gradient(90deg, #fff 0, #fff 50%, #f5f7f9 0, #f5f7f9);
    border-bottom: 2px solid rgba(207, 215, 223, .25);
    height: 100%}
.section_info_4 img {
    width: 100%}
.section_info_4 .right {
    background: #f5f7f9;
}
.section_info_4 .faq dt {
    width: 24px;
}
.section_info_4 .faq dd {
    margin-left: 35px;
}
.section_info_4 .faq img {
    vertical-align: top;
    margin-top: 1px;
}
.section_info_4 .faq .title {
    font-family: HelveticaNeue;
    font-size: 20px;
    color: #32325d;
    letter-spacing: 0;
    margin-left: 4px;
}
.section_info_4 .faq .description {
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #6b7c93;
    letter-spacing: 0;
    line-height: 23px;
    margin-left: 4px;
}
.section_info_4 .right h2.title {
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #6772e5;
    letter-spacing: 0;
}
.section_info_4 .right .sub_title {
    font-family: HelveticaNeue;
    font-size: 20px;
    color: #32325d;
    letter-spacing: 0;
    line-height: 23px;
}
.section_info_4 .right .separator {
    margin-top: 25px;
    margin-bottom: 20px;
    height: 2px;
    width: 100%;
    background: rgba(207, 215, 223, .25);
}
.section_info_4 .right .separatorsmall {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 50px;
    height: 2px;
    background: rgba(207, 215, 223, .25);
}
.section_info_4 .right .sign_up {
    padding-left: 0;
    margin-left: 15px;
}
.section_info_4 .right .overlay {
    min-width: 308px;
}
.section_info_4 .right h3.title {
    font-family: HelveticaNeue;
    font-size: 20px;
    color: #32325d;
    letter-spacing: 0;
}
.section_info_4 .right .description {
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #6b7c93;
    letter-spacing: 0;
    line-height: 23px;
}
.section_info_4 a.contact_us {
    color: #6772e5;
    font-weight: 500;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    cursor: pointer;
}
.section_info_4 a.contact_us:hover {
    color: #32325d;
    text-decoration: none;
}
.section_footer {
    z-index: 10;
    background: #fff;
}
.section_footer .navbar-default {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.section_footer .navbar-default .container-fluid {
    padding-left: 0;
}
.section_footer .navbar-default a {
    padding-bottom: 0;
    padding-top: 0;
    font-family: HelveticaNeue;
    font-size: 13px;
    color: #b0bfc7!important;
    letter-spacing: 0;
    line-height: 23px;
}
.section_footer .navbar-default a:hover {
    color: #678494!important;
}
.section_footer .navbar-default .country {
    border-right: 1px solid #e6ebf0;
}
.section_footer .navbar-default .country a {
    padding-left: 0;
}
.section_footer .navbar-default .company_name a:hover, .section_footer .navbar-default .country a:hover {
    color: #b0bfc7!important;
}
.section_footer .navbar-default .flag {
    background: url(../assets/Trailer/flagIcons.svg);
    background-position: -227px -35px;
    content: '';
    display: inline-block;
    width: 21px;
    height: 15px;
    vertical-align: -3px;
    margin-right: 7px;
}


@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    40% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    80% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    40% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    80% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
}

@media (min-width:1200px) {

  .navbar-brand>img {
    margin-top: 7px;
  }
    .sign_up input {
    width: 200px;
    margin-left: -15px;
}
.sign_up .button {
    width: 110.0px;
}
.section_header .navbar-brand {
    margin-left: -30px;
}
.section_info_1 {
  margin-top: -40%;
    padding-top: 3%;
    padding-bottom: 3%}
.section_info_1 .side {
    margin-top: 0%}
.section_info_2 .jumbotron {
    padding-bottom: 0;
    margin-bottom: 0;
}
.section_info_2:before {
    content: " ";
    position: absolute;
    height: 12%;
    width: 2px;
    background: rgba(207, 215, 223, .25);
    z-index: 9;
    left: 50%}
.section_info_2 .left, .section_info_2 .phone, .section_info_2 .right {
    height: 540px;
}
.section_info_2 .right {
    padding-top: 12.5%;
    padding-right: 0;
    padding-left: 20%}
.section_info_2 .left {
    padding-top: 12.5%;
    padding-left: 0;
    padding-right: 20%}
.section_info_3 {
    height: 561px;
}
.section_info_3 .right {
    padding-right: 10%;
    padding-top: 10%}
.section_info_4 .left {
    padding-top: 4.4%;
    padding-bottom: 5%}
.section_info_4 .right {
    padding: 5% 8% 7.7% 3%;
    border-left: 2px solid rgba(207, 215, 223, .25);
}
.section_footer {
    margin-top: 2%}
}@media (min-width:992px) and (max-width:1200px) {
    .section_info_2 {
    height: 400px;
    overflow: hidden;
}
.section_info_2 .left, .section_info_2 .phone, .section_info_2 .right {
    height: 400px;
}
.section_info_2 .right {
    padding-right: 2%;
    padding-left: 24%}
.section_info_2 .left {
    padding-left: 5%;
    padding-right: 20%}
.section_info_3 {
    height: 400px;
}
.section_info_3 .right {
    padding-right: 8%}
.section_info_4 .right {
    padding: 3% 8% 5% 3%}
.section_info_4:before {
    height: 67.8%}
.section_footer {
    margin-top: 2%}
}@media (min-width:768px) and (max-width:992px) {
    .section_header .side {
    text-align: center;
}
.section_header .jumbotron {
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.section_info_1 .jumbotron {
    padding-bottom: 0;
}
.section_info_1 .media {
    text-align: center;
}
.section_info_1 img {
    width: 50%}
.section_info_2 {
    background: none;
}
.section_info_2, .section_info_2 .container {
    padding-left: 0;
    padding-right: 0;
}
.section_info_2 .jumbotron {
    padding-top: 0;
    padding-bottom: 5%}
.section_info_2 .left {
    height: 400px;
    overflow: hidden;
    background: #f5f7f9;
    padding-top: 5%}
.section_info_2 .left, .section_info_2 .right {
    padding-left: 30px;
    padding-right: 30px;
}
.section_info_2 .left .media {
    text-align: center;
}
.section_info_2 .media img {
    width: 30%}
.section_info_2 .right {
    padding-top: 5%}
.section_info_3 {
    height: 530px;
    overflow: hidden;
}
.section_info_3 .media {
    text-align: center;
}
.section_info_3 .media img {
    width: 30%}
.section_info_4 {
    background: none;
}
.section_info_4, .section_info_4 .container {
    padding-left: 0;
    padding-right: 0;
}
.section_info_4 .left, .section_info_4 .right {
    padding-left: 30px;
    padding-right: 30px;
}
.section_info_4 .right {
    padding-top: 5%;
    padding-bottom: 5%}
.section_footer {
    margin-top: 2%}
}@media (max-width:768px) {
    .section_header {
    height: 400px;
}
.section_header .navbar {
    margin-left: -15px;
    margin-right: -15px;
}
.section_header .side {
    text-align: center;
}
.section_header .jumbotron {
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.section_info_1 .jumbotron {
    padding-bottom: 0;
}
.section_header .sign_up {
  margin-left: 5px;
    margin-right: -15px;
}
.section_header .sign_up input {
    width: 110%;
    margin-bottom: 20px;
}
.section_header .sign_up .button {
    margin-left: 0;
    line-height: 23px;
}
.section_info_1 .media {
    text-align: center;
}
.section_info_1 img {
    width:  100%;
    margin-left:  -5%;
}
.section_info_2 {
    background: none;
    height: 100%}
.section_info_2, .section_info_2 .container {
    padding-left: 0;
    padding-right: 0;
}
.section_info_2 .jumbotron {
    padding-top: 0;
    padding-bottom: 5%}
.section_info_2 .left {
    height: 650px;
    overflow: hidden;
    background: #f5f7f9;
    padding-top: 5%}
.section_info_2 .left, .section_info_2 .right {
    padding-left: 45px;
    padding-right: 45px;
}
.section_info_2 .left .media {
    text-align: center;
}
.section_info_2 .media img {
    width: 70%}
.section_info_2 .right {
    padding-top: 5%}
.section_info_2 .row {
    margin-right: 0;
}
.section_info_3 {
    height: 870px;
    overflow: hidden;
}
.section_info_3 .media {
    text-align: center;
}
.section_info_3 .media img {
    width: 70%}
.section_info_4 {
    background: none;
    height: 100%}
.section_info_4, .section_info_4 .container {
    padding-left: 0;
    padding-right: 0;
}
.section_info_4 .left, .section_info_4 .right {
    padding-left: 45px;
    padding-right: 45px;
}
.section_info_4 .right {
    padding-top: 5%;
    padding-bottom: 5%}
.section_info_4 .dl-horizontal dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section_info_4 .right .separator {
    margin-top: 20px;
    margin-bottom: 15px;
}
.section_info_4 .sign_up input {
    padding: 6.5px 8px;
    width: 195px;
    line-height: 23px;
}
.section_info_4 .sign_up .button {
    margin-left: 0;
    line-height: 23px;
    width: 97px;
}
.section_info_4 .row {
    margin-right: 0;
}
.section_footer {
    margin-top: 2%}
.section_footer .nav>li {
    display: inline-block;
}
.section_footer .navbar-default .navbar-nav>li>a {
    padding-left: 0;
    padding-right: 0;
}
}@media (max-width:500px) {
    .section_info_2 {
    background: none;
}
.section_info_2 .left {
    height: 500px;
}
.section_info_3 {
    height: 615px;
}
}@media (max-width:499px) {
    .section_header {
    height: 500px;
}

    .section_header:before {
    height: 80%;
}

.section_header .title {
    font-size: 40px;
}
.section_header .description {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.section_info_1{
  height: 580px;
}

.section_info_1 .title, .section_info_2 .title, .section_info_3 .title, .section_info_4 .right h2.title {
    font-size: 24px;
}
.section_info_1 .description, .section_info_2 .description, .section_info_3 .description, .section_info_4 .right .sub_title {
    font-size: 16px;
}
.section_info_4 .sign_up input {
    padding: 6.5px 8px;
    width: 120%;
    margin-bottom: 20px;
}
.section_info_4 .sign_up .button {
    line-height: 23px;
    width: 120%
}

.section_info_4 .right .separatorsmall {
    margin-top: 0px;
}


}@media (min-width:321px) and (max-width:399px) {
    .section_header {
    height: 500px;
}
.section_header .row {
    margin-right: -30px;
    margin-left: -30px;
}
.section_header .sign_up {
    padding: 10px;
    margin-right: -15px;
    margin-left: 9px;
}
.section_header .sign_up input {
    width: 100%;
    margin-bottom: 20px;
}
.section_header .sign_up .button {
    margin-left: 0;
    line-height: 23px;
}

.section_info_1 {
  height: 590px;
}

.section_info_2 .left {
    height: 448px;
}

.section_info_4 {
margin-top: 10px;
}

.section_info_4 .sign_up {
    padding: 10px;
    margin-right: -6px;
}
.section_info_4 .sign_up input {
    padding: 6.5px 8px;
    width: 120%;
    margin-bottom: 20px;
    margin-left: -15px;
}
.section_info_4 .sign_up .button {
    margin-left: -15px;
    line-height: 23px;
    width: 120%}

.section_info_4 .right .separatorsmall {
    margin-top: 0px;
}

}@media (max-width:320px) {
    .section_header {
    height: 540px;
}

.section_header:before {
    height: 105%;
}

.section_header .sign_up input {
    width: 100%;
    margin-left: -15px;
    margin-bottom: -10px;
}
.section_header .sign_up .button {
    line-height: 23px;
    margin-top: 20px;
    margin-left: -15px;
}
.sign_up .overlay {
    width: 300px;
}

.section_info_2 .left {
    height: 450px;
}
.section_info_4 .sign_up input {
    margin-left: -15px;
    width: 120%}
.section_info_4 .sign_up .button {
    line-height: 23px;
    margin-left: -15px;
    width: 120%}
.section_info_4 .right .separator {
    width: 105%}
}
