/* Внутренние стили */
html,
body,
p {
  padding: 0;
  margin: 0;
  word-break: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: normal !important;
}
img {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "Acrom";
  src: url("./fonts/Acrom-Regular.ttf");
  src: local("Acrom"), local("Acrom-Regular"),
    url("./fonts/Acrom-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Comfortaa";
  src: url("./fonts/Comfortaa.ttf");
  src: local("Comfortaa"), local("Comfortaa-Bold"),
    url("./fonts/Comfortaa.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body .container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px !important;
}
.body {
  width: 100%;
  background-color: white;
  overflow: hidden;
}

/*
* Main
*/
.main {
  position: relative;
  background-color: #000606;
}
.main__header {
  position: relative;
  display: flex;
  padding-top: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1040px;
  z-index: 1;
}
.main__title div {
  padding-right: 40px;
  padding-bottom: 2px;
  margin-bottom: 14px;
  border-bottom: 1px solid white;
}
.main__title h1 {
  padding: 0;
  margin: 0;
  font: normal normal normal 110px/110px Bicubik !important;
  color: white;
}
.main__title__above {
  padding: 0;
  margin-bottom: 4px;
  font: normal normal normal 21px/24px "Acrom";
  color: white;
}
.main__title__under {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px/21px "Acrom";
  color: white;
}
.main__catalog {
  margin-right: 30px;
  width: 320px;
}
.dwload.main__dwload::after {
  background-color: #000606;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.dwload.main__dwload::before {
  background-color: #96c44c;
}
.dwload.main__dwload > div {
  background-color: white;
  border-color: #000606;
}
.dwload.main__dwload:hover > div {
  border-color: #96c44c;
}
.dwload.main__dwload .dwload__name,
.dwload.main__dwload .dwload__description {
  color: #000606;
}
.dwload.main__dwload:hover .dwload__name,
.dwload.main__dwload:hover .dwload__description {
  color: #96c44c;
}
.dwload.main__dwload .dwload__icon svg {
  fill: #000606;
}
.dwload.main__dwload:hover .dwload__icon svg {
  fill: #96c44c;
}
.main__text {
  position: relative;
  padding: 30px 60px;
  margin-top: -110px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: rgba(28, 28, 28, 0.9);
  max-width: 880px;
  z-index: 1;
  overflow: hidden;
}
.main__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.5);
  z-index: 1;
}
.main__text p {
  position: relative;
  margin-bottom: 20px;
  font: normal normal normal 16px/20px "Acrom";
  color: white;
  z-index: 2;
}
.main__devices {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.main__devices picture {
  width: auto;
  overflow: hidden;
}
.main__devices img {
  width: 100%;
}
.main__devices__labels {
  position: absolute;
  top: 40px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px !important;
  width: 100%;
  z-index: 2;
}
.main__devices__labels > div {
  position: absolute;
  padding: 14px;
  border-radius: 10px;
  background-color: #343434;
  transform: translateX(-50%);
}
.main__devices__labels > div:nth-child(1) {
  left: 16.7%;
}
.main__devices__labels > div:nth-child(2) {
  left: 34.5%;
}
.main__devices__labels > div:nth-child(3) {
  left: 48.5%;
}
.main__devices__labels > div:nth-child(4) {
  left: 65.5%;
}
.main__devices__labels > div:nth-child(5) {
  left: 80%;
}
.main__devices__labels a {
  text-decoration: none;
  font: normal normal normal 18px/21px "Acrom";
  color: white;
  transition: color 0.3s ease;
}
.main__devices__labels a:hover {
  text-decoration: none;
  color: #b8d932;
}
.main__sizes {
  margin-top: -250px;
  transform: translateY(50%);
  margin-bottom: 120px;
}
.main__footer {
  display: none;
}
.main__vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main__vid__m {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 1140px) {
  .main__title h1 {
    font: normal normal normal 90px/90px Bicubik !important;
  }
  .main__text {
    margin-top: -50px;
    margin-bottom: 80px;
  }
  .main__header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main__devices__labels {
    top: 20px;
  }
}

@media (max-width: 980px) {
  .main__devices picture {
    display: flex;
    justify-content: center;
  }
  .main__devices img {
    width: 112%;
  }
  .main__text {
    margin-bottom: 140px;
  }
  .main__sizes {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .main__catalog {
    display: none;
  }
  .main__title div {
    border-bottom: none;
  }
  .main__footer {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
  .main__footer .dwload::before {
    width: calc(50% + 80px);
    height: calc(100% + 64px);
  }
  .main__header {
    margin-bottom: 60px;
  }
  .main__devices {
    flex-direction: column-reverse;
    border-top: none;
    border-bottom: none;
  }
  .main__devices__labels {
    position: static;
    margin-top: -20px;
    height: 50px;
  }
  .main__devices picture {
    width: 100%;
  }
  .main__text {
    padding: 30px 50px;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 80px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 87%,
      rgba(0, 0, 0, 0.3) 93%,
      rgba(255, 255, 255, 0.3) 100%
    );
  }
  .main__sizes {
    margin-top: -20px;
  }
  .main__vid {
    display: none;
  }
  .main__vid__m {
    display: block;
  }
}

@media (max-width: 576px) {
  .main__title h1 {
    font: normal normal normal 80px/80px Bicubik !important;
  }
  .main__devices__labels {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
  }
  .main__devices__labels > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    transform: translateX(0%);
    width: calc(50% - 20px);
  }
  .main__text {
    padding: 30px 20px;
    margin-top: 40px;
  }
}

/* table */
.table {
  padding-top: 90px;
  margin: 0;
  margin-bottom: 1rem !important;
}
.table__content {
  position: relative;
  padding-bottom: 70px;
}

.table__content h2 {
  padding: 0;
  margin: 0 0 40px 0;
  font: normal bold normal 92px/92px "Acrom" !important;
  text-transform: uppercase;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 1px #000606;
}
.table__content table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.table__header1 {
  padding: 4px 6px;
  font: normal bold normal 21px/24px "Acrom";
}
.table__header2 {
  padding: 4px 6px;
  font: normal bold normal 42px/42px "Acrom";
  text-align: right;
  color: #000606;
}
.table__content tr {
  border-bottom: 1px solid #c8c8c8;
}
.table__content thead tr {
  position: relative;
}
.table__content thead tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #000606;
}
.table__content td {
  padding: 5px 10px !important;
  font: normal bold normal 16px/21px "Acrom";
  color: #000606;
  text-align: center;
}
.table__content td,
.table__content th {
  border-top: none !important;
}
.table__content td {
  font: normal normal normal 16px/19px "Acrom";
  text-align: right;
}
.table__content td:first-child {
  font: normal normal normal 16px/19px "Acrom";
  text-align: left;
  opacity: 0.7;
}
.table__content td:nth-child(2),
.table__content td:nth-child(3),
.table__content td:nth-child(4) {
  font-weight: bold !important;
}
.table__content tbody tr:last-child {
  border-bottom: none;
}
.table__img {
  position: absolute;
  bottom: -50px;
}
.table__img1 {
  right: 0;
  transform: translateX(57%);
}
.table__img2 {
  left: 0;
  transform: translateX(-50%);
}
.table__content h3 {
  display: none;
}

.table__scroll td:nth-child(2),
.table__scroll td:nth-child(3),
.table__scroll td:nth-child(4) {
  width: 300px;
}

@media (max-width: 1140px) {
  .table__content table {
    width: calc(100% - 40px);
  }
}

@media (max-width: 980px) {
  .table__content h2 {
    font: normal bold normal 62px/62px "Acrom" !important;
  }
  .table__scroll {
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
    margin-left: -20px;
    margin-right: -20px;
    overflow: scroll;
  }
}

@media (max-width: 768px) {
  .table {
    padding-top: 50px;
    margin-bottom: 0 !important;
  }
  .table__content {
    padding-bottom: 0;
  }
  .table__content h2 {
    text-align: left;
  }
  .table__content h3 {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    font: normal bold normal 24px/27px "Acrom" !important;
  }
  .table__scroll {
    padding-left: 20px;
    padding-right: 20px;
  }
  .table__header1 {
    font: normal bold normal 10px / 100% "Acrom";
    opacity: 0;
  }
  .table__content thead tr {
    display: flex;
    justify-content: flex-end;
    width: calc(100vw - 40px);
  }
  .table__header2 {
    font: normal bold normal 30px/34px "Acrom";
    width: calc(100vw - 40px);
  }
  .table__scroll .table__header2 {
    width: 30%;
  }
  .table__scroll thead tr {
    width: auto;
  }
  .table__content tr {
    display: flex;
  }
  .table__content tr td:nth-child(1) {
    flex-grow: 1;
  }
  .table__content tr td:nth-child(2),
  .table__content tr td:nth-child(3) {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
  }

  .table__scroll table {
    width: 860px;
  }

  .table__scroll tr td:nth-child(2),
  .table__scroll tr td:nth-child(3),
  .table__scroll tr td:nth-child(4) {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    word-break: break-word;
  }

  .table__img1 {
    position: static;
    display: flex;
    justify-content: center;
    transform: translateX(0%);
  }
  .table__img1 img {
    width: 180%;
  }
  .table__img2 {
    display: none;
  }
}

@media (max-width: 576px) {
  .table {
    padding-top: 20px;
  }
  .table__content h2 {
    font: normal bold normal 42px/42px "Acrom" !important;
  }
  .table__header2 {
    font: normal bold normal 18px/21px "Acrom";
  }
  .table__content h3 {
    font: normal bold normal 21px/24px "Acrom" !important;
  }
  .table__content td {
    padding: 3px 5px !important;
    hyphens: auto;
  }
  .table__content td {
    font: normal normal normal 10px/110% "Acrom" !important;
  }
  .table__img1 img {
    width: 220%;
  }
}

/* vid */
.vid {
  position: relative;
  padding-bottom: 20px;
  background-color: #000606;
  z-index: 1;
}
.vid .container {
  position: relative;
}
.vid__body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  width: calc(100% - 100px);
  transform: translateY(-70px);
  z-index: 2;
}

@media (max-width: 1140px) {
  .vid__body {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .vid__body {
    margin-bottom: 0;
    transform: translateY(0px);
  }
}

/* OTHER */
#header-phone {
  color: white !important;
}
#header-phone a {
  color: white;
  transition: color 0.3s ease;
}
#header-phone a:hover {
  color: #96c44c;
  text-decoration: none;
}

.form {
  background-image: linear-gradient(#000606 65%, #111107 100%);
}
.container.form__body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__paper {
  position: absolute;
  top: 0px;
  left: calc(50% + 150px);
  width: 360px;
  height: 300px;
  background-image: url("../img/paper-plane.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .form__paper {
    left: auto;
    right: -160px;
  }
}

#iris-o-form {
  position: relative;
  background: transparent
    radial-gradient(closest-side at 25% 34%, #000000 0%, #343434 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 60px #000000;
  padding: 30px;
  margin-bottom: 50px;
  max-width: 700px;
  margin-right: auto;
  z-index: 2;
}

#iris-o-form-p {
  text-align: left;
  font: normal normal normal 28px/38px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  display: none;
}

#iris-o-form-submit {
  background-color: #96c44c;
  border-color: #96c44c;
  border-radius: 20px;
  text-align: center;
  font: normal normal normal 24px/40px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: lowercase;
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 992px) {
  .container.form__body {
    padding-bottom: 50px;
    flex-direction: column;
  }
  .form__body > div {
    margin-right: 0;
  }
}

#contact-footer {
  display: flex !important;
  flex-direction: column !important;
}

#contact-footer a {
  display: inline-block;
  margin-bottom: 5px;
  color: #6c6c6c !important;
  text-decoration: none;
  white-space: nowrap;
}

#social-footer a .fab {
  color: #6c6c6c !important;
}

@media (min-width: 1024px) {
  #contact-footer {
    color: #6c6c6c !important;
  }
}

#skolkovo-footer img {
  width: 80px;
}

.form__img {
  position: absolute;
  top: 50%;
  right: -25%;
  width: 220px;
  transform: translateY(-50%);
}
