html,
body {
    height: 100%;
    /* background: red; */
    /* overflow-x: hidden;
    -ms-overflow-x: hidden; */
}

img {
    max-width: 100%;
}

.container-fluid {
    max-width: 1900px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

p a {
    color: #ba2429;
}

a:hover {
    text-decoration: none;
}

.content-padding {
    padding-left: 8%;
    padding-right: 7%;
}

.logo-bg {
    float: left;
    padding: 0 35px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .content-padding {
        padding-left: 47px;
        padding-right: 47px;
    }
}

/* @media only screen and (max-width: 767px) {
    .content-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
} */

.svg-ballon svg {
    height: 31.57vw;
    z-index: 999;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .svg-ballon svg {
        height: 445px;
    }
}

@media only screen and (max-width: 767px) {
    .svg-ballon svg {
        height: 100%;
        width: 100%;
    }
}

.content-area {
    padding: 0 30px;
}

.margin-B10 {
    margin-bottom: 10px;
}

.margin-B30 {
    margin-bottom: 30px;
}

.margin-T30 {
    margin-top: 30px;
}

.margin-T60 {
    margin-top: 60px;
}

.margin-left {
    margin-left: 0 !important;
}

.padding-none {
    padding: 0;
}

p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #303030;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 15px;
        line-height: 22px;
    }
}

.para-small {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.para-head {
    font-size: 17px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.head-large-Roboto {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    color: #ba2429;
    font-weight: 700;
}

.head-Roboto {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.head-Roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
}

.head-Roboto-small {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

.head-Hallelujah {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 39px;
    margin-bottom: 10px;
    line-height: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .head-Hallelujah {
        font-size: 26px;
        line-height: px;
    }
}

@media only screen and (max-width: 767px) {
    .head-Hallelujah {
        font-size: 20px;
    }
}

.para-head-bold {
    font-size: 17px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.topheader {
    position: fixed;
    float: none;
    z-index: 99999;
    width: 100%;
    max-width: 1900px;
}

.topheader>.row {
    display: flex;
}

.topheader .logo-bg {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    background: #fff;
    padding: 0 15px 0 45px;
    flex: 0 0 118px;
    max-width: 118px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .topheader .logo-bg {
        width: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .topheader .logo-bg {
        width: 12%;
    }
}

.topheader .logo-bg img {
    max-width: 100%;
    /*height: auto;*/
    width: auto;
}

.navbar-brand {
    height: auto;
}

.topheader .navbar-brand {
    padding: 0;
}

.topheader .topheader-bg {
    padding: 28px 0px 17px 0px;
    background-color: #ba2429;
    float: left;
    width: calc(100% - 118px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .topheader .topheader-bg {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .topheader .topheader-bg {
        width: 88%;
    }
}

/* @media only screen and (max-width: 767px) {
    .topheader .topheader-bg {
        background-color: #fff;
    }
} */

/* @media only screen and (max-width: 768px) and (orientation: portrait) {
    .topheader .topheader-bg {
        padding: 14px 0px 14px 0px;
    }
} */

.topheader .topheader-bg .lang {
    float: right;
    display: inline-block;
    color: #fff;
    margin-right: 113px;
}

@media only screen and (max-width: 768px) {
    .topheader .topheader-bg .lang {
        display: none !important;
    }
}

.topheader .topheader-bg .lang a {
    display: inline-block;
    color: #fff;
}

.topheader .topheader-bg .lang a.active {
    text-decoration: underline;
}

.topheader .topheader-bg .hamburger {
    float: right;
    margin-right: 33px;
}

/* @media only screen and (max-width: 767px) {
    .topheader .topheader-bg .hamburger {
        display: none;
    }
} */

/* @media only screen and (max-width: 767px) and (orientation: portrait) {
    .topheader .topheader-bg .hamburger {
        margin-right: 0px;
    }
} */

.topheader .topheader-bg .hamburger-red {
    display: none;
}

@media only screen and (max-width: 767px) {
    .topheader .topheader-bg .hamburger-red {
        display: block;
        float: right;
        margin-right: 30px;
    }
   
}

.section-two {
    background: url("../../img/typo3page/images/banner2.jpg") center 76px no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
    background-size: contain;
}

.section-two .rocket {
    position: absolute;
    bottom: 336px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
    left: -41px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-two .rocket {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        left: -45px;
        top: 275px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .rocket {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        left: -45px;
        top: 236px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two .rocket {
        display: none;
    }
}

.section-two .rocket svg {
    height: 10.52vw;
    overflow: visible;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-two .rocket svg {
        height: 112px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .rocket svg {
        height: 84px;
    }
}

.section-two .rocket .dashed {
    stroke-dasharray: 5;
}

.section-two .rocket .path {
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    /* animation: dash 8.7s ease; */
    -webkit-animation: dash 5s cubic-bezier(0.42, 0, 0.65, 0.85);
    animation: dash 5s cubic-bezier(0.42, 0, 0.65, 0.85);
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1500;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1500;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.section-two .cls-1 {
    fill: #fff;
}

.section-two .b-holder {
    width: 30.5%;
    height: 458px;
    float: right;
    margin-top: 167px;
    right: 0;
    position: relative;
    z-index: 9;
    -webkit-animation: balloon1 6s ease-in-out infinite;
    animation: balloon1 6s ease-in-out infinite;
    -webkit-transform-origin: bottom center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-two .b-holder {
        width: 30.5%;
        height: 458px;
        margin-top: -15px;
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .b-holder {
        width: 27.5%;
        height: 458px;
        float: right;
        margin-top: -60px;
        right: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two .b-holder {
        margin-top: 0;
        height: auto;
    }
}

.section-two .b-holder svg {
    height: 113px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-two .b-holder svg {
        height: 62px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .b-holder svg {
        height: 53px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-two .b-holder svg {
        height: 27px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .b-holder svg {
        height: 35px;
    }
}

.section-two .b-holder img {
    width: 100%;
    height: 461px;
    position: absolute;
    top: 73px;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-two .b-holder img {
        top: -78px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .b-holder img {
        top: -17px;
    }
}

.section-two .svg-wrap {
    position: absolute;
    top: 161px;
    width: 20%;
    z-index: 999;
    left: 145px;
}

.loader {
    width: 30px;
    float: right;
    margin: 10px 20px 0 0;
}

.loader img {
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-two .svg-wrap {
        top: 222px;
        width: 2%;
        left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .svg-wrap {
        top: 230px;
        width: 11%;
        left: 50px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-two .svg-wrap {
        top: 123px;
        width: 20%;
        z-index: 999;
        left: 25px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .svg-wrap {
        top: 172px;
        width: 20%;
        z-index: 999;
        left: 52px;
    }
}

.section-two .b-holder g {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.section-two .section-two-content {
    margin: 218px 0px 0px 153px;
    position: relative;
    padding-bottom: 206px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-two .section-two-content {
        margin: 145px 0px 0px 60px;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .section-two-content {
        margin: 145px 0px 0px 60px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two .section-two-content {
        margin: 80px 0px 0px 25px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .section-two-content {
        margin: 92px 0px 0px 25px;
        padding-bottom: 0;
    }
}

.section-two .section-two-content span.tech-dev {
    color: #ba2429;
    font-weight: 700;
}

.section-two .img-position {
    position: absolute;
    left: 150px;
    top: -45px;
}

.section-two .head-since {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 40px;
    color: #ba2429;
    margin: 15px 0px 0px 55px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-two .head-since {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two .head-since {
        font-size: 15px;
        margin-left: 17px;
        margin-top: 21px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .head-since {
        font-size: 15px;
        margin-left: 47px;
        margin-top: 10px;
    }
}

.section-two .startup-content-block {
    position: relative;
    padding-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-two .startup-content-block {
        padding-bottom: 111px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-two .startup-content-block {
        padding-bottom: 140px;
        padding-top: 24px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .startup-content-block {
        padding-bottom: 140px;
        padding-top: 33px;
    }
}

.section-two .since-block {
    position: absolute;
    left: 31%;
    top: 0;
}

@media only screen and (min-width: 1901px) {
    .section-two .since-block {
        top: 10px;
        left: 570px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1700px) {
    .section-two .since-block {
        left: 31%;
        top: -16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-two .since-block {
        left: 202px;
        top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .since-block {
        left: 135px;
        top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two .since-block {
        top: -22px;
        left: 102px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .since-block {
        top: -5px;
        left: 118px;
    }
}

:lang(en) .section-two .since-block {
    left: 35%;
    top: -15px;
}

@media only screen and (min-width: 1920px) {
    :lang(en) .section-two .since-block {
        top: 10px;
        left: 645px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    :lang(en) .section-two .since-block {
        left: 225px;
        top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    :lang(en) .section-two .since-block {
        left: 160px;
        top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    :lang(en) .section-two .since-block {
        top: -22px;
        left: 118px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    :lang(en) .section-two .since-block {
        top: -5px;
        left: 138px;
    }
}

.section-two .since-block img {
    margin-top: -13px;
    margin-left: 9px;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-two .since-block img {
        margin-top: -5px;
        margin-left: 5px;
        width: 20px;
    }
}

.section-two .margin-realize {
    margin-left: 9px;
    line-height: 150px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-two .margin-realize {
        margin-top: 23px;
        margin-left: 3px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .margin-realize {
        margin-top: 18px;
        margin-left: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two .margin-realize {
        margin-left: 0px;
        line-height: 24px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .margin-realize {
        margin-left: 0px;
        line-height: 24px !important;
        margin-top: 29px !important;
    }
}

.section-two .head-Roboto {
    font-family: 'Roboto', sans-serif;
    font-size: 90px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-two .head-Roboto {
        font-size: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .head-Roboto {
        font-size: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two .head-Roboto {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .head-Roboto {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }
}

.section-two .head-large-Roboto {
    font-family: 'Roboto', sans-serif;
    font-size: 200px;
    color: #ba2429;
    font-weight: 700;
    line-height: normal;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-two .head-large-Roboto {
        font-size: 105px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-two .head-large-Roboto {
        font-size: 74px;
    }
}

@media only screen and (max-width: 767px) {
    .section-two .head-large-Roboto {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .head-large-Roboto {
        font-size: 70px;
    }
}

.section-two .head-Roboto-small {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    line-height: 0px;
    color: #231f20;
    margin-left: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-two .head-Roboto-small {
        font-size: 16px;
        line-height: 0px;
        margin-left: 3px;
    }
}


@media only screen and (max-width: 767px) {
    .section-two .head-Roboto-small {
        font-size: 9px;
        line-height: 8px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-two .head-Roboto-small {
        font-size: 9px;
        line-height: 8px;
    }
}

.section-startup {
    position: relative;
    margin-top: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-startup {
        margin-top: 0px;
    }
}

.section-startup .startup-left {
    margin-top: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .startup-left {
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-startup .startup-left {
        margin-top: 145px;
    }
}

@media only screen and (max-width: 767px) {
    .section-startup .startup-left {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-startup .startup-left {
        margin-top: 120px;
    }
}

.section-startup .startup-left .team-holder {
    width: 100%;
    height: auto;
    margin-top: 21%;
    margin-left: -73px;
    position: relative;
    z-index: 9;
    -webkit-animation: balloon1 6s ease-in-out infinite;
    animation: balloon1 6s ease-in-out infinite;
    -webkit-transform-origin: bottom center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .startup-left .team-holder {
        margin-top: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-startup .startup-left .team-holder {
        margin-top: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-startup .startup-left .team-holder {
        margin: 0;
    }
}

.section-startup .startup-left .team-svg-wrap {
    position: absolute;
    top: -15%;
    left: 37%;
    width: 25%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .startup-left .team-svg-wrap {
        top: -20%;
        left: 37%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-startup .startup-left .team-svg-wrap {
        top: -17%;
        left: 39%;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-startup .startup-left .team-svg-wrap {
        left: 38%;
        width: 22%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-startup .startup-left .team-svg-wrap {
        left: 38%;
        width: 22%;
        top: -17%;
    }
}

.section-startup .startup-left .team-svg-wrap svg {
    overflow: visible !important;
}

.section-startup .startup-left .b-holder g {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.section-startup .startup-right {
    margin-top: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .startup-right {
        margin-top: 15px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-startup .startup-right {
        margin-top: 20px;
    }
}

.head-Roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-size: 4.9vw;
    line-height: 4.8vw;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .head-Roboto-medium {
        font-size: 55px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .head-Roboto-medium {
        font-size: 37px;
        line-height: 34px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .startup-list {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-startup .startup-list {
        display: none;
    }
}

.section-startup .startup-list-mobile {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .startup-list-mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .section-startup .startup-list-mobile {
        display: block;
    }
}

.section-startup .bottom-content {
    margin: 45px 0px 0px 0px;
    padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .bottom-content {
        margin: 50px 0px 0px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-startup .bottom-content {
        margin: 20px 0px 0 0px;
    }
}

.section-startup .bottom-content .para-head-bold {
    font-size: 24px;
    min-height: 58px;
    max-width: 200px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}

@media screen and (min-width: 1025px) and (max-width: 1073px) {
    .section-startup .bottom-content .para-head-bold {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .bottom-content .para-head-bold {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .section-startup .bottom-content .para-head-bold {
        font-size: 18px;
        min-height: 10px;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.section-startup .bottom-content .plan-block-first {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .section-startup .bottom-content .plan-block-first {
        padding-left: 25px;
    }
}

.section-startup .bottom-content .plan-block-last {
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    .section-startup .bottom-content .plan-block-last {
        padding-right: 25px;
    }
}

.section-startup .p {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .section-startup .p {
        margin-top: 7px;
    }
}

ul.list-items {
    list-style-image: url("../../img/typo3page/images/list-icon.svg");
    margin: 45px 0 0 0px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    list-style: none;
}
ul.list-items li {
    position: relative;
}
ul.list-items li:before {
    content: "";
    background: url(../../img/typo3page/images/list-icon.svg);
    width: 13px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 8px;
    transform: translateX(-150%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    ul.list-items {
        font-size: 17px;
        margin: 30px 0 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    ul.list-items {
        font-size: 15px;
        margin: 0;
    }
}

ul.list-items li {
    padding-left: 16px;
    margin-bottom: 14px;
}

ul.list-items li a {
    color: #ba2429;
}

ul.list-items li a:hover {
    color: #23527c;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    ul.list-items li {
        margin-bottom: 10px;
    }
}

ul.list-items li b {
    color: #000;
    font-weight: 700;
}

.block-ready {
    position: absolute;
    left: 33%;
    z-index: 700;
    bottom: -70px;
    background: url(../../img/typo3page/images/qts.png) center top no-repeat;
    height: 260px;
    width: 290px;
    background-size: contain;
}

@media only screen and (min-width: 1600px) and (max-width: 1741px) {
    .block-ready {
        bottom: -100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .block-ready {
        bottom: -80px;
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1400px) {
    .block-ready {
        bottom: -70px;
    }
}

@media only screen and (max-width: 1300px) {
    .block-ready {
        bottom: -50px;
    }
}

@media only screen and (max-width: 1200px) {
    .block-ready {
        bottom: -40px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1044px) {
    .block-ready {
        /* top: -16.5%; */
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .block-ready {
        left: 211px;
        /* top: -207px; */
        height: 220px;
        width: 205px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .block-ready {
        left: 211px;
        /* top: -113px; */
        height: 200px;
        width: 190px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .block-ready {
        left: 101px;
        /* top: -151px; */
        height: 200px;
        width: 104px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .block-ready {
        left: 211px;
        /* top: -125px; */
        height: 269px;
        width: 157px;
    }
}

.block-ready-content {
    margin-top: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .block-ready-content {
        margin-top: 31%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .block-ready-content {
        margin-top: 31%;
    }
}

@media only screen and (max-width: 767px) {
    .block-ready-content {
        margin-top: 32%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .block-ready-content {
        margin-top: 36%;
    }
}

.section-startup .plan-block {
    width: 20%;
    float: left;
    padding: 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-startup .plan-block {
        width: 20%;
        padding: 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .section-startup .plan-block {
        width: 99%;
    }
}

.section-startup .quotes {
    position: absolute;
}

.section-startup .img-quotes {
    position: absolute;
    left: 34%;
    top: -287px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .section-startup .img-quotes {
        top: -87%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .section-startup .img-quotes {
        top: -495px;
    }
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
    .section-startup .img-quotes {
        left: 14%;
    }
}

.section-startup .border-R-grey {
    border-right: .5px solid #cccccc;
}

@media only screen and (max-width: 767px) {
    .section-startup .border-R-grey {
        border-right: none;
    }
}

.block-ready .head-ready {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 52px;
    color: #ba2429;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .block-ready .head-ready {
        font-size: 34px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .block-ready .head-ready {
        font-size: 14px;
        line-height: 10px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .block-ready .head-ready {
        font-size: 18px;
        line-height: 10px;
    }
}

.block-ready .subhead-ready {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 18px;
    line-height: 13px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .block-ready .subhead-ready {
        font-size: 13px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .block-ready .subhead-ready {
        font-size: 8px;
        line-height: 10px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .block-ready .subhead-ready {
        font-size: 11px;
        line-height: 14px;
    }
}

.section-startup img {
    width: 100%;
}

/* @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-startup img {
        width: 695px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-startup img {
        width: 460px;
    }
} */

/* @media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-startup img {
        width: 325px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-startup img {
        width: 600px;
    }
} */

.section-offer {
    padding-top: 64px;
    padding-bottom: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-offer {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-offer {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-offer {
        padding-top: 0px;
    }
}

.section-offer .offer-right {
    padding: 0;
    margin-top: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-offer .offer-right {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-offer .offer-right {
        margin: 0px;
    }
}

.section-offer .offer-left .offer-svg-wrap {
    position: absolute;
    right: 220px;
    bottom: 144px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-offer .offer-left .offer-svg-wrap {
        right: 181px;
        bottom: 117px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-offer .offer-left .offer-svg-wrap {
        right: 112px;
        bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .section-offer .offer-left .offer-svg-wrap {
        right: 173px;
        bottom: 112px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-offer .offer-left .offer-svg-wrap {
        right: 79px;
        bottom: 48px;
    }
}

.section-offer .offer-left .offer-svg-wrap svg {
    overflow: visible !important;
    height: 41px;
}

@media only screen and (max-width: 767px) {
    .section-offer .offer-left .offer-svg-wrap svg {
        height: 25px;
    }
}

.section-offer .offer-left .offer-svg-wrap .offer-picture-bg {
    position: relative;
}

.section-offer .offer-left .offer-svg-wrap .offer-picture-bg img {
    height: 500px;
}

.section-offer ul {
    list-style-image: url("../../img/typo3page/images/list-icon.png");
    margin: 42px 0 53px 8px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .section-offer ul {
        font-size: 15px;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-offer ul {
        font-size: 17px;
        margin: 42px 0 30px 8px;
    }
}

.section-offer ul li {
    margin: 14px 0px 0px 0px;
    padding-left: 19px;
}

.section-offer .para-small {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-left: 48px;
    margin-bottom: 39px;
}

@media only screen and (max-width: 767px) {
    .section-offer .para-small {
        margin-bottom: 0;
        margin-left: 0;
    }

    .hello-blck {
        bottom: 35px;
        width: 75px;
        right: 10px;
    }
}

.section-offer .para-head-bold {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .section-offer .para-head-bold {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-offer .para-head-bold {
        font-size: 22px;
        margin: 42px 0 30px 8px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-offer .para-head-bold {
        margin: 0;
    }
}

.section-offer .bottom-div {
    padding-right: 20px;
}

.section-offer span.bold {
    font-weight: 600;
}

.section-costs {
    padding-top: 72px;
}

@media only screen and (max-width: 767px) {
    .section-costs {
        padding-top: 30px;
        margin-bottom: 60px;
    }
    .col-md-12.content-padding.section-container div#testimonial {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-costs {
        padding-top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.section-costs .section-costs-left {
    margin: 0px 0px 66px 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs .section-costs-left {
        margin: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-costs .section-costs-left {
        margin: 0px 0px 66px 0px;
    }
}

.section-costs .section-costs-left .cost-left-img {
    float: right;
    margin-top: 52px;
}

@media only screen and (max-width: 767px) {
    .section-costs .section-costs-left .cost-left-img {
        margin: 25px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs .section-costs-left .cost-left-img {
        margin: 30px 0;
    }
}

.section-costs .section-costs-left .cost-det {
    padding: 0px 30px 0px 0px;
}

@media only screen and (max-width: 767px) {
    .section-costs .section-costs-left .cost-det {
        padding: 0px;
    }
}

.section-costs .section-costs-left .cost-det p {
    margin-bottom: 20px;
}

.section-costs .head-Roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    line-height: 92px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs .head-Roboto-medium {
        font-size: 55px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .section-costs .head-Roboto-medium {
        font-size: 37px;
        line-height: 34px;
    }
}

.section-costs .head-Hallelujah {
    font-size: 39px;
    line-height: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs .head-Hallelujah {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-costs .head-Hallelujah {
        font-size: 24px;
    }
}

.section-costs .bold {
    font-weight: 600;
    margin-top: 45px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .section-costs .bold {
        font-size: 15px;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs .bold {
        font-size: 17px;
        margin-top: 20px;
    }
}

.section-costs h4 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .section-costs h4 {
        font-size: 20px;
        margin: 0 0 0;
    }
}

.section-costs ul.liststeps {
    list-style-image: url("../../img/typo3page/images/list-icon.png");
    margin: 25px 0 60px 0px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .section-costs ul.liststeps {
        font-size: 15px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs ul.liststeps {
        font-size: 17px;
        margin: 20px 0;
    }
}

.section-costs ul.liststeps li {
    margin: 14px 0px 0px 0px;
    padding-left: 19px;
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
    .section-costs .bottom-div {
        margin: 20px 0;
    }
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
    .section-costs .bottom-div {
        margin: 20px 0;
    }
}

.section-costs .white-bg-box-form {
    background-color: #fff;
    width: 639px;
    padding: 29px 35px 10px 35px;
    margin: 80px 0px 50px 0px;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 30px #ccc;
    float: left;
}

.section-costs .white-bg-box-form .ui-state-active,
.section-costs .white-bg-box-form .ui-widget-content .ui-state-active,
.section-costs .white-bg-box-form .ui-widget-header .ui-state-active,
.section-costs .white-bg-box-form a.ui-button:active,
.section-costs .white-bg-box-form .ui-button:active,
.section-costs .white-bg-box-form .ui-button.ui-state-active:hover {
    border-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs .white-bg-box-form {
        margin-top: 50px;
        margin-bottom: 50px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-costs .white-bg-box-form {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-costs .white-bg-box-form {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-costs .white-bg-box-form {
        width: 100%;
        padding: 20px;
        margin: 10px 0px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-costs .white-bg-box-form {
        width: 100%;
        padding: 30px;
    }
}

.section-costs .white-bg-box-form .add-select {
    margin-bottom: 20px;
    float: left;
    margin-left: 10px;
    width: 98.5%;
}

@media screen and (max-width: 768px) {
    .section-costs .white-bg-box-form .add-select {
        margin-left: 0;
    }
}

.section-costs .white-bg-box-form .select-box-group {
    margin-top: 0;
    margin-bottom: 60px;
}

.section-costs .white-bg-box-form label {
    display: table-cell;
    font-weight: normal;
    font-size: 15px;
    padding-left: 10px;
}

.section-costs .white-bg-box-form .registrationForm {
    margin-top: 46px;
}

.section-costs .white-bg-box-form form {
    margin-top: 42px;
}

@media only screen and (max-width: 767px) {
    .section-costs .white-bg-box-form form {
        margin-top: 20px;
    }
}

.section-costs .white-bg-box-form ul.listwidth {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.section-costs .white-bg-box-form ul.listwidth li {
    width: 28%;
    display: inline-block;
    margin: 12px 12px;
    vertical-align: middle;
}

@media screen and (min-width: 1024px) {
    .section-costs .white-bg-box-form ul.listwidth li {
        width: 22%;
    }
}

.section-costs .white-bg-box-form input {
    border: 0;
    outline: 0;
    background: transparent;
}

.section-costs .white-bg-box-form .input-line {
    border: none;
    border-bottom: 1px dashed #bcbcbc;
}

.section-costs .white-bg-box-form .input-line:focus {
    outline: none;
}

.section-costs .white-bg-box-form .nameblck {
    display: inline-block;
}

.section-costs .white-bg-box-form .form-group {
    margin: 0 0 27px 0;
    display: table;
}

.section-costs .white-bg-box-form .form-group .form-label {
    display: inline-block;
    min-width: 23%;
}

@media only screen and (min-width: 1025px) and (max-width: 1368px) {
    .section-costs .white-bg-box-form .form-group .form-label {
        min-width: 40%;

    }
}

.section-costs .white-bg-box-form .leftmargin {
    margin-left: 3%;
    width: 97%;
}

/* @media only screen and (max-width: 767px) {
    .section-costs .white-bg-box-form .leftmargin {
        margin-left: 0px;
        margin-bottom: 0;
        margin-top: 0;
    }
} */

/*.section-costs .white-bg-box-form .leftmargin label {
    padding-left: 0;
}*/

.section-costs .white-bg-box-form .labelwidth {
    width: 25%;
}

.section-costs .white-bg-box-form .inputwidth {
    width: 70%;
    display: inline;
}

@media only screen and (min-width: 1025px) and (max-width: 1368px) {
    .section-costs .white-bg-box-form .inputwidth {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-costs .white-bg-box-form .inputwidth {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-costs .white-bg-box-form .inputwidth {
        width: 90%;
    }
}

.section-costs .white-bg-box-form .slider {
    -webkit-appearance: none;
    height: 1px;
    border-radius: 5px;
    background: #d9d9d9;
    outline: none;
    /*opacity: 0.7;*/
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    padding: 2px 2px;
}

.section-costs .white-bg-box-form .slider:hover {
    opacity: 1;
}

.section-costs .white-bg-box-form .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ba2429;
    cursor: pointer;
}

.section-costs .white-bg-box-form .slider::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ba2429;
    cursor: pointer;
}

.section-costs .white-bg-box-form .btn-toolbar .reg-selectbox {
    color: #000;
    background-color: #fff;
    border: 0.5px solid #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 14px 5px 12px;
    border-radius: 0px;
}

.section-costs .white-bg-box-form .btn-toolbar .reg-selectbox span {
    margin-left: 40px;
}

.section-costs .white-bg-box-form .btn-toolbar .reg-selectbox span.small-select {
    margin-left: 10px;
}

.section-costs .white-bg-box-form .btn-toolbar .minus-margin {
    margin-left: -1px;
}

.section-costs .white-bg-box-form .delete-box {
    border: 1px solid #d9d9d9;
    /* padding: 14px 14px 13px 14px; */
    color: #fff;
    display: inline-block;
    float: left;
    width: 10%;
    margin-left: -2px;
    padding: 16px 14px 15px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-costs .white-bg-box-form .delete-box span {
    background-color: #ba2429;
    /* padding: 4px 10px 5px 10px; */
    cursor: pointer;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    /* padding: 2px 10px 4px 10px; */
    /* text-align: -webkit-match-parent; */
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.section-costs .white-bg-box-form .add-box {
    border: 1px solid #d9d9d9;
    padding: 16px 14px 15px 14px;
    color: #fff;
    display: inline-block;
    margin-left: -1px;
    float: left;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-costs .white-bg-box-form .add-box span {
    background-color: #ba2429;
    /* padding: 4px 9px 5px 9px; */
    cursor: pointer;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.section-costs .white-bg-box-form .button-submit {
    background-color: #ba2429;
    border: none;
    color: white;
    padding: 10px 20px 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    border-radius: 27px;
    float: right;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
    /*width: 114px;*/
    outline: none;
}

.section-costs .white-bg-box-form .selectbox-div {
    margin-bottom: 40px;
}

.section-costs .white-bg-box-technology {
    background-color: #fff;
    width: 640px;
    padding: 40px 13px 10px 3px;
    margin: 80px 0px 50px 160px;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 30px #ccc;
    float: left;
    height: 757px;
}

@media only screen and (max-width: 767px) {
    .section-costs .white-bg-box-technology {
        width: 100%;
        margin: 20px 0 0;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-costs .white-bg-box-technology {
        width: 100%;
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-costs .white-bg-box-technology {
        margin: 0 auto;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-costs .white-bg-box-technology {
        width: 100%;
    }
}

.section-costs .white-bg-box-technology h4 {
    padding-left: 20px;
}

.section-costs .white-bg-box-technology ul.listwidth {
    margin: 25px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.section-costs .white-bg-box-technology ul.listwidth li {
    width: 32.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-costs .white-bg-box-technology ul.listwidth li {
        width: 49%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-costs .white-bg-box-technology ul.listwidth li {
        width: 33%;
    }
}

.section-costs .white-bg-box-technology ul.listwidth li img {
    display: inline-block;
    max-width: 100%;
    /* height: 100%; */
    max-height: 100%;
}

.section-costs .white-bg-box-technology ul.listwidth li:nth-child(3n+3) {
    border-right: 0px !important;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-costs .white-bg-box-technology ul.listwidth li:nth-child(3n+3) {
        border-right: 1px solid #e5e5e5 !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-costs .white-bg-box-technology ul.listwidth li:nth-child(2n+2) {
        border-right: 0px !important;
    }
}

.section-costs .white-bg-box-technology input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #f8fbfb;
}

.section-costs .white-bg-box-technology .nameblck {
    display: inline-block;
}

.section-costs .white-bg-box-technology .form-group {
    margin: 0 0 5px 0;
}

.section-costs .white-bg-box-technology .leftmargin {
    margin-left: 19px;
}

.section-costs .white-bg-box-technology label {
    font-weight: normal;
    font-size: 12px;
}

.section-costs .white-bg-box-technology .labelwidth {
    width: 20%;
}

.section-costs .white-bg-box-technology .inputwidth {
    width: 70%;
    display: inline;
}

.section-costs .white-bg-box-technology .slider {
    -webkit-appearance: none;
    height: 1px;
    border-radius: 5px;
    background: #d9d9d9;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    padding: 2px 2px;
}

.section-costs .white-bg-box-technology .slider:hover {
    opacity: 1;
}

.section-costs .white-bg-box-technology .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ba2429;
    cursor: pointer;
}

.section-costs .white-bg-box-technology .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.section-costs .white-bg-box-technology .btn-toolbar .reg-selectbox {
    color: #000;
    background-color: #fff;
    border: 0.5px solid #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 14px 5px 12px;
    border-radius: 0px;
}

.section-costs .white-bg-box-technology .btn-toolbar .reg-selectbox span {
    margin-left: 40px;
}

.section-costs .white-bg-box-technology .btn-toolbar .reg-selectbox span.small-select {
    margin-left: 10px;
}

.section-costs .white-bg-box-technology .btn-toolbar .minus-margin {
    margin-left: -1px;
}

.section-costs .white-bg-box-technology .delete-box {
    border: 0.5px solid #d9d9d9;
    padding: 5px 14px 5px 12px;
    color: #fff;
}

.section-costs .white-bg-box-technology .delete-box span {
    background-color: #ba2429;
    padding: 2px 7px 3px 8px;
    border-radius: 19px;
    cursor: pointer;
}

.section-costs .white-bg-box-technology .add-box {
    width: 62px;
    border: 0.5px solid #d9d9d9;
    padding: 14px 14px 14px 12px;
    color: #fff;
}

.section-costs .white-bg-box-technology .add-box span {
    background-color: #ba2429;
    padding: 1px 6px 3px 6px;
    border-radius: 19px;
    cursor: pointer;
    font-size: 15px;
}

.section-costs .white-bg-box-technology .button-submit {
    background-color: #ba2429;
    /* Green */
    border: none;
    color: white;
    padding: 3px 10px 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
    float: right;
    font-weight: 600;
    margin: 30px 0px 20px 0px;
}

.section-costs .white-bg-box-technology .selectbox-div {
    margin-bottom: 40px;
}

.section-works {
    padding: 74px 0px 60px 0px;
    margin-top: 74px;
    /*.animate-preperation{
        transform: scale(0);
        -webkit-animation-name: stepsDetails;
        animation-name: stepsDetails;
        -webkit-animation-delay: 3.8s;
        animation-delay: 3.8s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .animate-setup{
        transform: scale(0);
        -webkit-animation-name: stepsDetails;
        animation-name: stepsDetails;
        -webkit-animation-delay: 7.3s;
        animation-delay: 7.3s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .animate-work{
        transform: scale(0);
        -webkit-animation-name: stepsDetails;
        animation-name: stepsDetails;
        -webkit-animation-delay: 9.8s;
        animation-delay: 9.8s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .animate-review{
        transform: scale(0);
        -webkit-animation-name: stepsDetails;
        animation-name: stepsDetails;
        -webkit-animation-delay: 13.5s;
        animation-delay: 13.5s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }*/
}

.section-works img {
    max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-works {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-works {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-works {
        padding: 74px 0px 0px 0px;
    }
}

.section-works .steps-block {
    float: left;
    width: 100%;
    display: block;
    margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-works .steps-block {
        margin-top: 0px;
    }
}

.section-works .steps-block .steps {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .section-works .steps-block .steps {
        display: none;
    }
}

.section-works .dashed {
    stroke-dasharray: 5;
}

.section-works .steps-path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: animate1 15s linear;
    animation: animate1 15s linear;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes animate1 {
    from {
        stroke-dashoffset: 2000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animate1 {
    from {
        stroke-dashoffset: 2000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-works {
        margin-top: 0px;
        padding-top: 0;
    }
}

.section-works ul {
    list-style-type: none;
}

.section-works ul li {
    font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works ul li {
        font-size: 17px;
    }
}

.section-works .para-head-bold {
    font-size: 24px;
    margin-top: 33px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .para-head-bold {
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .para-head-bold {
        margin-top: 0px;
        font-size: 20px;
    }
}

.section-works .section-works-heading {
    margin: 0px 0px 40px 0px;
    padding: 0px 7% 0px 8%;
}

/* @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .section-works-heading {
        padding: 0px 47px 0px 47px;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .section-works-heading {
        margin-bottom: 20px;
        padding: 0px 15px;
    }
} */

.section-works .section-works-heading p span {
    color: #ba2429;
}

.section-works .head-Roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    line-height: 92px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .head-Roboto-medium {
        font-size: 55px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .head-Roboto-medium {
        font-size: 37px;
        line-height: 34px;
    }
}

.section-works .head-Hallelujah {
    font-size: 39px;
    line-height: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .head-Hallelujah {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .head-Hallelujah {
        font-size: 20px;
    }
}

.section-works .para-profit {
    margin-top: 34px;
}

@media only screen and (max-width: 767px) {
    .section-works .para-profit {
        margin-top: 0;
    }
}

.section-works .img-curve {
    margin: 15px 0 15px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .img-curve {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .img-curve {
        display: none;
    }
}

.section-works .img-block {
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .img-block {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .img-block {
        display: none;
    }
}

.section-works .img-block img {
    margin: 0 auto;
}

.section-works .img-desc-block {
    text-align: center;
    margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-works .img-desc-block .steps-block-tab {
        min-height: 500px;
    }
}

.section-works .img-desc-block ul {
    padding: 0 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .img-desc-block ul {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .img-desc-block ul {
        padding-left: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-works .img-desc-block ul {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .img-desc-block ul li {
        font-size: 15px;
    }
}

.section-works .img-desc-block ul.work_para li:not(:first-child):not(:last-child) {
    border-bottom: 1px dashed #dfe1e1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.section-works .img-desc-block ul.work_para li:first-child {
    min-height: 220px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .section-works .img-desc-block ul.work_para li:first-child {
        min-height: auto;
    }
}

.section-works span {
    font-weight: 600;
}

.section-works .white-round-block {
    width: 70px;
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px #ccc;
    box-shadow: 0 0 30px #ccc;
    position: absolute;
    text-align: center;
    border-radius: 37px;
    font-size: 25px;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .white-round-block {
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-works .white-round-block {
        display: none !important;
    }
}

.section-works .white-round-block .inner {
    width: 76%;
    height: 76%;
    padding-top: 11px;
    margin-left: 8px;
    margin-top: 8px;
    border-radius: 49px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .white-round-block .inner {
        margin-left: 3px;
        margin-top: 4px;
    }
}

.section-works .white-round-block .inner .step-para {
    font-weight: 600;
    margin-top: 3px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-works .white-round-block .inner .step-para {
        margin-top: -9px;
        font-size: 15px;
    }
}

.section-works .inner:hover {
    background: #ba2429 !important;
}

.section-works .inner:hover .step-para {
    color: #FFF !important;
}

.section-works .first-block {
    left: 339px;
    top: 35%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: stepsAnim;
    animation-name: stepsAnim;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-works .first-block .inner {
    background: #ba2429;
}

.section-works .first-block .inner p {
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-works .first-block {
        top: 425px;
        left: 86px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-works .first-block {
        top: 426px;
        left: 148px;
    }
}

.section-works .third-block {
    left: 1133px;
    top: 514px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: stepsAnim;
    animation-name: stepsAnim;
    -webkit-animation-delay: 9.8s;
    animation-delay: 9.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-works .third-block .inner {
    background: #ba2429;
}

.section-works .third-block .inner p {
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-works .third-block {
        left: 424px;
        top: 417px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-works .third-block {
        left: 620px;
        top: 463px;
    }
}

.section-works .fourth-block {
    left: 1613px;
    top: 480px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: stepsAnim;
    animation-name: stepsAnim;
    -webkit-animation-delay: 13.5s;
    animation-delay: 13.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-works .fourth-block .inner {
    background: #ba2429;
}

.section-works .fourth-block .inner p {
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-works .fourth-block {
        left: 600px;
        top: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-works .fourth-block {
        left: 818px;
        top: 407px;
    }
}

.section-works .fifth-block {
    left: 737px;
    top: 496px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: stepsAnim;
    animation-name: stepsAnim;
    -webkit-animation-delay: 7.3s;
    animation-delay: 7.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-works .fifth-block .inner {
    background: #ba2429;
}

.section-works .fifth-block .inner p {
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-works .fifth-block {
        left: 269px;
        top: 442px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-works .fifth-block {
        left: 377px;
        top: 465px;
    }
}

.section-works .red-round-block {
    width: 55px;
    height: 55px;
    background-color: #ba2429;
    -webkit-box-shadow: 0 0 3px #eef1f1;
    box-shadow: 0 0 30px #eef1f1;
    position: absolute;
    left: 677px;
    top: 442px;
    text-align: center;
    border-radius: 35px;
    padding-top: 12px;
    color: #fff;
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
    .section-works .red-round-block {
        display: none;
    }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
    .section-works .red-round-block {
        top: 35%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .section-works .red-round-block {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .section-works .red-round-block {
        top: 34%;
    }
}

.section-works .inner-red {
    width: 94%;
    height: 94%;
}

.section-team {
    padding-top: 105px;
}

@media only screen and (max-width: 767px) {
    .section-team {
        padding-top: 30px;
    }
}

.section-team .head-Roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    line-height: 92px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-team .head-Roboto-medium {
        font-size: 55px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .section-team .head-Roboto-medium {
        font-size: 37px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .section-team .team-member-desc {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-team .team-member-desc {
        display: none;
    }
}

.section-team .team-member-desc .team-memberslist .team-member-pos {
    margin-bottom: 0;
}

.section-team .team-member-desc-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .section-team .team-member-desc-mobile {
        display: block;
        margin: 20px 0 0;
        position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-team .team-member-desc-mobile {
        display: inline-block;
        width: 100%;
    }
}

.section-team .head-Hallelujah {
    font-size: 39px;
    line-height: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-team .head-Hallelujah {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-team .head-Hallelujah {
        font-size: 20px;
    }
}

.section-team .team-left-block {
    margin-top: 176px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .section-team .team-left-block {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-team .team-left-block {
        display: none;
    }
}

.section-team .team-left-block .next-prev-block,
#references .next-prev-block,
#testimonial .next-prev-block {
    display: inline-block;
    margin-top: 43px;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .section-team .team-left-block .next-prev-block,
    #references .next-prev-block,
    #testimonial .next-prev-block {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {

    .section-team .team-left-block .next-prev-block,
    #references .next-prev-block,
    #testimonial .next-prev-block {
        display: none;
        margin-top: 20px;
    }
}

.section-team .team-left-block .next-prev-block img,
#references .next-prev-block img,
#testimonial .next-prev-block img {
    float: left;
    margin-right: 25px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .section-team .img-arrow {
        display: inline-block;
    }
}

.section-team .head-Roboto-Gabriele {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 56px;
}

@media only screen and (max-width: 767px) {
    .section-team .head-Roboto-Gabriele {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 34px;
        margin-top: 29px;
    }
}

.section-team .team-description {
    margin-top: 15px;
}

.section-team .team-right-block {
    padding: 0 30px 0px 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-team .team-right-block {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-team .team-right-block {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-team .team-right-block {
        padding: 0px;
    }
}

.section-team .team-right-block .team-description {
    margin-top: 67px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-team .team-right-block .team-description {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-team .team-right-block .team-description {
        margin-top: 0;
    }
}

.section-team .team-right-block .team-head {
    margin: 53px 0 51px 0px;
}

@media only screen and (max-width: 767px) {
    .section-team .team-right-block .team-head {
        margin: 10px 0px;
    }
}

.section-team .team-right-block .team-members {
    float: left;
    width: 93%;
    margin-left: -9px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-team .team-right-block .team-members {
        margin-bottom: 50px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-team .team-right-block .team-members {
        margin-top: 30px;
    }
}

.section-team .team-right-block .team-members ul {
    padding: 0;
}

.section-team .team-right-block .team-members ul li {
    width: 17%;
    display: inline-block;
    margin: 12px 12px;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .section-team .team-right-block .team-members ul li {
        width: 14%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .section-team .team-right-block .team-members ul li {
        width: 14%;
    }
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
    .section-team .team-right-block .team-members ul li {
        width: 14%;
        margin: 5px 5px;
    }
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
    .section-team .team-right-block .team-members ul li {
        width: 17%;
        margin: 5px 5px;
    }
}

.section-team .team-right-block .team-members ul li img {
    border: 1px solid #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.section-team .team-right-block .team-members ul li.active img {
    border: 1px solid #eb1c24;
}

.section-team .team-right-block .next-prev-block-mobile {
    display: none;
    cursor: pointer;
    margin-top: 43px;
    z-index: 99998;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-team .team-right-block .next-prev-block-mobile {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .section-team .team-right-block .next-prev-block-mobile {
        margin-top: 10px;
        margin-bottom: 0;
        position: absolute;
        top: -5px;
        display: block;
        right: 0;
    }

    /* .section-team .team-right-block .next-prev-block-mobile img {
        margin-right: 0 !important;
    } */
    .next-prev-block-mobile :first-child {
        margin-right: 10px !important;
    }

    .next-prev-block-mobile :last-child {
        margin-right: 0px !important;
    }
}

.section-team .team-right-block .next-prev-block-mobile img {
    float: left;
    padding-right: 10px;
    display: inline-block;
}

.section-journey {
    padding-top: 96px;
    padding-bottom: 130px;
}

.section-journey .row {
    margin: 0;
}



@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-journey {
        margin-top: 0px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.section-journey .frontiersanddeliverostop {
    padding-top: 55px;
}

.section-journey .frontiersanddeliveros {
    padding-top: 30px;
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .frontiersanddeliveros .Journey-deskop {
        display: none;
    }
}
*/
/* @media only screen and (max-width: 767px) {
    .section-journey .frontiersanddeliveros .Journey-deskop {
        display: none;
    }
} */

.section-journey .head-Roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    line-height: 92px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .head-Roboto-medium {
        font-size: 55px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .head-Roboto-medium {
        font-size: 37px;
        line-height: 34px;
    }
}

.section-journey .head-Hallelujah {
    font-size: 39px;
    line-height: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .head-Hallelujah {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .head-Hallelujah {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .journey-left-block {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .journey-left-block {
        text-align: center;
    }
}

.section-journey .journey-left-block img {
    float: left;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-journey .journey-left-block img {
        float: none;
        margin-right: 0px;
    }
}

.section-journey .journey-left-block .img-journey {
    margin-top: 75px;
}

@media only screen and (max-width: 767px) {
    .section-journey .journey-left-block .img-journey {
        display: none;
    }
}

.section-journey .journey-left-block .Journey-mobile {
    display: none;
    padding: 0 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .journey-left-block .Journey-mobile {
        display: block;
    }
}

.section-journey .journey-left-block .pits-addressblock {
    position: relative;
    float: right;
    margin-right: 100px;
    top: -3px;
    z-index: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .section-journey .journey-left-block .pits-addressblock {
        margin-right: 0px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .section-journey .journey-left-block .pits-addressblock {
        margin-right: 0px !important;
    }

    .section-journey .team-middle-block .quotes-blck-kamila .quotes-authorname {
        margin-right: 0 !important;
    }
}

/* @media screen and (min-width: 768px) and (max-width: 1024px) { */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-journey .journey-left-block .pits-addressblock {
        margin-right: 239px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
    .section-journey .journey-left-block .pits-addressblock {
        margin-right: 0px;
        clear: right;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .journey-left-block .pits-addressblock {
        /* display: none; */
        margin-right: 10px;
    }
}

.section-journey .journey-left-block .pits-addressblock .pits-address {
    position: absolute;
    color: #fff !important;
    left: 12%;
    top: 12%;
    font-size: 15px;
    text-align: left;
   /* width: 100%;*/
}
.section-journey .journey-left-block .pits-addressblock img.img-responsive {
    height: 254px;
}



.section-journey .journey-left-block .pits-addressblock .pits-address .address-sec2 {
    margin-top: 20px;
}

.section-journey .journey-left-block .pits-addressblock .pits-address .bold {
    font-weight: 600;
}

.section-journey .journey-left-block .pits-addressblock .pits-address p {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 100;
    color: #fff;
    margin-top: 0;
}

.section-journey .bold-head {
    font-weight: 600;
    font-size: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .bold-head {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .bold-head {
        font-size: 22px;
    }
}

.section-journey .bold {
    font-weight: 600;
}

.section-journey .team-middle-block {
    padding-right: 50px;
    padding-left: 0;
}



@media only screen and (max-width: 767px) {
    .section-journey .team-middle-block {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .team-middle-block {
        margin: 0px;
    }
}

.section-journey .team-middle-block ul {
    list-style-image: url("../../img/typo3page/images/list-icon.png");
    margin: 15px 0px 40px 0px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .team-middle-block ul {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .team-middle-block ul {
        font-size: 15px;
        margin-bottom: 35px;
    }
}

.section-journey .team-middle-block ul li {
    padding-left: 16px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .team-middle-block ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .team-middle-block ul li {
        margin-bottom: 10px;
        padding-left: 5px;
    }
}

.section-journey .team-middle-block .quotes-blck-kamila {
    position: relative;
}

.section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: absolute;
    width: 42%;
    top: 56px;
    left: 24px;
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        left: 33px;
        top: 62px;
        width: 164px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        left: 10%;
        width: 71%;
        top: 57px;
    }
}

/* @media only screen and (max-width: 767px) and (orientation: portrait) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        width: 69%;
        left: 14px;
    }
} */

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        width: 39%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila p {
    font-size: 16px;
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .team-middle-block .quotes-blck-kamila img {
        float: right;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-journey .team-middle-block .quotes-blck-kamila img {
        float: none !important;
        margin: auto;
    }
}

.section-journey .team-middle-block .quotes-blck-kamila .quotes-authorname {
    position: absolute;
    left: 20%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-authorname {
        position: static;
        float: right;
        margin-right: 248px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-authorname {
        bottom: -74px;
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-authorname {
        left: 38%;
        top: 236px;
    }
}

/* @media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-authorname {
        left: 21%;
    }
} */

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-authorname p {
        font-size: 17px;
    }
}

.section-journey .team-middle-block .pits-addressblock-mobile {
    display: none;
    margin: 30px 43px 30px 0px;
}



@media only screen and (max-width: 767px) {
    .section-journey .team-middle-block .pits-addressblock-mobile {
        display: block;
        position: relative;
        float: none;
        margin-top: -57px;
        margin-right: -12px;
    }

    .section-journey .team-middle-block .pits-addressblock-mobile img {
        margin: auto;
    }
}

.section-journey .team-middle-block .pits-addressblock-mobile .pits-address {
    position: absolute;
    color: #fff !important;
    left: 11%;
    top: 16%;
    font-size: 15px !important;
    line-height: 15px;
}

@media only screen and (max-width: 767px) {
    .section-journey .team-middle-block .pits-addressblock-mobile .pits-address {
        font-size: 12px !important;
        line-height: 17px;
        width: 230px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.section-journey .team-middle-block .pits-addressblock-mobile .pits-address .address-sec2 {
    margin-top: 10px;
}

.section-journey .team-middle-block .pits-addressblock-mobile .pits-address .bold {
    font-weight: 600;
}

.section-journey .team-middle-block .pits-addressblock-mobile .pits-address p {
    margin-bottom: 2px;
    font-weight: 100;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .section-journey .team-right-block {
        padding: 0px;
        margin-top: 75px;
    }
}

.section-journey .team-right-block ul {
    list-style-image: url("../../img/typo3page/images/list-icon.png");
    margin: 15px 0px 40px 0px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .team-right-block ul {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .team-right-block ul {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.section-journey .team-right-block ul li {
    margin-bottom: 30px;
    padding-left: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .team-right-block ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .team-right-block ul li {
        margin-bottom: 13px;
    }
}

.section-journey .team-right-block .quotes-blck-comment {
    position: relative;
}

/*.section-journey .team-right-block .quotes-blck-thomas .quotes-thomas {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    position: absolute;
    width: 71%;
    top: 52px;
    left: 52px;
    color: #fff;
    line-height: 23px;
}*/

/*@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-journey .team-right-block .quotes-blck-thomas .quotes-thomas {
        left: 33px;
        width: 73%;
        top: 28px;
        height: 140px;
        overflow-y: scroll;
    }
}*/

/*@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-journey .team-right-block .quotes-blck-thomas .quotes-thomas {
        left: 139px;
        width: 54%;
    }
}*/

/*@media only screen and (max-width: 767px) {
    .section-journey .team-right-block .quotes-blck-thomas .quotes-thomas {
        font-size: 14px;
        width: 83%;
        top: 35px;
        left: 10%;
        display: block;
        height: 135px;
        z-index: 1;
        overflow-y: scroll;
    }
}*/

/*@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-journey .team-right-block .quotes-blck-thomas .quotes-thomas {
        width: 55%;
        top: 76px;
        left: 5%;
        height: 180px;
    }
}*/

.section-journey .team-right-block .quotes-blck-comment .quotes-thomas p {
    font-size: 16px;
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .team-right-block .quotes-blck-comment .quotes-thomas p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .section-journey .team-right-block .quotes-blck-comment .quotes-thomas p {
        font-size: 14px;
    }
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-journey .team-right-block .quotes-blck-thomas img {
        margin: 0 auto;
    }
}*/

.section-journey .team-right-block .quotes-blck-comment .quotes-authorname {
    position: absolute;
    bottom: -37px;
    right: 43px;
}

/*@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-journey .team-right-block .quotes-blck-comment .quotes-authorname {
        float: right;
        position: static;
        margin-right: 121px;
    }
}
*/
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .section-journey .team-right-block .quotes-blck-comment .quotes-authorname {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-journey .team-right-block .quotes-blck-comment .quotes-authorname p {
        font-size: 17px;
    }
}

/* @media screen and (max-width: 767px){
    .section-journey .team-right-block .quotes-blck-comment .quotes-authorname{
        bottom: 41px;
    }
} */

.section-journey .margin-b0 {
    margin-bottom: 0;
}

/* .section-footer {
    padding: 0;
} */

.section-footer .footer-right-block {
    float: left;
    font-size: 14px;
    line-height: 0px;
    padding: 0;
}

.section-footer .footer-left-block {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .section-footer .footer-right-block {
        padding: 0;
    }
}

.section-footer .footer-right-block ul {
    float: right;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .section-footer .footer-right-block ul {
        float: none;
        padding: 0;
        line-height: 7px;
        text-align: center;
    }
}

.section-footer .footer-right-block ul li {
    display: inline-block;
    margin: 10px 5px;
}

@media only screen and (max-width: 767px) {
    .section-footer .footer-right-block ul li {
        margin: 10px 5px;
    }
}

.section-footer .footer-right-block ul li a {
    color: #333;
}

.section-footer .footer-right-block li a:hover {
    color: #ba2429;
}

.section-footer .footer-right-block .active-page {
    color: #ba2429;
}

.footer-right-block ul li.active>a {
    color: #ba2429;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-footer .footer-left-block {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-footer .footer-left-block {
        margin-top: 50px;
        padding: 0;
        text-align: center;
    }
}

.section-footer .footer-left-block p {
    font-size: 14px;
}

.section-casestudies {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 50px;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-casestudies {
        margin-top: 0px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-casestudies {
        margin-top: 10px;
        padding-top: 0;
    }
}

.section-casestudies .head-Roboto-medium {
    font-size: 100px;
    line-height: 96px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-casestudies .head-Roboto-medium {
        font-size: 55px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .section-casestudies .head-Roboto-medium {
        font-size: 37px;
        line-height: 34px;
    }
}

.section-casestudies .casestudies-left {
    margin-bottom: 30px;
}

.section-casestudies .casestudies-left .case-head-mobile {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-casestudies .casestudies-left .case-head-mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .section-casestudies .casestudies-left .case-head-mobile {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-casestudies .casestudies-left .case-head-desktop {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-casestudies .casestudies-left .case-head-desktop {
        display: none;
    }
}

.section-casestudies .casestudies-left .case-holder {
    position: relative;
    float: right;
    height: auto;
    top: 15%;
    z-index: 9;
    -webkit-animation: balloon1 6s ease-in-out infinite;
    animation: balloon1 6s ease-in-out infinite;
    -webkit-transform-origin: bottom center;
}

@media only screen and (max-width: 767px) {
    .section-casestudies .casestudies-left .case-holder {
        display: none;
    }
}

.section-casestudies .casestudies-left .case-holder img {
    height: 518px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-casestudies .casestudies-left .case-holder img {
        height: 339px;
    }
}

.section-casestudies .casestudies-left .case-holder .man-wrapper {
    position: relative;
}

.section-casestudies .casestudies-left .case-svg-wrap {
    position: absolute;
    z-index: 99999;
    right: 115px;
    top: 217px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-casestudies .casestudies-left .case-svg-wrap {
        right: 120px;
        top: 227px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-casestudies .casestudies-left .case-svg-wrap {
        right: 74px;
        top: 139px;
    }
}

.section-casestudies .casestudies-left .case-svg-wrap svg {
    overflow: visible !important;
    height: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-casestudies .casestudies-left .case-svg-wrap svg {
        height: 29px;
    }
}

.section-casestudies .casestudies-left .case-holder g {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@media only screen and (max-width: 767px) {
    .section-casestudies .casestudies-left {
        padding-left: 0px;
    }
}

.section-casestudies .casestudies-left .casestudies-leftimg {
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-casestudies .casestudies-left .casestudies-leftimg {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-casestudies .casestudies-left .casestudies-leftimg {
        display: none;
    }
}

.section-casestudies .casestudies-left .block-frontiers {
    background-color: #fff;
    float: left;
    width: 66%;
    position: absolute;
    left: 40%;
    z-index: 900;
    padding: 50px 40px 50px 40px;
    -webkit-box-shadow: 0 0 30px #ccc;
    box-shadow: 0 0 30px #ccc;
    top: 5%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-casestudies .casestudies-left .block-frontiers {

        width: 75%;
        height: auto;


    }

    .casestudyImage img {
        width: 320px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-casestudies .casestudies-left .block-frontiers {
        position: absolute;
        left: 20%;
        width: 80%;
        height: auto;
        margin-top: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .section-casestudies .casestudies-left .block-frontiers {
        position: static;
        width: 100% !important;
        margin-top: 5px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-casestudies .casestudies-left .block-frontiers {
        position: static;
        width: 450px;
        margin-top: 30px;
        padding: 30px 30px 60px 30px;
        float: none;
        margin: 0 auto;
    }
}

.section-casestudies .casestudies-left .next-prev-block {
    display: inline-block;
    margin-top: 43px;
    float: right;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-casestudies .casestudies-left .next-prev-block {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .section-casestudies .casestudies-left .next-prev-block {
        margin-top: 20px;
    }
}

.section-casestudies .casestudies-left .next-prev-block img {
    float: left;
    margin-right: 25px;
    display: inline-block;
}

.section-casestudies .casestudies-left .case-bg-block {
    position: relative;
    z-index: 0;
}

/*@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-casestudies .casestudies-left .case-bg-block {
        display: none;
    }
}*/

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
    .section-casestudies .casestudies-left .case-bg-block {
        display: none;
    }
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
    .section-casestudies .casestudies-left .case-bg-block {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-casestudies .casestudies-left .case-bg-block {
        display: none;
    }
}

.section-casestudies .casestudies-left .case-bg-block ul {
    padding-left: 0;
}

.section-casestudies .casestudies-left .case-bg-block li {
    display: none;
    margin-top: 60px;
}

.section-casestudies .casestudies-left .case-bg-block li.active {
    display: block;
}

.section-casestudies .bold-head {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .section-casestudies .bold-head {
        font-size: 25px;
    }
}

.section-casestudies .bold {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 18px;
    color: #000;
}

.ui-button {
    background-color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #fff;
    font-weight: normal;
    color: #ba2429;
    border: 1px solid #d9d9d9;
    font-weight: 600;
    border-bottom: 0;
}

.ui-button:hover,
.ui-button:focus {
    background: #fff;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    outline: none;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #d9d9d9;
}

.ui-menu-item-wrapper {
    padding: 13px 9px !important;
}

.ui-button {
    padding: .4em 9px;
}

.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../../img/typo3page/images/caret.png");
}

.ui-button .ui-icon {
    background-image: url("../../img/typo3page/images/caret.png");
}

.ui-icon-triangle-1-s {
    background-position: 5px 5px;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #ba2429;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 600px;
    width: 20px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

#selectno-button {
    width: 113px;
    float: left;
    margin-left: -2px;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #selectno-button {
        width: 27%;
        margin-left: 0px;
    }
}

#selectpersent-button {
    width: 85px;
    float: left;
    margin-left: -2px;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #selectpersent-button {
        width: 29%;
    }
}

.ui-corner-all {
    border-radius: 0px !important;
}

.ui-button:active {
    border: 1px solid #d9d9d9;
}

.ui-selectmenu-button.ui-button {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 219px;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .ui-selectmenu-button.ui-button {
        width: 208px;
    }
}

#selectpost-button {
    float: left;
}

.content-section {
    margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
    .content-section {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 1024px) {
    .content-section {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .content-section {
        margin-bottom: 60px;
    }
}
.section-container {
    padding-top: 50px;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #selectpost-button {
        width: 100%;
    }
}

.add-member {
    background-color: #d9d9d9 !important;
}

.block-frontiers .active {
    display: block;
}

.block-frontiers-dec-two {
    display: none;
}

.block-frontiers-dec-first {
    display: none;
}

.socialAddress {
    direction: none;
}

.menu-close {
    z-index: 999;
    position: fixed;
    right: -285px;
    min-width: 260px;
    background: #1e1e1e;
    margin-top: 46px;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    padding: 35px 0;
    top: 26px;
    bottom: 0;
}

@media screen and (min-width: 1201) {
    .menu-close {
        height: 755px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .menu-close {
        width: 30%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .menu-close {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .menu-close {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .menu-close {
        width: 45%;
    }
}

.menu-close ul {
    list-style: none;
    padding: 0;
    margin: 30px 30px;
}

.menu-close ul li {
    padding: 10px;
    text-transform: uppercase;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.menu-close i {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.menu-close a {
    text-decoration: none;
    margin: 0;
    width: 100%;
    color: #fff;
    padding: 5px;
    font-size: 15px;
}

.icon-close {
    font-size: 30px;
    margin-left: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0;
    width: 25px;
}

.menu-close a:hover {
    color: #ba2429;
}

.notenough-border {
    border-right: 1px solid #ccc;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .notenough-border {
        border-right: 0;
    }
}

.notenough-left {
    padding-right: 30px;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .notenough-left {
        padding-right: 10px !important;
    }
}

.notenough-right {
    padding-left: 30px;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .notenough-right {
        padding-left: 15px !important;
    }
}

.notenough {
    width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .notenough {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .notenough {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .notenough {
        width: 100%;
    }
}

.notenough-ipad {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .notenough-ipad {
        display: block;
    }
}

.notenough-ipad-inner {
    width: 50%;
}

.mobile-startup {
    padding: 0;
}

nav:before {
    content: "";
    position: absolute;
    background: #161616;
    left: 0;
    top: 0;
    bottom: 0;
    width: 72px;
    z-index: -1;
}

.sidebar {
    font-family: 'Roboto', sans-serif;
    width: 300px;
    position: fixed;
    top: 75px;
    right: -300px;
    height: 100vh;
    z-index: 999;
    background: #1e1e1e;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* overflow-y: scroll; */
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.sidebar.active {
    right: 0;
}

.sidebar .sidebar-header {
    padding: 20px;
}

.sidebar ul.components {
    padding: 20px 0 150px 0;
}

.sidebar ul.components pad p {
    color: #fff;
    padding: 10px;
}

.sidebar ul.components li {
    padding: 7px 0 8px 0;
}

.sidebar ul.components li a {
    padding: 10px 10px 10px 0;
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    min-height: 52px;
    border-left: 3px solid #161616;
}

.sidebar ul.components li a:hover {
    color: #ba2429;
    border-left: 3px solid #ba2429;
}

.sidebar ul.components li a[data-toggle="collapse"] {
    position: relative;
}

.sidebar ul.components li a[aria-expanded="true"] {
    color: #fff;
    background: #1e1e1e;
}

.sidebar ul.components li a[aria-expanded="false"]::before,
.sidebar ul.components li a[aria-expanded="true"]::before {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    right: 20px;
    font-size: 0.6em;
}

.sidebar ul.components li a[aria-expanded="true"]::before {
    content: '\f106';
    font: normal normal normal 14px/1 FontAwesome;
}

.sidebar ul.components li a .ico {
    display: inline-block;
    margin: 0px 42px 0 20px;
    width: 26px;
    height: 26px;
    text-align: center;
    background: url("../../img/typo3page/images/sprite.png") no-repeat;
    color: #fff;
}

.sidebar ul.components li a .ico.ico-contact {
    background: url("../../img/typo3page/images/contact.png") no-repeat;
    background-size: contain;
}

.sidebar ul.components li a:hover .ico.ico-contact {
    background: url("../../img/typo3page/images/contact-red.png") no-repeat;
    background-size: contain;
}

.sidebar ul.components li a .ico.ico-home {
    background-position: -2px -30px;
}

.sidebar ul.components li a .ico.ico-offer {
    background-position: -30px -29px;
}

.sidebar ul.components li a .ico.ico-why {
    background-position: -58px -29px;
}

.sidebar ul.components li a .ico.ico-work {
    background-position: -87px -30px;
}

.sidebar ul.components li a .ico.ico-cost {
    background-position: -116px -29px;
}

.sidebar ul.components li a .ico.ico-together {
    background-position: -142px -29px;
}

.sidebar ul.components li a:hover {
    color: #ba2429;
}

.sidebar ul.components li a:hover .ico-home {
    background-position: -2px 0px;
}

.sidebar ul.components li a:hover .ico-offer {
    background-position: -30px -1px;
}

.sidebar ul.components li a:hover .ico-why {
    background-position: -58px -1px;
}

.sidebar ul.components li a:hover .ico-work {
    background-position: -87px -1px;
}

.sidebar ul.components li a:hover .ico-cost {
    background-position: -116px -1px;
}

.sidebar ul.components li a:hover .ico-together {
    background-position: -142px -1px;
}

.sidebar ul.components li a span {
    display: inline-block;
    width: 62%;
    vertical-align: top;
    line-height: 24px;
    margin-top: 3px;
}

.sidebar ul.components li.active>a {
    color: #ba2429;
    border-left: 3px solid #ba2429;
}

.sidebar ul.components li.active>a .ico-home {
    background-position: -2px 0px;
}

.sidebar ul.components li.active>a .ico-offer {
    background-position: -30px -2px;
}

.sidebar ul.components li.active>a .ico-why {
    background-position: -58px -1px;
}

.sidebar ul.components li.active>a .ico-work {
    background-position: -87px 0px;
}

.sidebar ul.components li.active>a .ico-cost {
    background-position: -116px -1px;
}

.sidebar ul.components li.active>a .ico-together {
    background-position: -142px -1px;
}

.hello-blck img {
    width: 100px;
}

div#hello-blck span {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    text-align: center;
}

.sidebar ul.components ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #1e1e1e;
}

.sidebar .dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #1e1e1e;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 33px;
    z-index: 9999;
}

.sidebar .dismiss:hover {
    color: #fff;
}

.sidebar .dismiss i {
    font-weight: 600;
    color: #534b49;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

header {
    background: #ba2429;
    height: 78px;
    position: fixed;
    top: 0;
    width: 100%;
}

.sidebarCollapse {
    position: relative;
    float: right;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 48px;
    cursor: pointer;
}

#baloon-bounce {
    z-index: 999;
    margin-top: 75px;
}

.animatedballon {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(200px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.animate-addressblock {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes bounce-address {
    0% {
        -webkit-transform: translateY(150px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }
}

@keyframes bounce-address {
    0% {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.bounce-address {
    -webkit-animation-name: bounce-address;
    animation-name: bounce-address;
}

.dashed {
    stroke-dasharray: 5;
}

.path {
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: dash 10s ease;
    animation: dash 10s ease;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1500;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.slick-initialized .slick-slide {
    outline: none;
}

@-webkit-keyframes stepsAnim {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes stepsAnim {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes stepsDetails {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes stepsDetails {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*#case-man {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}*/

.ui-menu .ui-menu-item,
.ui-menu .ui-menu-item:first-child div,
.ui-menu .ui-menu-item div,
.ui-state-active,
.ui-widget-content .ui-state-active {
    border: 0 !important;
}

.ui-menu .ui-menu-item div {
    border-top: 1px solid #d9d9d9 !important;
}

.ui-widget.ui-widget-content {
    border-top: 0;
}

.hello-blck {
    position: fixed;
    top: 76%;
    right: 30px;
    z-index: 99999;
}

@media only screen and (max-width: 991px) {
    .hello-blck {
        top: 74%;
        right: 30px;
    }
}

.fakeTextInput {
    text-align: center;
    font-weight: bold;
}

.wrap-selectpost,
.wrap-selectno,
.wrap-selectpersent {
    display: inline;
}

.wrap-selectpost .ui-selectmenu-button.ui-button {
    padding-top: 16px;
    padding-bottom: 16px;
    float: left;
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .wrap-selectpost .ui-selectmenu-button.ui-button {
        width: 100%;
    }
}

.wrap-selectno .ui-selectmenu-button.ui-button {
    float: left;
    margin-left: -2px;
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .wrap-selectno .ui-selectmenu-button.ui-button {
        width: 83px;
        max-width: 100%;
    }

    .wrap-selectpersent .ui-selectmenu-button.ui-button {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 4px;
    }

    .ui-selectmenu-text {
        font-size: 9px;
        margin-top: 4px;
    }
}

.wrap-selectpersent .ui-selectmenu-button.ui-button {
    float: left;
    margin-left: -2px;
    width: 20%;
}

@media (min-width: 1025px) and (max-width: 1400px) {
    /* .section-casestudies .casestudies-left .block-frontiers {
        position: static;
        float: none;
        height: auto;
    } */
    /* .section-casestudies .casestudies-left .next-prev-block {
        float: none;
    } */
}

@media (min-width: 1025px) and (max-width: 1900px) {
    .section-two .head-Roboto {
        font-size: 4.536vw;
        line-height: 5vw;
    }

    .section-two .head-large-Roboto {
        font-size: 10.52vw;
        line-height: 10.263vw;
    }

    .section-two .section-two-content {
        margin: 11.47vw 0 0 8.052vw;
    }

    .section-two .b-holder {
        height: auto;
        margin-top: 8.789vw;
    }

    .section-two .b-holder img {
        height: auto;
    }

    .section-two .margin-realize {
        line-height: 9vw !important;
    }

    .section-two .head-Roboto-small {
        font-size: 2.368vw;
    }

    .section-two .b-holder svg {
        height: 6vw;
    }

    .section-two .svg-wrap {
        top: 8.47vw;
        left: 7.63vw;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {

    .journey-left-block,
    .section-journey .frontiersanddeliveros {
        width: 100%;
        text-align: center;
    }

    .section-journey .frontiersanddeliveros {
        text-align: left;
    }

    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        top: 43%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        width: auto;
        left: 40px;
        right: 25px;
    }

    .section-journey .team-middle-block .quotes-blck-kamila img {
        width: 100%;
    }

    .section-journey .team-right-block .quotes-blck-comment img {
        height: 300px;
        width: 100%;
    }

    .section-journey .team-right-block .quotes-blck-comment .quotes-thomas p {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .section-journey .journey-left-block .pits-addressblock {
        margin-right: 0;
    }

    .section-journey .journey-left-block img {
        margin-right: 0;
    }

    /*.section-journey .journey-left-block .pits-addressblock .pits-address {
        left: 2.5vw;
        top: 2.08vw;
    }*/

    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        top: 43%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        width: auto;
        left: 40px;
        right: 25px;
    }

    .section-journey .team-middle-block .quotes-blck-kamila img {
        width: 100%;
    }

    .section-journey .team-right-block .quotes-blck-comment .quotes-thomas {
        top: 1.25vw;
        left: 3.33vw;
    }

    .section-journey .team-right-block .quotes-blck-comment .quotes-thomas p {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .section-startup .startup-left .team-svg-wrap {
        left: 33vw;
        /*width: 60px;*/
    }

    .section-startup .startup-left .team-holder {
        text-align: center;
    }

    .section-two {
        /* height: 250px; */

        height: 56.714vw;
    }

    .section-two .startup-content-block {
        padding-bottom: 0;
    }

    .block-ready {
        left: 0;
        top: auto;
        height: 105px;
        width: 104px;
        margin: auto;
        right: 0;
        bottom: -60px;
    }

    .section-startup ul li {
        padding-left: 5px;
        margin-bottom: 10px;
    }

    /* .head-Roboto-medium {
        margin-bottom: 0;
    } */

    .section-startup .plan-block,
    .section-startup .bottom-content .plan-block-first {
        padding: 0;
    }

    .section-works .steps-block {
        display: none;
    }

    .section-offer ul li,
    .section-costs ul.liststeps li {
        margin: 0 0 10px;
        padding-left: 5px;
    }

    .notenough {
        padding: 0;
        margin: 10px 0 0;
    }

    .section-offer {
        padding-bottom: 5px;
    }

    /* .section-costs .white-bg-box-form .form-group {
        margin: 0 0 10px;
        display: table;
    } */
    .section-costs .white-bg-box-form input[type=checkbox],
    input[type=radio] {
        display: table-cell;
        vertical-align: top;

    }

    .section-costs .white-bg-box-form label {
        display: table-cell;
        vertical-align: top;

    }

    .wrap-selectno .ui-selectmenu-button.ui-button {
        margin: 0;
    }

    div.add-select>div:first-child {
        float: left;
        margin: 0 0 10px;
        width: 100%;
    }

    div.add-select>div {
        float: left;
        width: 25%;
        margin: 0;
    }

    .section-team .team-right-block .team-members ul li {
        width: 25%;
        margin: 0 -3px -4px 0;
    }

    .section-team .team-right-block .team-members {
        width: 100%;
        display: none;
        margin: 0;
    }

    .section-journey .frontiersanddeliveros {
        padding: 0;
    }

    .frontiers-media {
        float: left;
    }

    .section-journey .frontiersanddeliveros>.col-md-12.col-sm-12.col-xs-12 {
        padding: 0;
    }

    /* .section-team .team-member-desc-mobile .next-prev-block-mobile img {
        max-width: 20px;
    } */
    .team-member-desc-mobile img {
        padding: 0 0 15px;
    }

    .wrap-selectpersent .ui-selectmenu-button.ui-button {
        padding: 16px 8px;
        margin: 0;
    }

    .section-costs .white-bg-box-technology ul.listwidth {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-costs .white-bg-box-technology ul.listwidth li:nth-last-child(-n+3) {
        border-bottom: 1px solid #e5e5e5;
    }

    .section-two .head-Roboto-small,
    .section-two {
        margin-left: 0;
        line-height: 24px !important;
    }

    .hello-blck {
        bottom: 35px;
        width: 75px;
        top: inherit;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .section-journey .team-middle-block .pits-addressblock-mobile .pits-address {
        left: 6%;
    }

    .section-two {
        height: 375px;
    }
}

@media(min-width: 768px) {
    .team-member-desc-mobile img {
        display: none;
    }
}

@media (max-width: 570px) {
    .section-two {
        height: 57.469vw;
    }
}

@media (max-width: 375px) {
    .section-two .b-holder img {
        top: -77px;
    }
}

.quotes-content {
    position: relative;
    background: transparent !important;
    padding: 20px 20px;
    max-width: 430px;
}

.quotes-content:after {
    content: "";
    width: 100%;
    max-width: 430px;
    height: 183px;
    left: 0;
    display: block;
    bottom: 0;
    background: url(../../img/typo3page/images/quotesafter1.png) no-repeat;
    background-size: contain;
}

.quotes-content:before {
    content: "";
    width: 100%;
    max-width: 430px;
    height: 105px;
    left: 0;
    display: block;
    top: 0;
    background: url(../../img/typo3page/images/quotesbefore.png) no-repeat left bottom;
    background-size: contain;
}

.quotes-content .qts {
    background: #3f3e3e;
    padding: 0px 30px;
    max-width: 430px;
    height: 115px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.quotes-content .qts p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
}

.quotes-content .qts .qts-scroll {
    height: 115px;
}

.offer-left img {
    width: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1747px) {
    .section-costs .white-bg-box-technology {
        width: 45%;
        margin-left: 10%;
    }

    .section-costs .white-bg-box-form {
        width: 45%;
    }
}

/*@media only screen and (min-width: 1251px) and (max-width: 1538px) {
    .section-costs .white-bg-box-form .add-box{
        padding: 14px 14px 13px 6px;
    }
}*/
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
    .section-costs .white-bg-box-form .add-select {
        margin-left: 0;
        width: 100%;
    }

    .section-costs .white-bg-box-form .add-box {
        /*padding: 14px 14px 13px 4px;*/
        width: 13%;
    }

    .section-costs .white-bg-box-form .delete-box {
        /*padding: 10px 14px 11px 5px;*/
        width: 13%;
    }

    .wrap-selectpost .ui-selectmenu-button.ui-button {
        width: 31%;
    }
}

.casestudyImage {
    float: right;
    margin-top: 9%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .casestudyImage {
        margin-top: 50%;
    }
}

.casestudyImage img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .casestudyImage img {
        width: 320px;
    }

    .quotes-content:before {
        height: 57px;
    }

    .quotes-content:after {
        height: 104px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .section-casestudies .casestudies-left .block-frontiers {
        width: 74%;
        left: 39%;
        top: 20%;
    }

    .casestudyImage img {
        width: 400px;
    }

    .casestudyImage {
        float: right;
        margin-top: 65%;
    }

    .section-journey {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1770px) {
    .casestudyImage img {
        width: 280px;
    }

    .casestudyImage {
        float: right;
        margin-top: 28%;
    }

    .section-casestudies .casestudies-left .block-frontiers {
        top: 5%;
        width: 78%;
        left: 55%;
    }
}

@media only screen and (max-width: 767px) {
    .section-costs .white-bg-box-form .add-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .section-costs .white-bg-box-form .add-select div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
    }

    .delete-box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .delete-box span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .add-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .add-box span {
        font-size: 18px;
        background-color: #ba2429;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wrap-selectpersent .ui-selectmenu-button.ui-button {
        width: 100%;
    }

    .wrap-selectpersent .ui-selectmenu-button.ui-button {
        width: 100%;
    }

    .wrap-selectno .ui-selectmenu-button.ui-button {
        width: 100% !important;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    div.add-select>div:first-child {
        margin: 0px;
    }

    .wrap-selectpost .ui-selectmenu-button.ui-button {
        margin-right: 0px;
    }

    .section-costs .white-bg-box-form .delete-box {
        padding: 0;
    }

    .section-costs .white-bg-box-form .add-box {
        padding: 0;
    }

    .section-costs .white-bg-box-form .delete-box span {
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }

    .section-costs .white-bg-box-form .add-box span {
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .quotes-content .qts p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 490px) {
    .section-costs .white-bg-box-form .add-select {
        display: block;
    }

    .section-costs .white-bg-box-form .add-select div {
        display: inline-block;
        width: auto;
    }

    .section-costs .white-bg-box-form .add-select div.wrap-selectno {
        width: 24.999% !important;
    }

    .section-costs .white-bg-box-form .add-select div.wrap-selectpersent {
        width: 24.999% !important;
    }

    .section-costs .white-bg-box-form .add-select div.delete-box {
        width: 24.999% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 50px;
        margin-left: 0px;
    }

    .section-costs .white-bg-box-form .add-select div.add-box {
        width: 24.999% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 50px;
        margin-left: 0px;
    }
}

.formduration {
    border-bottom: none !important;
}

@media screen and (device-aspect-ratio: 40/71) {
    .section-two .b-holder img {
        height: 437px;
    }

    .topheader .topheader-bg .hamburger {
        margin-right: 28px !important;
    }

    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        left: -56px;
    }

    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        margin-left: 30px !important;
    }

    .section-journey .journey-left-block img {
        width: 100%;
    }

    .section-journey .frontiersanddeliveros {
        padding-top: 4px;
    }

    .section-two .svg-wrap {
        top: 114px;
        width: 20%;
        z-index: 999;
        left: 20px;
    }

    .section-two .b-holder svg {
        height: 21px;
    }

    .section-two .head-Roboto-small {
        font-size: 8px;
    }
}

/* @media screen and (device-aspect-ratio: 71/40) {
    .section-two .b-holder img {
        height: 420px;
    }
    .section-two .svg-wrap {
        top: 75px;
        left: 43px;
        z-index: 10000;
        background-color: yellow;
    }
} */

@media only screen and (min-width: 567px) and (max-width: 568px) {
    .section-two .b-holder img {
        height: 420px;
    }

    .section-two .svg-wrap {
        top: 160px;
        left: 46px;
        z-index: 10000;
    }

    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        width: 39%;
        left: 25% !important;
        margin: auto;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .section-journey .team-right-block .quotes-blck-comment .quotes-authorname {
        bottom: 18px;
    }

    .quotes-content:before {
        height: 75px;
    }

    .section-footer .footer-left-block {
        margin-top: 10px;
    }

    .margin-realize {
        margin-left: 0;
        line-height: 24px !important;
    }

    /* .topheader .topheader-bg .hamburger {
        margin-right: 55px;
   } */
    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        width: 60%;
        left: 0;
        right: 0;
        margin: auto;
        /* text-align: center; */
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .section-journey .journey-left-block .pits-addressblock .pits-address .address-sec2 {
        margin-top: 9px;
    }

    .footer-left-block p {
        text-align: center;
    }

    .footer-right-block ul {
        text-align: center;
        padding-left: 0;
        float: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-journey .team-middle-block {
        padding: 0 15px;
    }

  /*  .section-journey .journey-left-block .pits-addressblock .pits-address {
        left: 12%;
        top: 6%;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /*  .section-journey .journey-left-block .pits-addressblock .pits-address {
        left: 7%;
        top: 11%;
    }*/
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  /*  .section-journey .journey-left-block .pits-addressblock .pits-address {
        left: 6%;
        top: 6%;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   /* .section-journey .journey-left-block .pits-addressblock .pits-address {
        top: 20%;
    }*/
}

@media screen and (min-width: 1025px) and (max-width: 1585px) {
    .section-costs .white-bg-box-technology ul.listwidth li img {
        width: 100%;
    }
}

.form-name {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .section-journey .journey-left-block img {
        margin-right: 0px;
    }

    #baloon-bounce {
        z-index: 999;
        margin-top: 25px;
    }

    /* .ui-widget.ui-widget-content{
    width: 61.7031px !important;
   } */
    .ui-menu .ui-menu-item div {
        font-size: 9px;
    }
}

.offerpits_new {
    padding-bottom: 30px;
}

.overlay-none {
    display: none;
}

.overlay-fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99998;
    /* background: rgba(0, 0, 0, 0.83); */
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(10, 10, 10, 0.4);
    display: block;
    cursor: pointer;
}

.section-journey .journey-left-block .pits-addressblock .pits-address a {
    font-size: 13px;
    margin-bottom: 2px;
    /* font-weight: 100; */
    color: #fff;
    text-decoration: none;
}

.section-journey .journey-left-block .pits-addressblock .pits-address a,
.section-journey .journey-left-block .pits-addressblock .pits-address a:hover {
    text-decoration: none;
    color: #fff;
    cursor: default;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .section-journey .journey-left-block img {
        margin-right: 0px;
        width: 100%;
    }
}

@media screen and (device-aspect-ratio: 2/3) {
    .topheader .topheader-bg .hamburger {
        margin-right: 27px;
    }

    .section-two .b-holder img {
        top: -88px;
    }

    .section-journey .team-middle-block .pits-addressblock-mobile .pits-address p {
        font-size: 12px;
    }

    .section-two .b-holder img {
        top: -88px;
    }

    .section-two .section-two-content {
        margin: 72px 0px 0px 25px;
    }

    .section-two .head-since {
        font-size: 12px;
    }

    .block-ready {
        left: 0;
        top: -60px;
    }

    .section-two .svg-wrap {
        top: 116px;
        left: 21px;
    }

    .section-journey .team-middle-block .quotes-blck-kamila .quotes-kamila {
        width: 68%;
        left: -46px;
    }
}

@media screen and (device-aspect-ratio: 3/2) {
    .section-journey .team-middle-block .pits-addressblock-mobile .pits-address p {
        font-size: 12px;
    }

    /* .section-journey .team-middle-block .pits-addressblock-mobile .pits-address{
        left: 0;
    } */
    /* .section-journey .team-middle-block .pits-addressblock-mobile .pits-address{
        width: 90%;
    } */
    .section-two .b-holder img {
        top: -55px !important;
    }

    .section-two .section-two-content {
        margin: 67px 0px 0px 25px;
    }

    .block-ready {
        top: -125px;
    }

    .section-startup .startup-left {
        margin-top: 36px;
    }

    .section-two .svg-wrap {
        top: 139px;
        left: 34px;
    }

    .section-journey .team-middle-block .pits-addressblock-mobile .pits-address p {
        line-height: 19px;
    }

    /* .section-journey .team-middle-block .pits-addressblock-mobile .pits-address{
        top: 7%;
    }     */
}

span.delete-block:after {
    content: "-";
    position: relative;
    text-align: center;
    top: -1px;
}

span.add-block:after {
    content: "+";
    position: relative;
    text-align: center;
    top: 0px;
}

.section-journey .team-middle-block .pits-addressblock-mobile .pits-address a {
    color: #fff;
    text-decoration: none;
}

.section-journey .team-middle-block .pits-addressblock-mobile .pits-address a:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait) {
    .section-two .b-holder img {
        top: -69px;
    }
}

@media screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
    .section-two .b-holder img {
        top: -3px;

    }
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
    .section-two .b-holder img {
        top: -17px;
    }
}

/* @media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: landscape) {
    .section-two .b-holder img {
        top: -17px !important;
    }
 } */
.topheader .topheader-bg .lang-mobile {
    display: none;
}

.topheader .topheader-bg .lang {
    float: right;
    display: inline-block;
    color: #fff;
    margin-right: 113px;
}

.lang ul,
.lang-mobile ul {
    display: inline-block;
    float: left;
}

.lang ul li,
.lang-mobile ul li {
    list-style-type: none;
    display: inline-block;
    float: left;
    border-right: 1px solid #c9c9c9;
    padding: 0 8px 0 0;
    margin: 0 7px 0 0;
}

.lang ul li:last-child,
.lang-mobile ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.lang ul li.active a,
.lang-mobile ul li.active a {
    border-bottom: 1px solid #fff;
}

.topheader .topheader-bg .lang a,
.topheader .topheader-bg .lang-mobile a {
    display: inline-block;
    color: #fff;
}

.topheader .topheader-bg .lang a.active,
.topheader .topheader-bg .lang-mobile a.active {
    text-decoration: underline;
}

.topheader .topheader-bg .hamburger {
    float: right;
    margin-right: 33px;
}



/* @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .topheader .topheader-bg .lang {
        margin-right: 35px;
    }
} */

@media only screen and (max-width: 767px) {
    .topheader .topheader-bg .lang-mobile {
        display: block;
    }

    .topheader .topheader-bg .lang-mobile a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .topheader .topheader-bg .hamburger {
        margin-right: 52px;
        width: 32px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    /* .topheader .topheader-bg .lang-mobile {
        margin-left: 180px;
    } */

    .topheader .topheader-bg {
        padding: 22px 0px 23px 0px;
    }
}

#references {
    margin-left: 8%;
    overflow: hidden;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    #references {
        margin-left: 47px;
    }
}

#references .next-prev-block {
    margin-right: 6.02%;
}

.reference-slider .slider-item {
    position: relative;
}

/* .reference-slider .slick-list {
    margin: 0 -10px;
} */

.reference-slider .slider-item-wrap {
    margin: 0 -10px;
    width: 100%;
}

.reference-slider .slider-item {
    padding: 0 10px;
}

.reference-slider .slider-item .item-hover {
    display: flex;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: rgba(186, 36, 41, 0.8);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    margin: 0 10px;
}

@media (min-width : 1024px) {
    .row.section-footer {
        margin-left: -8%;
        margin-right: -7%;
    }
}

/* .reference-slider .slick-list {
    margin: 0 calc(-9.54% + 20px) 0 0;
    width: calc(100% - 9.54% + 20px);
} */

.reference-slider .slider-item .item-hover p {
    color: #fff;
}

.reference-slider .slider-item .item-hover .title {
    margin-bottom: 10px;
    font-size: 28px;
}

.reference-slider .slider-item .item-hover .sub-title {
    margin-bottom: 35px;
    font-size: 18px;
}

.reference-slider .slider-item:hover .item-hover {
    opacity: 1;
    pointer-events: all;
}

.reference-slider-wrap+.next-prev-block {
    float: right;
}

.testimonial-slider .testimonial-box {
    padding: 70px;
    background: #3f3e3e;
    border-radius: 18px;
    color: #fff;
    position: relative;
}
.testimonial-slider .testimonial-box:after {
    content: "";
    /* background: url(../../img/typo3page/images/bg-cut.png) no-repeat; */
    background-position: 110% 0;
    width: 65px;
    height: 80px;
    position: absolute;
    bottom: 8%;
    right: -55px;
    background-size: contain;
    border-top: 0px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 100px solid #3f3e3e;
}
@media (min-width:992px) {
    .testimonial-slider .testimonial-box:after {
        content: "";
        /* background: url(../../img/typo3page/images/bg-cut.png) no-repeat; */
        background-position: 110% 0;
        width: 65px;
        height: 80px;
        position: absolute;
        bottom: 8%;
        right: -55px;
        background-size: contain;
        border-top: 0px solid transparent;
        border-bottom: 80px solid transparent;
        border-left: 100px solid #3f3e3e;
    }
}

@media (max-width:1199px) {
    .testimonial-slider .testimonial-box {
        padding: 50px;
    }
    .testimonial-slider .testimonial-box:after {
        bottom: 2%;
        right: -40px;
    }
}

@media (max-width: 991px){
    .testimonial-slider .testimonial-box:after {
        width: 65px;
        height: 50px;
        position: absolute;
        bottom: -21px;
        right: auto;
        left: 50px;
        background-size: contain;
        border-top: 0px solid transparent;
        border-bottom: 51px solid transparent;
        border-left: 0px solid #3f3e3e;
        border-right: 60px solid #3f3e3e;
    }
}
@media (max-width:767px) {
    .testimonial-slider .testimonial-box {
        padding: 30px;
    }
}


.testimonial-slider .testimonial-person-img {
    border-radius: 50%;
    border: 15px solid #eeeeee;
    display: inline-block;
    margin-bottom: 53px;
    width: 130px;
    height: 130px;
}

@media (max-width:1199px) {
    .testimonial-slider .testimonial-person-img {
        margin-bottom: 25px;
    }
}

.testimonial-slider .testimonial-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.testimonial-slider .testimonial-right .title {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .testimonial-slider .testimonial-right {
        margin-top: 20px;
    }
}

.testimonial-slider .testimonial-box p {
    color: #fff;
    font-style: italic;
}



@media (min-width:991px) {
    .testimonial-slider .testimonial-box p {
        font-size: 16px;
    }
}

@media (min-width:1200px) {
    .testimonial-slider .testimonial-box p {
        font-size: 24px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 66px;
}

.testimonial-slider .slick-dots {
    bottom: -66px;
}

@media (max-width:767px) {
    .slick-dotted.slick-slider {
        margin-bottom: 25px;
    }

    .testimonial-slider .slick-dots {
        bottom: -25px;
    }

    .sidebar ul.components li a .ico {
        margin: 5px 42px 0 20px;
    }
}

.slick-dots li button:before {
    opacity: 1;
    color: #fff;
    width: 15px;
    height: 15px;
    background: #ddd 0% 0% no-repeat padding-box;
    border-radius: 50%;
    font-size: 0;
}

.slick-dots li.slick-active button:before {
    background: #ba2429;
}

@media only screen and (max-width: 1747px) and (min-width: 1025px) {
    .section-costs .journey-right-block .white-bg-box-form {
        width: 100%;
    }
}

#registrationForm {
    font-family: 'Roboto', sans-serif;
}

#registrationForm .captcha-textbox {
    width: auto;
}

.pits-address .address-row {
    display: flex;
}

.pits-address .address-row .address-left-col {
    flex-basis: 25%;
}

.pits-address .address-row .address-right-col {
    flex-basis: 75%;
}

@media (min-width:992px) {
    .svg-ballon2 {
        position: absolute;
        top: 123px;
        right: 0;
        z-index: -1 !important;
    }
}

@media (min-width:1200px) {
    .svg-ballon2 {
        position: absolute;
        bottom: 111px;
        right: 67px;
        top: unset;
        z-index: -1 !important;
    }
}

@media (max-width:991px) {
    .svg-ballon2 {
        display: none;
    }
}

.address-block2 {
    margin-top: 80px;

}

@media (min-width:1024px) {
    .address-block2 .pits-address {
        top: 20% !important;
    }
}

.address-block2 p,
.address-block2 span,
.address-block2 a {
    /* font-size: 18px !important; */
    font-weight: 600;
}

.address-block2 a {
    font-size: 15px !important;
    font-weight: 600;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .svg-ballon2 {
        position: absolute;
        top: unset;
        bottom: 76px;
        right: -31px;
    }
}

#references,
#references .slick-track {
    display: inline-block;
    width: 100%;
}

#references {
    width: calc(100% - 8%)
}

.testimonial-slider .slick-slide {
    margin: 0 2px;
}

.testimonial-slider .slider-item>.row {
    display: flex;
    align-items: center;
}

.g-recaptcha {
    padding-left: 10px;
    margin-left: 3%;
}

@media (max-width:425px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
        margin-left: 0;
    }
}


@media (max-width:990px) {
    .testimonial-slider .slider-item>.row {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #references {
        width: calc(100% - 47px)
    }
}

a:focus {
    outline: none;
}

.white-bg-box-form .form_msg {
    margin: 0 27px;
    width: 95% !important;
}
@media (max-width:767px) {
    .white-bg-box-form .form_msg {
        margin: 0 auto;
        width: 100% !important;
    }
}
#references .next-prev-block img.img-responsive.slick-arrow.slick-disabled {
    display: none !important;
}
 .menu-toggle.sidebarCollapse.on {
    pointer-events: none;
    cursor: pointer;
}
.menu-toggle {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer
}

.menu-toggle.on .one {
    transform: rotate(45deg) translate(7px, 7px)
}

.menu-toggle.on .two {
    opacity: 0
}

.menu-toggle.on .three {
    transform: rotate(-45deg) translate(8px, -10px)
}
 nav.sidebar.on {
    right: 0;
}
nav.sidebar.on .dismiss {
    display: none;
}
.one,
.two,
.three {
    width: 100%;
    height: 5px;
    background: #fff;
    margin: 6px auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: .3s
}

.sidebar.on {
    right: 0
}

.sidebar .dismiss {
    display: none
}

.overlay-none {
    opacity: 0;
    display: inherit;
    background: #060504;
}

.overlay-fixed {
    opacity: .4;
    display: inherit;
    transition: opacity 800ms ease;
}
.contact-btn-fixed {
    position: fixed;
    top: 180px;
    right: -4px;
    z-index: 1000;
    transform: rotate(-90deg)translateY(-100%);
    transform-origin: right;
    transition: 0.3s all;
}
.contact-btn-fixed a.btn-default.red {
    border-radius: 7px 7px 0px 0px;
    padding: 7px 15px 27px 15px;
    color: #fff;
    background-color: #aa0f09;
    border: 1px solid #aa0f09;
    font-size: 18px;
    font-weight: bold;
}

.contact-btn-fixed:hover {
    right: 13px;
}
@media screen and (max-width: 991px){ 
    .contact-btn-fixed {
        top: auto;
        transform: rotate(0);
        bottom: 60px;
        right: 21px;
        z-index: 99;
    }
    .contact-btn-fixed a.btn-default.red {
        border-radius: 25px;
        padding: 12px 18px 15px;
    }
    .contact-btn-fixed:hover {
        right: 21px;
    }
}
#consentModalMain .modal-content_consent {
    padding: 35px 50px 25px 45px;
    width: calc(100% - 20px);
    max-width: 100%;
    left: 10px;
    bottom: 20px;
}
/*@media screen and (max-width: 767px){ 
    .contact-btn-fixed {
        right: 103px;
    }
}*/
form label.error {
    color: #aa0f09;
    padding-bottom: 20px;
}