@font-face {
    font-family: Geometria; /* Гарнитура шрифта */
    src: url(../fonts/Geometria.otf); /* Путь к файлу со шрифтом */
}

.page_title_2,.v_header {
    position: relative;
    z-index: 100;
}

.main_page_title,.price_deal,.step_block_hiw,.title_blocks {
    text-transform: uppercase;
}

body {
    font-family: Geometria;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.img_preloader {
    display: none;
}

::selection {
    color: #fff;
    background: #EA2008;
}

::-moz-selection {
    color: #fff;
    background: #EA2008;
}

.main_page_title {
    display: inline-block;
    font-weight: 300;
    max-width: 930px;
    color: #fff;
    margin: 0 0 35px;
	font-size: 30px;
}

.page_title_2 {
    display: inline-block;
    font-weight: 300;
    color: #fff;
    max-width: 900px;
    margin: 0;
}

.title_blocks {
    margin: 0 0 80px;
    font-size: 36px;
    font-weight: 300;
}

.pink_button_landing {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 22px;
    border: none;
    background: #ff5252;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pink_button_landing.button_long {
    padding: 0 35px;
}

.pink_button_landing:focus,.pink_button_landing:hover {
    color: #fff;
    outline: 0;
    text-decoration: none;
    background: #0288D1;
}

.pink_button_landing:active {
    background: #d61145;
}

.white_button_landing {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.white_button_landing.button_long {
    padding: 0 35px;
}

.white_button_landing:focus,.white_button_landing:hover {
    color: #EA2008;
    border-color: #EA2008;
    outline: 0;
    text-decoration: none;
}

.bg_1 {
    background-color: #f1f3f5;
}

.v_full_block {
    padding: 50px 0;
}

.v_full_block .title_blocks {
    margin-bottom: 50px;
}

.v_text {
    padding: 10px 0;
    font-size: 21px;
    font-weight: 300px;
    color: #697583;
}

.no_margin {
    margin: 0 !important;
	font-size: 30px;
}

.v_header {
    text-align: left;
    width: 100%;
    padding: 50px 0 0;
    margin: 0 0 50px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    -ms-transition: background .2s linear;
    transition: background .2s linear;
}

.v_header .button_menu,.v_header .close_menu_button {
    display: none;
}

.v_header .logo,.v_header .v_menu_a {
    display: inline-block;
    text-decoration: none;
}

.v_header .container {
    height: 55px;
    padding: 5px 0;
}

.v_header .logo {
    padding: 5px 0;
}

.v_header .logo_black {
    height: 35px;
}
.v_header .logo_white {
	position: relative;
    top: -10px;
    height: 55px;
}
.v_header .v_menu {
    float: right;
}

.v_header .v_menu_a {
    color: rgba(255,255,255,.8);
    line-height: 45px;
    font-size: 22px;
    height: 45px;
    margin-left: 15px;
    padding: 0 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.v_header .v_menu_a:active,.v_header .v_menu_a:hover {
    color: #fff;
}

.v_header .v_menu_a.big_pink_btn {
    color: #fff;
    border: 1px solid #fff;
    background: 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.v_header .v_menu_a.big_pink_btn:hover {
    border-color: #FF5252;
    background: #FF5252;
}

.v_header .v_menu_a.big_pink_btn:active {
    background: #d61145;
}

.v_header .logo_black {
    display: none;
}

.v_header.fixed {
    position: fixed;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 3px -1px rgba(0,0,0,.2);
}

.v_header.fixed .logo_black {
    display: block;
}

.v_header.fixed .logo_white {
    display: none;
}

.v_header.fixed .v_menu_a {
    color: #444;
}

.v_header.fixed .v_menu_a:hover {
    color: #EA2008;
}

.v_header.fixed .v_menu_a.big_pink_btn {
    border: 1px solid #EA2008;
    color: #EA2008;
}

.v_header.fixed .v_menu_a.big_pink_btn:hover {
    color: #fff;
}

.v_slider_block {
    position: relative;
    padding: 0;
    background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
    overflow: hidden;
}

.v_slider_block .container {
    position: relative;
    z-index: 10;
}

.v_slider_block .slider_widget {
    display: inline-block !important;
}

.v_slider_block .item {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    margin: 7% 0;
    -webkit-transition: opacity .4s .6s ease-out,left 1s ease-out,right 1s ease-out;
    -moz-transition: opacity .4s .6s ease-out,left 1s ease-out,right 1s ease-out;
    -o-transition: opacity .4s .6s ease-out,left 1s ease-out,right 1s ease-out;
    -ms-transition: opacity .4s .6s ease-out,left 1s ease-out,right 1s ease-out;
    transition: opacity .4s .6s ease-out,left 1s ease-out,right 1s ease-out;
}

.v_slider_block .item img {
    -webkit-box-shadow: 0 0 150px #3573c5;
    box-shadow: 0 0 150px #3573c5;
}

.v_slider_block .item.active,.v_slider_block .item.next.left,.v_slider_block .item.next.right,.v_slider_block .item.prev.left,.v_slider_block .item.prev.right {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.v_slider_block .item.active.left,.v_slider_block .item.active.right {
    -webkit-transition: opacity .4s ease-out,left 1s ease-in,right 1s ease-in;
    -moz-transition: opacity .4s ease-out,left 1s ease-in,right 1s ease-in;
    -o-transition: opacity .4s ease-out,left 1s ease-in,right 1s ease-in;
    -ms-transition: opacity .4s ease-out,left 1s ease-in,right 1s ease-in;
    transition: opacity .4s ease-out,left 1s ease-in,right 1s ease-in;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}

.v_slider_block .carousel-indicators li {
    height: 12px;
    width: 12px;
    margin: 0 2px;
    border: 2px solid rgba(255,255,255,.8);
}

.v_slider_block .carousel-indicators li.active {
    background: #EA2008;
    border-color: #EA2008;
}

.v_slider_block .space_init {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/img/landing5/pt_stars1.png) 50% 50%;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px 300px;
    background-size: 300px 300px;
}

.v_slider_block .space_init#space_init_one {
    opacity: .6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
}

.v_slider_block .space_init#space_init_two {
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    background-position: 40% 40%;
}

.v_slider_block .space_init#space_init_three {
    background-position: 60% 60%;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.v_subscribe {
    padding: 30px 0 40px;
    background: #f4f5f6;
}

.v_subscribe_2 {
    padding: 50px 0 80px;
}

.v_subscribe_2 .email_reg {
    margin-bottom: 15px;
}

.v_subscribe_2 p {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
}

.email_reg {
    display: inline-block;
}

.email_reg_control {
    height: 50px;
    margin: 0;
    outline: 0;
    vertical-align: top;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    width: 330px;
    padding: 5px 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.email_reg_control:focus {
    border: 1px solid #48a6f7;
    -webkit-box-shadow: 0 0 5px #48a6f7;
    box-shadow: 0 0 5px #48a6f7;
    outline: 0;
}

.text_subscribe {
    font-size: 16px;
    color: #8a8796;
    margin: 0 0 20px;
}

.why_venyoo_best {
    padding: 80px 0;
}

.why_venyoo_best .border_wvb {
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.why_venyoo_best .blocks_wvb {
    position: relative;
    padding: 40px 200px 40px 15px;
}

.why_venyoo_best .blocks_wvb.col_border_right {
    padding-right: 215px;
}

.why_venyoo_best .blocks_wvb.col_border_right .img_wvb {
    right: 30px;
}

.why_venyoo_best .blocks_wvb.col_border_left {
    border-left: 1px solid #efefef;
    padding-left: 30px;
}

.why_venyoo_best .title_wvb {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 300;
}

.why_venyoo_best .text_wvb {
    font-size: 16px;
    font-weight: 300;
}

.why_venyoo_best .img_wvb {
    position: absolute;
    top: 0;
    right: 15px;
}

.how_it_work {
    padding: 80px 0;
    background: url(/img/landing5/clouds_hiw.jpg) 50% 100% no-repeat #f1f3f5;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.step_block_hiw {
    color: #3d75c1;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
    display: block;
}

.subtitle_block_hiw {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 300;
}

.text_block_hiw {
    font-size: 16px;
    font-weight: 300;
}

.div_margin_hiw {
    position: relative;
    margin: 0 0 80px;
    padding: 0 15px 0 150px;
}

.subtext_hiw {
    display: block;
    color: #979288;
    max-width: 310px;
    margin: 20px auto 10px;
}

.icons_blocks_hiw {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 119px;
    height: 119px;
    background: url(/img/landing5/icons_block.png) no-repeat;
}

.icons_blocks_hiw.icon_block_2 {
    background-position: 0 -119px;
}

.icons_blocks_hiw.icon_block_3 {
    background-position: 0 -238px;
}

.icons_blocks_hiw.icon_block_4 {
    background-position: 0 -357px;
}

.our_capabilities {
    padding: 80px 0 140px;
}

.our_capabilities .title_our_capabilities {
    font-size: 22px;
    font-weight: 300;
    margin-top: 70px;
}

.our_capabilities .text_our_capabilities {
    font-size: 16px;
    font-weight: 300;
}

.our_capabilities #capabilitiesCarousel {
    padding: 0 100px;
    font-size: 0;
}

.our_capabilities #capabilitiesCarousel .left_our_capabilities,.our_capabilities #capabilitiesCarousel .right_our_capabilities {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 16px;
}

.our_capabilities #capabilitiesCarousel .left_our_capabilities {
    padding-right: 100px;
}

.our_capabilities .carousel-control {
    width: 100px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background: 0 0;
}

.our_capabilities .carousel-control.left:after,.our_capabilities .carousel-control.left:before,.our_capabilities .carousel-control.right:after,.our_capabilities .carousel-control.right:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #dfdfdf;
    position: absolute;
    top: 50%;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    -ms-transition: background .2s ease;
    transition: background .2s ease;
}

.our_capabilities .carousel-control:hover:after,.our_capabilities .carousel-control:hover:before {
    background: #EA2008;
}

.our_capabilities .carousel-control.left:after,.our_capabilities .carousel-control.left:before {
    left: 10px;
}

.our_capabilities .carousel-control.right:after,.our_capabilities .carousel-control.right:before {
    right: 10px;
}

.our_capabilities .carousel-control.left:before {
    margin: -15px 0 0;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.our_capabilities .carousel-control.left:after {
    margin: 15px 0 0;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.our_capabilities .carousel-control.right:before {
    margin: -15px 0 0;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.our_capabilities .carousel-control.right:after {
    margin: 15px 0 0;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.our_capabilities .carousel-indicators {
    bottom: -80px;
}

.our_capabilities .carousel-indicators li {
    height: 12px;
    width: 12px;
    margin: 0 2px;
    border: 2px solid #dfdfdf;
}

.our_capabilities .carousel-indicators li.active {
    background: #EA2008;
    border-color: #EA2008;
}

.industry_solutions {
    background: url(/img/landing5/clouds_is.jpg) 50% 0 no-repeat #f4f5f6;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding: 80px 0;
}

.block_industry_solutions {
    padding: 60px 15px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer_features .btn_1.bg_is_red,.your_clients .input_your_clients {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.block_industry_solutions .title_block_is {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.block_industry_solutions .text_block_is {
    display: inline-block;
    max-width: 300px;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 40px;
}

.block_industry_solutions:hover {
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px rgba(0,0,0,.3);
}

.block_industry_solutions:hover .icon_1 {
    background-position: -190px 0;
}

.block_industry_solutions:hover .icon_2 {
    background-position: -190px -108px;
}

.block_industry_solutions:hover .icon_3 {
    background-position: -190px -216px;
}

.block_industry_solutions:hover .title_block_is {
    color: #EA2008;
}

.icon_industry_solutions {
    display: inline-block;
    width: 190px;
    height: 108px;
    background-image: url(/img/landing5/icons_solutions.jpg);
}

.icon_industry_solutions.icon_1 {
    background-position: 0 0;
}

.icon_industry_solutions.icon_2 {
    background-position: 0 -108px;
}

.icon_industry_solutions.icon_3 {
    background-position: 0 -216px;
}

.your_clients {
    padding: 80px 0;
    font-size: 0;
}

.your_clients .left_block_yc,.your_clients .right_block_yc {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.your_clients .left_block_yc {
    width: 40%;
}

.your_clients .right_block_yc {
    width: 60%;
}

.your_clients .title_your_clients {
    font-size: 32px;
    font-weight: 300;
    max-width: 350px;
    margin: 0 0 20px;
}

.your_clients .text_your_clients {
    font-size: 16px;
    color: #888;
    margin: 0 0 20px;
}

.your_clients .email_reg {
    max-width: 100%;
}

.your_clients .input_your_clients {
    height: 50px;
    font-size: 16px;
    margin: 0 0 20px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.your_clients .input_your_clients:focus {
    border: 1px solid #48a6f7;
    -webkit-box-shadow: 0 0 5px #48a6f7;
    box-shadow: 0 0 5px #48a6f7;
    outline: 0;
}

.your_clients .input_your_clients,.your_clients .pink_button_landing {
    display: block;
    width: 350px;
    padding: 0 20px;
}

.your_clients .face_your_client {
    position: absolute;
    z-index: 10;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.your_clients .face_your_client:after,.your_clients .face_your_client:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.your_clients .face_your_client:before {
    background: rgba(72,166,247,.8);
    -webkit-animation: animCircle1 3s .3s ease-in infinite both;
    -moz-animation: animCircle1 3s .3s ease-in infinite both;
    -o-animation: animCircle1 3s .3s ease-in infinite both;
    -ms-animation: animCircle1 3s .3s ease-in infinite both;
    animation: animCircle1 3s .3s ease-in infinite both;
}

.your_clients .face_your_client:after {
    background: 0 0;
    border: 2px solid rgba(72,166,247,.8);
    -webkit-animation: animCircle2 3s ease-in infinite both;
    -moz-animation: animCircle2 3s ease-in infinite both;
    -o-animation: animCircle2 3s ease-in infinite both;
    -ms-animation: animCircle2 3s ease-in infinite both;
    animation: animCircle2 3s ease-in infinite both;
}

.your_clients .face_your_client.client_1 {
    top: 200px;
    left: 110px;
}

.your_clients .face_your_client.client_2 {
    top: 270px;
    left: 310px;
}

.your_clients .face_your_client.client_2:before {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.your_clients .face_your_client.client_2:after {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.your_clients .face_your_client.client_3 {
    top: 160px;
    left: 450px;
}

.your_clients .face_your_client.client_3:before {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    -ms-animation-delay: .8s;
    animation-delay: .8s;
}

.your_clients .face_your_client.client_3:after {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    animation-delay: .5s;
}

@-moz-keyframes animCircle1 {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        -moz-transform: translate3d(0,0,0) scale(1);
        -o-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,0,0) scale(1.6);
        -moz-transform: translate3d(0,0,0) scale(1.6);
        -o-transform: translate3d(0,0,0) scale(1.6);
        -ms-transform: translate3d(0,0,0) scale(1.6);
        transform: translate3d(0,0,0) scale(1.6);
    }
}

@-webkit-keyframes animCircle1 {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        -moz-transform: translate3d(0,0,0) scale(1);
        -o-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,0,0) scale(1.6);
        -moz-transform: translate3d(0,0,0) scale(1.6);
        -o-transform: translate3d(0,0,0) scale(1.6);
        -ms-transform: translate3d(0,0,0) scale(1.6);
        transform: translate3d(0,0,0) scale(1.6);
    }
}

@-o-keyframes animCircle1 {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        -moz-transform: translate3d(0,0,0) scale(1);
        -o-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,0,0) scale(1.6);
        -moz-transform: translate3d(0,0,0) scale(1.6);
        -o-transform: translate3d(0,0,0) scale(1.6);
        -ms-transform: translate3d(0,0,0) scale(1.6);
        transform: translate3d(0,0,0) scale(1.6);
    }
}

@keyframes animCircle1 {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        -moz-transform: translate3d(0,0,0) scale(1);
        -o-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,0,0) scale(1.6);
        -moz-transform: translate3d(0,0,0) scale(1.6);
        -o-transform: translate3d(0,0,0) scale(1.6);
        -ms-transform: translate3d(0,0,0) scale(1.6);
        transform: translate3d(0,0,0) scale(1.6);
    }
}

@-moz-keyframes animCircle2 {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        -moz-transform: translate3d(0,0,0) scale(1);
        -o-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,0,0) scale(2);
        -moz-transform: translate3d(0,0,0) scale(2);
        -o-transform: translate3d(0,0,0) scale(2);
        -ms-transform: translate3d(0,0,0) scale(2);
        transform: translate3d(0,0,0) scale(2);
    }
}

@-webkit-keyframes animCircle2 {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        -moz-transform: translate3d(0,0,0) scale(1);
        -o-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,0,0) scale(2);
        -moz-transform: translate3d(0,0,0) scale(2);
        -o-transform: translate3d(0,0,0) scale(2);
        -ms-transform: translate3d(0,0,0) scale(2);
        transform: translate3d(0,0,0) scale(2);
    }
}

@-o-keyframes animCircle2 {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        -moz-transform: translate3d(0,0,0) scale(1);
        -o-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,0,0) scale(2);
        -moz-transform: translate3d(0,0,0) scale(2);
        -o-transform: translate3d(0,0,0) scale(2);
        -ms-transform: translate3d(0,0,0) scale(2);
        transform: translate3d(0,0,0) scale(2);
    }
}

@keyframes animCircle2 {
    0% {
        -webkit-transform: translate3d(0,0,0) scale(1);
        -moz-transform: translate3d(0,0,0) scale(1);
        -o-transform: translate3d(0,0,0) scale(1);
        -ms-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,0,0) scale(2);
        -moz-transform: translate3d(0,0,0) scale(2);
        -o-transform: translate3d(0,0,0) scale(2);
        -ms-transform: translate3d(0,0,0) scale(2);
        transform: translate3d(0,0,0) scale(2);
    }
}

.v_payments .main_page_title {
    margin-top: 40px;
    max-width: inherit;
}

.v_payments_text {
    font-size: 25px;
    padding: 40px 0 35px;
}

.v_payments_text span {
    display: block;
    font-size: 17px;
    color: #979797;
    font-weight: 300;
}

.v_payments_price {
    color: #ff5252;
	font-size: 25px;
    height: 30px;
    line-height: 30px;
}

.v_payments_price .fa {
    font-size: 16px;
    font-weight: 300;
    margin-left: 3px;
}

.v_payments_help {
    padding: 80px 0 30px;
    text-align: center;
}

.v_payments_help h4 {
    margin-bottom: 10px;
	font-size: 27px;
}

.v_payments_help p {
    font-size: 17px;
    color: #697583;
    font-weight: 300;
}

.v_payments_help [class*=col-] {
    position: relative;
    min-height: 250px;
}

.v_payments_help [class*=col-]:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 1px;
    height: 250px;
    background: -moz--webkit-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -moz--moz-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -moz--o-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -moz--ms-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -webkit--webkit-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -webkit--moz-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -webkit--o-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -webkit--ms-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#ddd 50%,rgba(255,255,255,0) 100%);
}

.price_deal {
	font-size: 16px;
}

.v_special {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    height: 106px;
    margin-right: -105px;
    margin-left: 20px;
    background: url(../img/landing5/special.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.v_special_text {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    color: #888;
    text-transform: none;
}

.v_payments_table {
    display: table;
    width: 100%;
}

.v_payments_table_cell {
    display: table-cell;
    width: 12.5%;
    height: 100%;
    padding: 30px 0;
    text-align: center;
    border-right: 1px solid #eee;
}

.v_payments_table_wrap {
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

[class*=v_payments_icon] {
    display: inline-block;
    vertical-align: bottom;
    background: url(../img/landing5/payment_icons.png) no-repeat;
}

.v_payments_icon_1 {
    width: 49px;
    height: 41px;
    background-position: 0 0;
}

.v_payments_icon_2 {
    width: 34px;
    height: 46px;
    background-position: 0 -43px;
}

.v_payments_icon_3 {
    width: 52px;
    height: 31px;
    background-position: 0 -90px;
}

.v_payments_icon_4 {
    width: 51px;
    height: 37px;
    background-position: 0 -123px;
}

.v_payments_icon_5 {
    width: 54px;
    height: 28px;
    background-position: 0 -162px;
}

.v_payments_icon_6 {
    width: 54px;
    height: 28px;
    background-position: 0 -194px;
}

.v_payments_icon_7 {
    width: 59px;
    height: 27px;
    background-position: 0 -227px;
}

.v_payments_icon_8 {
    width: 46px;
    height: 43px;
    background-position: 0 -255px;
}

.v_payments_icon_10,.v_payments_icon_11,.v_payments_icon_9 {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 125px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #d7dadd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.v_payments_icon_10:after,.v_payments_icon_11:after,.v_payments_icon_9:after {
    content: '';
    display: inline-block;
    background: url(../img/landing5/payment_icons.png) no-repeat;
}

.v_payments_icon_9:after {
    width: 45px;
    height: 41px;
    background-position: 0 -305px;
}

.v_payments_icon_10:after {
	position: relative;
    top: 3px;
    width: 44px;
    height: 46px;
    background-position: 0 -348px;
}

.v_payments_icon_11:after {
    position: relative;
    top: 5px;
    width: 33px;
    height: 46px;
    background-position: 0 -397px;
}

.v_gradient {
    width: 100%;
    height: 2px;
    background: #4775c8;
    background: -moz--webkit-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -moz--moz-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -moz--o-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -moz--ms-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -moz-linear-gradient(to right,#4775c8 0,#f05978 100%);
    background: -webkit--webkit-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -webkit--moz-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -webkit--o-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -webkit--ms-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -webkit-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -moz-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -o-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: -ms-linear-gradient(left,#4775c8 0,#f05978 100%);
    background: linear-gradient(to right,#4775c8 0,#f05978 100%);
}

.footer_features {
    position: relative;
    padding: 70px 0;
    word-break: break-word;
    overflow: hidden;
    font-size: 14px;
    color: #777;
    background: #f4f5f7;
}

.footer_features>.container {
    padding: 0;
}

.footer_features .title_5 {
    margin-bottom: 25px;
    color: #5d5d5d;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer_features .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_features .list a {
    display: inline-block;
    padding: 3px 0;
    color: #777;
}

.footer_features .list a:hover {
    color: #EA2008;
}

.footer_features .footer_col_text {
    margin-bottom: 25px;
}

.footer_features .btn_1.bg_is_red {
    display: inline-block;
    border: 1px solid #EA2008;
    background: 0 0;
    text-decoration: none !important;
    color: #EA2008;
    font-weight: 300;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    padding: 17px 43px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.footer_features .btn_1.bg_is_red:focus,.footer_features .btn_1.bg_is_red:hover {
    background: #EA2008;
    color: #fff;
}

.footer_features .btn_1.bg_is_red:active {
    background: #d61145;
    border-color: #d61145;
}

.footer_features .foot_ul_social {
    margin: 25px 0 0;
    padding: 0;
}

.footer_features .ul_social_li {
    display: inline-block;
}

.footer_features .social_li_a {
    display: block;
    line-height: 37px;
    height: 39px;
    width: 39px;
    margin-right: 22px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    font-size: 20px;
    color: #d8d8d8;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.footer_features .social_li_a:hover {
    color: #fff;
}

.footer_features .social_li_a:hover.fb {
    background: #6987cf;
    border-color: #6987cf;
}

.footer_features .social_li_a:hover.vk {
    background: #4e729a;
    border-color: #4e729a;
}

.footer_features .social_li_a:hover.tw {
    background: #1dcaff;
    border-color: #1dcaff;
}

.footer_features .social_li_a:hover.gg {
    background: #d34836;
    border-color: #d34836;
}

.footer_features .logo_short_wrap {
    position: relative;
    padding: 20px 0;
    margin-bottom: -27px;
    text-align: center;
    z-index: 0;
}

.footer_features .logo_short_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.footer_features .logo_short {
    display: inline-block;
    width: 35px;
    height: 41px;
    padding: 0 40px;
    background: url(/img/landing4/logo_short.png) center center no-repeat #f4f5f7;
}

.footer_features .footer_menu {
    position: relative;
    z-index: 1;
}

.footer_features .footer_menu_item {
    margin-right: 20px;
    color: grey;
}

.footer_features .footer_menu_item:hover {
    color: #EA2008;
}

.footer_features .footer_menu_item .fa {
    margin-right: 5px;
}

@media (max-width:1400px) {
    .v_header {
        padding: 35px 0 0;
        margin: 0 0 35px;
    }

    .main_page_title {
        margin: 0 0 15px;
    }

    #spaceCarousel {
        margin: -30px 0 -20px;
    }

    #spaceCarousel .item {
        margin-bottom: 9%;
    }

    .carousel-indicators {
        bottom: 40px;
    }
}

@media (max-width:1200px) {
    .why_venyoo_best .img_wvb {
        top: 10px;
    }

    .industry_solutions .title_block_is {
        font-size: 18px;
        font-weight: 400;
    }

    .industry_solutions .text_block_is {
        font-size: 16px;
    }

    .your_clients .face_your_client.client_1 {
        top: 190px;
        left: 70px;
    }

    .your_clients .face_your_client.client_2 {
        top: 230px;
        left: 250px;
    }

    .your_clients .face_your_client.client_3 {
        top: 140px;
        left: 400px;
    }

    .footer_features .btn_1.bg_is_red {
        padding: 17px 30px;
    }

    .footer_features .social_li_a {
        margin-right: 13px;
    }

    .footer_features .pull-right .footer_menu_item {
        margin: 0 0 0 20px;
    }
}

@media (max-width:1000px) {
    .main_page_title,.title_blocks {
        font-size: 28px;
    }

    .title_blocks {
        margin-bottom: 60px;
    }

    #spaceCarousel .carousel-indicators {
        bottom: 25px;
    }

    .why_venyoo_best {
        padding: 60px 0;
    }

    .why_venyoo_best .title_blocks {
        margin-bottom: 30px;
    }

    .why_venyoo_best .border_wvb {
        border: none;
    }

    .why_venyoo_best .blocks_wvb {
        padding: 30px 200px 30px 15px;
    }

    .why_venyoo_best .blocks_wvb.col_border_right {
        padding-right: 200px;
    }

    .why_venyoo_best .blocks_wvb.col_border_left {
        border: none;
        padding-left: 15px;
    }

    .how_it_work {
        padding: 60px 0;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .div_margin_hiw {
        margin: 0 0 40px;
        padding: 0 15px 0 170px;
    }

    .our_capabilities {
        padding: 60px 0 120px;
    }

    .our_capabilities .title_our_capabilities {
        text-align: center;
        margin-top: 0;
    }

    .our_capabilities .text_our_capabilities {
        text-align: center;
        margin: 0 0 40px;
    }

    .our_capabilities .block_center_oc {
        text-align: center;
    }

    .our_capabilities .block_center_oc .img_our_capabilities {
        height: 350px;
        width: auto;
        display: inline-block;
    }

    .industry_solutions {
        padding: 60px 0 30px;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .industry_solutions .block_industry_solutions {
        padding: 30px 15px;
        margin: 0 0 30px;
    }

    .industry_solutions .text_block_is {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .industry_solutions .white_button_landing {
        display: block;
        width: 120px;
        margin: 0 auto;
    }

    .your_clients {
        padding: 50px 0;
    }

    .your_clients .left_block_yc,.your_clients .right_block_yc {
        width: 100%;
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    .your_clients .title_your_clients {
        font-size: 22px;
        max-width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    .your_clients .input_your_clients,.your_clients .pink_button_landing {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .your_clients .face_your_client.client_1 {
        top: 190px;
        left: 120px;
    }

    .your_clients .face_your_client.client_2 {
        top: 260px;
        left: 340px;
    }

    .your_clients .face_your_client.client_3 {
        top: 160px;
        left: 490px;
    }

    .footer_features .foot_res_block {
        width: 35%;
        margin-left: 15%;
    }

    .footer_features .logo_short_wrap {
        margin-bottom: 0;
    }
}

@media (max-width:990px) {
    .v_payments_text {
        font-size: 16px;
    }

    .v_payments_price {
        font-size: 18px;
    }

    .price_deal {
        font-size: 12px;
    }
}

@media (max-width:800px) {
    .footer_features {
        padding: 40px 15px;
    }

    .footer_features .title_5 {
        margin: 20px 0 10px;
    }

    .footer_features .foot_res_block {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:768px) {
    .v_payments_table {
        display: block;
    }

    .v_payments_table_cell {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        width: 25%;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .v_payments_text {
        padding: 20px 0 15px;
    }

    .table_icon_wrap {
        display: table-cell;
        width: 210px;
        height: 50px;
        vertical-align: middle;
    }
}

@media (max-width:700px) {
    .v_header .button_menu,.v_header .close_menu_button {
        float: right;
        outline: 0;
        border: none;
        background: 0 0;
        display: block;
    }

    .main_page_title {
        margin-top: 10px;
    }

    .v_header {
        padding: 5px 0 0;
        margin: 0 0 5px;
        z-index: 50;
    }

    .v_header .container {
        height: auto;
    }

    .v_header .logo {
        margin-left: 10px;
    }

    .v_header .button_menu {
        height: 45px;
        font-size: 18px;
        margin: 0;
        padding: 0 10px;
        color: #fff;
    }

    .v_header .close_menu_button {
        position: relative;
        width: 40px;
        height: 40px;
        margin: -50px 0 0;
        padding: 0;
    }

    .v_header .close_menu_button:after,.v_header .close_menu_button:before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        height: 2px;
        width: 40px;
        background: #fff;
    }

    .v_header .close_menu_button:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .v_header .close_menu_button:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .v_header .v_menu {
        position: fixed;
        width: 100%;
        height: 0;
        z-index: -10;
        left: 0;
        top: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        overflow: hidden;
        text-align: center;
        padding: 0 30px;
    }

    .v_header .v_menu .v_menu_a {
        display: block;
        width: 100%;
        height: auto;
        line-height: 50px;
        margin: 0 0 10px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }

    .v_header .v_menu.active {
        z-index: 100;
        min-height: 100%;
        height: auto;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        padding: 80px 30px 30px;
        background: rgba(22,25,42,.95);
        -webkit-transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
        -moz-transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
        -o-transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
        -ms-transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
        transition: opacity .3s .1s ease-in-out,background .3s .1s ease-in-out,padding .3s .1s ease-in-out;
    }

    .v_header.fixed {
        position: relative;
    }

    .our_capabilities .block_center_oc .img_our_capabilities {
        height: auto;
    }

    .v_subscribe {
        padding: 30px 0 20px;
    }

    .v_subscribe .email_reg {
        width: 100%;
    }

    .your_clients .right_block_yc {
        display: none;
    }

    .footer_features {
        text-align: center;
        padding: 20px 30px 10px;
    }

    .footer_features .pull-left {
        display: block;
        text-align: center;
        width: 100%;
    }

    .footer_features .pull-left .footer_menu_item {
        display: inline-block;
        margin: 0 5px 10px;
    }

    .footer_features .pull-right {
        float: none !important;
        clear: both;
    }

    .footer_features .pull-right>* {
        display: block;
        float: none;
    }

    .footer_features .pull-right .footer_menu_item {
        margin: 0 0 10px;
    }

    .footer_features .social_li_a {
        margin: 0 8px;
    }

    .footer_features .row>.col-sm-3:nth-child(1) {
        display: none;
    }

    .v_payments_help {
        padding: 50px 0 0;
    }

    .v_payments_help h4 {
        font-size: 14px;
    }

    .v_payments_help p {
        font-size: 13px;
    }

    .v_payments_icon_10,.v_payments_icon_11,.v_payments_icon_9 {
        margin-bottom: 0;
    }
}

@media (max-width:620px) {
    .v_subscribe_2 .email_reg {
        max-width: 100%;
    }

    .v_subscribe_2 .email_reg_control,.v_subscribe_2 .pink_button_landing {
        display: block;
        margin: 0 auto 20px;
        width: 300px;
        max-width: 100%;
    }
}

@media (max-width:600px) {
    .title_blocks {
        margin-bottom: 30px;
    }

    .main_page_title {
        font-size: 22px;
    }

    .page_title_2 {
        font-size: 16px;
    }

    #spaceCarousel {
        margin: -30px 0 0;
    }

    #spaceCarousel .carousel-inner {
        overflow: visible;
    }

    #spaceCarousel .carousel-indicators {
        bottom: auto;
        top: 105%;
    }

    .why_venyoo_best {
        padding: 60px 0;
    }

    .why_venyoo_best .title_blocks {
        margin-bottom: 30px;
    }

    .why_venyoo_best .border_wvb {
        border: none;
    }

    .why_venyoo_best .blocks_wvb {
        text-align: center;
        padding: 170px 15px 30px;
    }

    .why_venyoo_best .blocks_wvb .img_wvb {
        top: 0;
        left: 50%;
        margin-left: -85px;
    }

    .why_venyoo_best .blocks_wvb.col_border_right {
        padding-right: 15px;
    }

    .why_venyoo_best .blocks_wvb.col_border_left {
        border: none;
        padding-left: 15px;
    }

    .v_subscribe .email_reg_control,.v_subscribe .pink_button_landing {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px;
    }

    .how_it_work .subtitle_block_hiw>br,.our_capabilities .carousel-control {
        display: none;
    }

    .how_it_work {
        padding-bottom: 40px;
    }

    .how_it_work .div_margin_hiw {
        padding: 105px 15px 0;
        text-align: center;
    }

    .how_it_work .icons_blocks_hiw {
        left: 50%;
        top: 0;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        -webkit-background-size: 100px;
        -moz-background-size: 100px;
        background-size: 100px;
    }

    .how_it_work .icons_blocks_hiw.icon_block_2 {
        background-position: 0 -100px;
    }

    .how_it_work .icons_blocks_hiw.icon_block_3 {
        background-position: 0 -200px;
    }

    .how_it_work .icons_blocks_hiw.icon_block_4 {
        background-position: 0 -300px;
    }

    .industry_solutions {
        padding-bottom: 20px;
    }

    .our_capabilities #capabilitiesCarousel {
        padding: 0;
    }

    .your_clients {
        padding-bottom: 30px;
    }
}

@media (max-width:500px) {
    .title_blocks {
        font-size: 22px;
    }

    #spaceCarousel .item {
        margin: 13% 0;
    }

    .why_venyoo_best {
        padding: 60px 0 20px;
    }

    .why_venyoo_best .blocks_wvb {
        text-align: left;
        padding: 0 130px 20px 15px;
    }

    .why_venyoo_best .blocks_wvb.col_border_right {
        padding-right: 130px;
    }

    .why_venyoo_best .blocks_wvb.col_border_right .img_wvb {
        right: 15px;
    }

    .why_venyoo_best .blocks_wvb .img_wvb {
        width: 100px;
        margin: 10px 0;
        left: auto;
        right: 15px;
    }

    .why_venyoo_best .step_block_hiw {
        margin: 0;
        padding: 5px 0 0;
    }

    .why_venyoo_best .title_wvb {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 10px;
        padding: 10px 0 0;
    }

    .why_venyoo_best .text_wvb {
        font-size: 13px;
        font-weight: 300;
    }

    .our_capabilities .title_our_capabilities {
        font-size: 14px;
        font-weight: 400;
    }

    .our_capabilities .text_our_capabilities {
        font-size: 13px;
    }

    .industry_solutions .title_block_is {
        font-size: 14px;
        margin: 20px 0 10px;
    }

    .industry_solutions .text_block_is {
        font-size: 13px;
    }

    .how_it_work .icons_blocks_hiw {
        left: 15px;
        margin: 0;
    }

    .how_it_work .div_margin_hiw {
        padding: 0 15px 20px 130px;
        text-align: left;
        margin: 0;
    }

    .how_it_work .subtitle_block_hiw {
        font-size: 14px;
        font-weight: 400;
    }

    .how_it_work .text_block_hiw {
        font-size: 13px;
    }

    .v_payments .main_page_title {
        margin-top: 40px;
    }

    .v_payments_help {
        text-align: left;
    }

    .v_payments_help [class*=col-] {
        width: 100%;
        min-height: inherit;
        margin-bottom: 30px;
    }

    .v_payments_help h4,.v_payments_help p {
        padding-left: 115px;
    }

    .v_payments_help .v_payments_icon_10,.v_payments_help .v_payments_icon_11,.v_payments_help .v_payments_icon_9 {
        float: left;
    }

    .v_full_block {
        padding: 30px 0;
    }

    .v_full_block .title_blocks {
        margin-bottom: 35px;
        position: relative;
    }

    .v_special {
        display: none;
    }

    .v_special_text {
        display: block;
    }

    .mobile_no_br br {
        display: none;
    }
}

@media (max-width:450px) {
    .v_payments_table_cell {
        width: 50%;
    }
}

@media (max-width:400px) {
    #spaceCarousel .item {
        margin: 16% 0;
    }
}
.uah {
	font-size: 10px;
	text-transform: uppercase;
}