html,
body {
    overflow-x: hidden;
}

body {
    background: white;
    font-family: Sans-Serif;
    padding: 0px !important;
}

a:hover,
a:focus,
a:active,
a:visited {
    color: #303030;
    text-decoration: none;
}

.mav-menu-ch {
    position: absolute;
    top: calc(50% - 6px);
    right: 30px;
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../img/svg/chevron-right-black.svg) no-repeat;
}

.main-vav-soc {
    position: absolute;
    bottom: 44px;
    left: 35px;
}

.main-vav-soc > a {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
    height: 100%;
    width: 35px;
    height: 35px;
}

.lorem {
    position: absolute;
    left: 395px;
    top: 32%;
    font-family: 'Lato', sans-serif;
    font-size: 100px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.lorem-ind-text {
    position: absolute;
    top: 52.5%;
    left: 395px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.slider-but {
    width: 185px;
    height: 58px;
    background-color: #111;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    padding-left: 36px;
    position: absolute;
    top: 62%;
    left: 395px;
    display: inline-block;
    line-height: 58px;
    text-transform: uppercase;
}

.slider-but:hover {
    text-decoration: none;
    color: #fff;
}

.slider-but i {
    position: absolute;
    right: 25px;
    top: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider-but:hover i {
    right: 20px;
}

.customers-great-main .carousel-indicators li,
.indicators-container.indicators-container-style-dashed .carousel-indicators li {
    width: 33px;
    height: 2px;
    border-radius: 0px;
    opacity: 0.35;
    background-color: #fff;
    margin: 0px;
    margin-right: 2px;
}

.customers-great-main .carousel-indicators li.active,
.indicators-container.indicators-container-style-dashed .carousel-indicators li.active {
    opacity: 1;
}

.indicators-container.indicators-container-style-dashed .carousel-indicators {
    left: 395px;
    width: auto;
    margin-left: 0px;
    bottom: 19.1%;
}

body .carousel-success-stories .indicators-container.indicators-container-style-dashed .carousel-indicators {
    margin: auto;
    top: -25px;
    left: 0;
    bottom: 0;
    right: 0;
}

#main-carousel .carousel-control.right,
.arrow-right-as-slider {
    width: 37px;
    height: 37px;
    right: 92px;
    bottom: 19.1%;
    background: url(../img/svg/chevron-right-square-light.svg) no-repeat;
    position: absolute;
    top: auto;
    cursor: pointer;
}

#main-carousel .carousel-control.left,
.arrow-left-as-slider {
    position: absolute;
    top: auto;
    width: 37px;
    height: 37px;
    left: auto;
    right: 135px;
    bottom: 19.1%;
    background: url(../img/svg/chevron-left-square-light.svg) no-repeat;
    cursor: pointer;
}

.four-collumns-block {
    width: 100%;
    height: 0px;
    padding-bottom: 53.26%;
    position: relative;
    padding-bottom: 7.41%;
    padding-bottom: 60.67%;
    padding-bottom: calc(53.25% + 57px);
}

.four-collumns {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.f-collumn {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-left: 1px solid rgba(95, 95, 95, 1);
    overflow: hidden;
}

.f-collumn:first-child {
    border-left: none !important;
}

.fcb-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.fcb-img-op-1 {
    opacity: 1;
    z-index: 1;
}

.fcb-img-op-0 {
    opacity: 0 !important;
}

.fcb-img-blur {
    filter: blur(0px);
    height: 100%;
    width: 400%;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fcb-img-sw {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fcb-darkness {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.f-collumn:hover .fcb-darkness {
    opacity: 0;
}

.f-collumn:hover .fcb-img-blur {
    filter: blur(7px);
}

.fc1 .fcb-img.fcb-img-blur {
    left: 0px;
}

.fc2 .fcb-img.fcb-img-blur {
    left: -100%;
}

.fc3 .fcb-img.fcb-img-blur {
    left: -200%;
}

.fc4 .fcb-img.fcb-img-blur {
    left: -300%;
}

.img-switch {
    object-fit: cover;
}

.fc1-bg {
    background-image: url(../img/ar_home.jpg);
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: calc(300px + 25%);
    background-size: auto 100%;
    filter: blur(13px);
}

.f-collumn:hover .f-collumn-line {
    width: 73%;
}

.f-collumn-line {
    position: absolute;
    top: 24%;
    left: 13.5%;
    width: 7.1%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.f-collumn-num {
    position: absolute;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    top: 30.5%;
    left: 13.5%;
}

.f-collumn-title {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    top: 38.6%;
    left: 13.5%;
    text-transform: uppercase;
    position: absolute;
}

.f-collumn-text {
    left: 13.5%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #fff;
    top: 56.4%;
    position: absolute;
    width: 65%;
}

.f-collumn-line.line-bot {
    top: 70.9%;
}

.f-collumn-hover-orange {
    width: 0%;
    height: 8px;
    background-color: #ff7800;
    position: absolute;
    left: 0px;
    top: 0px;
}

.f-collumn:hover .f-collumn-hover-orange {
    width: 100%;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.slider-but.f-collumn-but {
    position: absolute;
    width: 73%;
    background-color: #ff7800;
    top: 77.4%;
    padding-left: 25%;
    left: -86%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slider-but.f-collumn-but:after {
    right: 25%;
}

.f-collumn:hover .slider-but.f-collumn-but {
    left: 13.5%;
}

#main-carousel .item img {
    width: 100%;
    height: auto;
}

.four-collumns-all-bottom-block {
    width: 100%;
    height: 7.41%;
    height: 57px;
    background-color: #111;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media screen and (min-width: 2049px) {
    body .sub-menu {
        left: calc(50vw - 1024px + 292px);
    }
}

.fb-bot-all-experts-link {
    display: inline-block;
    position: absolute;
    right: 36px;
    bottom: 35%;
    font-size: 15%;
    padding-right: 55px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.main-title {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #303030;
    padding-top: 70px;
    padding-bottom: 50px;
}

.success-stories {
    background: white;
}

.row-success-stories {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 72px;
}

.ss-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0px;
    padding-bottom: 102.88%;
    display: block;
}

.ss-block > img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ss-block:hover > img {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
}

.ss-block-dark-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.75;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ss-block:hover .ss-block-dark-hover {
    opacity: 0.75;
}

.ss-block:hover .ss-block-text {
    opacity: 1;
}

.ss-block-text {
    width: 100%;
    display: table-cell;
    top: 50%;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ss-block-text-title {
    font-family: 'Lato', sans-serif;
    font-size: 25.2px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.ss-block-text-text {
    padding-left: 15%;
    padding-right: 15%;
    font-family: "Lato";
    font-size: 14px;
    color: #fff;
}

.ss-block-table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ss-block-small {
    padding-bottom: 49.38%;
}

.ss-block-2 {
    margin-bottom: 4.1%;
}

.fcab-white-static {
    position: relative;
    background: white;
    background-color: #f7f7f7;
}

.fcab-white-static .fb-bot-all-experts-link {
    color: #111;
}

.color-white {
    color: white;
}

.success-stories .row-success-stories .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.success-stories .row-success-stories .col-sm-6:first-child {
    padding-right: 1%;
}

.success-stories .row-success-stories .col-sm-6:last-child {
    padding-left: 1%;
}

.padd-container {
    position: relative;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.customers-great-block {
    display: block;
    border: solid 1px #e9e9e9;
    width: 100%;
}

.customers-great-block-content {
    padding: 30px;
}

.customers-great-block-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    color: #303030;
    padding-bottom: 25px;
}

.customers-great-block-text {
    font-family: "Lato";
    font-size: 14px;
    text-align: left;
    color: #303030;
    padding-bottom: 25px;
}

.customers-great-block-date {
    font-family: "Lato";
    font-size: 14px;
    text-align: left;
    color: #b0b0af;
}

.padd-container-cust {
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 0;
}

.main-logos {
    background: #303030;
}

.main-logos .row {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-title-text {
    font-family: "Lato";
    font-size: 14px;
    text-align: center;
    color: #303030;
    padding-right: 25%;
    padding-left: 25%;
    margin-bottom: 45px;
}

.form-pa {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.form-pa input,
.form-pa textarea {
    background-color: white;
    border: solid 1px #e9e9e9;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    resize: none;
}

.form-pa textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 115px;
}

.form-pa .col-sm-6,
.form-pa .col-sm-12 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-pa ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Lato";
    font-size: 14px;
    color: #303030;
}

.form-pa ::-moz-placeholder { /* Firefox 19+ */
    font-family: "Lato";
    font-size: 14px;
    color: #303030;
}

.form-pa :-ms-input-placeholder { /* IE 10+ */
    font-family: "Lato";
    font-size: 14px;
    color: #303030;
}

.form-pa :-moz-placeholder { /* Firefox 18- */
    font-family: "Lato";
    font-size: 14px;
    color: #303030;
}

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

.form-pa .f-collumn-but {
    position: static;
    width: 220px;
    height: 58px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.form-pa .f-collumn-but:after {
    display: none;
}

.ta-r {
    text-align: right;
}

.footer {
    background-color: #11141b;
    position: relative;
}

.footer .padd-container {
    padding-top: 50px;
    padding-bottom: 35px;
}

.footer .padd-container:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #11141b;
    position: absolute;
    left: -1px;
    top: 0px;
    z-index: 99;
}

.foot-l-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Lato";
    font-size: 14px;
    text-align: left;
    color: #fff;
}

.foot-l-small {
    font-family: "Lato";
    font-size: 10.7px;
    font-weight: 300;
    color: #fefefe;
}

.f-padd {
    padding-left: 33px;
}

.footer .row {
    margin-left: 0px;
    margin-right: 0px;
}

.f-ttle {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.f-dig {
    position: relative;
    padding-left: 37px;
    font-family: "Lato";
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.f-dig-img {
    width: 18px;
    height: 19px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.footer .f-ttle {
    height: 40px;
}

.f-bold {
    font-weight: bold;
    display: inline-block;
    width: 75px;
}

.photo-summer {
    background-attachment: fixed;
    background-position-x: 50%;
    background-position-y: 0px;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    background-image: url(../img/testimonials_bg.jpg);
    background-size: 100% auto;
}

.prallax-overflow {
    overflow: hidden;
    position: relative;
}

.customers-great-main {
    /*height: 0px;
    padding-bottom: 50.853%;*/
    height: auto;
}

.customers-great-main .photo-summer {
    height: 100%;
}

.customers-great-main .main-title {
    color: white;
}

#customers-carousel {
    padding-left: 35px;
    padding-right: 35px;
}

.p-c-item-small {
    width: 100%;
}

.p-c-item-head {
    width: 100%;
    background: #11141b;
    text-align: center;
    padding: 75px 48px;
    position: relative;
    overflow: hidden;
}

.p-c-item-head:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 14px;
    background: url(../img/svg/triangle-down-black.svg) no-repeat;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -14px;
    z-index: 33;
}

.p-c-item-text {
    font-family: "Lato";
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #fff;
}

.p-c-item-body {
    padding-top: 71.5%; /* (img-height / img-width * container-width) */
    height: 0px;
    width: 100%;
    background: white;
    position: relative;
}

.p-c-image {
    width: 28%;
    height: auto;
    position: absolute;
    left: 36%;
    top: 18%;
}

.p-c-client-name {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 2.45;
    text-align: center;
    color: #303030;
    position: absolute;
    left: 0px;
    top: 60%;
    width: 100%;
}

.p-c-client-desc {
    font-family: "Lato";
    font-size: 14px;
    text-align: center;
    color: #303030;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 75%;
    text-transform: none;
    padding-left: 50px;
    padding-right: 50px;
}

.p-c-item-head-orange {
    height: 8px;
    width: 100%;
    background-color: #ff7800;
    position: absolute;
    left: -100%;
    top: 0px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.transition-05 {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.p-c-item-small:hover .p-c-item-head-orange {
    left: 0px;
}

.customers-great-main .carousel-indicators {
    text-align: center;
    position: static;
    margin: 0px;
    margin-top: 65px;
    width: 100%;
    margin-bottom: 50px;
}

.search-page-form-mobile input[type=submit] {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/svg/magnifying-glass.svg) no-repeat;
    border: none;
    position: absolute;
    right: 0px;
    bottom: 3px;
}

.our-subdivisions-text {
    font-family: Lato;
    font-size: 14px;
    color: rgba(254, 254, 255, 0.3);
    margin-bottom: 20px;
}

.sub-menu {
    width: 300px;
    height: 100vw;
    position: fixed;
    left: 300px;
    top: 0px;
    background: rgba(255, 255, 255, 0.9);;
    padding: 0px;
    display: none;
    box-shadow: 3.7px 0.7px 10px 0 rgba(0, 0, 0, 0.16);
}

.sum-menu-top {
    height: 171px;
    width: 100%;
    background: white;
    position: relative;
}

.sub-menu-top-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: white;
}

.sub-menu-ul {
    list-style-type: none;
    margin-top: 62px;
    padding-left: 0px;
}

.sub-menu-ul li a {
    color: #4e4e4e;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sub-menu-ul li a:hover {
    color: #ff7800;
}

.sm-text {
    font-family: "Lato";
    font-size: 14px;
    text-align: left;
    color: #b0b0af;
    padding-left: 35px;
    padding-right: 35px;
}

.sm-menu-d-table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sub-menu-ul > li {

}

.sm-hidable {
    display: none;
}

@media screen and (max-width: 1440px) {
    .sum-menu-top {
        height: 171px !important;
    }

    .main-vav-soc {
        bottom: 20px;
    }

    .our-subdivisions-text {
        margin-bottom: 8px;
    }
}

.contacts-top {
    width: 100%;
    height: 0px;
    padding-bottom: 22.4%;
    background: url("../img/aboutUs.jpg") 0px 0px no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.contact-top-orange {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    position: absolute;
    left: 50%;
    top: 32%;
    margin-left: -22px;
    margin-top: -12px;
    background: #ff7800 url("../img/svg/message.svg") 50% no-repeat;
}

.contact-top-orange:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    left: -120px;
    opacity: 0.7;
}

.contact-top-orange:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    left: 62px;
    opacity: 0.7;
}

.contact-top-text {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    font-family: Lato;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
}

.form-contact-us {
    background: white;
}

.main-text-text {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #303030;
}

.form-contact-us-form-container {
    margin-top: 45px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.form-contact-us-form-container input,
.input-pa {
    height: 48px;
    width: 100%;
}

.form-contact-us-form-container .col-sm-6,
.form-contact-us-form-container .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-contact-us-form-container .row {
    margin-bottom: 20px;
}

.row-form-pa {
    margin-bottom: 5px;
}

.form-contact-us-form-container input,
.form-contact-us-form-container textarea,
.input-pa {
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #e9e9e9;
}

.form-contact-us-form-container ::-webkit-input-placeholder,
.form-contact-us-form-container ::-moz-placeholder,
.form-contact-us-form-container :-ms-input-placeholder,
.form-contact-us-form-container :-moz-placeholder {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #303030;
}

.form-contact-us-form-container textarea {
    width: 100%;
    height: 125px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-contact-us-form-container .form-file {
    visibility: hidden;
    height: 0px;
    width: 0px;
    display: inline-block;
    position: absolute;
}

.form-file-file-bg {
    display: inline-block;
}

.form-file-bg-img {
    display: inline-block;
    width: 21px;
    height: 22px;
    background: url("../img/svg/upload-orange.svg") no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.form-file-file-bg {
    padding-left: 40px;
    position: relative;
    font-family: Lato;
    font-size: 11.8px;
    font-weight: bold;
    color: #ff7800;
    text-transform: uppercase;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
}

.form-file-file-text {
    margin-top: 20px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #b0b0af;
}

.button-orange-form {
    width: 220px;
    height: 58px;
    background-color: #ff7800;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 58px;
    text-transform: uppercase;
    border: none;
    float: right;
}

.contact-us-privacy-text {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #b0b0af;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    position: relative;
    margin-bottom: 70px;
}

.contact-us-privacy-text-image {
    position: absolute;
    left: 0px;
    top: 5px;
    background: url("../img/svg/shield-check.svg") no-repeat;
    width: 24px;
    height: 24px;
}

.form-contact-us .main-title {
    text-transform: none;
}

.contact-us-map {
    width: 100%;
    height: 0px;
    padding-bottom: 36.5%;
    position: relative;
}

.contact-map-inner iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.contacts-orange-block {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    padding-top: 37px;
    padding-bottom: 43px;
    width: 100%;
    background: #ff7800;
}

.contacts-slide-text-top {
    font-family: Lato;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    color: #fff;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 12%;
}

.contacts-slide-text-top:after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 25px;
    background: url(../img/svg/quotes-right-light.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: 3px;
}

.slider-contacts #main-carousel .left.carousel-control {
    left: 37px;
    top: calc(50% - 19px);
}

.slider-contacts #main-carousel .right.carousel-control {
    left: auto;
    right: 37px;
    top: calc(50% - 19px);
}

#main-carousel .item .concats-slider-client-photo {
    width: 11.6%;
    height: auto;
    border-radius: 100%;
}

.contcats-slider-client-photo-block {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 32.5%;
    left: 0px;
}

.contcats-slider-client-name {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 73.2%;
    letter-spacing: 0.5px;
}

.contcats-slider-client-desc {
    font-family: "Lato";
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 81.7%;
}

body .slider-contacts #main-carousel .carousel-indicators {
    left: 395px;
    width: auto;
    margin-left: 0px;
    bottom: 19.1%;
    position: static;
}

.indicators-container {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 30px;
}

.logos-contacts-container-image {
    text-align: center;
    display: inline-block;
}

.main-logos.logos-contacts {
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider-contacts {
    background: url(../img/about_us_parallax_bg.png) no-repeat;
    background-size: 100% 100%;
}

.a11111 {
    visibility: hidden;
}

.contact-slider-space {
    width: 100%;
    height: 0px;
    padding-bottom: 38.46%;
}

.blog-top {
    height: 185px;
    width: 100%;
    position: relative;
    background: white;
    text-align: center;
}

body .subscribe-button {
    position: absolute;
    top: 40px;
    right: 35px;
    border: solid 1px rgba(255, 120, 0, 0.3);
    padding: 14px 27px;
    color: #ff7800;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.subscribe-button:hover {
    color: #ff7800;
    text-decoration: none;
}

.blog-top-title {
    font-family: Lato;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    color: #303030;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 45px;
    position: relative;
}

.blog-top-title:after {
    content: '';
    display: inline-block;
    width: 55%;
    height: 2px;
    background: #ff7800;
    position: absolute;
    left: 22%;
    bottom: -30px;
}

.blod-padd-35 {
    padding: 0px 35px;
    background: white;
}

.blog-top-slider {

}

.blog-slider-title {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 38px;
    left: 63px;
}

.blog-slider-date {
    position: absolute;
    top: 49%;
    left: 63px;
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #b0b0af;
}

.blog-top-slider .indicators-container {
    position: static;
    display: inline-block;
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: auto;
}

.blog-top-slider .indicators-container .carousel-indicators {
    position: static;
    text-align: right;
    width: auto;
    display: inline-block;
    position: absolute;
    right: 36px;
    top: 37px;
}

.blog-slider-date > span {
    display: inline-block;
    margin-right: 37px;
}

.orange {
    color: #ff7800;
}

.slider-read {
    position: absolute;
    left: 63px;
    top: auto;
    bottom: 40px;
    height: 58px;
    width: 220px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    padding-left: 45px;
    background: #ff7800;
    line-height: 58px;
    text-transform: uppercase;
}

.blog-top-slider #main-carousel .right.carousel-control {
    right: 35px;
    bottom: 40px;
}

.blog-top-slider #main-carousel .left.carousel-control {
    right: 83px;
    bottom: 40px;
}

.blog-tags-nav {
    padding-top: 52px;
    padding-bottom: 42px;
    text-align: center;
}

.tag-nav,
.tag-nav:visited,
.tag-nav:focus {
    display: inline-block;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #303030;
    text-align: center;
    height: 37px;
    width: auto;
    padding: 0px 25px;
    border: solid 1px #e9e9e9;
    line-height: 36px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
}

.tag-nav.active,
.tag-nav:hover {
    border: solid 1px #ff7800;
    color: #ff7800;
}

.blog-grid-item {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-grid-item:hover {
    box-shadow: 0px 1px 16px 0 rgba(0, 0, 0, 0.18);
}

.blog-grid-item > img {
    width: 100%;
}

.blog-grid-item-white {
    padding: 30px 23px 45px 30px;
    border: solid 1px #e9e9e9;
}

.blog-grid-white-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #303030;
    margin-bottom: 25px;
}

.blog-grid-white-text {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #303030;
    margin-bottom: 25px;
}

.blog-grid-white-date {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #b0b0af;
}

.blog-grid-white-date > span {
    float: right;
    display: inline-block;
}

.blog-grid-white-date > span:first-child {
    float: none;
}

.blog-grid-white-date > span:last-child {
    margin-right: 22px !important;
}

.blog-grid-white-date-bold {
    font-weight: 900;
    color: #474747;
}

.blog-grid-item {
    margin-bottom: 20px;
}

.blog-navi {
    margin-top: 50px;
    margin-bottom: 70px;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #303030;
    margin-bottom: 70px;
}

.blog-navi a {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #303030;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
}

.blog-navi a.active {
    color: #d4d4d4;
    cursor: default;
}

.blog-navi .next {
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}

.blog-navi .next:after {
    display: inline-block;
    width: 22px;
    height: 11px;
    content: '';
    background: url(../img/svg/arrow-right-black.svg) no-repeat;
    position: absolute;
    right: -17px;
    top: 4px;
}

.main-logos.logos-contacts.logos-dark-bg {
    background: #303030;
}

.main-logos.logos-contacts.logos-gray-bg {
    background: #f8f8f8;
}

.article-top {
    width: 100%;
    height: 0px;
    padding-bottom: 42.17%;
    /*background: url(../img/header-article.jpg) 0px 0px no-repeat;*/
    background-size: 100% 100%;
    position: relative;
}

.article-top .subscribe-button {
    color: white;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.article-head-title {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.article-head-title:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 3px;
    width: 2px;
    height: 14px;
    background-color: #ff7800;
}

.article-head-title:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 3px;
    width: 2px;
    height: 14px;
    background-color: #ff7800;
}

.article-head-title-container {
    text-align: center;
    padding-top: 55px;
}

.article-head-title-big {
    margin-top: 6vw;
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    padding-left: 20%;
    padding-right: 20%;
    position: relative;
}

.article-head-title-small {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 2vw;
    position: relative;
}

.article-head-title-container .blog-slider-date {
    position: static;
    text-align: center;
    margin-top: 2.5vw;
    position: relative;
    left: auto;
}

.blog-content {
    margin-top: 65px;
    position: relative;
}

.blog-content-left {
    float: left;
    width: 255px;
    text-align: center;
    position: absolute;
    left: -255px;
    top: 0px;
}

.blog-content-author {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.blog-content-author-avatar img {
    width: 90px;
}

.blog-content-author-avatar {
    margin-bottom: 30px;
}

.blog-content-author-name {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #303030;
    margin-bottom: 19px;
}

.blog-content-author-position {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #b0b0af;
}

.blog-content-author-position {
    margin-bottom: 65px;
}

.blog-content-share-counter {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #303030;
    margin-bottom: 38px;
}

.fw-900 {
    font-weight: 900;
}

.blog-content-round > div {
    display: inline-block;
    width: 74px;
    height: 74px;
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #303030;
    line-height: 74px;
    border: 2px solid #ff7800;
    border-radius: 74px;
}

.blog-content-round {
    margin-top: 130px;

}

circle {
    fill: white;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 250;
    stroke-dashoffset: 1000;
}

@keyframes rotate {
    to {
        stroke-dashoffset: 0;
    }
}

.blog-content-right {
    float: none;
    width: calc(100% - 255px);
    padding-right: 0px;
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #303030;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-content-right-2nd {
    width: calc(100% - 255px);
    max-width: 740px;
    margin-left: auto;
    margin-right: auto
}

.blog-content-right img {
    max-width: 100%;
}

.width-100 {
    width: 100%;
}

.blog-content-right h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #303030;
}

.blog-content-right h3 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #303030;
}

.Rectangle-40-copy {
    width: 740px;
    height: 116px;
    background-color: #f3f3f3;
}

.article-quote-block,
.blog-content-right blockquote {
    background-color: #f3f3f3;
    width: 100%;
    padding: 15px 30px;
    padding-left: 100px;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    position: relative;
    border-left: none;
}

.article-quote-block:after,
.blog-content-right blockquote:after {
    content: '';
    width: 34px;
    height: 26px;
    background: url(../img/svg/quotes-right-gray.svg) no-repeat;
    position: absolute;
    left: 30px;
    top: 22px;
}

.blog-content-right ul,
.blog-content-right ol {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #303030;
    padding-left: 0px;
}

.blog-content-right ul {
    list-style-type: none;
}

.blog-content-right ul li,
.blog-content-right ol li {
    margin-bottom: 20px;
    padding-left: 22px;
    position: relative;
}

.blog-content-right ul li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #c4c4c4;
}

.blog-content-right ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-content-right ol li {
    counter-increment: step-counter;
    margin-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
}

.blog-content-right ol li::before {
    content: counter(step-counter) ". ";
    margin-right: 0px;
    font-weight: 900;
    padding: 3px 8px;
    padding-left: 0px;
}

.article-gray-background-text {
    background-color: #f3f3f3;
    padding: 14px 17px;
    display: inline-block;
}

.blog-content-right h4 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    color: #303030;
}

.blog-content-right table td {
    padding: 19px 35px
}

.blog-content-right table th {
    border: none;
}

.blog-content-right table tr {
    border: solid 1px #f3f3f3;
}

.img-right {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

.article-raiting-block {
    margin-top: 50px;
    width: 100%;
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 0px;
}

.article-raiting-block .col-sm-6:first-child > div {
    padding-left: 255px;
}

.article-raiting-raiting {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #303030;
    text-transform: uppercase;
}

.article-raiting-reviews {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #b0b0af;
    text-transform: none;
    margin-left: 40px;
}

.article-raiting-rounds-container {
    margin-top: 30px;
}

.article-raiting-rounds-container > span {
    display: inline-block;
    margin-right: 9px;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    border: solid 1px #b0b0af;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.article-raiting-rounds-container > span:last-child {
    margin-right: 0px;
}

.article-raiting-rounds-container > span:hover,
.article-raiting-rounds-container > span.active {
    color: white;
    background: #ff7800;
    border: solid 1px #ff7800;
}

.article-raiting-gray-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #b0b0af;
}

.article-raiting-block > .row {
    max-width: 100%;
}

.block-content-round-fix {
    position: relative;
}

.block-content-round-fix > div.c100 {
    margin-left: 85px !important;
}

.block-content-round-fix .bar {
    border-color: #ff7800 !important;
}

.block-content-round-fix .c100:hover > span {
    color: #303030;
}

.block-content-round-fix .c100 > span {
    color: #303030;
}

.industry-top-text {
    font-family: Lato;
    font-size: 16px;
    line-height: 1.57;
    text-align: center;
    color: #333435;
    padding-left: 15%;
    padding-right: 15%;
}

.industry-top {
    background: #f7f8f9;
    background: white;
    position: relative;
    padding-top: 140px;
    padding-bottom: 85px;
}

.industry-top .contact-top-text {
    color: #303030;
    position: static;
    margin-bottom: 65px;
}

.industry-top .contact-top-orange {
    top: 65px;
}

.industry-top .contact-top-orange:after {

}

.industry-foots-block {
    width: 100%;
    height: 0px;
    padding-bottom: 41.5%;
    position: relative;
    background: url(../img/foots.jpg) 0px 0px no-repeat;
    background-size: 100% 100%;
}

.industry-foots-title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.industry-foots-container {
    position: absolute;
    left: 70px;
    top: 70px;
    width: 300px;
}

.industry-foots-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #fff;
}

.industry-orange {
    height: 105px;
    width: 100%;
    background-color: #ff7800;
    line-height: 105px;
    position: relative;
    padding-left: 35px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #fff;
}

@media (max-width: 601px) {
    .industry-orange {
        height: auto;
    }
}

.industry-orange-link {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 80px;
    height: 58px;
    line-height: 58px;
    border: solid 1px #fff;
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 23px;
}

.industry-orange-link:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 11px;
    background: url(../img/svg/arrow-right.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: 24px;
}

.industry-why {
}

.industry-images .row {
    margin-left: 0px;
    margin-right: 0px;
}

.industry-temp-img {
    width: 100px;
    height: 100px;
    background: #00d4b4;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;

}

.industry-images .col-sm-5ths,
.col-ind-i {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.industry-temp-img-title {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #303030;
    margin-top: 35px;
    margin-bottom: 0px;
}

.industry-line {
    width: 58px;
    height: 2px;
    background-color: #e5e5e5;
    display: inline-block;
}

.industry-temp-text {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #303030;
    margin-top: 5px;
}

.industry-ss {
    background-color: #f7f8f9;
}

.industry-ss-title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #303030;
    margin-top: 70px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.industry-ss-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #303030;
    padding-right: 20%;
    margin-bottom: 33px;
}

.industry-ss .row {
    margin-left: 0px;
    margin-right: 0px;
}

.industry-orange-link.orange-border-orange-text {
    position: relative;
    border: solid 1px #ff7800;
    color: #ff7800;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 220px;
    color: white;
    background: #ff7800;
    margin-right: 30px;
}

.industry-orange-link.orange-border-orange-text.no-bg {
    color: #ff7800;
    background: white;
}

.industry-orange-link.orange-border-orange-text:after {
    background: url(../img/svg/arrow-right.svg) no-repeat
}

.mb-45 {
    margin-bottom: 45px;
}

.pr-ss {
    position: relative;
}

.pr-ss > img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 75%;
    top: -50px;
}

.blog-top.about-top {
    width: 100%;
    background-attachment: local;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    height: 470px;
    position: relative;
    background-image: url("../img/about_us_header.jpg");
    background-size: 100% auto;
}

.industry-temp-img {
    position: relative;
}

.industry-temp-img {

}

.industry-temp-img-2nd-img {
    width: 112px;
    height: 112px;
    border: 1px solid #00d4b4;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -6px;
}

.industry-temp-img:before {
    content: '';
    display: block;
    width: 112px;
    height: 112px;
    border: 1px solid #00d4b4;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -6px;
}

.blog-top.about-top .blog-top-title {
    font-family: Lato;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    padding-top: 92px;
}

.blog-top-title-about-text {
    font-family: Lato;
    font-size: 24px;
    line-height: 1.42;
    text-align: center;
    color: #fff;
    padding-left: 22%;
    padding-right: 22%;
    margin-top: 65px;
}

.about-top .main-logos.logos-contacts.logos-dark-bg {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: transparent;
}

.with-treangle:after {
    content: '';
    width: 25px;
    height: 26px;
    background-image: url(../img/svg/triangle-orange.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 12px);
    top: -13px;
}

.industry-orange.with-treangle {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    padding-right: 330px;
    padding-top: 33px;
    padding-bottom: 54px;
    line-height: normal;
}

.industry-orange.with-treangle .industry-orange-link {
    top: calc(50% - 29px);
}

.about-numbers {
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
}

.about-numbers > .row {
    margin-right: 0px;
    margin-left: 0px;
}

.about-numbers > .row .col-sm-4 {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.about-numbers-num-orange {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #ff7800;
    padding-top: 30px;
}

.about-numbers-num-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #303030;
    padding: 5px 45px 45px 45px;
}

.about-numbers .row .col-sm-4 .rbb {
    width: 1px;
    height: calc(100% - 60px);
    position: absolute;
    right: 0px;
    top: 35px;
    background-color: #e8e8e8;
}

.rbbot {
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 0px;
    background-color: #e8e8e8;
}

.rbbot-dot {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 12px;
    height: 12px;
    background-color: #e8e8e8;
    transform: rotate(45deg);
}

.about-solutions-container {
    position: relative;
}

.body-class-single-service .contact-top-orange,
.body-class-single-trending .contact-top-orange,
.body-class-single-technologies .contact-top-orange,
.body-class-single-industry .contact-top-orange {
    background-image: none;
    background-color: transparent;
}

.body-class-page-our-process .contact-top-orange,
.body-class-single-service-new .contact-top-orange,
.body-class-single-solutions .contact-top-orange,
.body-class-single-industry .contact-top-orange,
.body-class-page-template-template-s-page-php .contact-top-orange,
.body-class-page-template-template-assistant-page .contact-top-orange,
.top-templated .contact-top-orange {
    background-image: none;
}

.body-class-single-service .contact-top-orange img,
.body-class-single-trending .contact-top-orange img,
.body-class-single-technologies .contact-top-orange img,
.body-class-single-industry .contact-top-orange img,
.body-class-single-service-new .contact-top-orange img,
.body-class-single-solutions .contact-top-orange img,
.body-class-single-industry .contact-top-orange img,
.body-class-page-our-process .contact-top-orange img,
.body-class-page-template-template-s-page-php .contact-top-orange img,
.body-class-page-template-template-assistant-page .contact-top-orange img,
.top-templated .contact-top-orange img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.about-solutions {
    margin-bottom: 60px;
}

.solutions-top-arrow {
    position: absolute;
    top: auto;
    width: 37px;
    height: 37px;
    left: 0px;
    top: 0px;
    background: url(../img/svg/chevron-left-square-light.svg) no-repeat;
}

.sulutions-list {
    float: right;
}

.sulutions-list li {
    padding-right: 47px;
    text-align: right;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #767676;
    margin-bottom: 10px;
    list-style-type: none;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.sulutions-list li a {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #767676;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sulutions-list li:hover a {
    color: #ff7800;
}

.sulutions-list li:hover:after {
    background-color: #ff7800;
}

.sulutions-list li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 40px;
    background-color: #e5e5e5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sulutions-list li.active a {
    /*font-size: 18px;*/
    font-weight: 900;
    text-align: right;
    color: #ff7800;
}

.sulutions-list li.active:after {
    width: 8px;
    height: 40px;
    background-color: #ff7800;
    right: -3px;
}

.solutions-items {
    position: relative;
    min-height: 255px;
}

.solution-item-image-container {
    text-align: center;
    width: 110px;
    height: 110px;
    background-color: #f2f2f2;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.solution-item-image-container > img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 58px;
}

.solution-item {
    position: absolute;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    display: none;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.solution-item:first-child {
    display: block;
}

.solution-item-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #303030;
}

.solution-item .slider-but {
    width: 220px;
    top: auto;
    right: auto;
    bottom: 0px;
    left: auto;
    position: relative;
    padding-left: 40px;
    text-align: left;
}

.solution-item-button-container {
    text-align: center;
    margin-top: 25px;
}

.about-three-blocks .row {
    margin-left: 0px;
    margin-right: 0px;
}

.about-three-blocks {
    background: #f1f1f1;
}

.industry-three-image-container {
    padding-top: 45px;
    padding-bottom: 30px;
}

.industry-three-image-container .industry-temp-img {
    background: white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.industry-three-image-container .industry-temp-img:before {
    border: 1px solid white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.industry-three-text {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #303030;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.industry-three-text-text {
    padding-left: 10%;
    padding-right: 10%;
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #303030;
    padding-bottom: 50px;
    position: relative;
}

.solutions-top-arrow {
    width: 35px;
    height: 35px;
    border: 1px solid gray;
    position: absolute;
    left: 15px;
    top: 0px;
    cursor: pointer;
}

.solutions-bot-arrow {
    width: 35px;
    height: 35px;
    border: 1px solid gray;
    position: absolute;
    left: 15px;
    top: 40px;
    cursor: pointer;
}

.solutions-top-arrow:after {
    content: '';
    width: 17px;
    height: 8px;
    position: absolute;
    left: 9px;
    top: 12px;
    background-image: url(../img/svg/chevron-top-black.svg);
    background-repeat: no-repeat;
}

.solutions-bot-arrow:after {
    content: '';
    width: 17px;
    height: 8px;
    position: absolute;
    left: 9px;
    top: 12px;
    background-image: url(../img/svg/chevron-bottom-black.svg);
    background-repeat: no-repeat;
}

.about-three-blocks .col-sm-4 {
    border-right: 1px solid #e7e7e7;
}

.about-three-blocks .col-sm-4:last-child {
    border-right: none;
}

.about-three-blocks .swapp {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
}

.industry-three-text-text .slider-but.f-collumn-but {
    text-align: left;
    width: 220px;
    left: calc(-50% - 110px);
    top: 0px;
    padding-left: 40px;
}

.about-three-blocks .swapp .industry-three-text-text {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    left: 0px;
}

.about-how-we-work {
    text-align: center;
    line-height: 50%;
    width: 100%;
    padding-bottom: 20%;
    line-height: 50%;
}

.about-how-we-work {
    height: 0px;
    padding-bottom: 20%;
    width: 100%;
    background: url("../img/city.jpg") 50% 50% no-repeat;
    background-size: 100% auto;
    position: relative;
}

.about-how-we-work-text {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0px;
    top: calc(50% - 10px);
}

.orange-about-us {
    text-align: center;
}

.orange-about-us:after {
    content: '';
    width: 25px;
    height: 13px;
    background-image: url(../img/svg/triangle-orange.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 12px);
    bottom: -13px;
    transform: rotate(180deg);
    z-index: 10;
}

.case-select {
    text-align: center;
    margin-bottom: 50px;
}

.case-select select {
    border: solid 1px #e9e9e9;
    width: 175px;
    height: 40px;
    padding-left: 20px;
}

.case-case-big {
    width: 100%;
    height: 0px;
    padding-bottom: 45.9%;
    margin-bottom: 30px;
    position: relative;
}

.img-case-case {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.case-case-text {
    position: absolute;
    left: 65px;
    top: 60px;
    max-width: 385px;
}

.case-case-title {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    padding-bottom: 30px;
}

.case-case-tags > a {
    float: left;
    display: inline-block;
    height: 27px;
    line-height: 25px;
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.case-case-tags {
    margin-bottom: 40px;
}

.case-case-text-text {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: left;
    color: #fff;
    font-family: Lato;
    max-width: 400px;
}

.case-case-text .industry-orange-link.orange-border-orange-text {
    background-color: #111;
    border: 1px solid #111;
}

.case-right-text .case-case-text {
    position: absolute;
    left: auto;
    right: 70px;
}

.top-text-service {
    margin-bottom: 35px !important;
}

.s-ar-h-img {
    max-width: 100%;
    height: auto;
}

.img-case-case-container {
    text-align: center;
}

.button-down {
    width: 46px;
    height: 58px;
    background-color: #ff7800;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.button-down:after {
    content: '';
    width: 11px;
    height: 21px;
    background-image: url(../img/svg/arrow-bottom.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 10px);
}

.bg-gray {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #333435;
    padding: 40px 150px 55px;
    background: #f7f7f7;
    margin-top: 80px;
    margin-bottom: 60px;
}

.service-exp-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #333435;
}

.ta-left {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.wiay-block-container {
    width: 100%;
    height: 0px;
    position: relative;
    padding-bottom: 100%;
    cursor: default;
    display: block;
}

.wiay-block-container:not([data-hiddenlink=""]) {
    cursor: pointer;
}

.wiay-block-container-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #efefef;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.wiay-block-container-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    box-shadow: 0.7px 0.7px 9px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 2;
}

.row.row-now-margin.row-industry-grid {
    margin-bottom: 2px;
}

.wiay-block-container-img-all {
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 37px);
    width: 75px;
    height: 75px;
}

.wiay-block-container-text {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    line-height: 2.45;
    text-align: center;
    color: #303030;
    width: 70%;
    position: absolute;
    left: 15%;
    top: 65%;
    line-height: 1;
}

.wiay-block-container-2-text {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: #ff7800;
    padding-left: 12%;
    padding-right: 12%;
    display: table;
    margin-bottom: 27px;
    width: 100%;
}

.wiay-block-container-2-text-2 {
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    color: #2b2c2d;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.42857143;
}

.wiay-block-container-2-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wiay-block-container .wiay-block-container-2:hover {
    opacity: 1;
}

.wiay-block-container .wiay-block-container-1:hover {
    opacity: 0;
}

.row-now-margin,
.row-no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.row-industry-grid .col-sm-5ths {
    padding-left: 1px;
    padding-right: 1px;
}

.row.row-now-margin.row-industry-grid:first-child {
    margin-bottom: 2px;
}

.main-ss-story .main-title.ta-left {
    padding-top: 0px;
    font-family: Lato;
    font-size: 24px;
    text-align: left;
    color: #303030;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 30px;
}

.main-ss-story > .main-title {
    padding-bottom: 80px;
}

.industry-orange-link.orange-border-orange-text.no-bg:after {
    background: url(../img/svg/arrow-right-orange.svg) no-repeat;
}

.main-ss-story .service-exp-text {
    margin-bottom: 33px;
}

.service-ar-wtl a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 190px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #303030;
    text-transform: uppercase;
    background: #fbfbfb;
}

.service-ar-wtl-img-1 {
    position: relative;
    background-image: url(../img/svg/arrow-right-black.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 11px;
    top: 1px;
}

.service-ar-wtl-img-2 {
    position: relative;
    background-image: url(../img/svg/upload-black.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 18px;
    top: 5px;
    margin-right: 15px;
}

.service-ar-wtl a:first-child {
    border-right: 1px solid #efefef;
}

.service-ar-wtl .row > div {
    padding: 0px;
    height: 190px;
}

.service-ar-wtl-img-1 {
    margin-left: 15px;
}

.contact-top-orange > span {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;

}

.testimonials-frame {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 56.3%;
}

.testimonials-frame > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonial-single {
    border: solid 1px #dcdcdc;
    padding: 55px 115px 65px 165px;
    position: relative;
    margin-bottom: 20px;
}

.testimonials-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #303030;
    line-height: 1;
    margin-bottom: 10px;
}

.testimonials-title-2nd {
    font-family: Lato;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #303030;
    margin-bottom: 30px;
}

.testimonials-title-text {
    font-family: Lato;
    font-size: 16px;
    font-style: italic;
    line-height: 1.37;
    text-align: left;
    color: #303030;
}

.testimonial-single-image {
    position: absolute;
    left: 35px;
    top: 30px;
    width: 90px;
    height: 90px;
}

.testimonial-single-q {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background-image: url(../img/svg/quotes-left-light-circle.svg);
    background-repeat: no-repeat;
}

.testimonial-single-more,
.testimonial-single-less,
.testimonial-single-more-our-process,
.testimonial-single-less-our-process {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: left;
    color: #111;
    margin-top: 25px;
    text-transform: uppercase;
    cursor: pointer;
}

.testimonial-single-less,
.testimonial-single-less-our-process {
    display: none;
}

.testimonials-title-text-more {
    padding-top: 20px;
    display: none;
}

.customers-slider .photo-summer {
    background-image: url(../img/parallax_image_newYork.jpg);
    background-size: 120% auto;
}

.clients-slider-flex-container {
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-bottom: 80px;
}

.customers-slider .owl-carousel .item img {
    padding: 7px;
}

.arrow-left-as-slider {
    position: absolute;
    left: auto;
    right: 88px;
    top: 45px;
}

.arrow-right-as-slider {
    position: absolute;
    left: auto;
    right: 45px;
    top: 45px;
}

.customers-slider .main-title {
    padding-top: 45px;
    padding-bottom: 40px;
}

.customers-slider .owl-nav,
.customers-slider .owl-dots {
    display: none;
}

.row-awwards {
    border: solid 1px #e9e9e9;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.row-awwards:hover {
    box-shadow: 0.7px 0.7px 8px 0 rgba(0, 0, 0, 0.13);
}

.awwards-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #303030;
    padding: 50px 140px 63px 10px;
}

.awwards-img {
    text-align: center;
    padding: 50px;
}

.industry-top-img-bg {
    width: 100%;
    height: 0px;
    /*padding-bottom: 41.5%;
    padding-bottom: 500px;*/
    position: relative;
    height: 420px;
    overflow: hidden;
}

.industry-top-img-bg-img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0px;
}

.industry-top-img-bg-text-block {
    left: 70px;
    top: 40px;
    position: absolute;
    max-width: 400px;
}

.industry-top-img-bg-text-title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.industry-top-img-bg-text-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
    max-width: 90%;
}

.industry-top-img-bg-text-quote-img {
    background-image: url(../img/svg/quotes-left-light-circle.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
}

.industry-top-img-bg-text-quote-quote {
    font-family: Lato;
    font-size: 16px;
    font-style: italic;
    line-height: 1.37;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.industry-top-img-bg-text-quote-author {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: left;
    color: #fff;
}

.industry-numbers .about-numbers {
    margin-top: 0px;
    margin-bottom: 0px;
}

.industry-numbers {
    border: solid 1px #e9e9e9;
}

.industry-numbers .main-title {
    padding-top: 40px;
    padding-bottom: 30px;
}

.industry-logos-block {
    margin-bottom: 100px;
}

.col-ind-i {
    padding-bottom: 45px;
}

.col-ind-i .industry-temp-text {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.col-ind-i .industry-temp-img {
    background: #ff7800;
}

.col-ind-i .industry-temp-img:before {
    border: 1px solid #ff7800;
}

.awards-top {
    width: 100%;
    height: 350px;
    padding-bottom: 0px;
    background: url("../img/awards-recognitions.jpg") 0px 0px no-repeat;
    background-size: 100% 100%;
    background-attachment: local;
}

.awards-top .contact-top-text.top-text-service {
    font-family: Lato;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 130px;
    text-transform: none;
}

.awards-top .industry-top-text {
    font-family: Lato;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 215px;
}

.awards-top .contact-top-orange {
    top: 65px;
}

.awards-top.case-top .contact-top-orange {
    border: 2px solid white;
    background-color: transparent;
    top: 70px;
}

.case-top-titles-container {
    position: absolute;
    text-align: center;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    top: 140px;
    font-family: Lato;
    font-size: 42px;
    text-align: center;
    color: #fff;
}

.case-top-titles-container-container-1 {
    font-size: 48px;
    font-weight: bold
}

.awards-top.case-top {
    background: none;
    height: auto;
    padding: 0px;
}

.case-top > img {
    width: 100%;
}

.awards-container {
    margin-top: 130px;
}

.awards-link {
    margin-top: 35px;
}

.awards-link a {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: left;
    color: #111;
    position: relative;
}

.awards-link a:after {
    content: '';
    width: 22px;
    height: 11px;
    background: url(../img/svg/arrow-right-black.svg) no-repeat;
    position: absolute;
    top: 3px;
    right: -42px;
}

.case-top {
    width: 100%;
    height: auto;
}

.case-top-tags {
    text-align: center;
    margin-top: 30px;
    line-height: 0px;
}

.case-top-tags .case-case-tags a {
    float: none;
    margin: 0px;
}

.case-top-tags .case-case-tags a:last-child {
    margin: 0px;
}

.case-center-block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #303030;
    padding-bottom: 70px;
}

.case-center-devices-links {
    margin-top: 35px;
    text-align: center;
}

.case-case-gray {
    background: #f3f3f3;
    padding-bottom: 60px;
}

.case-case-images {
    margin-top: 70px;
}

.case-case-images .row {
    padding-left: 10%;
    padding-right: 10%;
}

.case-case-images .industry-temp-img {
    background-color: #1e98de;
}

.case-case-images .industry-temp-img:before {
    border: 1px solid #1e98de;
}

.case-case-images .industry-temp-img-title {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.57;
    text-align: center;
    color: #303030;
    text-transform: uppercase;
}

.row-case-case-image-text img {
    width: 100%;
}

.row-case-case-image-text .col-sm-6,
.row-case-case-image-text .col-md-6 {
    padding: 0px;
}

.row-case-case-image-text .case-col-right-text {
    padding: 70px;
}

.row-case-case-image-text .case-col-right-text .main-title {
    padding: 0px;
    margin-bottom: 15px;
    text-align: left;
}

.row-case-case-image-text .case-col-right-text .row-case-case-image-text-text-text {
    height: 146px;
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #303030;
}

.case-militar-gray-togather {
    height: 57px;
    width: 100%;
    background-color: #f3f3f3;
    text-align: right;
}

.case-militar-gray-togather .awards-link {
    margin-top: 0px;
}

.case-militar-gray-togather .awards-link {
    height: 58px;
    line-height: 58px;
    text-transform: uppercase;
    padding-right: 66px;
}

.row-case-case-image-text .row-case-case-col-padding {
    padding-top: 80px;
}

.row-case-case-image-text-text-text {

}

.row-case-case-image-text-text-text ol {
    list-style-type: none;
    padding-left: 10px;
    margin-left: -70px;
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #303030;
}

.row-case-case-image-text-text-text ol li {
    counter-increment: step-counter;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 40px;
    position: relative;
}

.row-case-case-image-text-text-text ol li::before {
    content: counter(step-counter) "";
    margin-right: 0px;
    font-weight: 900;
    padding: 3px 0px;
    width: 24px;
    height: 24px;
    background-color: #1e98de;
    border-right: 24px;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    color: white;
    line-height: 19px;
    text-align: center;
}

.case-with-bg-block {
    background: url("../img/particles.jpg") 0px 0px no-repeat;
    background-size: 100% 100%;
}

.case-with-bg-block .main-title {
    color: white;
    font-family: Lato;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.92;
    text-align: center;
    color: #fff
}

.case-with-bg-block .case-case-images {
    margin-top: 0px;
}

.case-with-bg-block .row > div {
    padding-bottom: 85px;
}

.case-with-bg-block .industry-temp-text {
    margin-top: 30px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    text-align: left;
    color: #fff;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.case-with-bg-block .industry-temp-img:before {
    border: 1px solid white;
}

.case-with-bg-block .industry-temp-img:after {
    content: '';
    width: 29px;
    height: 20px;
    background-image: url(../img/svg/check.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 38px;
    top: 40px;
}

.case-results-gray {
    background-color: #f3f3f3;
    margin-bottom: 40px;
}

.main-title.main-title-24 {
    font-size: 24px;
}

.case-case-gray .case-case-images {
    margin-top: 0px;
}

.case-results-gray .main-title {
    text-align: left;
    padding: 0px;
    margin-bottom: 30px;
}

.case-results-gray {
    padding: 45px 60px;
}

.case-with-bg-block {
    margin-bottom: 40px;
}

.case-results-gray .blog-content-right {
    float: none;
}

.uselink-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    text-align: center;
    color: #303030;
    padding-bottom: 25px;
    text-align: left;
}

.row-uselink > div {
    padding: 0px;
}

.case-orange-link {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #ff7800 !important;
    display: inline-block;
    padding: 18px 25px;
    border: solid 1px #ff7800;
}

.case-militar-apps-links a {
    margin-right: 0px;
    max-width: 47%;
}

.block-case-another-cases {
    border-top: 1px solid rgba(159, 159, 159, 0.3);
    margin-bottom: 25px;
    margin-left: 35px;
    margin-right: 35px;
}

.row-uselink {
    margin-bottom: 0px;
}

.block-case-another-cases {
    padding-top: 35px;
    position: relative;
}

.block-case-another-cases-case {
    float: left;
    max-width: 50%;
}

.block-case-another-cases-case img {

}

.block-case-another-cases-case-img-container {
    display: inline-block;
    position: relative;
    float: left;
    overflow: hidden;
}

.block-case-another-cases-case-text-container {
    float: left;
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    color: #303030;
    padding-left: 30px;
    padding-top: 0px;
    text-transform: uppercase;
    max-width: calc(100% - 135px);
}

.block-case-another-cases-case-text-container .case-case-tags a {
    border: solid 1px rgba(159, 159, 159, 0.3);
    color: rgba(159, 159, 159, 1);
}

.block-case-another-cases-case-text-container .case-case-tags {
    padding-top: 17px;
}

.block-case-another-cases-case-img-container-hover-bg {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
}

.block-case-another-cases-case-img-container:hover .block-case-another-cases-case-img-container-hover-bg {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

.block-case-another-cases-case-img-container-hover-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 21px;
    height: 11px;
    background-image: url(../img/svg/arrow-right.svg);
    background-repeat: no-repeat;
    margin-top: -5px;
    margin-left: -10px;
    left: calc(100% + 30px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: rotate(180deg);
}

.block-case-another-cases-case.case-right {
    float: right;
    text-align: right;
}

.block-case-another-cases-case.case-right .block-case-another-cases-case-img-container {
    float: right;
}

.block-case-another-cases-case.case-right .block-case-another-cases-case-text-container {
    text-align: right;
    padding-right: 30px;
    padding-left: 0px;
}

.block-case-another-cases-case.case-right .case-case-tags > a {
    margin-left: 10px;
    margin-right: 0px;
}

.block-case-another-cases-case.case-right .block-case-another-cases-case-img-container-hover-arrow {
    left: -30px;
    transform: rotate(0deg);
}

.block-case-another-cases-case-img-container:hover .block-case-another-cases-case-img-container-hover-arrow {
    left: 50%;
}

.block-case-another-cases-all {
    position: absolute;
    left: 50%;
    top: 67px;
    width: 26px;
    height: 26px;
    background-image: url(../img/svg/table-cells.svg);
    background-repeat: no-repeat;
    display: inline-block;
}

.single-article-top-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.blog-content-right a,
.blog-content-right a:hover,
.blog-content-right a:visited,
.blog-content-right a:focus {
    color: #ff7800;
    text-decoration: none;
}

.blog-related-part {
    width: 255px;
    top: 60px;
    left: 300px;
    position: fixed;
    position: static;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.body-class-chrome .blog-related-part {
    transition: none;
}

.position-fixed {
    position: fixed;
}

.blog-content-right ul,
.blog-content-right ol,
.blog-content-right p,
.blog-content-right .article-quote-block,
.blog-content-right .article-gray-background-text {
    margin-bottom: 40px;
    margin-top: 0px;
}

.blog-content-right h2,
.blog-content-right h3,
.blog-content-right h4,
.blog-content-right h5 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.blog-content h3,
.blog-content-right .blue_cards h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.blog-content-right,
.blog-content-right ul,
.blog-content-right ol {
    font-size: 16px;
}

.slider-contacts {
    background-size: 100% auto;
}

.body-class-single-blog .article-top,
.body-class-single-news .article-top {
    height: 450px;
    padding-bottom: 0px;
}

.blog-related-part {
    position: absolute;
    top: 280px;
    left: 0px;
}

.body-class-single-blog .article-top,
.body-class-single-news .article-top {
    background-attachment: local;
    background-position-x: 50%;
    background-position-y: 0px;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    background-image: url(../img/testimonials_bg.jpg);
    background-size: 100% auto;
}

.body-class-single-blog .case-case-tags a,
.body-class-single-news .case-case-tags a {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
}

.body-class-single-blog .article-head-title-big,
.body-class-single-news .article-head-title-big {
    margin-top: 30px;
    margin-bottom: 30px;
}

.body-class-single-blog .article-head-title-small,
.body-class-single-news .article-head-title-small {
    margin-top: 0px;
    margin-bottom: 35px;
}

.body-class-single-blog .blog-slider-date,
.body-class-single-news .blog-slider-date {
    margin-bottom: 55px;
}

.orange-new-image {
    background-image: none;
}

.body-class-page-awards-and-recognition .orange-new-image > .or-img {
    position: absolute;
    width: 24px;
    height: 25px;
    background: url(../img/svg/file-certificate.svg) no-repeat;
    position: absolute;
    top: 13px;
    left: 10px;
}

@media screen and (min-width: 1025px) {
    .body-class-single-blog .blog-content,
    .body-class-single-news .blog-content {
        padding-left: 15%;
    }
}

.c100 > span,
.c100:hover > span {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: #303030;
    width: 100%;
    line-height: 80px;
}

.c100:after,
.c100:hover:after {
    top: 0.042em;
    left: 0.043em;
    width: 0.92em;
    height: 0.92em;
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    border: 0.08em solid #ff7800;
}

.block-content-round-fix {
    padding-top: 140px;
}

.block-content-round-fix > .c100 {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.subscribe-100 > div {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.22;
    text-align: center;
    color: #303030;
    padding-bottom: 25px;
}

.subscribe-100 > a,
.subscribe-100 > a:hover,
.subscribe-100 > a:visited,
.subscribe-100 > a:focus {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #ff7800;
    text-transform: uppercase;
    border: solid 1px #ff7800;
    padding: 10px 0px;
    width: 120px;
    text-align: center;
    display: inline-block;
}

.subscribe-100 {
    position: absolute;
    top: calc(100% - 25px);
    margin-left: auto;
    margin-right: auto;
    margin-left: 31px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
    max-width: 200px;
}

.body-class-page-clients-partners .orange-new-image > .or-img {
    position: absolute;
    width: 24px;
    height: 27px;
    background: url(../img/svg/thumbs-up.svg) no-repeat;
    position: absolute;
    top: 9px;
    left: 11px;
}

.body-class-single-blog .article-head-title,
.body-class-single-news .article-head-title {
    display: none;
}

.body-class-single-blog .blog-slider-date,
.body-class-single-news .blog-slider-date {
    color: white;
}

.block-case-another-cases-case.case-right .case-case-tags > a {
    float: right;
}

.body-class-post-type-archive-case #blog-list-items {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.slider-single-industry .case-case-big {
    padding-bottom: 36.9%;
}

.slider-single-industry .case-case-big .img-case-case {
    top: -10%;
}

.slider-single-industry .case-case-big .case-case-text {
    max-width: 34%;
    width: 34%;
}

.slider-single-industry #main-carousel .carousel-control.left {
    bottom: -60px;
    left: 0px;
    border: none;
    background-image: url(../img/svg/arrow-left-square.svg);
    background-repeat: no-repeat;
}

.slider-single-industry #main-carousel .carousel-control.right {
    bottom: -60px;
    left: 43px;
    border: none;
    background-image: url(../img/svg/arrow-right-square.svg);
    background-repeat: no-repeat;
}

.slider-single-industry {
    padding-bottom: 80px;
    margin-bottom: 50px;
}

.slider-single-industry .slider-single-industry-all-cases-link {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
    color: #303030;
    padding-right: 45px;
    position: absolute;
    text-transform: uppercase;
    bottom: -45px;
    right: 0px;
}

.slider-single-industry .block-case-another-cases-all {
    left: auto;
    top: -5px;
    right: 0px;
}

.text-orange {
    color: #ff7800;
}

.industry-top-image {
    position: absolute;
    top: -1px;
    left: 0px;
    width: auto;
    height: 100%;
}

.body-class-single-service .contact-top-text.top-text-service,
.body-class-single-service .industry-top-text,
.body-class-single-trending .contact-top-text.top-text-service,
.body-class-single-trending .industry-top-text,
.body-class-single-technologies .contact-top-text.top-text-service,
.body-class-single-technologies .industry-top-text {
    position: relative;
    color: #303030;
}

.body-class-single-service .contact-top-text.top-text-service.top-text-color-white,
.body-class-single-service .industry-top-text.top-text-color-white,
.body-class-single-trending .contact-top-text.top-text-service.top-text-color-white,
.body-class-single-trending .industry-top-text.top-text-color-white,
.body-class-single-technologies .contact-top-text.top-text-service.top-text-color-white,
.body-class-single-technologies .industry-top-text.top-text-color-white {
    color: white;
}

.body-class-single-service .industry-top,
.body-class-single-trending .industry-top,
.body-class-single-technologies .industry-top {
    padding-bottom: 53.7%;
}

.body-class-single-service .button-down,
.body-class-single-trending .button-down,
.body-class-single-technologies .button-down {
    position: absolute;
    top: 85vh;
    /*bottom: 35px;*/
    left: calc(50% - 23px);
}

.body-class-single-service .block-case-another-cases,
.body-class-single-trending .block-case-another-cases,
.body-class-single-technologies .block-case-another-cases {
    padding-left: 0px;
    padding-right: 0px;
}

.body-class-single-service .bg-gray,
.body-class-single-trending .bg-gray,
.body-class-single-technologies .bg-gray {
    padding: 100px 60px;
    margin-bottom: 0px;
}

.industry-prallax-block {
    background-attachment: local;
    background-position-x: 50%;
    background-position-y: 0px;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    background-size: 100% auto;
    margin-bottom: 120px;
}

.industry-prallax-block-text {
    max-width: 40%;
    left: 60px;
    top: 20%;
    position: absolute;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42;
    text-align: left;
    color: #fefefe;
}

.service-pre-industry-block {
    position: relative;
}

.service-pre-industry-block img {
    width: 100%;
}

.service-pre-industry-block > div {
    font-family: Lato;
    font-size: 24.1px;
    font-weight: 300;
    line-height: 1.42;
    text-align: center;
    color: #fefefe;
    padding-left: 25%;
    padding-right: 25%;
    position: absolute;
    width: 100%;
    top: 40%;
}

.show-on-mobile {
    display: none !important;
}

.show-on-desktop {
    display: block !important;
}

.not-scrollable-body {
    overflow-y: hidden;
}

.sub-back-container {
    padding-left: 33px;
    padding-bottom: 55px;
    font-family: Lato;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.sub-back-container a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.sub-back-container a:after {
    position: absolute;
    left: 0px;
    top: 4px;
    content: '';
    width: 7px;
    height: 13px;
    background-image: url(../img/svg/chevron-right-black.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.sub-title-mob {
    font-family: Lato;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #ff7800;
    padding-left: 36px;
    margin-bottom: 20px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.form-mobile .mob-form-controls .controls-step2.display-block {
    display: block;
}

.img-c-flag {
    margin-right: 15px;
}

.mob-c-test-upper {
    font-family: Lato;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    line-height: 1;
    width: 65px;
    margin-right: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #303030;
}

.carousel-mobile-contact-items {
    background-color: #f3f3f3;
}

.awards-link-mobile > a,
.awards-link-mobile > a:hover,
.awards-link-mobile > a:visited,
.awards-link-mobile > a:focus {
    position: relative;
    left: 0px;
    top: 0px;
    color: #303030;
    border: 1px solid #303030;
    background: white;
}

.awards-link-mobile > a:after {
    content: '';
    width: 22px;
    height: 11px;
    background: url(../img/svg/arrow-right-black.svg) no-repeat;
    position: absolute;
    top: 22px;
    right: 20px;
}

.our-team-single-block > img {
    width: 100%;
    height: auto;
}

.our-team-single-block {
    width: 32%;
    margin-right: 2%;
    border: solid 1px #e5e5e5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: left;
    margin-bottom: 20px;
}

.our-team-single-block:nth-child(3n) {
    margin-right: 0px;
}

.our-team-single-block:last-child .our-team-single-block-pos {
    /*color: #ff1800;*/
}

.our-team-single-block:hover {
    box-shadow: 0.7px 0.7px 8px 0 rgba(0, 0, 0, 0.13);
}

.our-team-single-block-text-c {
    padding: 20px 25px 30px;
}

.our-team-single-block-name {
    position: relative;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 13px;
}

.our-team-single-block-pos {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.our-team-single-block-text-c {
    position: relative;
}

.our-team-single-contact-linkedin {
    position: absolute;
    right: 25px;
    top: 23px;
    width: 15px;
    height: 15px;
}

.carousel-mobile-contact-items.carouserl-all-pages-mobile-items {
    background-color: #f8f8f8;
}

.industry-three-image-container .industry-temp-img > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.industry-three-image-container .industry-temp-img:after {
    display: none;
}

.case-results-gray .blog-content-right {
    margin-left: 0px;
    margin-right: 0px;
}

.body-class-single-trending .bg-gray,
.body-class-single-service .bg-gray,
.body-class-single-technologies .bg-gray {
    margin-top: 0px;
    padding-right: calc(100vw - 1200px);
    padding: 40px 15%;
}

.wiay-block-container-img-all {
    height: 75px;
    width: auto;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
}

.our-subdivisions-text {
    color: rgb(193, 193, 193);
}

.blog-single-subscribe-end-of-content {
    border: solid 1px #c8c8c8;
    margin: 0 !important;
    padding: 30px 0;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
}

.button-orange-border-orange-text-white-bg {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff7800;
    border: 1px solid #ff7800;
    background: white;
    padding: 25px 0px;
    width: 210px;
    display: inline-block;
    text-transform: uppercase;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.carousel-single-blog {
    position: relative;
}

.black-link-black-arrow {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 40px;
}

.black-link-black-arrow:after {
    content: '';
    width: 22px;
    height: 11px;
    background: url(../img/svg/arrow-right-black.svg) no-repeat;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
}

.link-white,
a.link-white:hover,
a.link-white:visited,
a.link-white:active,
a.link-white:focus {
    color: white;
}

.body-class-home .customers-great-main .slider-contacts {
    background: none;
}

.industry-prallax-block-text-centred-logo-container {
    text-align: left;
    margin-top: 30px;
}

.after_what_we_can_logo img {
    width: auto;
    height: auto;
    margin-top: 30px;
}

.industry-orange {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    color: #fff;
}

.industry-orange.ind-orange-after-image {
    padding-right: 300px;
    line-height: normal;
    display: flex;
    /*justify-content: center;*/ /* align horizontal */
    align-items: center; /* align vertical */
    font-size: 22px;
}

.service-row-two-columns .col-sm-4 .main-title {
    padding-top: 0px;
}

.service-pre-industry-block-prallax {
    background-attachment: local;
    background-position-x: 50%;
    background-position-y: 0px;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    background-size: 100% auto;
}

.about-solutions.wiay-block {
    margin-bottom: 0px;
}

.industry-numbers {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.industry-logos-block {
    margin-bottom: 50px;
}

.industry-logos-block .industry-temp-img-title {
    text-transform: uppercase;
}

.case-title-next-title:hover {
    color: #ff7800;
}

.case-title-next-title,
.case-title-next-title:active,
.case-title-next-title:visited,
.case-title-next-title:focus {
    color: #303030;
}

.carousel-single-blog {
    margin-bottom: 50px;
}

.back-to-blog-button {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 35px;
    top: 55px;
    text-transform: uppercase;
    padding-left: 35px;
}

.back-to-blog-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 21px;
    height: 11px;
    background-image: url(../img/svg/arrow-right.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.back-to-blog-button:hover:after {
    left: -5px;
}

.body-class-page-about-us .blog-top.about-top .main-logos.logos-contacts,
.body-class-page-partnership-program .blog-top.about-top .main-logos.logos-contacts,
.body-class-page-template-template-career-post .blog-top.about-top .main-logos.logos-contacts {
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.body-class-page-about-us .about-numbers {
    max-width: 1300px;
    margin: 50px auto 0px;
}

.body-class-page-about-us .industry-orange.orange-first {
    padding: 35px 330px 35px 35px;
    height: auto;
}

.body-class-page-about-us .industry-orange.orange-first.with-treangle > div {
    max-width: 900px;
}

.body-class-page-about-us .about-our-team .main-title {
    padding-top: 40px;
}

.industry-three-text-text .slider-but.f-collumn-but:after {
    right: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.industry-three-text-text .slider-but.f-collumn-but:hover:after {
    right: 35px;
}

.body-class-post-type-archive-case .case-select {
    margin-bottom: 0px;
}

.case-case-big .case-case-tags {
    margin-bottom: 15px;
}

.case-case-big .case-case-text-text {
    margin-bottom: 35px;
}

.body-class-post-type-archive-case .case-blocks {
    margin-bottom: 150px;
}

.body-class-post-type-archive-case .contact-top-orange {
    background-color: #ff7800;
}

.body-class-post-type-archive-case .contact-top-orange,
.body-class-single-case .contact-top-orange {
    background-image: url(../img/svg/briefcase.svg);
}

.gray-button-black-text {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    height: 64px;
    text-align: center;
    text-transform: uppercase;
    line-height: 64px;
    width: 250px;
    background: #e9e9e9;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.gray-button-black-text:active,
.gray-button-black-text:visited,
.gray-button-black-text:focus {
    background: #e9e9e9;
}

.gray-button-black-text:hover {
    background: #ff7800;
    color: white;
}

.more-button-container {
    margin: 50px auto;
    text-align: center;
    padding: 0px 20px;
}

.testimonial-single .testimonials-title,
.testimonial-single .testimonials-title-2nd,
.testimonial-single .testimonials-title-text,
.testimonial-single .testimonials-title-text.testimonials-title-text-more {
    max-width: 850px;
}

.body-class-page-clients-partners .testimonials-block {
    max-width: 1293px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-frame-video-container {
    position: relative;
    width: 100%;
    max-width: 1291px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.body-class-page-awards-and-recognition .awards-top {
    background-attachment: local;
    background-position-x: 50%;
    background-position-y: 0px;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../img/awards-recognitions.jpg);
    background-size: 100% auto;
}

.body-class-page-awards-and-recognition .awards-container {
    max-width: 1293px;
    margin-left: auto;
    margin-right: auto;
}

.four-collumns-block .slider-but.f-collumn-but {
    padding-left: 40px;
}

.four-collumns-block .slider-but.f-collumn-but:after {
    right: 45px;
}

.four-collumns-block .slider-but.f-collumn-but:hover:after {
    right: 40px;
}

.button-down.footer-up-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    left: auto;
    right: 35px;
    bottom: auto;
    font-size: 18px;
    color: #fff;
}

.button-down.footer-up-button:after {
    background-image: none;
}

.blog-video-container {
    width: 100%;
    height: 0px;
    padding-bottom: 56.3%;
    position: relative;
}

.blog-video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.service-row-two-columns img {
    max-width: 100%;
}

.success-history-slider-block-container .success-history-slider {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.all-cases-slider-single-industry-all-cases-link {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #303030;
    text-transform: uppercase;
    padding-right: 45px;
    position: absolute;
    right: 0px;
    left: auto;
    top: auto;
    bottom: -10px;
}

.all-cases-slider-single-industry-all-cases-link .block-case-another-cases-all {
    left: auto;
    top: -5px;
    right: 0px;
}

.search-homepage-link {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 35px;
    position: relative;
}

.search-homepage-link:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 11px;
    background-image: url(../img/svg/arrow-right-black.svg);
    background-repeat: no-repeat;
    left: 0px;
    top: 2px;
    transform: rotate(180deg);
}

.search-page-title {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.body-class-page-search .industry-top,
.body-class-search .industry-top {
    padding: 40px 0px;
}

.search-homepage-link-container {
    margin-bottom: 20px;
}

.search-string {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    border-bottom: 1px solid #ff7800;
    padding-bottom: 11px;
    line-height: 1;
    margin-top: 23px;
}

.search-item {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    padding: 25px 60px 30px 35px;
    background: #f4f4f4;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    position: relative;
}

.search-item-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 18px;
    color: inherit;
}

.search-item-text {
    max-width: 1000px;
}

.search-no-results {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    margin-bottom: 120px;
}

.high-search {
    background: #ff7800;
    color: white;
}

.search-page-form-mobile input[type=text] {
    font-family: Lato;
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    border: none;
}

.search-page-form-mobile {
    margin-top: 25px;
    position: relative;
}

.search-page-form-mobile:after {
    background-color: #ff7800;
    content: '';
    width: calc(100% + 70px);
    height: 1px;
    left: -35px;
    bottom: -10px;
    display: block;
    position: absolute;
}

.body-class-page-about-us .about-solutions {
    padding-top: 0px;
    margin-bottom: 0px;
}

.body-class-single-case .case-top-titles-container-container-1 {
    font-family: Lato;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.body-class-single-case .case-top-titles-container {
    padding-left: 100px;
    padding-right: 100px;
}

.body-class-single-case .case-top-titles-container-container-2 {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.block-cases-inner .main-title {
    text-align: left;
    padding: 0px;
    margin-bottom: 35px;
}

.block-cases-inner {
    margin-top: 50px;
}

.cases-text-block {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.case-background-links-title {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.case-center-devices-links div {
    text-align: left;
    margin-bottom: 15px;
}

.case-center-devices-links {
    margin-bottom: 30px;
}

.case-center-devices-links-container {
    padding-left: 80px;
}

.case-background-info-block {
    margin-bottom: 50px;
}

.testimonial-single-company-image {
    position: absolute;
    text-align: center;
    right: 35px;
    top: 23px;
}

.testimonial-single-company-image > div:first-child {
    margin-bottom: 7px;
}

.testimonial-single-company-image > div:last-child,
.testimonial-single-company-image > div:last-child:hover,
.testimonial-single-company-image > div:visited,
.testimonial-single-company-image > div:focus {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #00a7fe;
}

.case-with-bg-block.case-new .industry-temp-text {
    padding-top: 0px;
    margin-top: 20px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    /*margin: 20px 0px 0px 0px;*/
}

.case-with-bg-block.case-new .industry-temp-title {
    display: table;
    min-height: 40px;
    padding-left: 55px;
    position: relative;
    margin: 0px auto;
    width: 100%;
}

.case-with-bg-block.case-new .industry-temp-title .ttl-in {
    font-family: Lato;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
    min-height: 40px;
    position: relative;
    display: table-cell;
}

.case-with-bg-block.case-new {
    margin-bottom: 0px;

}

.industry-temp-title-dig {
    position: absolute;
    left: 0px;
    top: calc(50% - 19px);
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: green;
    border-radius: 18px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
}

.body-class-single-case .testimonials-block {
    margin-bottom: 50px;
}

.large-image-case-block .main-title {
    text-align: left;
    padding-bottom: 15px;
}

.large-image-case-block .industry-temp-text {
    text-align: left;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #303030;
}

.large-image-case-block {

}

.large-image-case-block-left {
    float: left;
    width: 535px;
    text-align: left;
    padding: 0px 25px 75px 70px;
}

.large-image-case-block-right {
    height: 100%;
    width: calc(100% - 535px);
    overflow: hidden;
    float: none;
    position: absolute;
    left: 535px;
}

.large-image-case-block-right img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: auto;
}

.large-image-case-block {
    position: relative;
}

.cases-logos-block {
    text-align: center;
}

.cases-logos-block img {
    margin: 35px 40px;
}

.main-title-delivered-case {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 18px;
    line-height: 1.57;
}

.body-class-single-case .row-case-case-image-text .case-col-right-text {
    padding-left: 0px;
}

.body-class-single-case .row-case-case-image-text-text-text ol {
    padding-left: 0px;
    margin-left: 0px;
}

.body-class-single-case .row-case-case-image-text {
    margin-bottom: 50px;
}

.mw-1000-margin-auto {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mw-1000-margin-auto.mw-740 {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.row-case-case-image-text .case-col-right-text .row-case-case-image-text-text-text {
    height: auto;
}

.technical-with-bg {
    background: url("../img/technologies_bg.jpg") 50% 100% no-repeat;
    background-size: 100% auto;
}

.body-class-single-case .row-uselink > div:last-child {
    text-align: right;
    float: right;
}

.body-class-single-case .row-uselink > div:last-child .case-militar-apps-links a {
    margin-right: 0px;
}

.body-class-single-case .row-uselink > div:last-child .uselink-text {
    text-align: right;
}

.body-class-single-case .row-uselink > div.nomargin-links a:last-child {
    margin: 0px;
}

.body-class-single-case .row-uselink > div.nomargin-links .uselink-text {
}

.body-class-single-case .testimonial-single-company-image a {
    color: #00a7fe;
}

.body-class-single-case .case-militar-gray-togather .awards-link a:after {
    background: url(../img/svg/arrow-right.svg) no-repeat;
}

.body-class-single-case .industry-temp-img img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.testimonial-single.testimonial-single-no-image {
    padding-left: 55px;
    padding-right: 55px;
}

.body-class-home .industry-orange.orange-first {
    padding: 35px 330px 35px 35px;
    height: auto;
}

.body-class-home .with-treangle-black:after {
    display: none;
}

.body-class-home .with-treangle-black {
    background-color: #ededed;
    color: #303030;
}

.body-class-single-case .case-top-tags .case-case-tags a {
    margin-bottom: 8px;
}

.service-pre-industry-block img.after_we_can_list_image {
    position: static;
    padding-top: 40px;
    width: auto;
    padding-right: 70px;
}

.after_we_can_list_list {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fefefe;
    list-style-type: circle;
    padding: 0px;
}

.after_we_can_list_title {
    font-family: Lato;
    font-size: 24.1px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fefefe;
    margin-bottom: 35px;
}

.after_we_can_list_list li {
    margin-bottom: 20px;
}

.service-pre-industry-block > .service-pre-industry-block-row-list-type {
    position: static;
    padding: 0px;
    padding-top: 60px;
}

.cp-gray-block {
    padding: 25px 0px;
    background-color: #f1f1f1;
}

.cp-gray-block .mw-1000-margin-auto.mw-700 {
    max-width: 700px;
}

.cp-clutch-container {
    width: 200px;
    float: right;
}

.cp-clutch-container-text {
    float: left;
    width: calc(100% - 200px);
    height: 50px;
}

.cp-clutch-container-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    position: relative;
    height: 50px;
    padding-left: 90px;
    padding-top: 9px;
    padding-right: 90px;
}

.cp-clutch-container-text-rait {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-family: Lato;
    font-size: 45px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
}

.cp-clutch-container {
    height: 50px;
}

.body-class-post-type-archive-blog .blog-tags-nav .tag-nav,
.body-class-post-type-archive-news .blog-tags-nav .tag-nav {
    margin-bottom: 10px;
}

.blog-content-right iframe {
    max-width: 100%;
    width: 100%;
    height: 380px;
}

.case-video-block {
    margin-bottom: 50px;
}

.blog-content-right .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-blog-archive .indicators-container {
    height: 0px;
}

.body-class-single-case .row-uselink .col-sm-4 .uselink-text {
    padding-right: 10px;
}

.body-class-single-case .row-uselink .col-sm-4 .uselink-text {
    padding-right: 10px;
}

.blog-archive-top-slider-text-container {
    position: absolute;
    left: 63px;
    top: 35px;
    max-width: calc(100% - 250px);
}

.blog-archive-top-slider-text-container .blog-slider-title {
    position: static;
}

.blog-archive-top-slider-text-container .blog-content-preview {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.blog-archive-top-slider-text-container .blog-slider-date {
    position: static;
}

.industry-numbers-container {
    margin-bottom: 15px;
}

.success-history-slider-block-container .slider-single-industry-all-cases-link {
    position: absolute;
    right: 0px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #303030;
    text-transform: uppercase;
    padding-right: 40px;
}

.success-history-slider-block-container .slider-single-industry-all-cases-link .block-case-another-cases-all {
    top: -5px;
    left: auto;
    right: 0px;
}

.ebp-tags {
    position: absolute;
    left: 30px;
    top: 10px;
    max-width: calc(100% - 60px);
}

.ebp-tags a {
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.pcu-div {
    position: relative;
    display: inline-block;
    margin: 0px 40px;
}

.f-dig {
    margin-bottom: 0px;
}


.city-kiev-bg {
    background: url("../img/kiev.jpg");
    background-size: 100% 100%;
}

.body-class-error404 .padding-left-menu {
    min-height: calc(100vh - 257px);
    display: table;
    width: 100%;
}

.body-class-error404 .blog-top.about-top {
    background: none;
    display: table-cell;
    background: #0056a8;
    height: auto;
    vertical-align: middle;
}

.img-container-404 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.page-404-text-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 65px;
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.page-404-button-container a {
    width: 220px;
    height: 58px;
    border: 1px solid white;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    line-height: 58px;
    display: inline-block;
    text-transform: uppercase;
}

.page-404-button-container {
    padding-bottom: 100px;
}

.bg-gray > a,
.bg-gray > a:hover,
.bg-gray > a:visited,
.bg-gray > a:focus {
    color: #ff7800;
}

.body-class-page-thank-you .blog-top.about-top {
    background: none;
    height: auto;
    max-width: 970px;
    padding: 80px;
    margin: 140px auto 170px;
    border: solid 1px #dadada;
}

.body-class-page-thank-you .page-404-button-container {
    padding-bottom: 10px;
}

.thank-you-title {
    font-family: Lato;
    font-size: 59.9px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 55px;
}

.thank-you-text {
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #333435;
    margin-bottom: 80px;
}

.body-class-page-thank-you .page-404-button-container a {
    border: solid 1px #ff7800;
    color: #ff7800;
}

.sub-menu.active {
    padding-bottom: 40px;
}

.technical-with-bg .blod-padd-35 {
    background: transparent;
}

.awards-link a.link-white {
    color: white !important;
}

.idex-top-slider-top-logos-image {
    position: absolute;
    top: 3%;
    left: 395px;
    width: auto !important;
    height: auto;
}

.body-class-page-corporate-social-responsibility .industry-top-img-bg img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.body-class-page-corporate-social-responsibility .industry-top-img-bg-text-block {
    height: 18px;
    font-family: Lato;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 50px;
    max-width: 100%;
    left: 0px;
    top: auto;
}

.body-class-page-corporate-social-responsibility .industry-top {
    background-color: #f7f8f9;
}

.corporate-resp-text {
    font-family: Lato;
    font-size: 14.2px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.csr-2-c-block {
    margin-top: 65px;
    margin-bottom: 65px;
}

.csr-2-c-block .main-title {
    padding: 0px 0px 40px;
}

.block-no-padding {
    padding: 0px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.pcsr-slider-container {
    margin-top: 20px;
}

.pcsr-slider-container .img-case-case {
    height: auto;
}

.pcsr-slider-container .case-case-big {
    padding-bottom: 56.5%;
}

body .pcsr-slider-container #main-carousel-corporate .carousel-indicators li {
    border: 1px solid rgba(48, 48, 48, 0.65);
}

body .pcsr-slider-container #main-carousel-corporate .carousel-indicators li.active {
    opacity: 1;
    border: 1px solid rgba(48, 48, 48, 1)
}

.csr-2-c-block img {
    max-width: 100%;
}

.body-class-home .industry-orange.with-treangle .industry-orange-link {
    color: #303030;
    border: 1px solid #303030;
}

.body-class-home .industry-orange.with-treangle .industry-orange-link:after {
    background: url(../img/svg/arrow-right-black.svg) no-repeat;
}

.fcab-white-static.main-orange-insights {
    background: #ff7800;
}

.fcab-white-static.main-orange-insights .fb-bot-all-experts-link.arrow-after {
    color: white;
}

.body-class-page-corporate-social-responsibility .blod-padd-35 {
    background: transparent;
}

.carousel-main-page .main-carousel-text-container .slider-but {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ff7800;
}

.body-class-home .customers-great-main .fb-bot-all-experts-link {
    bottom: 2rem;
    color: white;
}

.case-with-bg-block.case-new .industry-temp-text {
    margin-left: 0px;
}

.view-related-case-study-clients-partners {
    position: absolute;
    right: 80px;
    top: 35px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: left;
    color: #d3d3d3 !important;
    text-transform: uppercase;
    cursor: pointer;

}

.view-related-case-study-clients-partners:hover {
    color: #ff7800 !important;
}

.no-brake-text {
    white-space: nowrap;
}

.body-class-single-service .industry-prallax-block,
.body-class-single-trending .industry-prallax-block,
.body-class-single-technologies .industry-prallax-block {
    margin-bottom: 0px;
}

.footer .main-vav-soc a:last-child {
    margin-right: 0px;
}

.hidden-empty-link {
    visibility: hidden;
}

.f-collumn.fc1 {
    border-left: 0px;
}

.modal-pa .modal-header button.close {
    position: absolute;
    right: 18px;
    top: 18px;
}

.modal-pa .modal-header .modal-title {
    font-size: 1.5rem;
}

.modal-new-styled {
    margin-top: 50px;
}

.input-pa {

}

.body-class-post-type-archive-case .industry-top {
    margin-bottom: 0px;
}

.body-class-page-program-ace-managers-acquire-scrum-and-kanban-certification .wp-image-1418,
.body-class-page-program-ace-managers-acquire-scrum-and-kanban-certification .wp-image-1417 {
    border: 1px solid black;
}

.body-class-single-blog .blog-slider-date > span,
.body-class-single-news .blog-slider-date > span {
    margin-left: 0px;
    margin-right: 0px;
}

h1.blog-top-title,
h1.contact-top-text,
h1.partnerships-top-title,
h1.case-top-titles-container-container-1 {
    margin-top: 0px;
}

.change-case-tag-select {
    position: relative;
}

.cases-nothing-found {
    display: none;
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin-bottom: 50px;

}

.case-select-select-container {
    display: inline-block;
}

.case-select-select-type {
    text-align: left;
    margin-bottom: 8px;
    font-family: Lato;
    font-size: 14.1px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #a0a0a0;
}

.cases-nothing-found > div {
    font-size: 18px;
    font-weight: normal;
}

/**/
h2.main-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.service-row-two-columns h2.main-title {
    line-height: 1.4;
}

.about-solutions-container .sulutions-list li a h3 {
    font-size: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

h1.lorem {
    margin-top: 0px;
}

.c-us-new-phones-container {
    text-align: left;
}

.modal-new-styled .modal-content {
    width: 460px;
    max-width: 100%;
    border-radius: 0px;
    padding: 75px 70px;
    margin-left: auto;
    margin-right: auto;
}

.modal-new-styled .close-new-button {
    width: 24px;
    height: 24px;
    background: url(../img/svg/xmark-black.svg) no-repeat !important;
    opacity: 1;
}

.modal-new-styled.modal-pa .modal-header button.close {
    right: 21px;
    top: 26px;
}

.modal-new-styled .modal-title {
    font-family: Lato;
    font-size: 24px !important;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
}

.modal-new-styled .modal-header {
    border-bottom: 0px;
    padding: 0px;
}

.modal-new-styled .modal-top-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    margin-top: 23px;
    margin-bottom: 30px;
}

.modal-new-styled .input-pa {
    margin-bottom: 20px;
}

.modal-new-styled .modal-body {
    padding: 0px;
}

.modal-new-styled .modal-footer {
    border-top: 0px;
    padding: 0px;
}

.modal-new-styled .slider-read {
    position: static;
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-top: 20px;
}

.modal-new-styled.modal-subscribe-thank-you .modal-content {
    width: 560px;
    padding: 60px 50px;
}

.orange-link-orange-border {
    width: 221px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ff7800 !important;
    display: inline-block;
    border: 1px solid #ff7800;
}

.modal-new-styled.modal-subscribe-thank-you .orange-link-orange-border:last-child {
    float: right;
}

.download-case-case-title {
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin: 25px 0px 30px;
}

.ty-d-c-m-img-container {
    text-align: center;
    position: relative;
}

.ty-d-c-m-img-container img {
    max-width: 100%;
    border-radius: 50%;
    border: 5px solid #e7e7e7;
}

.ty-d-c-m-img-container:after {
    content: '';
    width: 16px;
    height: 25px;
    border-radius: 0px;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 7px);
    background: url(../img/svg/upload-black.svg) no-repeat;
}

.ty-d-c-m-img-container:before {
    content: '';
    width: 45px;
    height: 45px;
    background-color: #e7e7e7;
    border-radius: 23px;
    position: absolute;
    bottom: -22.5px;
    left: calc(50% - 22.5px);
}

.case-background-links-title.case-download-pdf-text {
    margin-bottom: 15px;
}

.body-class-single-service-new .contact-top-text,
.body-class-single-solutions .contact-top-text,
.body-class-single-industry .contact-top-text,
.body-class-page-our-process .contact-top-text,
.body-class-page-template-template-s-page-php .contact-top-text,
.body-class-page-template-template-assistant-page .contact-top-text,
.top-templated .contact-top-text {
    font-family: Lato;
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.body-class-single-service-new .industry-top-text,
.body-class-single-solutions .industry-top-text,
.body-class-single-industry .industry-top-text,
.body-class-page-our-process .industry-top-text,
.body-class-page-template-template-s-page-php .industry-top-text,
.body-class-page-template-template-assistant-page .industry-top-text,
.top-templated .industry-top-text {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.body-class-single-service-new .top-text-white-bg,
.body-class-single-solutions .top-text-white-bg,
.body-class-single-industry .top-text-white-bg,
.body-class-page-our-process .top-text-white-bg,
.body-class-page-template-template-assistant-page .top-text-white-bg,
.top-templated .top-text-white-bg {
    max-width: 1000px;
    width: calc(100% - 200px);
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    padding: 68px 68px 75px;
    background: white;
    box-shadow: 0 0 40px 0 rgba(84, 84, 84, 0.17);
    position: relative;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.top-templated .top-text-white-bg {
    font-family: Lato;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333435;
}

.body-class-single-service-new .industry-top,
.body-class-single-solutions .industry-top,
.body-class-single-industry .industry-top,
.body-class-page-our-process .industry-top,
.body-class-page-template-template-s-page-php .industry-top,
.body-class-page-template-template-assistant-page .industry-top,
.top-templated.industry-top {
    padding-bottom: calc(74% - 140px);
}

.body-class-page-template-template-s-page-php .industry-top,
.body-class-page-template-template-assistant-page .industry-top,
.top-templated.industry-top {
    padding-bottom: 30%;
    background-size: 100% auto;
    overflow: hidden;
}

.body-class-page-template-template-s-page-php .industry-top-image,
.body-class-page-template-template-assistant-page .industry-top-image,
.top-templated .industry-top-image {
    width: 100%;
    height: auto;
}

.cococo {
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    position: absolute;
}

.sc-box {
    width: 177px;
    height: 140px;
    display: flex;
    align-items: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    text-align: left;
    background: #ebebeb;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    float: left;
    padding: 0 30px;
}

.sc-box:nth-child(2n) {
    margin-right: 0px;
}

.sc-box:hover {
    color: #ff7800;
}

.service-landscape-container-boxes {
    width: 360px;
    margin-left: 40px;
    position: relative;
    top: 58px;
}

.service-landscape-container-boxes-content-box {
    width: 100%;
    height: 360px;
    background: #f7f7f7;
    position: absolute;
    /*top: 38px;*/
    padding-left: 495px;
    padding-right: 95px;
}

.service-landscape-container {
    position: relative;
}

.service-landscape-container-boxes-content-box-item {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #010101;
    align-items: center;
}

.service-landscape-container-boxes-content-box-item {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    padding-right: 95px;
}

.service-landscape-container-boxes-content-box-item.active {
    opacity: 1;
    z-index: 10000;
}

.sc-box.active {
    background: #ff7800;
    color: #fffefe;
}

.service-landscape-container-boxes-content-box-item img {
    margin-bottom: 40px;
    height: 58px;
}

.service-landscape-container-boxes.ne-ch-row .sc-box:nth-child(2n) {
    transform: translateY(50%);
}

.framework-for-success-container {
    display: flex;
}

.framework-for-success-container > .ffs-flex-row {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 50px;
}

.ffs-flex-row-fig {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #f0f0f0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ffs-flex-row-fig:hover {
    color: #ff7800;
}

.ffs-flex-row-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
}

.ffs-flex-row-fig.active {
    background: #ff7800;
    color: #fff;
}

.framework-for-success-container-b-d-flex.h260 {
    height: 260px;
    position: relative;
}

.flexb-50 {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.framework-for-success-container-b-d-flex {
    display: flex;
}

.flexb-50-text-orange-line {
    max-width: 330px;
    padding-left: 25px;
    border-left: 3px solid #ff7800;
}

.mg-260-img {
    height: 260px;
}

.framework-for-success-container-b-d-flex.h260.inner-container {
    opacity: 0;
}

.framework-for-success-container-b-d-flex.h260.inner-container.active {
    opacity: 1;
}

.ffasg-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.framework-for-success-container-b.outer.h260 {
    height: 260px;
    position: relative;
}

.technologies-we-use-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.technologies-we-use-container-item {
    padding: 0px 10px;
    width: 33.33%;
    margin-bottom: 20px;
}

.technologies-we-use-container-item .inner-t {
    padding: 30px;
    background: #f0f0f0;
    height: 100%;
}

.inner-tt-header {
    display: flex;
    flex-wrap: wrap;
    height: 58px;
    align-items: stretch;
    align-items: center;
    margin-bottom: 30px;
}

.inner-tt-header-img {
    width: 87px;
}

.inner-tt-header-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    width: calc(100% - 87px);
}

.inner-t-list {
    padding: 0px;
    list-style-type: none;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
}

.inner-t-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px;
    width: 50%;
    float: left;
}

.inner-t-list li:after {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: 9px;
    content: '';
    background: #ff7800;
}

.technologies-we-use-container-item.row-added-2 {
    width: 66.66%;
}

.technologies-we-use-container-item.row-added-3 {
    width: 99.99%;
}

.technologies-we-use-container-item.row-added-2 .inner-t-list li {
    width: 25%;
}

.technologies-we-use-container-item.row-added-3 .inner-t-list li {
    width: 16.66%;
}

.row-bm {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.bm-more-image-container {
    background: #f0f0f0;
}

.bm-more-image-container {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 60px;
    padding: 0px;
}

.bm-more-image-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff7800;
    margin-bottom: 30px;
}

.d-flex-commonly {
    /*flex-wrap: wrap;*/
    /*display: flex;*/
}

.business-models-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 30px;
}

.business-models-text-1 {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    margin: 0px;
    margin-bottom: 30px;
}

.row-bm {
    margin-bottom: 15px;
}

.business-models-text-2 {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    padding: 10px 140px 30px 140px;
}

.commonly_used_title {
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff7800;
    margin-bottom: 25px;
}

.d-flex-commonly {
    margin: 15px 0px;
    display: flex;
    flex-direction: row; /*Пункты внутри контейнера будут располагаться горизонтально*/
    align-items: stretch;
}

.d-flex-commonly ul {
    list-style-type: none;
    padding-left: 40px;
}

.d-flex-commonly ul li {
    position: relative;
    margin-bottom: 5px;
}

.d-flex-commonly ul li:after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    content: '';
    background: #ff7800;
    left: -14px;
    top: 8px;
}

.d-flex-commonly-inner {
    background: #f0f0f0;
}

.d-flex-commonly .col-sm-6 {

}

.d-flex-commonly > div {
    background: #f0f0f0;
}

.img-scheme {
    width: 100%;
}

.transparency-and-effectiveness {
    position: relative;
}

.transparency-and-effectiveness-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20%;
}

.bm-more-container {
    display: none;
}

.business-models-model-container {
    margin-bottom: 50px;
}

.transparency_and_effectiveness_text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    margin-bottom: 30px;
    text-align: center;
}

.body-class-page-template-template-s-page-php .contact-top-text,
.body-class-page-template-template-s-page-php .industry-top-text,
.body-class-page-template-template-assistant-page .contact-top-text,
.body-class-page-template-template-assistant-page .industry-top-text,
.industry-top .contact-top-text,
.industry-top .industry-top-text {
    position: relative;
}

.button-small-orange-link,
.button-small-orange-link:active,
.button-small-orange-link:focus,
.button-small-orange-link:hover,
.button-small-orange-link:visited {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    color: #ff7800;
    text-transform: uppercase;
    border: 1px solid #ff7800;
    padding: 10px 0;
    width: 120px;
    text-align: center;
    display: inline-block;
}

.button-small-orange-link:hover {
    text-decoration: none;
}

.register-partner-class .modal-footer {
    text-align: center;
    margin-top: 20px;
}

.benefits-of-remote-assistant-solution {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-of-remote-assistant-solution {
    margin-bottom: 80px;
}

.benefits-of-remote-assistant-solution-div {
    position: relative;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.benefits-of-remote-assistant-solution-div span {
    position: absolute;
    text-align: center;
    line-height: 50px;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #ff7800;
    font-family: Lato;
    font-size: 26px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
}

.body-class-page-template-template-assistant-page .service-pre-industry-block-prallax {
    height: 0px;
    padding-bottom: 42.2%;
}

.measurable-value-flex {
    display: flex;
    justify-content: space-around;
}

.measurable-value-container .main-title {
    left: 0px;
    width: 100%;
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
}

.measurable-value-container .measurable-value-flex {
    top: 160px;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: static;
}

.measurable-value-container .measurable-value-item {
    padding-left: 65px;
    padding-right: 20px;
    text-align: left;
}

.measurable-value-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    margin-bottom: 30px;
    position: relative;
}

.measurable-value-item ul li {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    list-style-type: none;
    padding-left: 15px;
    position: relative;
    padding-right: 50px;
}

.measurable-value-item ul li:after {
    position: absolute;
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ff7800;
}

.measurable-value-item ul {
    padding: 0px;
}

.perfect-tool-for-multiple-verticals {
    display: flex;
    flex-wrap: wrap;
}

.perfect-tool-for-multiple-verticals-item {
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
}

.perfect-tool-for-multiple-verticals-item-image-container {
    height: 75px;
    margin-bottom: 20px;

}

.perfect-tool-for-multiple-verticals-item img {
    max-height: 100%;

}

.pricing-container > .pricing-item {
    padding: 10px;
}

.pricing-item-inner {
    padding: 30px 60px;
    background: #f0f0f0;
    padding-bottom: 90px;
    position: relative;
}

.pricing-link-container {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
}

.pricing-title {
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff7800;
    margin-bottom: 30px;
}

.pricing-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 25px;
}

.pricing-ul {
    padding: 0px;
    margin-bottom: 20px;
}

.pricing-ul li {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 12px;
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}

.pricing-ul li:after {
    position: absolute;
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ff7800;
}

.pricing-link-container {
    text-align: center;
}

.pricing-link-container a {
    float: none;
    display: inline-block;
}

.measurable-value-flex .no-circle {
    padding-left: 0px;
}

.measurable-value-flex .no-circle:after {
    display: none;
}

.body-class-page-template-template-assistant-page .service-pre-industry-block-prallax.measurable-value-container {
    height: auto;
    padding-bottom: 0px;
    overflow: hidden;
}

.body-class-page-template-template-assistant-page .service-pre-industry-block-prallax.measurable-value-container img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pricing-link-container a.button-orange-form:hover,
.pricing-link-container a.button-orange-form:focus,
.pricing-link-container a.button-orange-form:active,
.pricing-link-container a.button-orange-form:visited {
    color: white;
}

.top-templated {

}

.my-adventions-block {
    background: #f7f7f7;
}

.advantages-orange {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    padding-top: 30px;
}

.my-adventions-block {
    margin-top: 65px;
    padding-bottom: 65px;
}

.advantages-list {
    padding: 0px;
}

.advantages-list li {
    margin-bottom: 25px;
    list-style-type: none;
    padding-left: 35px;
    position: relative;
}

.advantages-list li:after {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    content: '';
    background: #ff7800;
}

.for-whom-block img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.for-whom-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-pre-industry-block.for-whom-block > div,
.service-pre-industry-block.for-whom-block > h2 {
    position: relative;
    top: auto;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
}

.for-whom-block-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.for-whom-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.for-whom-block h2 {
    padding-top: 0px;
}

.block-for-individuals {
    display: flex;
    margin-bottom: 70px;
}

.block-for-individuals > div {
    width: calc(50% - 10px);
    background: #f0f0f0;
    padding: 55px 60px;
}

.block-for-individuals > div:first-child {
    margin-right: 10px;
}

.block-for-individuals > div:last-child {
    margin-left: 10px;
}

.block-for-individuals-title {
    position: relative;
}

.block-for-individuals-title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    text-transform: uppercase;
    padding-left: 80px;
    position: relative;
    height: 47px;
    line-height: 47px;
    margin-bottom: 50px;
}

.block-for-individuals-title img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.block-for-individuals-title:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -22px;
    left: 0px;
    height: 1px;
    background: #d7d7d7;
}

.block-for-individuals ul {
    padding: 0px;
}

.block-for-individuals ul li {
    list-style-type: none;
    padding-left: 23px;
    margin-bottom: 15px;
}

.ul-with-or-dots li {
    position: relative;
}

.ul-with-or-dots li:after {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    content: '';
    background: #ff7800;
}

.title-small-orange {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #ff7800;
    margin-bottom: 25px;
}

.select_your_partnership_program {
    padding: 70px 0px;
    background: #ff7800;
}

.select_your_partnership_program-title {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.select_your_partnership_program-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.select_your_partnership_program-container {
    display: flex;
}

.select_your_partnership_program_item {
    position: relative;
    width: 100%;
    padding: 55px 70px;
    overflow: hidden;
}

.select_your_partnership_program_item img.img-back-gr {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.select_your_partnership_program_item_icon_container {
    margin-bottom: 70px;
    position: relative;
}

.select_your_partnership_program_item_icon_container:after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -23px;
    width: 55px;
    height: 1px;
    background: #f1f1f1;
}

.select_your_partnership_program_item_title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 35px;
    position: relative;
}

.select_your_partnership_program_item_text {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    max-width: 350px;
}

.select_your_partnership_program_item_list {
    position: relative;
    padding: 0px;
    margin-bottom: 100px;
}

.select_your_partnership_program_item_list:after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -45px;
    width: 55px;
    height: 1px;
    background: #f1f1f1;
}

.select_your_partnership_program_item_list li {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 0px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    list-style-type: none;
}

.select_your_partnership_program_item_list li:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: white;
    left: 0px;
    top: 7px;
    position: absolute;
}

.select_your_partnership_program_item .button-orange-form {
    float: none;
    margin-right: 20px;
    position: absolute;
}

.select_your_partnership_program_links-container {
    height: 60px;
}

.select_your_partnership_program-container {
    margin-bottom: 60px;
}

.select_your_partnership_program_links-container .industry-orange-link.orange-border-orange-text {
    position: absolute;
    left: 300px;
    background: none;
    border: 1px solid white;
}

.subscribe-partnership-container {

}

.subscribe-partnership-container button {
    width: 150px;
}

.subscribe-partnership-container input {
    height: 58px;
}

.subscribe-partnership-container .form-contact-us-form-container {
    display: flex;
}

.subscribe-partnership-container-inp-cont {
    width: calc(100% - 170px);
    margin-right: 20px;
}

.works-best-for-container {
    background: #f7f7f7;
}

.works-best-for-item-container {
    background: #f0f0f0;
    padding: 32px 32px 48px 32px;
}

.works-best-for-container-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.works-best-for-container-items > div {
    margin-bottom: 30px;
    display: flex;
}

.works-best-for-item-title {
    min-height: 50px;
    display: flex;
    align-items: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    position: relative;
    padding-left: 70px;
    margin-bottom: 60px;
}

.works-best-for-item-title:after {
    content: '';
    position: absolute;
    top: 85px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: #d7d7d7;
}

.works-best-for-item-title img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.works-best-for-item-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;

}

.any_other_individuals_title {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #010101;
    margin-bottom: 65px;
}

.how_it_works_items-ref-prog.service-pre-industry-block-prallax {
    height: auto;
    padding-top: 70px;
    padding-bottom: 90px;
}

.how_it_works_items-ref-prog .for-whom-block-text {
    margin-bottom: 45px;
}

.how_it_works_item_dig {
    background-color: #ff7800;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    line-height: 38px;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    margin: 0px auto 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.how_it_works_item_title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    min-height: 60px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.how_it_works_item_text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.how_it_works_item_box:after {
    content: '';
    height: 2px;
    background-color: #ff7800;
    position: absolute;
    left: calc(50% + 25px);
    width: calc(88% - 10px);
    top: 18px;
}

.how_it_works_item_box:last-child:after {
    display: none;
}

.referral_partner_benefits_items_item_title_outer_container {
    background-color: #f0f0f0;
    padding: 30px 30px 50px 30px;
}

.referral_partner_benefits_items_item_title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    position: relative;
    padding-left: 90px;
    min-height: 58px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.referral_partner_benefits_items_item_title img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.referral_partner_benefits_items_item_text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
}

.referral_partner_benefits_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    margin-bottom: 50px;
}

.referral_partner_benefits_items > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.subscribe-partnership-container .form-contact-us-form-container {
    margin-top: 0px;
}

.any_other_companies_text {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #010101;
    padding-bottom: 65px;
}

.it_took_us {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #010101;
}

.col-sm-3.how_it_works_item_box:after {
    width: calc(85% - 11px);
}

.reseller_program_container {
    display: flex;
    margin-bottom: 45px;
}

.reseller_program_procent {
    font-family: Lato;
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ff7800;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.reseller_program_prod_title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.reseller_program_prod_text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.reseller_program_procent {
    width: 170px;
}

.reseller_program_prod {
    width: calc(100% - 170px);
}

.reseller_program-container {
    margin-top: 40px;
}

.body-class-page-template-default .contacts-top {
    margin-bottom: 50px;
}

.default-content {
    font-family: Lato;
    padding: 30px 20px;
}

.wiay-block-container-img-all.wiay-block-container-img-all-no-top {
    top: 0px;
}

.partner-profit-calculator-container {
    background: #fafafa;
    padding-bottom: 70px;
}

.partner-profit-calculator-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #010101;
    margin-bottom: 50px;
}

.partner-profit-calculator-orange-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.calc-row-title {
    width: 120px;
}

.calc-row-title-inner {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;

}

.calc-row-items {
    width: calc(100% - 120px);
    display: flex;
}

.calc-row {
    display: flex;
    margin-bottom: 18px;
}

.calc-button {
    width: calc(25% - 2px);
    width: 100%;
    height: 50px;
    margin: 1px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333435;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    justify-content: center;
    cursor: pointer;
}

.calc-button:hover,
.calc-button.active {
    background: #ff7800;
    color: white;
}

.profit-cell {
    width: 140px;
    height: 50px;
    border: solid 1px #ff7800;
    line-height: 50px;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #333435;
}

.reseller-table {
    width: 100%;
    margin-bottom: 50px;
}

.reseller-table .t-h td {
    width: 25%;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 10px;
}

.reseller-table td {
    width: 25%;
    font-family: Lato;
    font-size: 18px;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    vertical-align: top;
    padding: 10px;
    line-height: 30px;
    position: relative;
}

.reseller-table td:after {
    content: '';
    position: absolute;
    left: 10px;
    width: 2px;
    top: 0px;
    height: 100%;
    background: #f0f0f0;
}

.reseller-table {
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.reseller-table td:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: #f0f0f0;
}

.reseller-table tr td {
    vertical-align: top;
    padding: 0px 32px;
    padding-bottom: 8px;
}

.r-table-inner-container {
    height: 100%;
    border: solid 2px #f0f0f0;
}

.fat-plus {
    font-weight: bold !important;
    font-size: 32px !important;
}

.text-left {
    text-align: left;
}

.reseller-table tr td:first-child {
    text-align: left;
    line-height: normal;
}

.reseller-table tr:first-child td:first-child {
    text-align: center;

}

.black-table-bg {
    background: #fafafa;
}

.reseller-table .t-with-bg td {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
    padding-top: 12px;
}

.reseller-table .t-with-bg td .black-table-bg {
    padding: 10px 20px;
    min-height: 50px;
}

.reseller-table .button-orange-form.link-white.send-desktop-form {
    max-width: 170px;
}

.top-line-table-partner {
    position: absolute;
    top: 0px;
    height: 2px;
    width: calc(100% - 20px);
    left: 10px;
    background: #f0f0f0;
}

.top-line-table-partner.bottm-partner-table-line {
    top: auto;
    bottom: 0px;
}

.advantages-list li {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}

.advantages-list li:hover {
    /*font-size: 17px;*/
    text-shadow: 1px 1px 6px rgba(150, 150, 150, 0.72);
}

.advantages-list li:after {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.advantages-list li:hover:after {
    box-shadow: 1px 1px 2px rgba(150, 150, 150, 0.72);
}

.card-shadow {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.transition-default {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.card-shadow:hover {
    box-shadow: 0px 1px 16px 0 rgba(0, 0, 0, 0.18);
}

.benefits-of-remote-assistant-solution-div:hover {
    text-shadow: 1px 1px 6px rgba(110, 110, 110, 0.72);
}

.how_it_works_item_box:hover .how_it_works_item_dig {
    width: 45px;
    height: 45px;
    background: #ff7325;
    line-height: 45px;
    transform: translateY(-4px);
    margin-bottom: 13px;
    font-size: 22px;
}

.how_it_works_item_box:hover .how_it_works_item_title,
.how_it_works_item_box:hover .how_it_works_item_text {
    text-shadow: 1px 1px 6px rgba(110, 110, 110, 0.72);
}

.reseller_program_container:hover .reseller_program_procent,
.reseller_program_container:hover .reseller_program_prod_title,
.reseller_program_container:hover .reseller_program_prod_text {
    text-shadow: 1px 1px 6px rgba(110, 110, 110, 0.72);
}

.partner-blured.select_your_partnership_program_item img.img-back-gr {
    /*filter: blur(5px);*/
    transform: scale(1.06) translateY(-3%) translateX(-3%);
}

.select_your_partnership_program_item .button-orange-form:hover {
    background: #ff7325;
}

.select_your_partnership_program_item .industry-orange-link.orange-border-orange-text:after {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.select_your_partnership_program_item .industry-orange-link.orange-border-orange-text:hover:after {
    right: 15px;
}

.float-none {
    float: none;
}

.row-partner-login {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.partner-logout-block {
    margin: 50px 0px;
}

.advantages-list.partner-list-items li {
    margin-bottom: 12px;
    padding-left: 20px;
    margin-top: 10px;
}

.partner-add-contact-button {
    color: #ff7800;
    font-weight: bold;
    cursor: pointer;
}

.modal-partner .input-pa {
    margin-bottom: 0px;
}

.body-class-page-template-template-ar-solution .top-text-white-bg {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
}

.body-class-page-template-template-ar-solution .top-templated.industry-top {
    padding-bottom: 36%;
}

.template-ar-slider-item-left {
    width: 50%;
    float: left;
    padding: 0px 20px;
}

.template-ar-slider-item-left img {
    max-width: 100%;
}

.template-ar-slider-item-right {
    width: 50%;
    float: right;
    padding-right: 90px;
}

.template-ar-slider-item-right-title {
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: Lato;
    font-size: 31.5px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    text-transform: uppercase;
    max-width: 325px;
    position: relative;
}

.body-class-page-template-template-ar-enabled-user-interfaces .template-ar-slider-item-right-title,
.body-class-page-template-template-ar-enabled-user-interfaces .template-ar-slider-item-right-text {
    color: #fff;
}

.body-class-page-template-template-ar-enabled-user-interfaces .benefits-of-remote-assistant-solution {
    margin-bottom: 0px;
}

.template-ar-slider-item-right-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.68;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    padding-bottom: 40px;
    position: relative;
}

.template-ar-slider-item-right-price {
    height: 58px;
    line-height: 58px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff7800;
    text-transform: uppercase;
}

.template-ar-slider-item-right-container {
    position: relative;
}

.template-ar-slider-item-right-container a {
    position: absolute;
    right: 0px;
    top: 0px;
}

.template-ar-slider .carousel-control-big-black.carousel-control-small-white-border.carousel-control.left {
    left: calc(50% - 80px) !important;
}

.template-ar-slider .carousel-control-big-black.carousel-control-small-white-border.carousel-control.right {
    left: calc(50% - 35px) !important;
}

.template-ar-solutions-why .main-title {
    color: white;
}

.template-ar-solutions-why-ul {
    padding-bottom: 80px;
}

.template-ar-solutions-why-ul li {
    font-family: Lato;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #fefefe;
    margin-bottom: 25px;
    list-style-type: none;
    position: relative;
}

.template-ar-solutions-why-ul li:after {
    content: '';
    position: absolute;
    left: -26px;
    top: 12px;
    width: 12px;
    height: 12px;
    background: #ff7800;
    border-radius: 6px;
}

.body-class-page-template-template-ar-enabled-user-interfaces .top-templated .top-text-white-bg {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
}

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

.img-slider-template-ar-user {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.template-ar-enabled-bot-with-bg {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.template-ar-enabled-bot-with-bg img {
    position: absolute;
    width: 100%;
    height: auto;
    top: -25%;
}

.template-ar-enabled-bot-with-bg-text {
    font-family: Lato;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #fefefe;
    position: relative;
}

.body-class-page-template-template-business-process-gamification .top-text-white-bg {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
}

.ttsd-gsd {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #333435;
}

.process-gamification-container {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 50px;
}

.process-gamification-container img {
    position: absolute;
    top: -65%;
    left: 0px;
    width: 100%;
    height: auto;
}

.process-gamification-container div {
    position: relative;
    color: white;
}

.body-class-page-template-template-business-process-gamification .process-gamification-container {
    display: block;
}

.body-class-page-template-template-business-process-gamification .process-gamification-container div {
    text-align: center;
}

.gamification_mechanics_we_use_block {
    display: block;;
}

.gamification_mechanics_we_use_block_left {
    float: left;
    width: 320px;
}

.gamification_mechanics_we_use_block_right {
    float: right;
    width: 320px;
}

.gamification_mechanics_we_use_items_item {
    height: 130px;
}

.gamification_mechanics_we_use_items_item_title {
    height: 36px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff7800;
}

.gamification_mechanics_we_use_items_item_text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.template-bp-pricing {
    background: #f0f0f0;
    padding-bottom: 65px;
    margin-top: 80px;
}

.template-bp-pricing-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 25px;
}

.template-bp-pricing-item {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.template-bp-pricing-item:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ff7800;
    position: absolute;
    left: 0px;
    top: 10px;
}

.template-bp-pricing-item-price {
    font-family: Lato;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff7800;
    margin-top: 65px;
    margin-bottom: 55px;
}

.partnerships-header {
    width: 100%;
    background-attachment: local;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    height: 55vw;
    position: relative;
    background-image: url("../img/partnerships_header.jpg");
    background-size: 100% auto;
}

.partnerships-top-title {
    font-family: Lato;
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 45px;
    position: relative;
}

.partnerships-top-title-text {
    font-family: Lato;
    font-size: 24px;
    line-height: 1.42;
    text-align: center;
    color: #fff;
    padding-left: 22%;
    padding-right: 22%;
    margin-top: 65px;
    margin-bottom: 65px;
}

.partnerships-slogan-text {
    font-family: Lato;
    font-size: 48px;
    font-weight: 700;
    margin-top: -85px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);

}

.partnerships-description-container {
    margin-bottom: 60px;
}

.partnerships-description-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #303030;
}

.partnerships-technology-container {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f7f7f7;
}

.partnerships-technology-grid-item {
    padding: 10%;
    color: #2b2c2d;
    font-family: Lato;
    font-size: 24px;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #fff;
}

.partnerships-technology-grid-item.active,
.partnerships-technology-grid-item:hover {
    color: #fff;
    background-color: #ff7800;
}

.partnerships-technology-grid-item:hover {
    box-shadow: 0.7px 0.7px 9px 0 rgba(0, 0, 0, 0.2);
    /*opacity: 0;*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /*z-index: 2;*/
}

.partnerships-technology-title {
    margin-top: 48px;
    color: #ff7800;
}

.partnerships-wiay-block-container {
    margin-top: 150px;
}

.partnerships-technology-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #2b2c2d;
    padding-left: 50px;
    padding-top: 100px;
    margin-top: 50px;
}

.partnerships-wiay-block-target .closed {
    display: none;
}

.partnerships-technology-list {
    list-style: none;
    padding-left: 1.9em;
}

.partnerships-technology-list li {
    text-indent: -1.6em;
}

.partnerships-technology-list li::before {
    content: "• ";
    color: #ff7800;
    font-size: 18px;
}

.partnerships-technology-orange-link {
    font-family: Lato;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #ff7800;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 30px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 80px;
    height: 58px;
    line-height: 58px;
    border: solid 1px #ff7800;
    background-color: transparent;
}

.partnerships-technology-orange-link:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 11px;
    background: transparent url(../img/svg/arrow-right-orange.svg) no-repeat;
    margin-left: 55px;
}

.partnerships-technology-orange-link:visited,
.partnerships-technology-orange-link:active,
.partnerships-technology-orange-link:hover {
    color: #ff7800;
}

.partnerships-reason-list {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #2b2c2d;
    list-style: none;
    padding-left: 0;
    padding-bottom: 50px;
}

.partnerships-reason-list-number {
    display: inline-block;
    margin: 15px 30px 15px 0;
    padding-top: 12px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ff7800;
    border-radius: 50%;
}

.partnerships-slider.customers-slider .photo-summer {
    background-image: url("../img/partnership-partners.png");
    background-size: 100% auto;
}

.partnerships-partners.cp-gray-block {
    background-color: #f7f7f7;
}

.partnerships-contact-text {
    text-align: center;
}

#technology-partnership {
    background: transparent url(../img/icon-partnership-technology.png) 50% 0 no-repeat;
}

#technology-reseller-program {
    background: transparent url(../img/icon-partnership-reseller-program.png) 50% 0 no-repeat;
}

#technology-referral-program {
    background: transparent url(../img/icon-partnership-referral-program.png) 50% 0 no-repeat;
}

#technology-strategic-alliances {
    background: transparent url(../img/icon-partnership-strategic-alliances.png) 50% 0 no-repeat;
}

@media screen and (max-width: 1200px) {
    .partnerships-header {
        height: 55vw;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 992px) {
    .partnerships-header {
        height: 77vw;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 767px) {
    .partnerships-top-title {
        font-size: 30px;
        font-weight: 900;
        text-align: left;
        line-height: 1.17;
    }

    .partnerships-top-title-text {
        padding-left: 0;
        padding-right: 0;
        margin-top: 65px;
        margin-bottom: 65px;
        text-align: left;
        line-height: 1.25;
    }

    .partnerships-header {
        padding: 0 30px;
        height: 80vw;
        background-image: url("../img/partnerships_mobile_header.jpg");
        background-position-x: 50%;
        background-position-y: 50%;
        background-size: 100% auto;
    }

    .partnerships-reason-container {
        margin-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .partnerships-contact-text {
        text-align: left;
    }

    .partnerships-technology-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .partnerships-wiay-block-container {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .partnerships-technology-text {
        padding-left: 0;
        padding-top: 75px;
        margin-top: 25px;
    }

    .partnerships-description-container {
        padding: 60px 30px;
        margin-bottom: 0;
    }

    .partnerships-description-text {
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.45;
    }
}

@media screen and (max-width: 576px) {
    .partnerships-header {
        height: 50vh;
        background-image: url("../img/partnerships_mobile_header.jpg");
        background-size: 100% auto;
    }
}

.menu-item-has-children-three-level {
    position: relative;
}

.menu-item-has-children-three-level .mav-menu-ch {
    transform: rotate(90deg);
    cursor: pointer;
    /*top: 10px;*/
    position: static;
    margin-left: 15px;
}

.menu-item-has-children-three-level .mav-menu-ch--open {
    transform: rotate(-90deg);
}

.menu-item-has-children-three-level .sub-menu-three-level {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s linear;
}

.menu-item-has-children-three-level .sub-menu-three-level--open {
    max-height: 75vh;
    height: auto;
}

.sub-menu-three-level .sub-menu-ul {
    margin-top: 0;
}

.sub-menu-three-level .sub-menu-ul > li {
    padding-left: 20px;
}

.sub-menu .sum-menu-top .image-block img {
    height: 75px;
    width: auto;
}

.sub-title-mob > a {
    color: #ff7800;
}

@media (min-width: 768px) {
    .body-class-postid-5249 .large-image-case-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .body-class-postid-5249 .large-image-case-block .large-image-case-block-left,
    .body-class-postid-5249 .large-image-case-block .large-image-case-block-right {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        float: none;
        width: auto;
    }

    @media (max-width: 1024px) {
        .body-class-postid-5249 .large-image-case-block {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
}
.career-page-vacation{
    overflow: hidden;
}
.career-page-vacation p{
    font-size: 16px;
    line-height: 32px;
}
.career-page-vacation .title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 75px;
    margin-bottom: 26px;
}
.career-page-vacation ul{
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}
.career-page-vacation ul li{
    font-size: 16px;
    margin-bottom: 2px;
    padding-left: 35px;
    position: relative;
}
.career-page-vacation ul li:after{
    border-radius: 50%;
    border: 2px solid #0045cf;
    content: '';
    height: 6px;
    left: 12px;
    position: absolute;
    top: 9px;
    width: 6px;
}
.career-page-vacation .manager_avatar{
    border: 1px solid #f2f5fa;
    border-radius: 50%;
    margin-bottom: 40px;
    width: 100px;
}
.career-page-vacation .manager_name{
    font-size: 18px;
    font-weight: 700;
}
.career-page-vacation .manager_contacts{
    border-bottom: 1px dashed rgba(0,69,207,.3);
    font-size: 16px;
    color: #0045cf;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 23px;
    position: relative;
    transition: border-color .3s;
}
.career-page-vacation .manager_contacts:after{
    border-left: 1px solid #1d3763;
    border-top: 1px solid #1d3763;
    content: '';
    height: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 7px;
    transition-duration: .3s;
    transition-property: top,-webkit-transform;
    transition-property: transform,top;
    transition-property: transform,top,-webkit-transform;
}
.career-page-vacation .manager_contacts.active:after {
    top: 9px;
    transform: rotate(45deg);
}
.career-page-vacation .manager_info{
    display: none
}
.career-page-vacation .manager_contacts.active +.manager_info{
    display: block;
}
.career-page-vacation .manager_info a{
    font-size: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0,69,207,.3);
    color: #0045cf;
    display: inline-block;
    margin-left: 20px;
}
.career-page-vacation .apply_career{
    background-color: #0045cf;
    color: #fff;
    margin-top: 28px;
    margin-bottom: 18px;
    width: 280px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.career-page-vacation .apply_career:hover{
    color: #fff;
    background-color: #0036a3;
}
.form-career .main-title{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
}
.form-career .form-contact-us-form-container{
    margin-top: 15px;
}

.grecaptcha-badge {
    visibility: hidden;
}