/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,1
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
    font-family: 'Open Sans', arial, sans-serif ;
    cursor: pointer;
}
a:hover, a:active, a:focus {
    color: inherit;
    outline: none;
}
/*end reset*/

/*global*/
html {
    height: 100%;
}
body {
    font-size: 13px;
    height: 100%;
    min-height: 100%;
}
p {
    font-family: 'Open Sans', arial, sans-serif ;
    font-weight:normal;
    color: #414042;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', arial, sans-serif ;
}
#fly {
    position: absolute;
    top: 360px;
    left: 50px;
}
#fly2 {
    position: absolute;
    right: 0;
}
.header .sub_title {padding-left: 15px;padding-right: 15px;}
.scroll_up {
    width: 34px;
    height: 34px;
    /*display: inline-block;*/
    background: #3BAF72;
    float: right;
    margin-top: 20px;
    transition: background .15s;
    transform: rotate(180deg);
    cursor: pointer;
    padding-top: 4px;
    position: fixed;
    right: 5%;
    bottom: 13%;
    z-index: 100;
    display: none;
}
.scroll_up:hover {
    background: #26965B;
}
.svgclass{
	height:570px;
}
.min25{margin-top:-25px;}
.mobileinvis{display:block;}
.scroll_up .bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin: 4px auto 0;
    transition-duration: 0.5s;
}
.scroll_up .bar.one {
    transform: rotateZ(-45deg) scaleX(0.5) translate(-11px, 10px);
}
.scroll_up .bar.two {
    transform: rotatez(-90deg) translate(0, -1px);
}
.scroll_up .bar.three {
    transform: rotateZ(45deg) scaleX(0.5) translate(-8px, 3px);
}
.left {
    float: left;
}
.right {
    float: right;
}
.text_center {
    text-align: center;
}
.clear {
    clear: both;
}
.absolute {
    position: absolute;
    z-index: 1;
}
.relative {
    position: relative;
}
.bold {
    font-weight: 700;
}
.normal {
    font-weight: normal;
}
.thin {
    font-weight: 100;
}
.light {
    font-weight: 300;
}
.wrap {
    width: 975px;
    margin: 0 auto;
    position: relative;
    padding-left: 50px;
}
.row:after, .row:before {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
.pl_25 {
    padding-left: 25px;
}
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #26965B;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
}

.nomarginrow{margin-left:0px;margin-right:0px;}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*end global*/

/*main styles*/
.page {
    height: 100%;
}
.left_col {
    width: 225px;
    height: 120%;
    min-height: 100%;
    background-color: #032A4E;
    position: fixed;
    overflow: hidden;
}
.main_col {
    margin-left: 225px;
    position: relative;
    overflow-x: hidden;
}
.logo {
    display: block;
    margin: 0 auto 25px;
    text-align: center;
    padding-top: 0px;
}
.logo img {
    margin-left: -15px;
}
nav {
    color: #ffffff;
    display: block;
}
nav > ul {
    text-align: left;
    width: 138px;
    margin-left: 48px;

}
nav li {
    display: block;

    margin: 15px 0;
}
nav li>a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif;
    font-weight:normal;
    transition: 0.15s, color;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
nav li>a:hover {
    color: #9AD5E2;
}
nav li.active>a:hover {
    text-decoration: none;
}
nav li.active {

}
nav li.active>a {
    color: #9AD5E2;
    border-top: 1px solid #9AD5E2;
    border-bottom: 1px solid #9AD5E2;
}

.header {
    background: url("../img/bg.jpg") no-repeat 50% 50%/cover;
    min-height: 700px;
    padding-top: 35px;
    padding-bottom: 50px;
    z-index: 0;
    position:relative;
}
.bg2{
    background: url("../img/Gedung.png") no-repeat 50% 50%/cover;
    min-height: 700px;
    padding-top: 0px;
    padding-bottom: 50px;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.map_container {
    position: absolute;
    right: -60px;
    top: -200px;
}
.header .row {
    position: relative;
    z-index: 1;
}
.lang_select {
    color: #ffffff;
}
.lang_select li {
    display: inline-block;
    margin-right: 10px;
}
.lang_select li.active{
    color: #9AD5E2;
    border-top: 1px solid #9AD5E2;
    border-bottom: 1px solid #9AD5E2;
}
.lang_select li.active > a{

}
.lang_select li > a{
    display: inline-block;
    text-transform: uppercase;
    font-weight:normal;
    padding: 11px 6px;
    transition: color 0.15s;
}
.lang_select li > a:hover {
    color: #9AD5E2;
}
.lang_select li.active > a:hover {
    text-decoration: none;
}
.contacts_link>a{
    text-transform: uppercase;
    color: #ffffff;
    transition: color, 0.15s;
}
.contacts_link>a:hover{
    color: #9AD5E2;
}
@media(min-width:375px){
	.header .mail, .header .contacts_link {
	    margin-right: 50px;
	}
}
.header .mail > a {
    padding-left: 45px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    transition: color, 0.15s;
}
.header .mail > a:hover {
    color: #9AD5E2;
}
.header .mail > a:before {
    content: '';
    width: 32px;
    height: 1px;
    display: inline-block;
    background: #D1D3D4;
    position: absolute;
    top: 8px;
    left: 2px;
}
.header .mail > p {
    color: #9AD5E2;
    padding-top: 10px;
}
h1 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 500px;
    margin-top: 100px;
    line-height: 1.2;
}
.header .sub_title >p{
    max-width: 525px;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 35px;
    line-height: 1.8;
}
.btn {
    display: inline-block;
    color: #ffffff;
    background-color: #3BAF72;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: background-color, 0.15s;
}

.btn:hover, .btn:active, .btn:focus {
    color: #ffffff;
}
.btn:after {
    content: '';
    height: 1px;
    width: 32px;
    position: absolute;
    background-color: #ffffff;
    top:28px;
    left: 50px;
}

.change:after {
    content: '';
    height: 1px;
    width: 25px;
    position: absolute;
    background-color: #ffffff;
    top:28px;
    left: 25px;
}

.btn-230 {
    width: 230px;
    height: 55px;
    line-height: 55px;
    text-indent:60px;
    letter-spacing: 2px;
}
.statistic {
    position: relative;
    z-index: 2;
}
.bg_left {
padding:15px 0px;
    background: url('/assets/img/bg_polygon2.jpg') no-repeat center center;
    background-size:cover;

}

.bg_right {
padding:15px 0px;
    width: 100%;
    float: right;
    background: #032A4E;
    margin-top: -33px;
    position: absolute;
    right: -53%;
    z-index: 3;
    transition: transform 2s;
    transition-delay: 0.25s;
}
@media(min-width:992px){
	.bg_left {
		min-height:508px;
	}
	.bg_left img.quotes{
		margin-top:80px;
		margin-left: 20px;
	}
	.bg_right {
		min-height:530px;
	}
}
.graph_container {
    float: left;
}
.we_help {
    max-width: 471px;
    padding-top: 65px;
}
.we_help .white_frame_container{
    /*background: url("../img/frame_white_desk.svg")no-repeat 50% 50%;*/
    width: 175px;
    height: 170px;
    position: relative;
    float: left;
}

.white_frame_svg {
    width: 175px;
    height: 170px;
    position: absolute;
}
.white_frame_container .white_frame {
    fill:none;
    stroke:#FFFFFF;
    stroke-width:2;
    stroke-miterlimit:10;
}
.white_frame_container .white_frame.animated {
    animation-delay: 1s;
    -moz-animation-delay: 2s;
    animation: dash1k 3s linear forwards;
    -webkit-animation: dash1k 3s linear forwards;
    -moz-animation: dash1k 3s linear forwards;
    stroke-dasharray:1000;
    stroke-dashoffset: 0;
}
.big_num {
    font-family: 'Roboto', arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    font-size: 100px;
    left: 30px;
    top: 35px;
}
.we_help .text_container {
    float: left;
    margin-left: -20px;
    padding-top: 47px;
}
.we_help .companies_we_help{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.we_help .business_ideas{
    color: #9AD5E2;
    padding-top: 5px;
}

/*graph css*/
.ct-chart {
    max-width: 475px;
    height: 225px;
    margin: 0 auto;
}
.ct-label.ct-horizontal.ct-end, .ct-chart-line .ct-label {
    font-family: 'Open Sans', sans-serif;
    color: #9AD5E2;
    fill: #9AD5E2;
    font-size: 10px;
}
.ct-label.ct-horizontal.ct-end {
    font-size: 12px;
}
.ct-series-a  .ct-line {
    stroke: url(#line);
    stroke-width:2px;
    stroke-dasharray: 400;
    stroke-dashoffset: 0;
    animation: 2s dash2;
    animation-timing-function: linear;
}

.contactwidth{width: 40%;}
.leftmargin{margin-left: 100px;}
.height05{line-height: 0.5;}
.minusmargin{margin-left:0px;margin-right:0px;}
.paddingtopmobile30{padding-top:0px;}
.left_col{padding:15px;    padding-top: 35px;padding-bottom: 35px;}
@keyframes dash2 {
    0% {
        stroke-dashoffset: 400
    }
    100% {
        stroke-dashoffset: 0
    }
}
.ct-series-a .ct-point {
    stroke-width: 8px;
    stroke: #9ad5e2;
}
.ct-series-a .ct-area {
    /*fill: url(#line);*/
    fill: #ffffff;
    fill-opacity: 0.05;
    stroke: #82b4bf;
    stroke-width: 1px;
}
/*end graph css*/
.clients_sum {
    margin-top: 25px;
    position: relative;
    width: 471px;
    /*max-width: 471px;*/
    min-height: 220px;
}
.left_90_deg {
    position: absolute;
    left:0;
    text-transform: uppercase;
    transform-origin: left 3px;
    transform: rotate(-90deg);
}
.clients_sum .left_90_deg{
    color: #ffffff;
    bottom:0;
    letter-spacing: 1px;
    padding-left: 10px;
}
.stat_container {
    padding-left: 30px;
    padding-top: 60px;
    float: left;
}
.stat_item {
    margin-left: 20px;
    margin-bottom: 50px;
}
.circle_container {
    width: 125px;
    height: 100px;
    float: left;
}
/*svg styles for circles*/
.circles-maxValueStroke {
    stroke-width: 1px!important;
}
.circle_container svg {
    transform: rotate(90deg);
}
.circles-wrp {
    position: relative;

}
.circles-wrp:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 20px 40px 0 rgba(3, 142, 247, 0.10);
    -webkit-box-shadow: 0 20px 40px 0 rgba(3, 142, 247, 0.10);
    -moz-box-shadow: 0 20px 40px 0 rgba(3, 142, 247, 0.10);
}
.circles-wrp:after{
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #ffffff;
    right: -15px;
    top: 49%;
}
.circles-text {
    font-family: 'Roboto', arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}
.circles-text > span{
    font-family: 'Roboto', arial, sans-serif;
    font-size: 18px;
    font-weight: 100;
    position: relative;
    top: -12px;
    padding-left: 3px;
}
/*svg styles for circles*/

.table_disp {
    display: table;
}
.table_cell_disp {
    display: table-cell;
    vertical-align: middle;
}
.stat_description p{
    color: #9AD5E2;
}
.stat_description .sub_title{
    font-size: 16px;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin: 13px 0;
    display: block;

}

.american_market {
    min-height: 1000px;
    background: url("../img/bg_polygon.jpg") no-repeat 50% 50%/cover;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.american_market .wrap{
    padding-right: 50px;
}
.american_market h2 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    padding-top: 55px;
    padding-left: 55px;
    margin-bottom: 50px;
}
.american_market h2 span{
    display: block;
    color: #414042;
}
/*.american_market h2:before {*/
    /*content: "";*/
    /*width: 190px;*/
    /*height: 180px;*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*background: url("../img/frame_gray.svg")no-repeat 50% 50%;*/
    /*left: -10px;*/
    /*top: 0;*/
/*}*/
.frame_gray_container {
    width: 190px;
    height: 180px;
    position: absolute;
    margin-left: -10px;
}
.american_market .frame_gray {
    fill:none;
    stroke:#D1D3D4;
    stroke-width:2;
    stroke-miterlimit:10;
}
.american_market .frame_gray.animated {
    animation-delay: 1s;
    -moz-animation-delay: 2s;
    animation: dash1k 3s linear forwards;
    -webkit-animation: dash1k 3s linear forwards;
    -moz-animation: dash1k 3s linear forwards;
    stroke-dasharray:1000;
    stroke-dashoffset: 0;
}
@keyframes dash1k {
    from {
        stroke-dashoffset:1000;
    }
    to {
        stroke-dashoffset:0;
    }
}
.american_market .risky_move {
    margin-left: 245px;
    width: 535px;
    position: relative;
    margin-bottom: 70px;
}

.american_market .risky_move li {
        line-height: 1.8;
    font-size: 14px;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: normal;
}

.american_market .risky_move p {
    font-size: 14px;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: normal;
}

.risky_move .sub_title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.14em;
    word-spacing: 1px;
    padding-bottom: 35px;
	font-weight: bold;
}
.risky_move p {
    line-height: 1.8;
}
.risky_move .left_text{
    float: left;
    max-width: 325px;
    margin-top: 25px;
}
.risky_move .right_text_border{
    float: right;
    max-width: 190px;
    margin-top: 25px;
    padding: 12px 0;
    border-top: 1px solid #D1D3D4;
    border-bottom: 1px solid #D1D3D4;
}
.dot_line_horizontal {
    height: 8px;
    position: absolute;
    right: 0;
}
.risky_move .dot_line_horizontal{
    top:7px;
}
.dot_line_horizontal .dot{
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #D1D3D4;
    right: 0;
}
.dot_line_horizontal .line {
    border-bottom: 1px solid #D1D3D4;
    margin: 3px -9999pt 0 0;
}
.line_right {
    -webkit-animation-name:line_right;
    animation-name:line_right;
}

@keyframes line_right {
    0%{
        margin: 3px 0 0 0;
    }
    100% {
        margin: 3px -9999pt 0 0;
    }
}

.img_bridge {
    position: absolute;
    margin-top: -25px;
    z-index: 2;
    /*transition: transform 2s;
    transition-delay: 0.25s;*/
	height:300px;
	width:100%;
}
.slider_container .right_90_deg{
    text-transform: uppercase;
    font-size: 11px;
    transform-origin: right 10px;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 60px;
    letter-spacing: 1px;
}
.slider_container {
    height: 550px;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}
.slider_container #frame{
    width: 100%;
    position: absolute;
    z-index: 0;
}
.slider_container .frame_slider {
    fill:none;
    stroke:#D1D3D4;
    stroke-width:0.8px;
    stroke-miterlimit:10;
}
.slider_container .frame_slider.animated {
    animation-delay: 1s;
    -moz-animation-delay: 2s;
    animation: dash 3s linear forwards;
    -webkit-animation: dash 3s linear forwards;
    -moz-animation: dash 3s linear forwards;
    stroke-dasharray:2000;
    stroke-dashoffset: 0;
}
@keyframes dash {
    from {
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.slider_container ul > li{
    font-family: 'Roboto', arial, sans-serif;
   
    font-size: 24px;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
	height:350px;
    /*opacity: 0;*/
}
.unslider {
    /*position: relative;*/
    /*float: right;*/
}
.unslider-nav {
   /* position: absolute;
    bottom: 40px;
    right: 75px;
    display: block;*/
	bottom: 81px;
    right: 75px;
    display: block;
    position: relative;
    float: right;
}
.unslider-nav li {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    background: #5EC187;
	margin: 0 !important;
    margin-right: 10px !important;
    cursor: pointer;
	border-radius: 0px;
	border:1px solid #5ec187;
}
.unslider-nav li.unslider-active {
    background: #D1D3D4;

}
.american_market h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
}
.american_market h3 span{
    display: block;
    color: #414042;
}
.btn-285 {
    width: 285px;
    height: 55px;

    letter-spacing: 2px;
}
.american_market .btn-285 {
    float: right;
    margin-top: 9px;
}
.our_target_left {
    max-width: 390px;
    float: left;
    line-height: 1.8;
}
.our_target_right {
    float: right;
	max-width:400px;
}
.our_target_right .dot_line_horizontal{
    position: absolute;
    /*float: left;*/
    right: -25px;
    top: 16px;
}
.our_target_right .sub_title{
    font-family: 'Roboto', arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight:bold;
    padding-bottom: 15px;
    padding-top: 12px;
    display: inline-block;
    position: relative;
}
.our_target_right .organic_part{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 2;
	font-family: 'Roboto', arial, sans-serif;
}
.we_do {
    background: url("../img/bg2.jpg") no-repeat 50% 50%/cover;
    padding-top: 85px;
    padding-bottom: 85px;
    overflow:hidden;
}
.we_do .wrap {
    padding-left: 75px;
}
.we_do h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5;
}
.we_do .content_container {
    padding-bottom: 85px;
    padding-left: 105px;
    position: relative;
}
.we_do .content_container p {
    line-height: 1.8;
    padding-top: 35px;
    max-width: 730px;
    color: #ffffff;
}
.we_do .content_container .left_90_deg {
    bottom: 0;
    color: #ffffff;
    font-family: 'Open Sans', arial, sans-serif ;
    letter-spacing: 2px;
}
.we_do .content_container .left_90_deg > span{
    font-size: 11px;
}
.we_do .you_get {
    text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    max-width: 410px;
    font-size: 16px;
    padding-top: 10px;
}
.we_do .you_get span{
    display: block;
}

.we_do .dot_line_vertical {
    position: absolute;
    right: -20px;
    top: 4px;
}
.dot_line_vertical .dot{
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ffffff;
}
.dot_line_vertical .line {
    border-bottom: 1px solid #ffffff;
    margin: 3px -200pt 0 0;
    transition: all 2s ease;
}
.line_top {
    -webkit-animation-name:line_top;
    animation-name:line_top;
    transition: all 2s ease;
}

@keyframes line_top {
    0%{
        margin: 3px 0 0 0;
    }
    100% {
        margin: 3px -200pt 0 0;
    }
}

.services {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}
.services .wrap {
    padding-left: 75px;
}
.services .tab_links_container {
    width: 250px;
    border: 2px solid #E6E7E8;
    border-top:none;
    padding-top: 93px;
    padding-bottom: 100px;
    text-align: center;
    float: left;
    position: relative;
}
.tab_links_container .left_90_deg{
    transform-origin: left 7px;
}
.tab_links_container .left_90_deg p{
    display: inline-block;
    background: #ffffff;
    padding: 0 7px;
    position: relative;
    left: 130px;
    letter-spacing: 2px;
    word-spacing: 3px;
    font-size: 11px;

}
.services .tabs_descr_container {
    float: left;
    padding-top: 100px;
    padding-left: 100px;
    max-width: 600px;
}

.tab_links_container > ul {
    width: 138px;
    display: inline-block;
    text-align: left;
}
.tab_links_container li {
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin: 15px 0;
}
.tab_links_container li>a {
    color: #1C75BC;
    display: block;
    padding: 12px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif;
    font-weight:normal;
    transition: 0.15s, color;
}
.tab_links_container li>a:hover {
    color: #15416F;
}
.tab_links_container li.ui-state-active>a:hover {
    text-decoration: none;
}
.tab_links_container li.ui-state-active {
    border-top: 1px solid #D1D3D4;
    border-bottom: 1px solid #D1D3D4;
}
.tab_links_container li.ui-state-active>a {
    color: #414042;
}
.tabs_descr_container p{
    line-height: 1.8;
    max-width: 470px;
}
.services .tab-accordion li>span, .services .tab-accordion >li ul>li, .services .tab-accordion  >li ol>li {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: normal;
    color: #414042;
    line-height: 1.8;
}
.tabs_descr_container .tab-accordion{
    margin-top: 50px;
}
.for_read_more {
    overflow: hidden;
}
.tabs_read_more {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, #ffffff 50%, transparent);
}
.tabs_read_more span {
    line-height: 100px;
    vertical-align: super;
    text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif;
    color: #1C75BC;
    transition: color, 0.15s;
    cursor: pointer;
}
.tabs_read_more span:hover {
    color: #15416F;
}
.tab-accordion > li {
    margin-bottom: 20px;
}
.tab-accordion > li > .open_link{
    padding-left: 50px;
    position: relative;
    color: #1C75BC;
    display: inline-block;
    line-height: 1.8;
    transition: color, 0.15s;
    min-width: 300px;
}
.tab-accordion > li > .open_link:visited{
    color: #1C75BC;
}
.tab-accordion > li > .open_link:hover {
    color: #15416F;
}
.tab-accordion > li > .item_content{
    display: none;
    margin-top: 15px;
    padding-left: 50px;
}
.tab-accordion > li > .item_content > ul > li {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: normal;
    color: #414042;
    line-height: 1.8;
}
.tab-accordion > li > .open_link:before{
    content: "+";
    font-size: 18px;
    text-align: center;
    line-height: 8px;
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 8px;
    /*background: url("../img/ico_plus.svg") no-repeat;*/
}
.tab-accordion > li > .open.open_link:before{
    background: none;
    width: 16px;
    height: 16px;
    content: "_";
    /*background: #1C75BC;*/
    color: #1C75BC;
    text-align: center;
    font-size: 18px;
    line-height: 13px;
    top: -4px;
    left: -3px;
}
.tab-accordion > li > .open_link:after{
    content: "";
    width: 30px;
    height: 1px;
    background: #E6E7E8;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 12px;
}
.tab-accordion > li ol>li {
    margin-bottom: 20px;
    position: relative;
}
.tab-accordion > li ul > li{
    position: relative;
}
.tab-accordion > li ol>li:last-child {
    margin-bottom: 0;
}
.tab-accordion > li ol {
    counter-reset: list;
}
.tab-accordion > li ol>li:after, .tab-accordion > li ul>li:after {

}
.tab-accordion > li ol>li:before {

}
.services .btn-285{
    margin-left: 350px;
    margin-top: 20px;
}

.about_founder {
    padding-bottom: 45px;
    background: url("../img/bg3.jpg") no-repeat 50% 50%/cover;
}

.grayback {
    padding-bottom: 45px;
    background: url("../img/bg3.jpg") no-repeat 50% 50%/cover;
}
.about_founder .wrap {
    padding-left: 75px;
}
.ceo_block {
    width: 820px;
    height: 445px;
    margin-left: 80px;
    padding-left: 60px;
    padding-top: 100px;
    position: relative;
    top: 0px;
    z-index: 2;
    transition: transform 2s;
    transition-delay: 0.25s;
    background : -moz-linear-gradient(-45deg,rgba(28, 117, 188, 1) 0%,rgba(35, 31, 32, 1) 100%);
    background : -webkit-linear-gradient(-45deg, rgba(28, 117, 188, 1) 0%, rgba(35, 31, 32, 1) 100%);
    background : -webkit-gradient(linear,12.08% -23.36% ,87.92% 123.36% ,color-stop(0,rgba(28, 117, 188, 1) ),color-stop(1,rgba(35, 31, 32, 1) ));
    background : -o-linear-gradient(-45deg, rgba(28, 117, 188, 1) 0%, rgba(35, 31, 32, 1) 100%);
    background : -ms-linear-gradient(-45deg, rgba(28, 117, 188, 1) 0%, rgba(35, 31, 32, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C75BC', endColorstr='#231F20' ,GradientType=0)";
    background : linear-gradient(135deg, rgba(28, 117, 188, 1) 0%, rgba(35, 31, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C75BC',endColorstr='#231F20' , GradientType=1);
}
.ceo_block .face {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ceo_block .quote{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    max-width: 470px;
    line-height: 2.5;
    letter-spacing: 2px;
    word-spacing: 3px;
    position: relative;
}
.ceo_block .quote span{
    position: absolute;
    opacity: 0.1;
    font-size: 87px;
    line-height: 0;
    top: 35px;
    left: -12px;
    transform: rotate(180deg);
    letter-spacing: -5px;
}
.signature {
    margin-top: 110px;
}
.signature .position {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
.signature .name {
    font-family: 'Roboto', arial, sans-serif ;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.about_founder .left_90_deg {
    font-family: 'Open Sans', arial, sans-serif;
    display: inline-block;
    left: auto;
    position: relative;
    z-index: 0;
    padding-left: 31px;
}
.about_founder .left_90_deg>.about_founder_title > span {
    font-size: 11px;
    letter-spacing: 1px;
}
.about_founder .left_90_deg .dot_line_vertical{
    position: absolute;
    right: -30px;
    top: 4px;
}
.about_founder .left_90_deg .dot{
    background: #939598;
    right: 0;
}
.about_founder .left_90_deg .line{
    border-bottom: 1px solid #939598;
    margin: 3px -300pt 0 0;
    transition: all 2s ease;
}
.line_top2 {
    -webkit-animation-name:line_top2;
    animation-name:line_top2;
    transition: all 2s ease;
}

@keyframes line_top2 {
    0%{
        margin: 3px 0 0 0;
    }
    100% {
        margin: 3px -300pt 0 0;
    }
}
ul.biography {
    padding-left: 250px;
    margin-top: 40px;
}
.biography > li{
    position: relative;
    margin-bottom: 35px;
}

.biography> li > p{
    line-height: 1.8;
    max-width: 780px;
}
.biography > li > span{
    position: absolute;
    left: -250px;
    top: 4px;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.biography > li.long > span {
    max-width: 120px;
}
.biography> li.long > span:after {
    width: 65px;
    left: 175px;
}
.biography > li > span:after{
    content: '';

    height: 1px;
    background: #BCBEC0;
    position: absolute;
    top: 8px;
    left: 42px;
}
.about_founder .read_all {
    text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif;
    color: #1C75BC;
    margin-left: 80px;
    transition: color, 0.15s;
}
.about_founder .read_all:hover {
    color: #15416F;
}
.faq {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    overflow-y: hidden;
    background: #F9F9F9;
}
.faq .wrap{
    padding-left: 75px;
}
.faq .tabs_descr_container{
    margin-left: 18%;
}
.faq .left_90_deg{
    left: auto;
    top: 25px;
}
.faq_title {
    position: relative;

}
.faq_title > span{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #414042;
}
.faq .left_90_deg .dot_line_vertical{
    position: absolute;
    left: -10px;
    top: 3px;
}
.faq .left_90_deg .dot{
    background: #939598;
    right: 0;
}
.faq .left_90_deg .line{
    border-bottom: 1px solid #939598;
    transition: all 2s ease;
    margin-left: -9999px;
    margin-right: 0;
}
.line_top3 {
    -webkit-animation-name:line_top3;
    animation-name:line_top3;
    transition: all 2s ease;
    animation-timing-function: linear;
}

@keyframes line_top3 {
    0%{
        margin-left: 0;
    }
    20% {
        margin-left: -400px;
    }
    40% {
        margin-left: -800px;
    }
    60% {
        margin-left: -2000px;
    }
    100% {
        margin-left: -9999px;
    }
}

.contacts {
    padding-top: 65px;
    
}
.contacts .wrap{
    padding-left: 75px;
}
@media screen and (max-width: 1199px) {
	.contacts {
	    margin-left: 0px;
	}
	
}
.contacts_container {
    border: 2px solid #E6E7E8;
    padding-top: 45px;
    padding-bottom: 25px;
    padding-left: 60px;
    margin-left: 2px;
    position: relative;
}
.contacts_container .left_90_deg{
    letter-spacing: 2px;
    background: #ffffff;
    padding: 0 7px;
    top: 120px;
    left: -5px;
}
.contacts_container .sub_title{
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', arial, sans-serif;
    word-spacing: 5px;
    padding-bottom: 15px;
}
.other_contacts {
    margin-left: 140px;
}
.other_contacts > a > span{
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url("../img/ico_contacts_sprite.svg") no-repeat;
    background-size: 20px 80px;
    margin-right: 12px;
    position: relative;
}
.other_contacts a {
    display: block;
    margin-bottom: 10px;
    transition: color, 0.15s;
}
.other_contacts a:hover {
    color: #2F8CCB;
}
.other_contacts .ico_letter > span {
    background-position: 0 5px;
    top: 1px;
}
.other_contacts .ico_at > span {
    background-position: 0 -15px;
    top: 4px;
}
.other_contacts .ico_in > span {
    background-position: 0 -35px;
    top: 4px;
}
.other_contacts .ico_fb > span {
    background-position: 0 -54px;
    top: 4px;
}
.form_container {
    padding: 35px 30px;
    background: linear-gradient(to right, #2A8ACB, #0A50A1);
    margin-top: 45px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.form_container .sub_title {
    text-transform: uppercase;
    word-spacing:3px;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 35px;
    text-align: left;
    line-height: 2.2;
}
.form_left, .form_right {
    width: 50%;
    float: left;
}
.form_left {
    padding-right: 12px;
}
.form_right {
    padding-left: 12px;
}
.input_container {
    margin-bottom: 17px;
    position: relative;
    text-align: left;
}
.input_container input {
    height: 43px;
    width: 100%;
    padding: 10px 14px;
    background-color: rgba(255, 255, 255, .05);
    border: 2px solid transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
    transition: 0.25s all;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #2A8ACB inset;
    /*background-color: rgba(255, 255, 255, .05) !important;*/
    background-image: none;
    color: rgba(255, 255, 255, .9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .9) !important;
}

.input_container input:focus, .input_container input:active {
    border: 2px solid rgba(255, 255, 255, .5);
    background-color: transparent;
}
.input_container input.error {
    border: 2px solid #F7941E;
}
.input_container input.error + label {
    position: absolute;
    color: #F7941E;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    left: 15px;
    bottom: -17px;
}
.text {
    width: 100%;
    height: 189px;
    padding: 14px;
    background-color: rgba(255, 255, 255, .05);
    border: 2px solid transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    resize: none;
    margin-top: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
    transition: 0.25s all;
}
.text:focus {
    border: 2px solid rgba(255, 255, 255, .5);
    background-color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
}

.form_container .btn{
    margin-top: 10px;
    margin-left: 25px;
    float: right;
}
.manager_contacts {
    float: right;
    color: #9AD5E2;
    font-size: 11px;
    word-spacing: 1px;
    padding-top: 20px;
    text-align: -webkit-left;
            margin-bottom: 20px;
}
.send_ok {
    position: relative;
    left: -1000px;
    opacity: 0;
    display: none;
}
.send_ok img{
    width: 90px;
    float: left;
}
.send_ok .container {
    float: left;
    padding-left: 30px;
    padding-top: 17px;
}
.send_ok p{
    color: #9AD5E2;
    font-size: 11px;
}
.send_ok .send_title {
    text-transform: uppercase;
    font-family: 'Roboto', arial, sans-serif ;
    color: #ffffff;
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 15px;
}
.send_ok .btn-250 {
    width: 250px;
    height: 55px;
    line-height: 55px;
    text-indent:60px;
    letter-spacing: 1px;
    font-size: 14px;
    margin-left: 0;
    margin-top: 25px;
    float: none;
}
.footer {
    padding: 40px 0;
   
}
@media screen and (max-width: 1199px) {
	.footer {
	    margin-left: 0px;
	}
	
}
.footer .wrap {
    padding-left: 75px;
}
.copyright {
    float: left;
    padding-top: 20px;
}
.evergreen {
    float: right;
}
.visible_desc {
    display: inline-block;
}
.visible_mob {
    display: none;
}
.menu_toggle {
    display: none;
    padding-top: 7px;
}
.menu_toggle .bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin: 4px auto 0;
    transition-duration: 0.5s;
}
.menu_toggle.open {
    padding-left: 1px;
}
.menu_toggle.open .bar.one {
    transform: rotateZ(-45deg) scaleX(0.5) translate(-11px, 10px);
}
.menu_toggle.open .bar.two {
    transform: rotatez(-90deg) translate(0, -1px);
}
.menu_toggle.open .bar.three {
    transform: rotateZ(45deg) scaleX(0.5) translate(-8px, 3px);
}
#loaderImage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-image: url('../img/preloader.png');
    display: none;
    z-index:10 ;
}
@media screen and (max-width: 1199px) {
    body{
        overflow-x: hidden;
    }
    .american_market, .about_founder, .we_do {
        overflow: hidden;
    }
    .map_container {
        overflow: hidden;
    }
    .clients_sum {
        overflow: hidden;
    }
    .visible_desc {
        display: none;
    }
    .visible_mob {
        display: inline-block;
    }
    .left_col {
        position: relative;
        width: 100%;
        height:auto;
        min-height: 75px;
        z-index: 5;
    }
    .main_col {
        margin-left: 0;
    }
    .wrap_mob {
        width: 975px;
        margin: 0 auto;
        position: relative;
        padding-left: 50px;
    }
    .logo {
        float: left;
        display: inline-block;
        padding-top: 0;
        margin-bottom: 0;
    }
    nav {
        padding-top: 10px;
        float: right;
        margin-right: 35px;
    }
    nav > ul {
        width: auto;
        margin-left:0;
    }
    nav li {
        float: left;
    }
    nav li > a {
        padding-right: 15px;
        padding-left: 15px;
    }
    #fly , #fly2 {
        display: none;
    }
}

@media screen and (max-width: 974px) {
    .menu_toggle {
        width: 34px;
        height: 34px;
        display: inline-block;
        background: #3BAF72;
        float: right;
        margin-top: 20px;
        transition: background .15s;
    }
    .menu_toggle:hover {
        background: #26965B;
    }
    .clear_mob {
        clear: both;
    }
    .wrap_mob {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 25px;
    }
    .wrap {
        width: 100%;
        padding: 0 25px!important;
    }
    .logo img {
        margin-left: 0;
    }
    nav {
        padding-top: 0;
        float: none;
        margin-right: 0;
        display: none;
    }
    nav > ul {
        width: 100%;
        text-align: justify;
    }
    nav li {
        float: none;
        display: inline-block;
        position: relative;
        margin: 0;
    }
    nav > ul> li:last-child a{
        padding-right: 0;
    }
    nav > ul:before{
        content: '';
        display: block;
        width: 100%;
    }

    nav > ul:after {
        content: '';
        display: inline-block;
        width: 100%;
    }
    .header .contacts_link {
        margin-right: 0;
    }
    .header {
        padding-bottom:250px;
    }
    .map_container {
        right: 0;
        bottom: -350px;
        top: auto;
    }
    .bg_right {
        position: relative;
        min-height: 330px;
        right: 0;
        margin-top: 0;
    }
    .ct-series-a .ct-line {
        animation: none;
    }
    .stat_item {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
        max-width: 200px;
    }
    .circle_container {
        float: none;
        margin: 0 auto;
        height: 125px;
    }
    .circles-wrp:after{
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        height: 15px;
        background: #ffffff;
        right: 50%;
        top: auto;
        bottom: -13px;
    }
    .stat_container {
        padding-left: 0;
        float: none;
        text-align: center;
    }
    .stat_description {
        max-width: 188px;
    }
    .stat_description p, .stat_description .sub_title{
        color: #9AD5E2;
        display: inline;
        font-size: 13px;
        font-family: 'Open Sans', arial, sans-serif;
        font-weight: normal;
        text-transform: none;
        margin: 0;
        line-height: 1.8;
    }
    .graph_container {
        float: none;
        margin: 0 auto;
        max-width: 700px;
    }
    .img_bridge {
        display: none;
    }
    .slider_container ul > li{
        /*padding-left: 40px;
        padding-right: 190px;*/
    }
    .unslider-nav {
        left: 45px;
    }
    .we_do {
        background: url("../img/bg_bridge_small.jpg") no-repeat 0 50%/cover;
    }
    .american_market {
        padding-bottom: 65px;
    }
    .american_market .max_width_tab {
        max-width: 780px;
    }
    .slider_container {
        /*width: 535px;*/
    }
    .our_target_left, .our_target_right {
        float: none;
        max-width: 100%;
        padding-left: 0;
    }
    .our_target_right {
        margin-top: 20px;
    }
    .services .tabs_descr_container {
        padding-top: 80px;
        padding-left: 80px;
    }
    .services .tab_links_container {
        padding-top: 73px;
        padding-bottom: 70px;
    }
    .tabs_descr_container .tab-accordion {
        margin-left: 9px;
    }
    .tab-accordion > li > .open_link {
        min-width: 300px;
    }
    .tab-accordion > li > .open_link:before {
        left: -9px;
        top:0;
        width: 25px;
        height: 25px;
        border: 1px solid #E6E7E8;
        background-size: 8px 8px;
        background-position: 52% 54%;
        line-height: 22px;
    }
    .tab-accordion > li > .open.open_link:before {
        width: 25px;
        height: 25px;
        left: -9px;
        top:0;
        line-height: 4px;
    }
    .services .btn-285 {
        margin-left: 330px;
    }
}
@media screen and (min-width: 700px) and (max-width: 974px) {
    .bg_left {
        /*min-height: 440px;*/
    }
    .clients_sum {
        float: right;
        width: 100%;
        max-width: 100%;
        margin-top: -50px;
    }
    .ct-chart {
        position: absolute;
        right: 0;
        width: 100%;
    }
    .clients_sum .left_90_deg {
        transform: none;
        bottom: 15px;
        padding-left: 0;
        letter-spacing: 3px;
    }
}
@media screen and (min-width: 320px) and (max-width: 699px) {
    .clients_sum {
        float: right;
        width: 120%;
    }
    .ct-chart {
        position: absolute;
        right: 0;
        width: 100%;
    }
    .clients_sum .left_90_deg {
        left: 18%;
        transform: none;
        bottom: auto;
        top: 30px;
        max-width: 120px;
        line-height: 1.5;
        padding-left: 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 499px) {
    .ct-chart {
        right: -8%;
    }
}
@media screen and (min-width: 320px) and (max-width: 388px) {
    .ct-chart {
        right: -5%;
    }
    .clients_sum .left_90_deg {
        left: 17%;
    }
}
@media screen and (max-width: 924px) {
    .about_founder .left_90_deg {
        bottom: -350px;
        left: 25px;
    }
    .ceo_block {
        margin: 0;
        width: 100%;
    }
    .ceo_wrap {
        padding: 0!important;
    }
    ul.biography {
        margin-left: 100px;
    }
    .about_founder .read_all {
        margin-left: 180px;
    }
}
@media screen and (max-width: 900px) {
    .services .tabs_descr_container {
        padding-top: 65px;
        padding-left: 65px;
        max-width: 65%;
    }
    .services .tab_links_container {
        padding-top: 58px;
        padding-bottom: 60px;
    }
    .services .btn-285 {
        margin-left: 315px;
    }
    .form_wrap {
        padding: 0!important;
    }
    .form_container .btn-285 {
        width: 210px;
        text-indent: 50px;
    }
    .form_container .btn-285:after {
        left: 35px;
    }
}
@media screen and (max-width: 830px) {
    .american_market .risky_move {
        margin-left: 0;
        float: right;
    }
	 .left_col{padding:15px;    padding-top: 35px;padding-bottom: 35px;}
	 .we_do {background: url("../img/bg2.jpg") no-repeat 50% 50%/cover;}
}
@media screen and (max-width: 800px) {
    .map_container {
        right: -100px;
    }
    
    .american_market {
        padding-top: 0;
    }
    .american_market .frame_gray_container {
        display: none;
    }
    .risky_move .dot_line_horizontal {
        right: 30px;
    }
    .dot_line_vertical .line {
        border-bottom: 1px solid #ffffff;
        margin: 3px -500pt 0 0;
        animation-duration: 4s !important;
    }
    .line_top {
        -webkit-animation-name:line_top;
        animation-name:line_top;
    }

    @keyframes line_top {
        0%{
            margin: 3px 0 0 0;
        }
        100% {
            margin: 3px -500pt 0 0;
        }
    }


    .services .tabs_descr_container {
        max-width: 62%;
    }
    .faq {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contacts {
        padding-top: 40px;
    }
    .other_contacts {
        margin-left: 110px;
    }
    .form_container {
        padding: 35px 25px;
    }
    .min25{margin-top:5px;}
    .mobileinvis{display:none;}
    .unslider-nav {bottom:95px !important;left:-30px;}
}
@media screen and (max-width: 767px) {
    .american_market .pl_25{
        padding-left: 0;
    }
}
@media screen and (max-width: 719px) {
    .header {
        padding-bottom: 0;
        overflow: hidden;
    }
    .lang_select {
        margin-top: -10px;
    }
    nav li {
        display: block;
        text-align: center;
        margin: 15px 0;
    }
    nav li>a {
        display: inline-block;
    }
    nav > ul > li:last-child a {
        padding-right: 15px;
    }
    .wrap_mob {
        padding: 0 15px;
    }
    .wrap {
        width: 100%;
        padding: 0 15px!important;
    }
    .header .mail {
        display: block;
    }
    .map_container {
        max-width: 500px;
        right: 0;
        top: -80px;
        left: 0;
        bottom: auto;
        display: block;
        margin: 0 auto;
        overflow: visible;
    }
    .header .sub_title {
        padding-top: 250px;
        margin: 0 auto;
    }
    h1 {
        margin: 0 auto;
        text-align: center;
    }
    .btn-230 {
        display: block;
        margin: 30px auto 0;
    }
    .stat_container {
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .we_help {
        padding-top: 45px;
    }
    .stat_item {
        display: block;
        margin: 0 auto 40px;
        max-width: 260px;
    }
    .stat_item:last-child {
        margin-bottom: 0;
    }
    .stat_description {
        max-width: 260px;
    }
    .american_market .btn-285 {
        display: none;
    }
    .american_market h3 {
        float: none;
    }
    .we_do {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .we_do .content_container {
        padding-left: 85px;
        padding-bottom: 65px;
    }
    .ceo_wrap {
        padding: 0!important;
    }
    .ceo_block {
        min-height: 285px;
        padding-top: 70px;
        padding-right: 0px;
    }
    .signature {
        margin-top: 40px;
    }
    ul.biography {
        margin-left: 60px;
    }
    .about_founder .read_all {
        margin-left: 140px;
    }
    .faq .tabs_descr_container{
        margin-left: 10%;
    }
    .form_wrap {
        padding: 0!important;
    }
    .form_container .sub_title {
        line-height: 2.2;
        text-align: center;
    }
    .form_left, .form_right {
        padding: 0;
        width: 100%;
    }
    .form_container .btn-285 {
        float: none;
        margin-left: 0;
        display: inline-block;
    }
    .manager_contacts {
        float: none;
        line-height: 2;
    }
    .copyright, .evergreen {
        float: none;
    }
    .copyright {
        padding-top: 0;
        line-height: 1.8;

    }
    .evergreen {
        display: inline-block;
        padding-top: 35px;
    }
    .footer {
        padding: 30px 0;
    }
}
@media screen and (max-width: 699px) {
    .left_col{padding:15px;    padding-top: 35px;padding-bottom: 35px;}
	.right { margin-right: 15px;}
	.padbot30mobile{padding-bottom:30px;}
	.header .sub_title {padding-top: 50px;padding-bottom: 50px;padding-left: 15px;padding-right: 15px;}
	.header{min-height: 600px;}
	.nomargin{padding-left:15px !important;padding-right:15px !important;}
	.we_do {background: url("../img/bg2.jpg") no-repeat 50% 50%/cover;}
	.services .tab_links_container {margin-top: 30px;  border-top: 2px solid #E6E7E8;}
	.contacts_container {margin-left:-15px;margin-right:-15px;}
	.other_contacts > a > span {width:0px;}
	.adress{text-align:center;}
	.contactwidth{width: 100%;}
	.leftmargin{margin-left: -15px;}
	.form_container .btn-285 {text-indent:0px;}
	.height05{line-height: 1.5;}
	.minusmargin{margin-left:-15px;margin-right:-15px;}
	.paddingtopmobile30{padding-top:30px;}
	.adress, .other_contacts {
        float: none;
        display: block;
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
    }
    .other_contacts {
        margin-top: 35px;
    }
    .services {
        padding-bottom: 70px;
    }
    .services .tabs_descr_container {
        max-width: 100%;
        width: 100%;
        float: none;
        padding: 40px 0 0;
    }
    .tabs_descr_container p {
        max-width: 100%;
    }
    .tabs_descr_container .tab-accordion {
        margin-top: 35px;
    }
    .services .tab_links_container {
        width: 100%;
        float: none;
        position: relative;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .triangle_down {
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 25px;
        height: 25px;
        transform: rotate(-45deg) translate(-50%, 0);
        background: #ffffff;
        border-bottom: 2px solid #E6E7E8;
        border-left: 2px solid #E6E7E8;
    }
    .tab_links_container li {
        text-align: center;
    }
    .text_center_700 {
        text-align: center;
    }
    .services .btn-285 {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 620px) {
    .american_market h2 {
        padding-left: 0;
    }
    .american_market .risky_move {
    float: none;
    }
    .slider_container {
    float: none;
    }
    .unslider {
        float: none;
    }
}
@media screen and (max-width: 599px) {
    .american_market .risky_move {
        width: 100%;
        margin-bottom: 40px;
    }
    .american_market h2 {
        padding-top: 40px;
        margin-bottom: 35px;
    }
    .risky_move .sub_title {
        width: 95%;
    }
    .slider_container {
        width: 100%;
        margin-bottom: 15px;
    }
    .slider_container ul > li {
        padding-left: 0%;
        padding-right: 0%;
    }
    .risky_move .left_text, .risky_move .right_text_border {
        float: none;
        max-width: 100%;
    }
    .risky_move .dot_line_horizontal {
        right: 10px;
    }
    .we_do {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .we_do .content_container {
        padding-left: 75px;
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 529px) {
    h1 {
        font-size: 28px;
        margin-top: 30px;
    }
    .american_market h2 span {
        display: inline;
    }
    .ceo_block {
        padding-top: 60px;
    }
}
@media screen and (max-width: 499px) {
    .map_container {
        right: 0;
        left: 0;
        top: -15px;
    }
    .map_container img{
        max-width: 100%;
    }
    #fly {
        top: 250px;
        max-width: 100%;
        left:0;
    }
    .we_do {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .we_do .content_container {
        padding-left: 50px;
        padding-bottom: 30px;
    }
    .ceo_wrap {
        text-align: center;
    }
    .ceo_block {
        min-height: 400px;
        text-align: left;
        background : -moz-linear-gradient(-45deg,rgba(28, 117, 188, 1) 0%,rgba(35, 31, 32, 1) 100%);
        background : -webkit-linear-gradient(-45deg, rgba(28, 117, 188, 1) 0%, rgba(35, 31, 32, 1) 100%);
        background : -webkit-gradient(linear,12.08% -23.36% ,87.92% 123.36% ,color-stop(0,rgba(28, 117, 188, 1) ),color-stop(1,rgba(35, 31, 32, 1) ));
        background : -o-linear-gradient(-45deg, rgba(28, 117, 188, 1) 0%, rgba(35, 31, 32, 1) 100%);
        background : -ms-linear-gradient(-45deg, rgba(28, 117, 188, 1) 0%, rgba(35, 31, 32, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C75BC', endColorstr='#231F20' ,GradientType=0)";
        background : linear-gradient(135deg, rgba(28, 117, 188, 1) 0%, rgba(35, 31, 32, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C75BC',endColorstr='#231F20' , GradientType=1);

    }
    .about_founder .left_90_deg {
        bottom: 0;
        transform: none;
        padding-left: 0;
        left: 0;
    }
    .text_center_500 {
        text-align: center;
    }
    ul.biography {
        margin-left: 0;
        margin-top: 20px;
        padding-left: 0;
    }
    .biography > li {
        text-align: center;
        margin-bottom: 25px;
    }
    .biography > li > span {
        position: static;
    }
    .biography > li > p {
        text-align: left;
    }
    .biography > li > span:after{
        content: '';
        width: 1px;
        height: 20px;
        position: static;
        display: block;
        margin: 2px auto 2px;
    }
    .biography > li.long > span:after {
        width: 1px;
        left: 20px;
    }
    .about_founder .read_all {
        margin-left: 0;
    }
    .faq {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .faq .tabs_descr_container{
        margin-left: 5px;
        text-align: left;
    }
    .faq .left_90_deg {
        transform: none;
        position: relative;
        display: inline-block;
        top: 15px;
    }
    .tab-accordion > li > .open_link {
        min-width: 200px;
    }
    .contacts {
        padding-top: 35px;
    }
    .contacts_container {
        padding-left: 0;
        padding-top: 15px;
    }
    .contacts_container .left_90_deg {
        position: relative;
        display: inline-block;
        transform: none;
        top: -29px;
        left: 0;
    }
    .contacts_container p {
        line-height: 1.8;
    }
    .send_ok {
        text-align: center;
    }
    .send_ok img{
        float: none;
    }
    .send_ok .container {
        float: none;
        padding-left: 0;
    }
    .svgclass{height:570px;}
    .min25{margin-top:5px;}
    .mobileinvis{display:none;}
    .unslider-nav {bottom:81px !important;left:0px;}
    .form_container .btn-285 {width: 302px !important;}
    .colnopaddingmob{padding-left:0px;padding-right:0px;}
}
@media screen and (max-width: 449px) {
    .map_container {
        top: 25px;
    }
}
@media screen and (max-width: 429px) {
    h1 {
        font-size: 22px;
        max-width: 310px;
    }
    .map_container {
         top: 50px;
    }
    #fly {
        top: 200px;
        max-width: 100%;
        left: -15px;
    }
    .american_market h3 span {
        display: inline;
        font-size: 22px;
        margin-bottom: 25px;
    }
    .we_help .white_frame_container {
        background: url("../img/frame_white_mob.svg")no-repeat 50% 50%;margin-left: 15px;    float: none;
    }
    .we_help .white_frame_svg {
        display: block;
    }
    .we_help .text_container {
        margin-left: 0px;
        padding-top: 49px;    float: none;
    }
    .graph_container {text-align: -webkit-center;}

}
@media screen and (max-width: 399px) {
    .map_container {
        max-width: 100%;
        top: 60px;
        left: -20px;
     }
    .map_container img{
        max-width: 400px;
    }
    .american_market h2 {
        font-size: 22px;
    }
    .slider_container ul > li {
        padding-right: 0px;
    }
    .we_do {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .we_do .content_container {
        padding-left: 0;
        padding-bottom: 45px;
    }
    .we_do .content_container .left_90_deg {
        transform: none;
    }
    .we_do .you_get {
        padding-top: 15px;
    }
    .we_do .you_get span {
        display: inline;
    }
    .ceo_block {
        padding: 45px 0px 0;
        min-height: 400px;
        background: linear-gradient(to right, #133c69, #231F20);
    }
    .adress, .other_contacts {
            max-width: 100%;
			text-align: center;
    }
    .copyright {
        max-width: 270px;
        margin: 0 auto;
    }
	.left_col{padding:15px;    padding-top: 35px;padding-bottom: 35px;}
	.right { margin-right: 15px;}
	.padbot30mobile{padding-bottom:30px;}
	.header .sub_title {padding-top: 50px;padding-bottom: 50px;padding-left: 15px;padding-right: 15px;}
	.header{min-height: 600px;}
	.nomargin{padding-left:15px !important;padding-right:15px !important;}
	.we_do {background: url("../img/bg2.jpg") no-repeat 50% 50%/cover;}
	.services .tab_links_container {margin-top: 30px;  border-top: 2px solid #E6E7E8;}
	.contacts_container {margin-left:-15px;margin-right:-15px;}
	.other_contacts > a > span {width:0px;}
	.adress{text-align:center;}
	.contactwidth{width: 100%;}
	.leftmargin{margin-left: -15px;}
	.form_container .btn-285 {text-indent:0px;}
	.height05{line-height: 1.5;}
	.minusmargin{margin-left:-15px;margin-right:-15px;}
	.paddingtopmobile30{padding-top:30px;}
	
}
@media screen and (max-width: 349px) {
    .map_container {
        left: -80px;
    }
    h1 {
        margin-left: -5px;
        margin-right: -5px;
    }

}
.nopadding{
    margin: 0 !important;
    padding: 0 !important;
}
