/* ИНСТРУКЦИИ */

.section__technical {
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 1280px) {
.section__technical {
  padding: 0 20px;
  }
}
.functional-requares {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 30px 50px;
  background-image: linear-gradient(45deg, #ffc0cb, #FFA6F3);
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .functional-requares {
  padding: 15px 20px;
  }
}
.functional-requares__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
.functional-requares__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
.functional-requares__title {
    font-size: 16px;
  }
}
.functional-requares__decription {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
.functional-requares__decription {
  font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .functional-requares__decription {
  font-size: 14px;
  }
}

.technical__table {
  margin: 20px auto;
  border: 2px solid rgb(0, 0, 0);
}
.technical__table-name {
  max-width: 1078px;
  border: 2px solid rgb(0, 0, 0);
  padding: 10px;
  margin: 10px;
  font-weight: 600;
}
.technical__table-element {
  width: auto;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  border: 2px solid rgb(0, 0, 0);
  font-weight: 400;
}
.technical__table-modules {
  max-width: 1078px;
  padding: 10px;
  margin: 10px;
  border: 2px solid rgb(0, 0, 0);
  font-weight: 600;

}
.technical__table-list {
  max-width: 1078px;
  padding: 10px;
  margin: 10px;
  border: 2px solid rgb(0, 0, 0);
}
.technical__table-item {
  font-weight: 400;
  list-style-type: circle;
  list-style-position: inside;
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 5px;
}


.technical-requares {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 30px 50px;
  background-image: linear-gradient(-45deg, #5de7ff, #FFA6F3);
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  .technical-requares {
  padding: 20px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .technical-requares {
  padding: 20px 30px;
  }
}
@media screen and (max-width: 780px) {
  .technical-requares {
  padding: 15px 20px;
  }
}
.technical-requares__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
.technical-requares__title {
  font-size: 16px;
  }
}
.technical-requares__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
.technical-requares__wrapper {
  justify-content: space-around;
  gap: 20px;
  }
}
@media screen and (max-width: 1080px) {
.technical-requares__wrapper {
  justify-content: space-around;
  gap: 40px;
  flex-wrap: wrap;
  }
}
.technical-requares__operation-systems { 
  display: flex;
}
@media screen and (max-width: 480px) {
.technical-requares__operation-systems { 
    flex-direction: column;
    align-items: anchor-center;
  }
}

.operation-system-img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 1280px) {
.operation-system-img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 780px) {
.operation-system-img {
    width: 100px;
    height: 100px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 480px) {
.operation-system-img {
    width: 60px;
    height: 60px;
    align-self: center;
        margin-bottom: 10px;

  }
}
.system-wrap {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
}
@media screen and (max-width: 1280px) {
.system-wrap {
    max-width: 250px;
  }
}
@media screen and (max-width: 480px) {
.system-wrap {
    max-width: 220px;
    gap: 20px;
  }
}
.operation-system {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
.operation-system {
  font-size: 14px;
  }
}
.system-elements__list {
  display: flex;
  width: 300px;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}
.system-elements__item {
  font-size: 12px;
}
.technical-requares__browsers {
  display: flex;
}
@media screen and (max-width: 480px) {
  .technical-requares__browsers {
    flex-direction: column;
    align-items: anchor-center;
  }
}
.technical-requares__img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 1280px) {
.technical-requares__img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 780px) {
.technical-requares__img {
    width: 100px;
    height: 100px;
    align-self: flex-end;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
.technical-requares__img {
    width: 60px;
    height: 60px;
    align-self: center;
  }
}
.browser-wrap {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
}
@media screen and (max-width: 1280px) {
.browser-wrap {
    max-width: 250px;
  }
}
@media screen and (max-width: 480px) {
.browser-wrap {
    max-width: 220px;
    gap: 20px;
  }
}
.working-browsers {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
.working-browsers {
    max-width: 250px;
    font-size: 14px;
  }
}
.browsers-elements__list {
  display: flex;
  width: 300px;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}
.browsers-elements__item {
  font-size: 12px;
}
.technical-requares__images {
  max-width: 320px;
}
.images__img {
  width: 150px;
  padding-bottom: 20px;
}
.image__description {
  width: 310px;
  font-size: 14px;
}
.instruction-steps {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 30px 50px;
  background-image: linear-gradient(-375deg, #ff67cb, #b3f6ff);
  border-radius: 20px;
}
.instruction-steps__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
.instruction-steps__title {
  font-size: 16px;
  }
}
.rules__downloading {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
.read-documents {
  display: block;
  margin: 0 auto 30px;
  padding: 20px 40px;
  background-image: linear-gradient(90deg, #00B9ED, #FFA6F3);
  border-radius: 10px;
  align-content: center;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
.read-documents {
  font-size: 14px;
  padding: 10px 20px;
  }
}

/* ДОКУМЕНТАЦИЯ */
.section__documents {
  padding-bottom: 140px;
}
@media screen and (max-width: 1080px) {
  .section__documents {
    padding: 0 40px 140px;
  }
}
.section__documents-title {
  margin: 50px auto;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
.section__documents-title {
  font-size: 20px;
  }
}
.documents-to-download {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  background-color: #d81696;
  margin-bottom: 15px;
  border-radius: 7px;
  text-align: center;
  align-content: center;
}
.documents-to-download:hover {
  border: 2px solid white;
}

