*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a:hover {
    color: #c33b2d;
}
body{
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #1d1d1d;
    font-weight: 400;
}
.container-fluid{
	max-width: 1815px;
}
.container-fluid-2
{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container{
  max-width: 1500px;
}
.bg{

}
.bg-1{
    background: url("../images/bg.jpg") no-repeat;
    background-size: cover;
}
.app-bg
{
    min-height: 100vh;
    background: url('../images/app-main-img.png') no-repeat;
    background-size: cover;
}
.rel{
    position: relative;
    width: 100%;
}
.wr-nav-toggle{
    position: absolute;
    top: -10px;
    right: 10px;
}
.nav-toggle {
    padding: 0;
    background: transparent;
    border: 1px solid transparent;
    margin: 0;
    z-index: 100;
}
.nav-toggle:focus {
    outline-width: 0;
}
.text-i{
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.nav-toggle [class*='bar-'] {
    background: #ffffff;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 3px;
    height: 3px;
    width: 35px;
    margin-bottom: 6px;
}
.nav-toggle .bar-bot {
    margin-bottom: 0;
}
.opened .bar-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 15% 15%;
    transform-origin: 15% 15%;
}
.opened .bar-mid {
    opacity: 0;
}
.opened .bar-bot {
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 15% 95%;
    transform-origin: 15% 95%;
}

.tel{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0 10px;
}
.tel a{
    color: #fff;
}
.wr-obr a{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0 10px;
    display: block;
    text-decoration: underline;
}
.top-menu{
    padding: 25px;
}
.wr-slogan,
.wr-app-slogan{
    line-height: 90px;
    text-align: center;
    background: url(../images/logo-a.png) center no-repeat;
    margin: 6% auto 10%;
    height: 455px;
    width: 100%;
}
.social_icons_block_qseo a{
    color: white;
}
.social_icons_block_qseo{
    font-size: 26px;
    display: flex;
    justify-content: space-around;
}
.wr-app-slogan
{
    margin: 0 auto;
    height: calc(100vh - 100px);
}
.wr-app-slogan
{
    background: none;
}
.slogan{
    padding-top: 190px;
    font-size: 100px;
    color: #fff;
}
.app-slogan
{
    color: #fff;
    font-size: 80px;
    max-width: 1400px;
}
.blu
{
    color: #3878c7;
}
.sm-slogan{
    font-size: 28px;
    color: #fff;
}
.app-sm-slogan
{
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-top: 50px;
}
.wr-btn-count{
    background: #3878c7;
    width: 100%;
    max-width: 360px;
    padding: 20px;
}
.wr-btn-count a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.wr-slider{
    width: 100%;
    max-width: 880px;
    height: 70px;
}
.slider-top.owl-carousel{
    overflow: hidden;
    padding: 0 20px;
}
.slider-top.owl-carousel .owl-item img{
    max-width: 194px;
    margin: 0 auto;
}
.title{
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1d1d1d;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 55px 0;
}
.title h2
{
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1d1d1d;
    font-weight: 600;
    text-align: center;
}
.form-wr .title{
    margin: 0 0 5px 0;
}
.form-wr .title:after,
.kh-sec-4 .title:after{
    content: '';
    display: none;
}
.title span{
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.title:after{
    content: '';
    background: url(../images/title.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.img-block{
    width: 100%;
    max-width: 585px;
}
.img-block2{
    max-width: 625px;
}
.img-block3{
    max-width: 599px;
}
.desc-block-text{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.desc-block-text2{
    max-width: 1185px;
}
.bg-color-1{
    background: #e8f0f9;
}
.p-90{
    padding: 55px;
}
.podxod{
    padding: 50px 0px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.app-body img
{
    max-width: 100%;
}
.app-body .podxod
{
    padding: 100px 0;
}
.podxod:hover{
    cursor: pointer;
    z-index: 20;
}
.podxod:hover:before{
    content: '';
    background-color: #e8f0f9;
    box-shadow: 0 0 35px 10px rgba(0,0,0,0.2);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
}
.app-body .podxod:hover:before
{
    display: none;
}
.podxod-hide{
    display: none;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 0 20px;
    z-index: 10;
}
.podxod:hover .podxod-hide{
    display: block;
}
.podxod:hover .name-podxod{
    color: #3878c7;
}
.name-podxod{
    font-size: 18px;
    color: #0c1963;
    margin: 5px 0;
    font-weight: 600;
}
.app-body .name-podxod
{
    margin: 25px 0;
}
.desc-podxod{
    font-size: 15px;
    line-height: 23px;
    padding: 0 60px;
}
.price-podxod{
    margin: 10px;
}
.price-podxod span{
    font-size: 22px;
    color: #3878c7;
    font-weight: 600;
}
.podxod-btn{
    display: inline-block;
    border: none;
    background: #3878c7;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0px;
    width: 100%;
    max-width: 285px;
    transition: .4s;
    cursor: pointer;
}
.podxod-btn.go:hover
{
    color: #0c1963;
    background: #FFFFFF;
}

a.podxod-btn:hover{
    color: #FFF;
}
.title.color-fff{
    color: #fff;
}
.color-fff{
    color: #fff;
}
.bg{
    position: relative;
}
.bg:after{
    content: "";
    background: #fff;
    width: 100%;
    max-width: 643px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.top.bg:after {
    content: "";
    left: 0;
    max-width: 657px;
}
.bg-2{
    background: url("../images/bg2.jpg") no-repeat;
    background-size: cover;
    min-height: 890px;
}
.bg-2.bg-3{
    background: url("../images/bg3.jpg") no-repeat;
    min-height: 850px;
}
.tabs-block .nav-pills .nav-link {
    border-radius: 0rem;
    text-align: right;
    background: transparent;
    display: block;
    padding: 5px 130px 5px 0;
    margin: 0 0 20px;
    color: #fff;
    position: relative;
}
.tabs-block .nav-pills .nav-link:hover:after,
.tabs-block .nav-pills .nav-link.active:after{
    content: '';
    position: absolute;
    top: 13px;
    right: 60px;
    background: url("../images/ar.png") no-repeat;
    width: 47px;
    height: 16px;
}
.tabs-block .nav-pills .nav-link span{
    display: none;
    position: absolute;
    top: 80px;
    left: 0%;
    font-size: 300px;
    color: rgba(56, 120, 199, 0.25);
}
.tabs-block .nav-pills .nav-link:nth-child(2) span{
    top: 20px;
}
.tabs-block .nav-pills .nav-link:nth-child(3) span{
    top: -40px;
}
.tabs-block .nav-pills .nav-link:nth-child(4) span{
    top: -110px;
}
.tabs-block .nav-pills .nav-link:nth-child(5) span{
    top: -160px;
}
.tabs-block .nav-pills .nav-link.active span{
    display: block;
}
.tabs-block .nav-pills .nav-link.active,
.tabs-block .nav-pills .show > .nav-link,
.tabs-block .nav-pills .nav-link:hover{
    color: #3878c7;
}
#v-pills-tabContent {
    padding: 0;
}
.text-desc {
    padding: 0 30px 0 0;
}
.zg-title-tab{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
p.strong{
    font-weight: 600;
    font-size: 18px;
}
.plus-ul{
    list-style: none;
}
.plus-ul li{
    padding: 0 0 0 20px;
    position: relative;
}
.plus-ul li:after{
    content: '+';
    position: absolute;
    left: 0;
    top:0;
}
.item-cal{
    width: 50%;
    margin: 30px 0 30px;
}
.item-cal-text{
    line-height: 22px;
    padding: 20px 40px;
}
.form-wr{
    background: #3878c7;
    color: #fff;
    padding: 100px 80px 50px;
    margin: 0 auto 0 5px;
}
.my-input-form.form-control {
    display: block;
    width: 100%;
    padding: 1rem 0rem;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: none;
    background-clip: padding-box;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.my-input-form.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}
.my-input-form.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}
.my-input-form.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}
.my-input-form.form-control:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.my-btn-form {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 50px;
    margin: 50px 0 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.my-btn-form:hover{
    color: #0c1963;
    background: #FFF;
    cursor: pointer;
}
.my-btn-form2:hover{
    color: #0c1963;
    background: #FFF;
    cursor: pointer;
}
.block-q p{
    margin-bottom: 0;
    line-height: 24px;
}
.block-q-name{
    color: #0c1963;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}
.block-q{
    border-top: 1px solid #d0d6dc;
    padding: 35px 105px;
    width: 50%;
    position: relative;
}
.block-q:nth-child(1):after{
    content: "Q";
    color: rgba(56, 120, 199, 0.3);
    font-size: 140px;
    font-weight: 600;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 15px;
    right: auto;
    margin: auto 0;
}
.block-q:nth-child(2):after{
    content: "S";
    color: rgba(56, 120, 199, 0.3);
    font-size: 140px;
    font-weight: 600;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 15px;
    right: auto;
    margin: auto 0;
}
.block-q:nth-child(3):after{
    content: "E";
    color: rgba(56, 120, 199, 0.3);
    font-size: 140px;
    font-weight: 600;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: auto;
    right: 15px;
    margin: auto 0;
}
.block-q:nth-child(4):after{
    content: "O";
    color: rgba(56, 120, 199, 0.3);
    font-size: 140px;
    font-weight: 600;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: auto;
    right: 15px;
    margin: auto 0;
}
.block-q:nth-child(2n+1){
    border-right: 1px solid #d0d6dc;
}
.br-q{
    position: relative;
    padding: 60px 0 20px;
}
.br-q:after{
    content: '„';
    font-size: 100px;
    color: #3878c7;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    text-align: center;
}
.br-q:before{
    content: '„';
    font-size: 100px;
    color: #3878c7;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}
.name-br-q{
    text-align: center;
    color: #3878c7;
    margin-top: 30px;
}
.port-text .bold{
    font-weight: 600;
    margin-bottom: 10px;
}
.port-text p{
    line-height: 22px;
    margin-bottom: 0;
}
.wr-slider-port{
    padding: 20px 60px;
    position: relative;
}
.portfolio-block {
    overflow: hidden;
}
.all-wr-slider-port {
    width: 66.2%;
}
.wr-img-slider-port{
    width: 33.8%;
}
.item-logo-company{
    width: 25%;
    padding: 25px;
}
.item-logo-company img{
    text-align: center;
    opacity: 0.5;
    transition: 0.2s;
}
.item-logo-company:hover{
    cursor: pointer;
}
.item-logo-company:hover img{
    opacity: 1;
}
.color-theme{
    color: #3878c7;
}
.color-theme-2{
    color: #0c1963;
}
.item-cal-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.proc-text{
    font-size: 50px;
    font-weight: 700;
    color: rgba(56, 120, 199, 0.3);
}
.proc-text span{
    font-size: 30px;
}
.item-cal-p p{
    margin-bottom: 0;
    padding: 0 20px;
}
.form-bl{
    max-width: 620px;
    margin: 0 auto;
}
.form-bl .form-wr {
    background: transparent;
    color: #fff;
    padding: 10px 75px 10px;
    margin: 0 auto;
}
.section-15 .form-wr{
    margin: 0 auto;
    padding: 60px 90px 50px;
}
.my-btn-form2 {
    border: none;
    background: #3878c7;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 50px;
    margin: 50px 0 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.item-cal-wr{
    width: 100%;
}
.item-cal2{
    position: relative;
    width: 25%;
    margin: 30px 0 30px;
}
.item-cal2 .item-cal-name{
    margin: 10px 0 8px 0;
}
.item-cal2 .numb{
    position: absolute;
    top: 0;
    left: 60px;
    font-size: 50px;
    font-weight: 700;
    color: #bed0eb;
}
.py-90 {
    padding: 90px 0;
}
.wr-item-faq{
    padding: 0px;
    border: 1px solid #e1e1e1;
    position: relative;
}
.vop-icon{
    font-size: 70px;
    font-weight: 700;
    color: #bed0eb;
    margin-bottom: 10px;
    line-height: initial;
}
.wr-item-faq .otv-faq{
    padding: 0 30px 20px;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.web-dev-text{
    max-width: 1200px;
    margin: 10px auto 20px;
}
.web-dev-text p{
    margin-bottom: 0;
}
.web-dev-item{
    margin-top: 80px;
    width: 33%;
}
.web-dev-item-a{
    margin: 20px 0;
}
.web-dev-item-a a{
    color: #0c1963;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.item-blog{
    width: 50%;
}
.item-blog a{
    font-size: 18px;
    font-weight: 700;
    color: #0c1963;
    text-decoration: none;
}
.item-blog:hover a{
    text-decoration: underline;
}
.item-blog a span{
    height: 80px;
    display: block;
    margin-bottom: 30px;
}
.form-check a{
    text-decoration: underline;
    color: #fff;
}
.icheckbox_minimal-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 27px;
    height: 27px;
    background: url("../images/aero.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-aero {
    background-position: 0 0;
}
.icheckbox_minimal-aero.hover {
    background-position: -29px 0;
}
.icheckbox_minimal-aero.checked {
    background-position: -56px 0;
}
.icheckbox_minimal-aero.disabled {
    background-position: -60px 0;
    cursor: default;
}
.icheckbox_minimal-aero.checked.disabled {
    background-position: -80px 0;
}
.con-tel-foo {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
    padding: 3px;
}
.con-footer .wr-obr{
    text-align: center;
}
.tel-foo{
    width: 50%;
    margin-bottom: 8px;
    color: #fff;
}
.tel-foo2{
    width: 100%;
    margin-bottom: 8px;
    color: #fff;
}
.tel-foo a, .tel-foo2 a{
    color: #fff;
}
.footer-left{
    background: url("../images/bg-foot.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 125px 40px;
    width: 66%;
}
.footer-right{
    padding: 40px;
    width: 34%;
}
.con-footer2,
.con-footer{
    width: 50%;
}
.item-sert{
    width: 50%;
}
.item-sert:first-child{
    width: 100%;
}
.item-sert:first-child img{
    margin: 30px auto;
}
.item-sert img{
    display: block;
    margin: 0 auto;
}
.slider-top .owl-next {
    position: absolute;
    top: 13px;
    right: 15px;
}
.slider-top .owl-prev {
    position: absolute;
    top: 13px;
    left: 10px;
}
.slider-top .owl-prev:hover,
.slider-top .owl-next:hover{
    opacity: 0.3;
}
.con-slider {
    display: none;
    padding: 0 65px;
}
.active.con-slider {
    display: block;
}
.am-prev2, .am-next2{
    border: none;
    background: transparent;
    position: absolute;
    top: 40%;
    left: 70px;
}
.am-next2{
    left: auto;
    right: 70px;
}
.am-prev2:hover, .am-next2:hover{
    opacity: 0.3;
}
.img-slider-port {
    background: url(../images/portfolio-bg.jpg) -24px 0px no-repeat;
    width: 100%;
    height: 600px;
    position: relative;
}
.slider-gl {
    position: absolute;
    top: 50px;
    z-index: 10;
    left: 70px;
    overflow: hidden;
    width: 100%;
    max-width: 485px;
    height: 275px;
}
.sweet-alert button {
    color: white;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 32px;
    margin: 0px 5px 0 5px;
    cursor: pointer;
}
@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

input.my-input-form:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.sweet-alert h2{
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}
.port-wr{
	color: #FFF;
	padding: 50px 0 50px 0;
}
.title-keis{
	font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin: 10px 0;
}
.keis-content{
	padding: 50px 0;
}
.keis-content .container{
	max-width:1160px;
}
.keis-content-bg {
	background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
}
.spisok-keis{
	list-style: none;
}
.spisok-keis li{
    position: relative;
    text-align: justify;
}
.spisok-keis li:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0px 10px 0px 0px;
    color: #3878c7;
}
.wr-itog-keis, .img-itog-keis{
	position:relative;
}
.strela3{
	position: absolute;
	bottom: 0;
	left: 0;
}
.text-itog-keis {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 45%;
    padding: 40px 0 0 0;
}
.port-a-all{
	border:1px solid #3878c7;
}
.port-a-all span{
	padding: 10px 0;
    background: #3878c7;
    color: #fff;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .15rem 0rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item a span{
	color: #3878C7;
}
.breadcrumb-item:last-child span{
	color: #FFF;
}
.breadcrumb-item span{
	font-size:13px;
}
.neighbors{
 padding: 50px 0 0 0;
 width: 100%;
}
.nav-a-por{
    padding: 15px;
    color: #3878C7;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #3878c7;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
}
.modal-content .form-wr{
    background: #3878c7;
    color: #fff;
    padding: 0px;
    margin: 0 auto;
}
.modal-content .form-wr .title {
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}
.modal-content .form-wr .my-btn-form {
    margin: 25px 0 0;
}
.modal-content button.close {
    position: absolute;
    top: 0;
    background: #fff;
    right: 0;
    border: none;
    padding: 10px 15px;
    -webkit-appearance: none;
    text-align: center;
    z-index: 10;
}
.modal-content .close {
    float: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.modal-content .close:hover{
    color: #3878C7;
}
.section-14 .podxod-hide {
    bottom: -25px;
}
.section-14 .podxod:hover:before {
    content: '';
    height: 110%;
}
.vh-100{
    height: 100vh;
}
.overlay-menu {
  z-index: 10;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.overlay-menu.open {
  opacity: 0.99;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.locked {
  overflow: hidden;
}
.wr-menu-fullscren {
    width: 100%;
    max-width: 1500px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.logo-menu {
    margin: 25px 0 100px;
}
.wrap-content-menu.clearfix {
    border-bottom: 1px solid #3878c7;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.cd-primary-nav, .menu-tel-number-mini ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cd-primary-nav li {

}
.cd-primary-nav li a{
    color: #fff;
    font-size: 24px;
    line-height: 52px;
    text-transform: uppercase;
}
.title-30 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.color-blue {
    color: #3878c7;
}
.color-white{
    color: #fff;
}
.menu-tel-number-mini ul li{
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-size: 30px;
    padding: 0 20px;
    line-height: 28px;
    color: #fff;
    border-right: 3px solid #fff;
}
.menu-tel-number-mini ul li:last-child {
    border-right: none;
}
.h2, h2 {
    font-size: 1.4rem;
}
.app-podxod > div
{
    background: #e8f0f9;
    border-right: 1px solid #fff;
}
.app-exampl
{
    margin-top: 135px;
}
.slider-app-name
{
    font-size: 18px;
    line-height: 20px;
    color: #0c1963;
    font-weight: bold;
    min-height: 50px;
}
.aps-img
{

    height: 60px;
    border: 1px solid #cfd7df;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: .4s;
}
.aps-img-text-text
{
    position: absolute;
    top: 200px;
    left: 0px;
    color: #fff;
    display: none;
    z-index: 2;
}
.aps-img.sec-img
{
    top: 95px;
}
.aps-img img
{
    width: 35px !important;
    height: auto;
    position: relative;
    z-index: 2;
    transition: .4s;
}
.app-img-text
{
    color: #fff;
    display: none;
    z-index: 2;
}
.lil-app-img-text
{
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.big-app-img-text
{
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.app-filter
{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(41,49,111,.9);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .4s;
}
.slider-app .owl-item
{
}
.app-slide
{
    transition: .4s;
}
.app-slide:hover
{
    -webkit-box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.5);

}
.app-slide:hover .aps-img
{
    width: auto;
    border: 1px solid transparent;
    background: #3878c7;
    z-index: 10;
}
.app-slide:hover .aps-img img
{
    margin-right: 15px;
}
.app-slide:hover .app-img-text
{
    display: block;
}
.app-slide:hover .aps-img-text-text
{
    left: 40px;
    display: block;
    width: 85%;
}
.aps-img-text-text ul{
    list-style: inside;
}
.app-slide:hover .app-filter
{
    opacity: 1;  
}
.noa
{
    cursor: pointer;
}
.noa2,
.noa2:active,
.noa2:focus,
.noa2:visited
{
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.slider-app .owl-prev
{
    position: absolute;
    top: 50%;
    left: -30px;
    outline: none;
}
.slider-app .owl-next
{
    position: absolute;
    top: 50%;
    right: -30px;
    outline: none;
}
.blue-form
{
    background: #3878c7;
    padding:100px 15px;
}
.podslider-wrap .title
{
    margin-top: 90px;
}
.podslider-text
{
    padding: 0 60px;
}
.podslider-lil-title
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.podslider-title
{
    font-size: 35px;
    line-height: 40px;
    margin: 10px auto;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.blue-form .my-input-form.form-control
{
    width: calc(100% - 30px);
    max-width: 450px;
    margin: auto;
}
.clip-wrap input[type=file]
{
    outline:0;
    opacity:0;
    pointer-events:none;
    user-select:none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.clip-wrap
{
    width: calc(100% - 30px);
    max-width: 450px;
    border-bottom:1px dashed #fff;
    margin: auto; 
}
.clip-wrap .lab
{
    margin: 0;
    position: relative;
    padding-bottom: 10px;

}
.clip-wrap .lab img,
.clip-wrap .lab span
{
    display:inline-block;
}
.clip-title
{
    color:#fff;
}
.mal
{
    margin-left: 15%;
}
.why-app-podzag
{
    font-size: 18px;
    line-height: 22px;
    color: #0c1963;
    text-align: center;
    font-weight: bold;
    max-width: 315px;
    margin:20px auto;
}
.why-app-text
{
    line-height: 22px;
}
.why-app-block img
{
    max-width: 100%;
}
.app-body .bg:after
{
    max-width: 634px;
}
.who-app-block .container-fluid
{
    background: #e8f0f9;
    padding: 95px 15px;
}
.trust-app-block .container-fluid
{
    background: #e8f0f9;
}
.who-app-block .col-lg-2
{
    margin-top: 50px;
}
.app-perc
{
    font-size: 50px;
    color: #c3d6ee;
    font-weight: bold;
    margin-right: 50px;
}
.econom-text-wrap
{
    padding: 90px 150px;
}
.app-body .title
{
    line-height: 44px;
}
.sec-form-wrap .clip-wrap
{
    width: 100%;
    max-width: 100%;
}
.sec-form-wrap .my-btn-form
{
    width: 280px;
    background: #3878c7;
    padding: 5px;
    border: 1px solid transparent;
}
.sec-form-wrap .my-btn-form:hover
{
    color:#000;
    background: #fff;
}
.trust-title
{
    margin-top: 100px;
}
.trust-app-block .col-lg-4
{
    padding-bottom: 30px;
}
.wanna-buts
{
    margin: auto;
    max-width: 860px;
}
.footer-wanna-wrap
{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}
.footer-wanna
{
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3878c7;
    color: #fff;
    cursor: pointer;
    transition: .4s;
}
.footer-wanna:hover
{
    background: #fff;
    color: #3878c7;
}
.modal-body
{
    padding-top: 50px;
}
.kh-bg,
.kh-bg2
{
    background: url(../images/kh-main.jpg);
    background-size: cover;
    background-position: center;
}

.kh-bg.top.bg:after
{
    display: none;
}
.kh-bg h1
{
    color: #fff;
    font-size: 40px;
}
.kh-all-wrap
{
    width: 80%;
    margin: auto;
    padding: 15vh 0 40px;
    height: calc(100vh - 80px);
    max-height: 990px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prodvig
{
    text-align: center;
}
.prodvig img
{
    width: 100%;
    margin: auto;
}
.kh-main-text
{
    font-size: 18px;
    color: #fff;
}
.kh-form.form-wr
{
    background: url(../images/kh-form-bg.png);
    background-size: cover;
}
.my-container-fluid
{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.kh-sec-3 .title:after
{
    display: none;
}
.kh-fst-numb
{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    margin-right: 30px;
    color: #3878c7;
}
.kh-fst-text
{
    font-size: 18px;
    font-weight: 600;
    max-width: 325px;
    display: inline-block;
}
.fst-car-item
{
    padding:60px 40px;
    border: 1px solid #fff;
    border-bottom: none;
}
.kh-fst-img
{
    margin-top: 30px;
}
.kh-sec-3 .title
{
    margin: 0;
    padding:60px 30px 30px;
}
.kh-fst-car .owl-nav
{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width:calc(100% + 60px);
    left: -30px;
    top: 50%;
}
.kh-sec-4
{
    background: url(../images/kh-third-back.png);
    background-size: cover;
    padding: 90px 15px 180px;
    position: relative;
    background-position: center;
}
.kh-sec-4:after
{
    content:' ';
    display: block;
    width: 30%;
    height: 90px;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #fff;
}
.kh-sec-4 .podxod-btn
{
    width: 285px;
}
.sec-4-text
{
    color: #fff;
    margin-bottom: 15px;
}
.kh-sec-4-images
{
    text-align: center;
    color: #fff;
    font-size: 36px;
}
.kh-sec-4-images img
{
    margin: 0 15px;
} 
.kh-sec-5
{
    padding-top: 120px;
}
.kh-icons-num
{
    font-size: 18px;
    font-weight: bold;
    color: #0c1963;
}
.kh-icons-text
{
    font-size: 16px;
}
.sec-5-icons > .col-12
{
    margin: 30px 0;
}

.sec-5-icons img
{
    max-width: 100%;
}
.kh-sec-6
{
    padding-top: 80px;
}
.kh-logo-slide
{
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.kh-logo-item
{
    width: calc(20% - 60px);
    padding: 15px;
    margin: 15px 30px;
    height: 70px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.kh-logo-item img
{
    height: 100%;
    width: auto !important;
}
.kh-logo-car .owl-nav
{
    position: absolute;
    top: calc(50% - 15px);
    left: -10px;
    width: calc(100% + 20px);
}
.kh-logo-car .owl-next
{
    float: right;
}
.wanna-arrow
{
    margin:0 15px;
    font-size: 24px;
    color: #3878c7;
}
.wanna-text
{
    max-width: 210px;
    font-size: 16px;
    line-height: 24px;
}
.desc-none
{
    display: none !important;
}
.wanna > div
{
    margin-top: 50px;
}
.kh-sec-7
{
    padding-top: 90px;
}
.kh-case-car .owl-nav
{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width:calc(100% + 60px);
    left: -30px;
    top: 50%;
}
.kh-case-text
{
    color: #fff;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 85%;
}
.kh-case-fst-text
{
    font-size: 16px;
    line-height: 20px;
}
.kh-case-scnd-text
{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.kh-case-thrd-text
{
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
}
.kh-sec-8
{
    padding-top: 95px;
}
.zitata
{
    height: 350px;
    padding:0 15px 0 80px ;
    background: #e8f0f9;
    position: relative;
}
.zitata-text
{
    max-width: 400px;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    position: relative;

}
.zitata-text span
{
    position: relative;
    z-index: 2;
}
.quote
{
    top: -35px;
    left: -60px;
    position: absolute;
    z-index: 1;
}
.star-list
{
    color: #3979c7;
    list-style: none;
}
.star-list li
{
    font-size: 14px;
    margin-left: 2px;
}
.com
{
    padding: 50px;
    border:1px solid #e8f0f9;
    height: 350px;
}
.com-car .owl-nav
{
    position: absolute;
    top:calc(50% - 15px);
    width: calc(100% - 30px);
    left: 15px;
    display:flex;
    justify-content: space-between;
}
.lupa-text
{
    max-width: 900px;
}
.kh-sec-9 .title
{
    padding-top: 90px;
}
.lupa
{
    width: calc(100% + 15px);
    height: auto;
}
.lupa-text-wrap
{
    padding:0 140px;
}
.kh-sec-10
{
    background: url(../images/kh-third-back.png);
    background-size: cover;
    padding: 90px 15px;
    position: relative;
}
.kh-sec-10:after
{
    content: ' ';
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90px;
    width: 25%;
}
.kh-sec-10 .title
{
    color: #fff;
}
.sec-10-text
{
    color: #fff;
    max-width: 900px;
}
.kh-10-icon
{
    margin-top: 15px;
}
.kh-10-icon-text
{
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.plus
{
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    margin: 0 50px;
    font-weight: 100;
}
.kh-sec-10 .podxod-btn
{
    margin: 70px 0 0;
}
.kh-sec-11
{
    padding-top: 90px;

}
.etap-num
{
    font-size: 150px;
    line-height: 69px;
    font-weight: 600;
    color: #cdddf1;
}
.etap-img
{
    margin-left: -20px;
    z-index: 2;
}
.etap-title
{
    font-size: 18px;
    color: #0c1963;
    margin-bottom: 15px;
    font-weight: 600;
}
.kh-sec-11 .container
{
    max-width: 1140px;
}
.etap
{
    padding: 25px 0;
    border-bottom: 1px solid #e8f0f9;
}
.etap-wrap .etap:first-child
{
    border-top: 1px solid #e8f0f9;
}
.etap-wrap .etap:nth-child(even) .etap-title
{
    text-align: right;
}
.etap-wrap .etap:nth-child(even) .etap-img
{
    margin-left: 0;
    margin-right: -40px;
}
.kh-sec-12 .wr-item-faq
{
    padding-bottom: 30px;
}
.posttitle
{
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}
.kh-sec-13 .container-fluid
{
    background: #e8f0f9;
}
.kh-sec-13 .pad
{
    padding: 90px 15px;
}
.podtitle
{
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.form-inp
{
    position: relative;
    width: 100%;
    max-width: 430px;
    margin: auto;
}
.form-inp label
{
    position: absolute;
    left: 0px;
    top: 5px;
    color: #3878c7;
    font-size: 15px;
    pointer-events: none;
    transition: all 0.2s ease;
}
.form-inp label span
{
    color: #a0a0a0;
    margin-left: 5px;
}
.form-inp input
{
    background: transparent;
    border: none;
    border-bottom: 1px solid #3878c7;
    margin: 15px 0;
    outline: none;
    width: 100%;
    
}
.form-inp input:focus + label
{
    top: -10px;
    font-size: 12px;
}
.form-inp input:focus + label span
{
    display: none;
}
.calc-form button
{
    margin-top: 30px;
}
.calc-result
{
    background: url(../images/calc-result-bg.png);
    background-position: center;
    background-size: cover;
}
.roi-name,
.per-name,
.roi-val,
.per-val
{
    min-width: 300px;
}
.roi-name,
.per-name
{
    color: #fff;
    font-weight: 300;
}
.per-name
{
    margin-top: 40px;
}
.roi-val,
.per-val
{
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
.cont-title
{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #0c1963;
    font-weight: 600;
}
.cont-block
{
    margin-bottom: 30px;
    min-width: 300px;
}
.cont-block a,
.cont-block a:hover,
.cont-block a:focus,
.cont-block a:visited
{
    color: inherit;
    text-decoration: none;
}
.kh-contacts
{
    padding-bottom: 50px;
}
.owl-prev.disabled,
.owl-next.disabled
{
    opacity: .3;
}
.bg.all-bg-block{
    background: url(../images/seo01.png);
    background-size: cover !important;
}
.top.bg.all-bg-block {
    position: relative;
    height: 100vh;
}
.wr-all-bg-block{
    content: '';
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(5,1,78);
    background: linear-gradient(120deg, rgba(5,1,78,1) 0%, rgba(56,120,199,0.7567401960784313) 35%, rgba(56,120,199,0) 100%);
    z-index: 0;
}
.top.bg.all-bg-block:after {
    content: "";
    display: none;
}
.wr-h1-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 75%;
}
.wr-h1-title h1 {
    font-size: 80px;
    line-height: initial;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.all-bg-block .text-page {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    max-width: 1024px;
    color: #fff;
    margin-top: 40px;
}
.ekko-lightbox.modal .modal-content{
    background: #fff;
}

.ekko-lightbox.modal .modal-content .close span {
    font-family: auto;
}
.ekko-lightbox.modal .modal-content .modal-header{
    border: none;
}
.ekko-lightbox:hover {
    cursor: zoom-in;
}
.slider-gl.owl-carousel .owl-item img {
    display: block;
    max-width: inherit;
    width: auto;
}
.new-ul-part{
    list-style: none;
    padding: 0;
    margin: 0;
}
.new-ul-part li{
    display: flex;
    align-items: center;
    margin: 3px 0;
}
.new-ul-part li i {
    color: #3878c7;
    font-size: 24px;
    margin-right: 10px;
}
.img-new-ul-part li{
    line-height: initial;
    margin: 12px 0;
}
.img-new-ul-part li img {
    margin-right: 10px;
}

.cases-bg2
{
background: url(../images/cases.jpg);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center;
}
.breadcrumbs
{
    padding:0 25px;
}
.breadcrumbs a,
.breadcrumbs span
{
    color:#fff;
}
.breadcrumbs .strelka
{
    margin: 0 5px;
}
.cases-titles-wrap
{
    padding: 150px 25px; 
    max-width: 650px;
}
.cases-h1 h1
{
    color: #fff;
    font-size: 110px;
    line-height: 110px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cases-h2 h2
{
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 0;
}
.cases-text
{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 40px;
    font-weight: 400;
}
.nav-tabs
{
    margin-top: -45px;
}
.nav-tabs a
{
    display: block;
    width: 25%;
    background: #3878c7;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    border-radius: 0;
}
.nav-tabs a.nav-link
{
    border-radius: 0 !important;
    border:none !important;
    border-right: 1px solid #fff !important;
}
.nav-tabs a.nav-link:last-child
{
        border-right: none !important;
}
.case-block
{
    width: 100%;
    max-width: 1800px;
    padding-left: 15px;
    padding-right: 15px;
    margin:50px auto 0;
}
.case-info
{
    background: #e8f0f9;
    padding: 40px 0;
    height: 100%;
}
.case-main-img-wrap
{
    height: 100%;
    overflow: hidden;
}
.case-main-img
{
    width: auto;
    height: 100%;
}
.case-logo
{
    text-align: center;
    margin-bottom: 40px;
}
.case-title
{
    max-width: 380px;
    margin: auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 40px;
}
.case-icons
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}
.case-icon
{
    width: 100%;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 5px;
}
.case-icon:last-child
{
    border-right: none;
}
.case-text
{
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
}
.case-but
{
    max-width: 290px;
    margin: auto;
}
.case-but a
{
    display: block;
    padding: 20px 0px;
    text-align: center;
    background: #3878c7;
    color: #fff;
    transition: .4s;
    border:1px solid transparent;
}
.case-last-text
{
    max-width: 500px;
}
.case-last-numb
{
    font-size: 30px;
    font-weight: bold;
    color: #becfe9;
}
.case-last-numb span
{
    font-size: 55px;
}
.last-row
{
    padding: 40px 0;
    border:1px solid #e0e9f3;
}
.load-more__btn
{
    margin: 30px auto;
    display: block;
    width: 200px;
    text-align: center;
    padding: 12px 0;
    background: #3878c7;
    color: #fff;
    transition: .4s;
    border:1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
}
.load-more__btn svg
{
    margin-left: 10px;
    font-size: 16px;
}
.load-more__btn:hover,
.case-but a:hover
{
    background: #fff;
    color: #3878c7;
    border:1px solid #3878c7;
    text-decoration: none;
}
.tab-pane .case-block:nth-child(2n) .case-change-order1
{
    order: 2;
}
.tab-pane .case-block:nth-child(2n) .case-change-order2
{
    order: 1;
}
.tab-pane .case-block:last-child
{
    margin-bottom: 50px;
}
.new-ul-part li svg{
    margin-right: 10px;
}
.new-ul-part li svg path{
    fill: #0c1963;
}
@media (max-width:1810px){
    .lupa
    {
        width: 100%;
    }
    .kh-sec-9 .title
    {
        padding-top: 0;
    }
    .lupa-text-wrap
    {
        padding: 50px;
    }
    .kh-case-car
    {
        padding: 0 15px;
    }
    .kh-fst-car .owl-nav
    {

        width:calc(100% - 20px);
        left: 10px;
    }
    .kh-case-car .owl-nav
    {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width:calc(100% + 24px);
        left: -12px;
        top: 50%;
    }
    .app-body .bg:after
    {
        max-width: 553px;
    }
    .app-exampl,
    .podslider-wrap
    {
        padding-left: 40px;
        padding-right: 40px;
    }

    .aps-img-text-text
    {
        position: absolute;
        left: 15px;
    }
}
@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
}
@media screen and (max-width: 1680px){
    .blue-form
    {
        padding: 60px 15px;
    }
    .aps-img-text-text
    {
        top: 160px;
        font-size: 14px;
        line-height: 17px;

    }
    .top.bg:after {
        content: "";
        left: 0;
        max-width: 320px;
    }
    .desc-block-text {
        width: 100%;
        max-width: 880px;
        margin: 0 auto;
    }
    .section-15 .form-wr {
        margin: 0 auto;
        padding: 50px 40px;
    }
    .form-wr {
        background: #3878c7;
        color: #fff;
        padding: 40px 30px 50px;
        margin: 0 auto 0 5px;
    }
}

@media screen and (max-width: 1440px){
    .kh-logo-slide
    {
        width: 100%;
        margin:0;
    }
    .kh-logo-item {
        width: calc(20% - 30px);
        margin: 15px;
    }
    .app-body .bg:after
    {
        max-width: 474px;
    }
    .blue-form
    {
        padding:15px;
    }
    .top.bg:after {
        content: "";
        left: 0;
        max-width: 170px;
    }
    .desc-block-text {
        margin: 30px auto;
        flex: 0 1 65%;
    }
    .img-block3 {
        flex: 0 1 30%;
    }
    .block-text{
        align-items: flex-start;
    }
    .bg:after {
        content: "";
        max-width: 468px;
    }
    .desc-block-text2 {
        padding-top: 30px;
        flex: 0 1 100%;
    }
    .bg-2.bg-3 {
        min-height: 730px;
    }
    .item-cal2 {
        position: relative;
        width: 50%;
        margin: 5px 0 5px;
    }
    .footer-left {
        background: url(../images/bg-foot.jpg) no-repeat;
        padding: 125px 0px;
        width: 100%;
        flex: 0 1 67%;
        background-size: cover;
    }
    .footer-right {
        padding: 40px 20px;
        flex: 0 1 33%;
    }
    .wr-slider-port {
        padding: 20px 10px;
        position: relative;
    }
    .wr-img-slider-port {
        flex: 0 1 31%;
    }
    .all-wr-slider-port {
        flex: 0 1 69%;
    }
    .img-slider-port {
        background: url(../images/portfolio-bg.jpg)0px 0px no-repeat;
        width: 100%;
        height: auto;
        position: relative;
    }
    .slider-gl {
        position: static;
    }
    .am-prev2, .am-next2 {
        border: none;
        background: transparent;
        position: absolute;
        bottom: -40px;
        top: auto;
    }


}
@media screen and (max-width: 1400px){
    .case-icon-text
    {
        font-size: 12px;

    }
    .podslider-text
    {
        padding: 0;
    }
    .aps-img-text-text
    {
        font-size: 13px;
        line-height: 15px;
    }
    .my-input-form.form-control {
        padding: 0.5rem 0rem;
    }
    .portfolio-block {
        overflow: hidden;
        margin-bottom: 30px;
    }
    body {
        font-family: 'Exo 2', sans-serif;
        font-size: 14px;
        line-height: 26px;
        color: #1d1d1d;
        font-weight: 400;
    }
    .bg:after{
        content: "";
        display: none;
    }
    .wr-slogan {
        line-height: 90px;
        text-align: center;
        background: url(../images/logo-a.png) center no-repeat;
        background-size: auto auto;
        margin: 2% auto 2%;
        height: 355px;
        width: 100%;
        background-size: contain;
    }
    .img-block3 {
        flex: 0 1 50%;
        padding-right: 30px;
    }
    .block-text {
        align-items: flex-start;
    }
    .desc-podxod {
        font-size: 13px;
        line-height: 21px;
        padding: 0 30px;
    }
    .form-wr {
        height: 100%;
    }
    .img-block2{
        display: none;
    }
    .desc-block-text2 {
        max-width: 100%;
    }
    
    .con-slider {
        padding: 0 10px;
    }
    .wr-slogan{
        height: 365px;
    }
    .section-2 .title{
        margin: 0 0 0px 0;
    }
    .section-2 .title:after{
        content: "";
        display: none;
    }
    .section-2 .desc-block-text {
        margin: 0px auto;
    }
    .item-blog a span{
        padding: 0 10px;
    }
}
@media screen and (min-width: 600px) and (max-width:1200px)
{
    .case-text
    {
        max-width: 100%;
        text-align: justify;
        padding: 0 30px;
    }
    .cases-bg2
    {
        background-position: 35% 50%;
    }
    .etap-num
    {
        font-size: 120px;
    }
    .kh-all-wrap
    {
        height: auto;
    }
    .kh-logo-item
    {
        width: calc(33.333% - 30px);
        margin: 15px;
    }

}
@media screen and (max-width: 1024px){
    .last-row > div
    {
        margin-bottom: 30px; 
    }
    .case-last-numb
    {
        width: 230px;
        margin: auto;
    }
    .case-main-img-wrap
    {
        height: auto;
    }
    .case-main-img
    {
        width: 100%;
        height: auto;
    }
  .slider-app-name
  {
    text-align: center;
}
.aps-img img
{
    margin-right: 15px;
}
.app-img-text,
.app-filter,
.aps-img-text-text
{
    display: block;
}
.app-body .podxod
{
    padding: 15px 0;
}
.podslider-wrap .title,
.app-exampl
{
    margin-top: 30px;
}
.slider-app .owl-nav
{
    margin-top: 15px;
    text-align: center;
}
.slider-app .owl-next,
.slider-app .owl-prev
{
    position: static;
}

.slider-app .owl-next
{
    margin-left: 30px;
}
.slider-app .owl-prev
{
 margin-right:30px;
}

.app-exampl,
.podslider-wrap
{
    padding:0;
}
.app-slogan
{
    font-size: 34px;
    line-height: 40px;
}
.app-bg,
.wr-app-slogan
{
    min-height: 0px;
    height: auto;
    padding-bottom: 15px;
}
.wr-slider {
    width: 100%;
    max-width: 630px;
    height: auto;
}
.img-block3, .img-block{
    display: none;
}
.desc-block-text {
    margin: 0px auto;
    flex: 0 1 100%;
    max-width: 100%;
}
.item-cal {
    width: 100%;
    margin: 10px 0 10px;
}
.all-wr-slider-port {
    flex: 1 1 100%;
    width: auto;
}
.wr-img-slider-port {
    flex: 1 1 100%;
    width: auto;
}
.br-q:after, .br-q:before{
    display: none;
}
.bg-2.bg-3 {
    min-height: auto;
    padding: 30px;
}
.br-q {
    position: relative;
    padding: 10px 0 0px;
}
.footer-right {
    padding: 10px 20px;
    flex: 0 1 100%;
}
.footer-left {
    background: url(../images/bg-foot.jpg) no-repeat;
    padding: 10px;
    width: 100%;
    flex: 0 1 100%;
    background-size: cover;
}
.item-sert:first-child {
    width: auto;
}
.item-sert {
    width: auto;
    text-align: center;
}
}
@media screen and (max-width: 800px){
    iframe
    {
        max-width: 100%;
    }

    .cases-bg2
{
min-height: 0px;
padding-bottom: 30px;
background-position: left;
}
.breadcrumbs
{
    padding:0;
}
.breadcrumbs a,
.breadcrumbs span
{
    color:#fff;
}
.breadcrumbs .strelka
{
    margin: 0 5px;
}
.cases-titles-wrap
{
    padding: 0; 
    padding-bottom: 120px;
}
#nav-tab
{
    margin-top: -120px;
}
.nav-tabs a.nav-link:nth-child(2n)
{
    border-right: none !important; 
}
.nav-tabs a.nav-link:nth-child(1),
.nav-tabs a.nav-link:nth-child(2)
{
    border-bottom: 2px solid #fff !important;
}
.case-block
{
    margin-top: 15px;
}
.nav-tabs a
{
    width: 50%;
    font-size: 12px;
    padding: 15px 0px;
}
.cases-h1 h1
{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    padding: 15px 0;
}
.cases-h2 h2
{
    color: #fff;
    font-size: 35px;
    line-height: 40px;
}
.cases-text
{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 30px;
    font-weight: 400;
}

    .wr-h1-title h1 {
    font-size: 28px;
}
    .kh-sec-4
    {
     padding: 15px 0;
 }
 .kh-sec-4-images svg:first-child
 {
    transform: rotate(90deg);
    float: left;
    margin: 15px;
}
.kh-sec-4-images svg:last-child
{
    transform: rotate(90deg);
    float: right;
    margin: 15px;
}
.sec-4-text
{
    text-align: center;
}
.kh-sec-4:after
{
    display: none;
}
.who-app-block .container-fluid
{
    padding: 30px 15px;
}
.trust-app-block .container-fluid
{
    padding:30px 15px 0;
}
.py-90
{
    padding: 30px 0;
}
.item-logo-company img {
    text-align: center;
    opacity: 1;
    transition: 0.2s;
}
.overlay-menu {
    overflow-y: scroll;
}
.logo {
    text-align: center;
    margin-bottom: 20px;
}
.slogan {
    padding-top: 20px;
    font-size: 48px;
    color: #fff;
    line-height: initial;
}
.wr-nav-toggle {
    position: fixed;
    top: 35px;
    right: 15px;
    z-index: 20;
}
.wrap-content-menu.clearfix {
    border-bottom: 1px solid #3878c7;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.menu-tel-number-mini ul li {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0 20px;
    line-height: 28px;
    color: #fff;
    border-right: none;
}
.wr-slogan {
    height: auto;
    background: transparent;
    margin: 0px 0 50px;
    line-height: 50px;
}
.wr-slider {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    height: auto;
    flex: 0 0 100%;
}
.wr-btn-count {
    background: #3878c7;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    flex: 0 0 100%;
}
.owl-dots {
    display: none;
}
.tab-content .owl-dots {
    display: block !important;
    text-align: center;
}
.tab-content .owl-dot span {
    background: #3878c7;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    margin: 0 10px;
}
.tab-content .owl-item img {
    /* display: block; */
    width: auto;
}
.owl-dot.active span{
    background: #fff;
}
.box-shadow-img{
    position: relative;
}
.box-shadow-img:after {
    content: "";
    width: 1px;
    height: 1px;
    border-radius: 50%;
    box-shadow: 0 0px 100px 90px #3878c7;
    background: transparent;
    position: absolute;
    top: 55px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    margin: 0 auto;
}
#v-pills-tabContent2 .box-shadow-img:after {
    content: "";
    box-shadow: 0 0px 115px 110px #3878c7;
    top: 110px;
}
.block-text {
    margin: 20px 0;
}
.title {
    font-size: 30px;
}
.tabs-block .nav-pills .nav-link {
    border-radius: 0rem;
    text-align: center;
    background: transparent;
    display: block;
    padding: 5px;
    margin: 0px 0 10px;
    color: #fff;
    flex:0 1 100%;
    position: relative;
}
.tabs-block .nav-pills .nav-link:hover:after, .tabs-block .nav-pills .nav-link.active:after {
    content: '';
    display: none;
}
.section-5 .desc-block-text{
    padding: 30px 0;
}
.block-q {
    border-top: 1px solid #d0d6dc;
    padding: 20px;
    width: 100%;
    position: relative;
}
.block-q:nth-child(1):after, .block-q:nth-child(2):after,
.block-q:nth-child(3):after, .block-q:nth-child(4):after{
    content: "";
    display: none;
}
.bg-2.bg-3 {
    min-height: auto;
    padding: 30px;
    background-size: cover;
    background-position: center;
}
.bg-2{
    background-size: cover;
    background-position: right;
}
.slider-gl {
    position: static;
    margin: 30px 0;
}
.item-logo-company {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.p-90 {
    padding: 25px 10px;
}
.item-cal2 {
    position: relative;
    width: 100%;
    margin: 5px 0 5px;
}
.item-blog {
    width: 100%;
    margin-bottom: 25px;
}
.item-blog a span {
    padding: 0 10px;
    height: auto;
    margin-bottom: 15px;
}
.item-sert:first-child img {
    margin: 10px auto;
}
.logo-menu {
    margin: 25px auto 35px;
    text-align: center;
}
.text-i{
    display: none;
}
.form-bl .form-wr {
    background: transparent;
    color: #fff;
    padding: 10px 0;
    margin: 0 auto;
}
.img-slider-port {
    background: transparent;
}
.title-30 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.cd-primary-nav li a {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
}
.cd-primary-nav{
    margin-bottom: 20px;
}
.podxod {
    padding: 5px 0px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.podxod:hover .podxod-hide {
    display: block;
}
.podxod-hide {
    display: block;
    position: static;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 0 20px;
    z-index: 10;
}
.podxod:hover:before {
    content: '';
    display: none;
}
.section-15 .form-wr {
    margin: 0 auto;
    padding: 25px 10px;
}
}
@media screen and (max-width: 600px){
	iframe
	{
		max-width: 100%;
	}
    .tab-pane .case-block:nth-child(2n) .case-change-order1
{
    order: 1;
}
.tab-pane .case-block:nth-child(2n) .case-change-order2
{
    order: 2;
}
    .case-last-numb
    {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .case-icon-text
{
    margin-left: 15px;
    width: 150px;
    text-align: left;
}
.case-icon:last-child
{
    border-bottom: none;
}
    .case-icons
{
    flex-wrap: wrap;
}
.case-icon
{
    border:none;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .kh-contacts
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .kh-contacts iframe
    {
        height: 300px;
    }
    .kh-sec-13 .pad
    {
        padding: 30px 15px;
    }
    .calc-result
    {
        padding: 30px 0;
    }
    .per-name
    {
        margin-top: 15px;
    }
    .form-inp input:focus + label
    {
        font-size: 12px;
    }
    .form-inp label
    {
        font-size: 14px;
    }
    .etap-text
    {
        text-align: center;
    }
    .etap-wrap .etap:nth-child(even) .etap-img
    {
        margin-right: 0;
        margin-left: -20px;
    }
    .etap-wrap .etap:nth-child(even) .etap-title
    {
        text-align: center;
    }
    .etap-title
    {
        text-align: center;
        margin-bottom: 5px;
    }
    .kh-sec-11
    {
        padding-top: 30px;
    }
    .kh-sec-10:after
    {
        display: none;
    }
    .kh-sec-10 .podxod-btn
    {
        margin: 30px 0 0;
    }
    .kh-sec-10
    {
        padding: 30px 15px;
    }
    .sec-10-text
    {
        text-align: center;
    }
    .lupa-text-wrap
    {
        padding: 15px;
    }
    .com
    {
        height: auto;
        padding: 15px;
    }
    .com-car .owl-nav
    {
        width: 100%;
        left: 0;
    }
    .kh-logo-slide
    {
        margin: 0;
    }
    .kh-sec-6 {
        padding-top: 15px;
    }
    .wanna > div
    {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .wanna object
    {
        transform: rotate(90deg);
    }
    .kh-logo-item
    {
        width: 100%;
    }
    .desc-none
    {
        display: block !important;
    }
    .mobile-none
    {
        display: none !important;
    } 
    
    .kh-sec-4-left
    {
        transform: rotate(90deg);
        float: left;
        margin: 15px 0;
    }
    .kh-sec-4-right
    {
       transform: rotate(90deg);
       float: right;
       margin: 15px 0;

   }
   .kh-sec-5
   {
    padding-top: 15px;
}
.sec-5-icons
{
    text-align: center;
}
.kh-sec-4 .title
{
    padding: 0;
}
.kh-bg
{
    background-position: left center;
}
.kh-all-wrap
{
    width: calc(100% - 30px);
    margin: auto;
    height: calc(100vh - 200px);
    max-height: 990px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prodvig
{
    margin: 15px 0;
}
.kh-main-text
{
    font-size: 14px;
    text-align: center;
}
.kh-bg h1
{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin:15px 0;
}
.footer-wanna-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
}
.app-slide .app-filter {
    opacity: 1;
}
.mob-img{
    display: none;
}
.app-podxod > div
{
    border-right: none;
}
.trust-icons
{
    font-size: 12px;
    line-height: 16px;
    padding: 30px 0;
}
.econom-text-wrap
{
    padding: 15px;
}
.app-perc
{
    line-height: 60px;
    margin: 15px auto;
}
.wr-slider {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    flex: 0 0 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 0;
}
.my-input-form.form-control {
    padding: 0.5rem 0rem;
}
.am-prev2 {
    left: 10px;
}
.am-next2 {
    left: auto;
    right: 10px;
}
.item-sert {
    text-align: center;
    width: 50%;
    text-align: center;
}
.item-sert:first-child {
    width: 100%;
    text-align: center;
}
.slider-gl.owl-carousel .owl-item img
{
    display: block;
}
.title {
    font-size: 18px;
    margin: 0 0 30px 0;
}
.title span {
    font-size: 12px;
    margin-bottom: 0px;
    display: block;
    font-weight: 400;
}
.item-cal-text {
    line-height: 22px;
    padding: 20px 0px;
}
.slider-gl {
    position: static;
    margin: 30px 0;
    max-width: auto;
    height: auto;
}
.slider-gl.owl-carousel .owl-item img {
    display: block;
    max-width: 300px;
}
.sm-slogan {
    font-size: 16px;
    color: #fff;
}
.slogan {
    padding-top: 20px;
    font-size: 30px;
    color: #fff;
    line-height: initial;
}
.wr-slogan {
    height: auto;
    background: transparent;
    margin: 0px 0 50px;
    line-height: 34px;
}
.bg-2.bg-3 {
    min-height: auto;
    padding: 30px 0;
}
.wr-img-slider-port {
    flex: 1 1 100%;
    width: 300px;
}
.wr-img-slider-port .owl-nav{
    display: none;
}
.h2, h2 {
    font-size: 1rem;
}
.form-check{
    display: flex;
}
.my-btn-form {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 15px;
    margin: 25px 0 0;
}
.tel-foo {
    width: 100%;
    margin-bottom: 8px;
    color: #fff;
}
.p-90 {
    padding: 25px 0px;
}
.box-shadow-img:after {
    content: "";
    box-shadow: 0 0px 80px 85px #3878c7;
}
#v-pills-tabContent2 .box-shadow-img:after {
    content: "";
    box-shadow: 0 0px 80px 85px #3878c7;
    top: 110px;
}

.desc-podxod,
.text-desc
{
    padding: 0;
}
}
@media(max-width:375px)
{
    .cases-h2 h2
    {
        font-size: 26px;
        line-height: 26px;
    }
   .form-inp input:focus + label
   {
    font-size: 10px;
    }
    .form-inp label
    {
        font-size: 11px;
    }
    .roi-val, .per-val
    {
        font-size: 40px;
        line-height: 44px;
    }
    .who-app-block .col-lg-2
    {
        font-size: 11px;
    }
    .title
    {
        font-size: 16px;
    }

    .app-slogan
    {
        font-size: 26px;
        line-height: 36px;
    }
    .app-sm-slogan
    {
        font-size: 18px;
        line-height: 24px;
    }
    .aps-img
    {
        height: 40px;
        top: 10px;
    }
    .aps-img.sec-img
    {
        top: 60px;
    }
    .aps-img img
    {
        width: 20px !important;
    }
    .aps-img-text-text
    {
        top: 110px;
        font-size: 10px;
        line-height: 12px;
    }
}

@media(max-width:1140px){
    .social_icons_block_qseo{
        font-size: 23px;
        flex-direction: column;
    }
}
@media(max-width:768px){
    .social_icons_block_qseo{
        flex-direction: row;
    }
    .new-ul-part li {
        display: flex;
        align-items: baseline;
        margin: 3px 0;
        text-align: left;
    }
    .new-ul-part li br{
        display: none;
    }
    img.lupa,
    .wr-block-form{
        margin-top: 25px;
    }
}
@media (max-width: 575px) {
    .item-sert {
        width: 100%;
        margin-bottom: 30px;
    }
    .item-sert:last-child{
        margin-bottom: 0px;
    }
}
@media (max-width: 450px) {
    .con-footer2, .con-footer {
        width: 100%;
    }
}
@media(max-width:430px){
    .social_icons_block_qseo{
        flex-direction: column;
        font-size: 26px;
    }
    .social_icons_block_qseo a{
        margin: 5px 0;
    }

}