* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
body{
  background: #ECF4F4;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}
.table-wrap{
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1770px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 3;
}
@media (max-width: 1800px) {
  .table-wrap{
    left: auto;
    right: 30px;
    transform: none;
    top: 0;
    width: auto;
  } 
  .table{
    width: 370px !important;
  }
  .devices-item{
    margin-left: -200px;
  }
  .devices-item__descr--2{
    padding-right: 30px;
  }
}
@media (max-width: 1400px) {
  .table{
    position: absolute !important;
    width: 480px !important;
  }
  .main-description{
    margin-left: 0 !important;
  }
  .devices-item__descr--2{
    padding-right: 0px;
  }
}
@media (max-width: 1000px) {
  .table{
    width: 100vw !important;
  }
  .table-wrap{
    right: 0;
    top: 285px;
    height: auto !important;
  }
  section{
    margin-bottom: 550px !important;
    height: 930px !important;
  }
  .devices-item{
    margin-left: 0 !important;
  }
  .table-header > span:nth-child(3){
    padding-right: 50px !important;
  }
}
@media (max-width: 650px) {
  .table-header > span:nth-child(2){
    margin-right: -25px;
  }
  .table-header > span:nth-child(3){
    padding-right: 25px !important;
  }
}
@media (max-width: 760px) {
  .devices-item:nth-child(even) {
    padding-right: 15px !important;
  }
}
@media (max-width: 510px) {
  .main-description__img,
  .main-description__text{
    max-width: 90vw !important;
  }
}
section{
  position: relative;
  padding: 160px 0;
  display: flex;
  justify-content: flex-end;
  max-width: 1770px;
  margin: 0 auto;
  height: 795px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  section{
    padding-bottom: 0;
  }
}

.logo{
  position: fixed;
  top: 0px;
  left: 15px;
  z-index: 90;
}
.content{
  width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1800px) {
  .content{
    width: 1200px;
    align-items: flex-start;
  }
}
@media (max-width: 1000px) {
  .content{
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 490px) {
  .content{
    width: 100%;
  }
}
.main-description{
  max-width: 500px;
  padding: 0 15px;
  position: relative;
  margin-left: 100px;

}
@media (max-width: 1800px) {
  .main-description{
    margin-top: 10px;
  }
}
.main-description__img{
  width: 570px;
  position: absolute;
  left: calc(100% + 15px);
  top: -148px;
}
@media (max-width: 1800px) {
  .main-description__img{
    width: 647px;
    left: -63px;
    top: 107%;
  }
}
@media (max-width: 1000px) {
  .main-description__img{
    width: 480px;
    left: 50%;
    transform: translateX(-50%);
    top: 111%;
  }
}
.main-description__title{
  font-size: 60px;
  line-height: 71px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .main-description__title{
    justify-content: center;
  }
}
.main-description__title span {
  font-family: Rubik;
}
.main-description__title img {
  padding-left: 14px;
}
.main-description__text{
  line-height: 26px;
}
.main-description__subtitle{
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .main-description__subtitle{
    text-align: center;
  }
  .main-description__text{
    text-align: center;
  }
}

.table{
  position: relative;
  top: 155px;
  width: 470px;
  padding: 15px 0;
  background: #00AAA7;
  color: white;
  font-size: 14px;
  box-shadow: 0px 4px 15px rgba(0, 52, 49, 0.4);
  position: sticky;
  top: 160px;

}
@media (max-width: 1000px) {
  .table{
    margin-top: 560px;
    margin-right: 0;
  }
}
@media (max-width: 485px) {
  .table{
    width: 100%;
  }
}
.table-header{
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
  font-size: 14px;
  color: #00AAA7;
  display: flex;
  justify-content: space-between;
}

.table-header span:nth-child(1){
  padding-left: 40px;
}
.table-header span:nth-child(2){
  padding-left: 14px;
}
.table-header span:nth-child(3){
  padding-right: 22px;
}
@media (max-width: 1000px) {
  .table-header span:nth-child(2){
    padding-left: 8px;
  }
  .table-header span:nth-child(3){
    padding-right: 15px;
  }
}
@media (max-width: 420px) {
  .table-header span:nth-child(2){
    padding-left: calc(8px + 5%); 
  }
}

.table-row{
  display: flex;
  padding: 14.2px 0;
  transition: ease .3s;
}
.table-row:hover{
  background: #009794;
}

.table-row__name{
  display: flex;
  padding: 0 15px;
  width: 41%;
}
.table-row__name span{
  margin-right: 15px;
}
.table-row__name p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-row__company{
  padding: 0 15px;
  width: 35%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-row__summ{
  padding: 0 15px;
  text-align: center;
  width: 26%;
  white-space: nowrap;
}

.devices-item{
  width: 100vw;
  height: 327px;
  margin-left: -100px;
}
.devices-item__content{
  padding: 30px 15px;
  width: 100vw;
  display: flex;
  width: 1600px;
  margin: 0 auto;
}

.devices-item:nth-child(odd){
  background: linear-gradient(to right, #D3E5E5, transparent);
}
.devices-item:nth-child(even) >.devices-item__content> .devices-item__descr > div {
  text-align: right;
}

.devices-item__place{
  font-family: Rubik;
  font-size: 60px;
  color: #7C9594;
}
.devices-item__place span{
  font-family: Rubik;
  font-size: 30px;
}

.devices-item__descr{
  font-family: Rubik;
  font-size: 30px;
  padding-top: 30px;
  position: relative;
}
.devices-item__descr div{
  font-size: 16px;
  color: #7C9594;
  margin-top: 10px;
}

.devices-item__descr img{
  position: absolute;
}






.devices-item__descr--1{
  margin-left: 670px;
}
.devices-item__descr--1 img{
  top: 0;
  right: calc(100% + 30px);
}
.devices-item__descr--2{
  margin-left: 280px;
}
.devices-item__descr--2 img{
  right: -142%;
  top: -109px; 
}
.devices-item__descr--3{
  margin-left: 460px;
}
.devices-item__descr--3 img{
  top: -115px;
  right: calc(56% + 30px);
}
.devices-item__descr--4{
  margin-left: 420px;
}
.devices-item__descr--4 img{
  right: -249%;
  top: -83px;
}

.devices-item__descr--5{
  margin-left: 460px;
}
.devices-item__descr--5 img{
  top: -64px;
  right: calc(87% + 30px);
}

.devices-item__descr--6{
  margin-left: 333px;
}
.devices-item__descr--6 img{
  right: -161%;
  top: -91px;
}

.devices-item__descr--7{
  margin-left: 460px;
}
.devices-item__descr--7 img{
  top: -80px;
  right: calc(121% + 30px);
}

.devices-item__descr--8{
  margin-left: 204px;
  max-width: 425px;
  text-align: right;
}
.devices-item__descr--8 img{
  right: -94%;
  top: -91px;
}

.devices-item__descr--9{
  margin-left: 460px;
}
.devices-item__descr--9 img{
  top: -118px;
  right: calc(101% + 30px);
}

.devices-item__descr--10{
  margin-left: 186px;
}
.devices-item__descr--10 img{
  right: -134%;
  top: -111px;
}
.show1230{
  display: none;
}

@media (max-width: 1800px) {
  .hide1230{
    display: none;
  }
  .show1230{
    display: block;
  }
}

.show1230{
  font-family: Rubik;
  font-size: 60px !important;
  color: #7C9594;
}
.devices-item__place span{
  font-family: Rubik;
  font-size: 30px;
}

@media (max-width: 1800px) {
  .devices-item__descr{
    width: 50vw;
    margin: 0;
    padding-top: 0;
  }
  .devices-item__content{
    width: 50vw;
    margin: 0;
    margin-top: -10px;
  }
  .devices-item:nth-child(even) >.devices-item__content> .devices-item__descr {
    text-align: right;
  }
  .devices-item:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
  }
  .devices-item:nth-child(even) {
    display: flex;
    justify-content: flex-start;
  }
  .devices-item__descr--1 img{
    top: 15px;
    right: calc(100% + -3px);
  }
  .devices-item__descr--2 img{
    right: auto;
    left: 85%;
    top: -99px;
  }
  .devices-item__descr--3 img{
    right: calc(100% + -64px);
    top: -106px;
  }
  .devices-item__descr--4 img{
    right: auto;
    left: 106%;
    top: -75px;

  }
  .devices-item__descr--5 img{
    right: calc(95% + 30px);
    top: -55px;
  }
  .devices-item__descr--6 img{
    right: auto;
    left: 101%;
    top: -75px;
  }
  .devices-item__descr--7 img{
    right: calc(110% + 30px);
    top: -66px;
  }
  .devices-item__descr--8{
    max-width: 317px;
  }
  .devices-item__content--8{
    display: flex;
    justify-content: flex-end;
  }
  .devices-item__descr--8 img{
    right: auto;
    left: 110%;
    top: -82px;
  }
  .devices-item__descr--9 img{
    top: -108px;
  }
  .devices-item__content--10{
    display: flex;
    justify-content: flex-end;
  }
  .devices-item__descr--10{
    max-width: 317px;
  }
  .devices-item__descr--10 img{
    right: auto;
    left: 92%;
    top: -95px;
  }
}




@media (max-width: 760px) {
  .devices-item {
    height: 500px;
    overflow: hidden;
  }
  .devices-item__content{
    width: 100%;
  }
  .devices-item__descr{
    width: 100%;
  }



  .devices-item--1{
    height: 459px;
  }
  .devices-item__descr--1 img{
    top: 34%;
    right: auto;
    left: -15px;
  }
  .devices-item--2{
    height: 455px;
  }
  .devices-item__descr--2 img{
    top: 30%;
    right: -106px;
    left: auto;
  }
  .devices-item__descr--3 img{
    top: 27%;
    right: auto;
    left: -116px;
  }
  .devices-item__descr--4 img{
    top: 27%;
    right: -156px;
    left: auto;
  }
  .devices-item__descr--5 img{
    top: 35%;
    right: auto;
    left: -31px;
  }
  .devices-item__descr--6 img{
    top: 30%;
    right: -67px;
    left: auto;
  }
  .devices-item__descr--7 img{
    top: 36%;
    right: auto;
    left: 0px;
  }
  .devices-item__descr--8 img{
    top: 37%;
    right: -45px;
    left: auto;
  }
  .devices-item__descr--9 img{
    top: 24%;
    right: auto;
    left: -42px;
  }
  .devices-item__descr--10 img{
    top: 20%;
    right: -116px;
    left: auto;
  }
}

@media (max-width: 381px) {
  .devices-item--2{
    height: 500px;
  }
  .devices-item__descr--2 img {
    top: 35%;
  }
}
