html{
    box-sizing: border-box;
}
*, *::before,*::after{
    box-sizing: inherit;
}
body{
    font-family: 'PT Sans', arial;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #102746;
    background-color: #E5E5E5;
    margin: 0;
}
.wrapper{
    max-width: 100%;
    margin: 0 auto;
}
.wrapperI{
    max-width: 100%;
    margin: 0 auto;
}
.header{
    top: 0;
    left: 0;
    width: 100%;
}
.header__wrapper{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        background: #F5F5F5;
        border: 1px solid #D7D7D7;
    }
.intro{
    background: url(../img/bgg.png) no-repeat right;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-color: #E9E9E9;
    background-attachment: fixed;
}
.header__logo  span{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 9px;
    color: #49BAD7;
    position: absolute;
    margin-left: 55px;
    margin-top: -15px;
}
.intro__title {
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 31px;
line-height: 40px;
color: #596162;
text-align: center;
    padding-top: 35px;
}
.intro__title span {
    color: #49BAD7;
} 
.header__link{
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 22px;
text-decoration: none;
color: #596162;
}
.wrapper_footer {
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.panel_body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #596162 0%, rgba(89, 97, 98, 0.7) 100%);
}
.panel_but:nth-child(1) {
    margin-left: 0px;
}
.panel_but {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #49BAD7;
    margin-right: 60px;
}
.panelAcc {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #E1E1E1;
}
.panel_but a {
    text-decoration: none;
    color: #F5F5F5;
}
.block_footer span {
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
display: flex;
align-items: center;
color: #596162;
}
.panel_but a:hover{
    color: #49BAD7;
}
.block_footer {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-right: 0px;
}
.block_footer:nth-child(1) {
    margin-left: 0px;
}
.blockB {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    background: linear-gradient(180deg, 
#303030 0%,
    rgba(87, 87, 87, 0.7) 100%);
    margin-top: 142px;
}
.info_block:nth-child(2) span {
    padding-top: 45px;
}
.info_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 26em;
    border-right: 0px solid 
    #A2A2A2;
    padding-bottom: 48px;
}
.info_block span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 31px;
    text-align: center;
    color: 
    #49BAD7;
    width: 14em;
    padding-top: 13px;
}
.anim{
    background-image:url(../img/r1.png);
    width: 50px;
    height: 50px;
}
.anim2{
    background-image:url(../img/r2.png);
    width: 50px;
    height: 50px;
}
.anim3{
    background-image:url(../img/r3.png);
    width: 50px;
    height: 50px;
}
.anim4{
    background-image:url(../img/r4.png);
    width: 50px;
    height: 50px;
}
.anim:hover{
    background-image:url(../img/rh1.png);
    width: 50px;
    height: 50px;
}
.anim2:hover{
    background-image:url(../img/rh2.png);
    width: 50px;
    height: 50px;
}
.anim3:hover{
    background-image:url(../img/rh3.png);
    width: 50px;
    height: 50px;
}
.anim4:hover{
    background-image:url(../img/rh4.png);
    width: 50px;
    height: 50px;
}
h2{
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 40px;
    color: #F5F5F5;
    margin-left: 420px;
}
.news{
    background: url(../img/fon.png) no-repeat right;
    background-color: rgba(0, 0, 0, 0);
    background-color:#E9E9E9;
    background-attachment: fixed;
    margin-top: -25px;
}
.principles{
    display: flex;
    justify-content: center;
}
.left{
    width: 520px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 3px;
    background: #484848;
}
.right{
    width: 520px;
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: 30px;
}
.up{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
}
.down{
    background: #484848;
}
.down1{
    background: #F5F5F5;
}
.text{
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #596162;
}
.text1{
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 23px;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #596162;
}
.opis{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #49BAD7;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
}
.up img{
    padding-top: 16px;
}
.down2{
    background-color: #484848;
}
.down3{
    margin-top: 7px;
    background-color: #484848;
}
.down4{
    margin-top: 7px;
    background-color: #484848;
}
.opis2{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #49BAD7;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
h3{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #596162;
    padding-top: 45px;
}
h4{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #596162;
}
.row{
    display: flex;
    justify-content: center;
}
.first{
    width: 336px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F5F5F5;
    margin-right: 31px;
    text-align: center;
}
.first img{
    margin-top: 16px;
}
.first p {
    margin-top: 43px;
    margin-bottom: 76px;
    margin-left: 23px;
    margin-right: 23px;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #596162;
}
.second{
    width: 336px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F5F5F5;
    margin-right: 31px;
    text-align: center;
}
.second img{
    margin-top: 16px;
}
.second p{
    margin-top: 60px;
    margin-bottom: 76px;
    margin-left: 23px;
    margin-right: 23px;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #596162;
}
.third{
    width: 336px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F5F5F5;
    text-align: center;
}
.third img{
    margin-top: 16px;
}
.third p{
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 12px;
    margin-bottom: 34px;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #596162;
}
.jus{
    display: flex;
    justify-content: center;
}
.gear{
    background-image: url(../img/mech2.png);
    background-color:rgba(0,0,0,.8);
    width: 1070px;
    border-radius: 3px;
    margin-top: 47px;
}
.gear ul{
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 32px;
color: #F5F5F5;
}
.gear li{
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
list-style-type: none;
margin-left: 30px;
}
.last{
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
list-style-type: none;
margin-left: 30px;
margin-bottom: 47px;
}
h5{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #596162;
}
.con{
    display: flex;
    justify-content: center;
}
.left1{
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 3px;
    width: 382px;
    display: flex;
}
.right1{
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 3px;
    width: 382px;
    margin-left: 30px;
    display: flex;
}
.lev{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    background: #484848;
border-radius: 3px 0px 0px 3px;
}

.pr{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 0px;
    margin-left: 26px;
}
.pr2{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 6px;
    margin-left: 26px;
}
.pr3{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.pr4{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.pr5{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 20px;
    margin-left: 26px;
}
.prr{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 0px;
    margin-left: 26px;
}
.prr2{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.prr3{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.prr4{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.prr5{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
h6{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #596162;
}
.skv{
    display: flex;
    justify-content: center;
}
.left2{
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 3px;
    width: 795px;
    display: flex;
}
.prr{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 0px;
    margin-left: 26px;
}
.prr2{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.prr3{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.prr4{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.prr5{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.prr6{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.prr7{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #596162;
    padding-top: 15px;
    margin-left: 26px;
}
.smart {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}
.bg{
    background-color:
white;

width: 1070px;

display: flex;

flex-direction: column;

justify-content: center;

align-items: center;
}
.leftt{
    background: url(../img/door.png);
    background-color:rgba(0,0,0,.8);
    width: 535px;
    padding-left: 30px;
}
.rightt{
    width: 535px;
    padding-left: 30px;
}
.spis{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
margin-top: 36px;
}
.spis2{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
margin-top: 55px;
}
.spis3{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
margin-top: 55px;
}
.spis4{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
margin-top: 55px;
}
.spis5{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
margin-top: 55px;
}
.spis6{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
margin-top: 55px;
}
.spis7{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #F5F5F5;
margin-top: 55px;
margin-bottom: 39px;
}
.spis8{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
margin-top: 25px;
color: #484848;
}
.spis9{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
margin-top: 25px;
color: #484848;
}
.spis10{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
margin-top: 55px;
color: #484848;
}
.spis11{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
margin-top: 36px;
color: #484848;
}
.spis12{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
margin-top: 18px;
color: #484848;
}
.spis13{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
margin-top: 38px;
color: #484848;
}
.spis14{
    list-style-type:none;
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
margin-top: 56px;
color: #484848;
}
.conn{
    display: flex;
    flex-direction: row;
}
h7{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    color: #484848;
    margin-top: 17px;
    margin-bottom: 17px;
    text-align: center;
}
h8{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #596162;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 45px;
}
.sfera{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #484848;
    margin-left: 10px;
}
.sfera2{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #484848;
    margin-left: 10px;
}
.sfera3{
    list-style-type: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #484848;
    margin-left: 10px;
}
.sfera:nth-last-child(2){
    margin-top: 17px;
}
.sfera:nth-last-child(1){
    margin-top: 17px;
}
.sfera2:nth-last-child(4){
    margin-top: 17px;
}
.sfera2:nth-last-child(3){
    margin-top: 17px;
}
.sfera2:nth-last-child(2){
    margin-top: 17px;
}
.sfera2:nth-last-child(1){
    margin-top: 17px;
    margin-bottom: 21px;
}
.sfera3:nth-last-child(3){
    margin-top: 17px;
}
.sfera3:nth-last-child(2){
    margin-top: 17px;
}
.sfera3:nth-last-child(1){
    margin-top: 17px;
}
h9{
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 11px;
    border: 1px solid #E1E1E1;
    color: #596162;
}
h10{
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 11px;
    border: 1px solid #E1E1E1;
    color: #596162;
}
h11{
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 11px;
    border: 1px solid #E1E1E1;
    color: #596162;
}
.first1{
    width: 336px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F5F5F5;
    margin-right: 31px;
    text-align: center;
}
.second1{
    width: 336px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F5F5F5;
    margin-right: 31px;
    text-align: center;
}
.third1{
    width: 336px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F5F5F5;
    text-align: center;
}
.row1{
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}
.rov{
    display: flex;
    align-items: baseline;
    flex-direction: column;
    width: 100%;
}