/*Главная страница*/
/*header*/
#canvas {
  width: 100%;
  height: 100%;
  z-index: 1;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
}
.header {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 40%, rgba(241,243,248,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 40%,rgba(241,243,248,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 40%,rgba(241,243,248,1) 100%);
    position: relative;
    z-index: 8;
}
.header > .container {
    position: relative;
    z-index: 3;
}
.general-title {
    font-size: 47px;
    margin-bottom: 6rem;
}
.general-title small {
    font-size: 21px;
    color:#788495 !important;
}

.laptop-frame {
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top:35px;
}
.laptop-frame__bg {
    background: url(/images/new_index/b/laptop.png) no-repeat center top / contain;
    height: 558px;
    padding-top: 48px;
}
.laptop-frame__bg > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.laptop-frame__upd {
    padding-right: 120px;
    margin-bottom: 10px;
}
.laptop-frame__upd:before {
    content:'';
    display: inline-block;
    background: url(/images/new_index/b/chkupd.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.laptop-frame__scope {
}
.lf-scope__item {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    width: 200px;
    height: 90px;
    position: absolute;
    -webkit-box-shadow: 0 30px 40px 0 rgba(123,134,151,.3);
    box-shadow: 0 30px 40px 0 rgba(123,134,151,.3);
}
.lf-scope__item strong {
    font-size: 27px;
    font-weight: 750;
    line-height: .8em;
    margin-bottom: 5px;
}
.lf-scope__item p {
    line-height: 1em;
    letter-spacing: .5px;
    padding: 0;
    margin: 0;
}
.laptop-frame__scope > div:nth-child(1) {
    top:135px;
    width: 220px;
    left: -15px;
    border-left: 4px solid #29a5c7;
    -moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}
.laptop-frame__scope > div:nth-child(2) {
    top:350px;
    left: 10px;
    width: 190px;
    border-left: 4px solid #ffc658;
    -moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
.laptop-frame__scope > div:nth-child(3) {
    top: 135px;
    right:-15px;
    border-right: 4px solid #ee8e6f;
    -moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
.laptop-frame__scope > div:nth-child(4) {
    top: 350px;
    right: 10px;
    width: 200px;
    border-right: 4px solid #5cce92;
    -moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
} 
/*block1*/
.block1 {
    padding: 6rem 0 5rem;
}
.logo-partners {
    font-size: 0;
}
.logo-partners li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 20px;
}
.logo-partners li img {
}

/*block2*/
.block2 {
    padding-bottom: 9rem;
    background: url(/images/new_index/b/bg2_1.png) no-repeat center top,
                url(/images/new_index/b/bg2_2.png) no-repeat center bottom;
    margin-bottom: -50px;
    position: relative;
    z-index: 3;
}
.togler {
    position: relative;
    margin-bottom: 5rem;
}
.togler__menu {
    width: 465px;
}
.togler__item {
    padding: 30px 25px;
    cursor: pointer;
    margin-bottom: 2rem;
    border-radius: 10px;
    border: 2px solid #fff;
   -webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.togler__menu > div:last-child {
    margin-bottom: 0;
}
.togler__item:not(.togler__item--active):hover {
     border-color: #eef0f5;
}
.togler__item--active {
    background: #f1f3f8;
    border-color:  #f1f3f8;
}
.togler__image {
    position: absolute;
    top: 0;
    left: 515px;
    width: 655px;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s;
}
.togler__image img {
    -webkit-box-shadow: 0 0 50px 0 rgba(123,134,151,.3);
    box-shadow: 0 0 50px 0 rgba(123,134,151,.3);
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
  
}
.ti_v1 img:nth-child(1) {
    margin: 19px 0 0 49px;
    z-index: 1;
}
.ti_v1 img:nth-child(2) {
    margin: -230px 0 0 0;
    z-index: 2;
}
.ti_v1 img:nth-child(3) {
    margin: -53px 0 0 223px;
    z-index: 3;
}
.ti_v2 img:nth-child(1) {
    margin: 19px 0 0 49px;
    z-index: 1;
}
.ti_v2 img:nth-child(2) {
    margin: -105px 0 0 0;
    z-index: 2;
}
.ti_v3 img {
    margin: 18px auto 0;
}
.togler__item--active .togler__image {
    opacity: 1;
}
.togler__title {
    font-size: 21px;
    font-weight: 450;
    line-height: 1.1em;
    margin-bottom: 1rem;
}
.togler__title img {
    margin-right: 20px;
}
.togler__title span {
   
}
.togler__text {
    color:#788495; 
    margin: 0;
}
.block2 .btn {
    margin: 0 auto;
    display: block;
}

/*block3*/
.block3 {
    padding: 0 0 4rem;
}
.block3  h2.title {
    position: relative;
}
.block3  h2.title:before {
    content:'';
    display: block;
    background: url(/images/new_index/b/quote.png) no-repeat 0 0;
    width: 138px;
    height: 98px;
    position: absolute;
    top: -43px;
    left: -140px;
}
.reviews {
}
.reviews__item {
    width: 300px;
    margin: 0 47px;
}
.reviews__item--even {
/*    padding-top: 5rem;*/
}
.reviews__text {
    color:#788495;
    background: #fff7e8;
    border-radius: 35px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.reviews__text:after {
    content:'';
    display: block;
    background: url(/images/new_index/b/revbuble2.png) no-repeat 0 0;
    width: 33px;
    height: 29px;
    position: absolute;
    bottom: -29px;
    right: 45px;
}
.reviews__item--even .reviews__text {
    background: #f1f3f8;
}
.reviews__item--even .reviews__text:after {
    background-image: url(/images/new_index/b/revbuble1.png);
}
.reviews__person {
    padding: 15px 0 0 30px;
}
.reviews__person img {
    margin: 3px 15px 0 0;
}
.reviews__person p {
    color:#788495;
    margin: 0;
    font-size: 13px;
}
.reviews__person p strong {
    font-weight: 450;
    font-size: 15px;
    color:#383838;
    display: block;
}
.reviews__person p a {
    color:#383838;
    text-decoration: underline;
}
.reviews__person p a:hover {
    text-decoration: none;
}
.slick-slide {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle !important;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
    bottom: -9px;
    display: block;
    width: 40px;
    height: 30px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(/images/new_index/b/right-arrow.svg) no-repeat 0 0 / contain;
    z-index: 3;
    opacity: .12;
    transition: opacity .5s;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: .5;
}
.slick-prev{
    left: 20%;
            -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-next{
    right: 20%;
}
/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: static;
    bottom: inherit;
    display: block;
    width: 100%;
    padding: 0;
    margin: 70px 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    margin: 0 5px;
    display: inline-block;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    padding: 0;
    background: #e1e6f3;
    border:none;
    font-size: 0;
}
.slick-dots li button:before{ 
    display:none;
}
.slick-dots li.slick-active button {
    background: #a3a8b3;
}

/*seo-block*/
.seo-block {
    padding: 5rem 0 4rem;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafa 0%, #f1f3f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#f1f3f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fafafa 0%,#f1f3f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f3f8',GradientType=0 ); /* IE6-9 */
}
.seo-block h2 {
    font-size: 27px;
    margin: 0 auto 5rem;
}
.seo-block h2 p {
    margin-bottom: 15px;
}
.seo-list {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seo-list__item {
    width: 240px;
    background: url(/images/new_index/b/check.png) no-repeat 0 0;
    padding: 0 0 0 35px;
    margin-bottom: 50px;
}
.seo-list > div:last-child {
    background: none;
}
.seo-list__item h3 {
    font-size: 17px;
}
.seo-list__item p {
    color:#788495;
    margin: 0;
}
.seo-list__round {
    display: block;
    background: #248ffb;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-align: center;
    color:#fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .375px;
    line-height: 1.3em;
    padding-top: 30px;
}
.seo-list__round:hover {
    color:#fff;
    text-decoration: none;
    background: #0f79e4;
     -webkit-box-shadow: 0 0 20px 0 rgba(123,134,151,.3);
    box-shadow: 0 0 20px 0 rgba(123,134,151,.3);
}
.seo-list__round img {
    display: block;
    margin: 0 auto 15px;
}

/*block4*/
.block4 {
    padding: 5rem 0;
}
.block4 .card {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(123,134,151,.3);
    box-shadow: 0 0 30px 0 rgba(123,134,151,.3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.block4 .card:hover {
    -webkit-box-shadow: 0 0 50px 0 rgba(123,134,151,.3);
    box-shadow: 0 0 50px 0 rgba(123,134,151,.3);
}
.block4 .card img {
    border-radius: 0;
}
.block4 .card  .card-body {
    padding: 1.25rem 1.875rem;
}
.block4 .card .card-text a {
    color:#383838;
    font-weight: 450;
    font-size: 21px;
    line-height: 1.2em;
}
.block4 .card .card-text a:hover {
    color:#248ffb;
}
.block4 .card .card-text small {
    font-size: 15px;
}
.block4 .card .card-text small,
.block4 .readmore,
.block4 .readmore a {
    color:#788495;
}
.block4 .readmore {
    font-weight: 450;
}
.block4 .readmore a,
.block4 .readmore span {
    display: inline-block;
}
.block4 .readmore:hover,
.block4 .readmore:hover a{
    color:#383838;
}
.block4 .readmore span {
    font-size: 24px;   
    line-height: 1em;
    margin-left: 3px;
    position: relative;
    top:2px;
}


@media screen and (max-width:1200px) {
    .block3  h2.title:before {
        display: none;
    }
    .block2 {
        background: none;
        margin-bottom: 0;
        padding-bottom: 3rem;
    }
    .togler__menu {
        width: 446px;
    }
    .togler__item {
        padding: 25px 20px;
    }
    .togler__image {
        left: 460px;
        width: 470px;
    }
    .ti_v1 img:nth-child(1) {
    margin: 19px 0 0 0;
    z-index: 1;
    }
    .ti_v1 img:nth-child(2) {
        margin: -184px 0 0 0;
        z-index: 2;
    }
    .ti_v1 img:nth-child(3) {
        margin: -22px 0 0 66px;
        z-index: 3;
    }
    .ti_v2 img:nth-child(1) {
        margin: 19px 0 0 0;
        z-index: 1;
    }
    .ti_v2 img:nth-child(2) {
        margin: -18px 0 0 0;
        z-index: 2;
    }
    .ti_v3 img {
        margin: 18px auto 0;
    }
}

@media screen and (max-width: 991px) {
    .header {
        padding-bottom: 30px;
    }
    .general-title {
        font-size: 39px;
        margin-bottom: 5rem;
    }
    .general-title br {
        display: none;
    }
    .laptop-frame {
        top: inherit;
    }
    .laptop-frame__upd {
        padding: 20px 0 0 0;
    }
    .laptop-frame__bg {
        background: none;
        height: auto;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .laptop-frame__bg > img {
        border: 20px solid #ebebeb;
        border-radius: 10px;
    }
    .laptop-frame__scope {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
    }
    .lf-scope__item {
        position: inherit !important;
        top: inherit !important;
        left: inherit !important; !important;
        right: inherit !important;
        -moz-transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        width: auto !important;
        padding: 20px 10px;
    }
    .lf-scope__item p {
        letter-spacing: 0;
    }
    .laptop-frame__scope > div:nth-child(3) {
        border: none;
        border-left: 4px solid #ee8e6f;
    }
    .laptop-frame__scope > div:nth-child(4) {
        border: none;
        border-left: 4px solid #5cce92;
    }
    .lf-scope__item strong {
        font-size: 20px;
    }
    .togler {
        margin-bottom: 3rem;
    }
    .togler__item {
        padding: 0;
        cursor: default;
        margin-bottom: 3rem;
    }
    .togler__item--active {
        background: none;
        border-radius: 0;
        border: none;
    }
    .togler__menu {
        width: 100%;
    }
    .togler__image {
        position: static;
        width: 100%;
        opacity: 1;
    }
    .ti_v1 img:nth-child(1) {
        margin: 30px auto 0;
    }
    .ti_v1 img:nth-child(2) {
        margin: -236px auto 0;
    }
    .ti_v1 img:nth-child(3) {
        margin: -67px auto 0;
    }
    .ti_v2 img:nth-child(1) {
        margin: 30px auto 0;
    }
    .ti_v2 img:nth-child(2) {
        margin: -111px auto 0;
    }
    .ti_v3 img {
        margin: 30px auto 0;
    }
    .togler__item:not(.togler__item--active):hover {
         border: none;
    }
    .seo-list {
        justify-content: space-around;
    }
    .slick-slide {
        display: block !important;
        float: left !important;
        vertical-align: top !important;
    }
}

@media screen and (max-width: 767px) {
    .general-title {
        margin-bottom: 3rem;
    }
    .general-title, .seo-block h2 {
        font-size: 28px;
    }
    .general-title small {
        font-size: 18px;
    }  
    .laptop-frame__upd {
        padding: 40px 0 0 0;
    }
    .lf-scope__item {
        width: 49% !important;  
        margin-bottom: 1rem;
    }
}

{
@media screen and (max-width: 575px) {
    .laptop-frame__bg > img {
        border: 10px solid #ebebeb;
    }
    .laptop-frame__upd {
        text-align: left !important;
    }
    .lf-scope__item {
        width: 100% !important;
    }
    .ti_v1 img:nth-child(2) {
        margin: -100px auto 0;
    }
    .slick-prev {
        left: 2%;
    }
    .slick-next {
        right: 2%;
    }
    
}
    
    
    