/* Добавил для интеграции */
.logo.works-post > a.logo-link + span {
	display: none;
}
.container .row{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.row:after{
    display: none;
}
.mobile-please-wrap{
    display: none !important;
}
.wrapper{
    background: #fff !important;
}
h3{
    text-transform: none;
}
img {
    max-width: unset;
}
a img{
    border: 0px;
}

html{
    font-size: 62.5%;
}
body{
	font-family: "SegoeUIRegular";
    font-weight: 400;
    font-size: 17px;
    color: #333333;
}
h1, h2, h3, h4, p, ul, ol, label, body{
    margin: 0px;
}
.head-block h1, h2, h3, h4, h5, h6{
    font-weight: 300;
    font-family: 'PF Din Text Comp Pro';
    font-size: 50px;
    color: #333333;
}
.head-block h1{
    font-size: 72px;
}
h3{
    font-size: 30px;
}
.ovh p, li{
    font-size: 17px;
}
a, a:focus, a:hover{
	text-decoration: none;
	color: #fff;
}
ul, ol{
    padding: 0px;
}
ul li, ol li{
    list-style-type: none;
}
iframe{
    border: none;
}
img{
    width: 100%;
    display: block;
}
.ovh{
    overflow: hidden;
}
.forpos{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pa{
    position: absolute;
}
.pr{
    position: relative;
}
.pf{
    position: fixed;
}
#main{
    background: url(../img/bgheader.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 67px;
    background-attachment: fixed;
}
.head-block{
    margin: 0 auto;
    width: 100%;
    max-width: 530px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.logo-pt{
    margin: 0 auto;
    display: block;
    width: 164px;
}
.btn-theme{
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-top: 50px;
    font-size: 26px;
    padding-left: 28px;
    height: 60px;
    width: 295px;
    border-radius: 4px;
    background: #1190B1 url(../img/link.svg) right 10.169492% center no-repeat;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.btn-theme:hover{
    background-color: #1A7B93;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.head-block h1{
    margin-top: 42px;
    text-align: center;
    color: #fff;
    line-height: 1;
    max-width: 100%;
}
.license{
    position: relative;
    margin: 0 auto;
    width: 310px;
    margin-top: 40px;
    bottom: -14px;
}
.license img{
    -webkit-box-shadow: 0px 40px 20px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 40px 20px 5px rgba(0,0,0,0.2);
}
.director, .taxi{
    position: absolute;
    bottom: 0;
}
.director{
   left: -101px; 
   width: 358px;
}
.taxi{
    right: -73px;
    width: 333px;
}

#tasks{
    position: relative;
}
h2{
    position: relative;
    padding-left: 78px;
}
h2 img{
    width: 60px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.notebook{
    width: 63.802083vw;
    position: absolute;
    right: 0;
    top: -2.96875vw;
    z-index: 1;
}
.tasks{
    min-height: 47.5vw;
    padding-top: 7.03125vw;
}
.tasks ul{
    padding-left: 78px;
    padding-top: 17px;
}
.tasks li, .question-block li{
    margin-top: 13px;
    padding-left: 15px;
    position: relative;
}
.tasks li:before, .question-block li:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1190B1;
    position: absolute;
    left: 0;
    top: 10px;
}


.forvideo{
    position: relative;
    padding-bottom: 100px;
}
.video{
    width: 100%;
    height: 650px;
    margin-top: 40px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.question-block{
    width: 426px;
    margin-right: -15px;
    background-color: #fff;
    box-shadow: 45.255px 45.255px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    position: relative;
    z-index: 1;
    cursor: auto;
}
.question-block ul{
    padding-top: 15px;
}
.video iframe{
    display: none;
}
.active iframe{
    display: block!important;
}
.activevideo .question-block{
    display: none;
}
/* СКРЫВАЕМ ОПИСАНИЕ В БЛОКЕ ВИДЕО 
.presentation__block--text,
.question-block {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.question-block {
    display: none;
} */

#design{
    padding-top: 100px;
    background-color: #243761;
}
.design-txt h2{
    color: #fff;
}
.design-txt p{
    font-size: 16px;
    color: #1190B1;
    margin-top: 15px;
    text-align: center;
}
.landing{
    flex-shrink: 0;
    position: relative;
    margin-bottom: -13.0208333vw;
}
.landing1{
    width: 84.427083vw;
    z-index: 1;
}
.landing2{
    width: 71.302083vw;
    margin-left: -55.46875vw;
    margin-top: 7.55208333vw;
}
.marker{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1190B1;
}
.marker:before{
    content: '';
    border-right: 1px dotted #1190B1;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.landing1 .marker{
    right: 34.16667vw;
    top: 6.6667vw;
}
.landing1 .marker:before{
    height: 5.46875vw;
}
.landing2 .marker{
    top: 4.32291667vw;
    right: 29.3vw;
}
.landing2 .marker:before{
    height: 10.6vw;
}

#colors{
    padding: 4.6875vw 0;
    margin-top: 13.0208333vw;
    position: relative;
    min-height: 33vw;
}
.cars{
    position: absolute;
    left: 0;
    top: 0;
    width: 40.520833vw;
}
.colors{
    width: 100%;
    max-width: 655px;
}
.color{
    width: 33.333333%;
    margin-top: 30px;
}
.color p{
    margin-top: 28px;
    line-height: 1.5;
}
.color p span{
    display: block;
    color: #243761;
}
.color p i{
    display: block;
    color: #BCBCBC;
    font-style: normal;
}
.forpad{
    padding-left: 78px;
}
.forpad > p{
    margin-top: 38px;
    max-width: 555px;
    line-height: 1.5;
}

.design-adaptive {
    background-color: #F4F5F7;
    padding-top: 100px;
    position: relative;
}

.design-adaptive .container > p {
    width: 100%;
    max-width: 560px;
    margin-top: 30px;
}

.design-adaptive__block {
    margin: 0 -14.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 30px !important;
}

.design-adaptive__block-iPad {
    margin-top: 4rem;
    position: relative;
    margin-bottom: -40px;
    width: 45%;
}

.design-adaptive__block-iPad img {
    width: auto;
    position: relative;
    z-index: 1;
}

.design-adaptive__block-iPad:before {
    content: "";
    display: block;
    position: absolute;
    width: 25rem;
    border-radius: 100%;
    filter: blur(7px);
    z-index: 0;
    bottom: 2.75rem;
    right: 90%;
    height: 3rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.15) 100%);
    transform: rotate(10deg);
}

.design-adaptive__block-mobile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: -57px;
    width: 55%;
}

.design-adaptive__block-mobile img {
    width: auto;
    position: relative;
    z-index: 1;
}

.design-adaptive__block-mobile > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 15rem;
    border-radius: 100%;
    filter: blur(3px);
    z-index: 0;
}

.design-adaptive__block-mobile-1 {
    position: relative;
    z-index: 2;
}

.design-adaptive__block-mobile-1:before {
    bottom: .5rem;
    left: -10%;
    height: 2.50rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(20deg);
}

.design-adaptive__block-mobile-2 {
    position: relative;
    left: -11.5%;
    z-index: 1;
}

.design-adaptive__block-mobile-2:before {
    bottom: .5rem;
    right: -20%;
    height: 5rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    transform: rotate(-20deg);
}

.design-adaptive__block-mobile-3 {
    position: relative;
    left: -25.5%;
    z-index: 0;
    opacity: 1;
}

.design-adaptive__block-mobile-3:before {
    bottom: 1rem;
    right: -20%;
    height: 2.5rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    transform: rotate(-20deg);
}

#desktop{
    padding-top: 180px;
    padding-bottom: 60px;
}
.monitor{
    width: 110.526316%;
    margin-left: -5.263158%;
    margin-top: 35px;
}
.monitor img{
    width: 100%;
    margin-bottom: -9px;
}
.pages{
    height: 63.706564%;
    width: 92.867143%;
    top: 3.7%;
    left: 3.57142857%;
}
.page{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.numbers{
    margin: 0 auto;
    max-width: 945px;
    margin-top: -150px;
}
.number{
    text-align: center;
}
.number img{
    height: 40px;
}
.number b{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}
.number span{
    color: #1190B1;
}

#adv-setup{
    padding-top: 110px;
    padding-bottom: 100px;
    background-color: #1190B1;
}
#adv-setup h2{
    color: #fff;
}
.screen-adv{
    margin-top: 30px;
    margin-left: -62px;
    margin-right: -62px;
    -webkit-box-shadow: 0px 40px 20px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 40px 20px 5px rgba(0,0,0,0.2);
}

.bus{
    background: url(../img/bus.png) center right no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
#tech{
    padding-top: 125px;
    padding-bottom: 245px;
    position: relative;
}
.techs{
    padding-top: 20px;
}
.techs img{
    margin-right: 20px;
    margin-top: 22px;
    width: auto;
}
.techs img:last-child{
    margin-right: 0;
}
.btn-brief{
    border-radius: 4px;
    margin-top: 60px;
    margin-bottom: 20px;
    background: #1190B1 url(../img/bd.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.btn-brief:hover{
    background-color: #1A7B93;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.btn-brief span{
    padding-left: 44px;
    position: relative;
}
.btn-brief span:before{
    content: '';
    background: url(../img/brief.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}
.btn-brief, #tech .btn-theme{
    width: 272px;
    height: 60px;
}
#tech .btn-theme{
    margin-left: 0;
    margin-top: 0px;
    background-color: #243761;
    padding-left: 20px;
    background-position: right 20px center;
}
#tech .btn-theme:hover{
    background-color: #244181;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.tech-block{
    width: 100%;
    max-width: 455px;
    z-index: 2;
}
.shares{
    margin-top: 180px;
}
.shares a {
	width: 55px;
	text-align: center;
}
.shares a:nth-child(2) img {
	width: 10px;
	height: auto;
	margin: 0 auto;
}
.iconshare{
    width: 30px;
    height: 30px;
    background: url(../img/share.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 10px;  
}
.shares a{
    margin-left: 10px;
    padding: 5px 14px;
    color: #333;
    border-radius: 5px;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.shares a img{
    height: 18px;
    -ms-align-self: center;
    align-self: center;
}
.shares a span{
    display: inline-block;
    margin-left: 10px;
    line-height: 16px;
    color: #fff;
}
.fb{
    background-color: #187BED;
}
.tt{
    background-color: #45ADDF;
}
.shares .vk{
    padding-top: 7px;
    background-color: #5079A1;
}