body {
  font-size: 16px;
  line-height: 1.2em;
  background-color: white;
  word-break: normal !important;
}
/* .body {
  overflow: hidden;
} */

a, div {
  box-sizing: border-box;
}
a:hover {
  color: #93df1c !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#iris-o-form {
  position: relative;
  z-index: 2;
}

#iris-o-form>div {
  flex-direction: column;
  align-items: center;
}

#iris-o-form .col-md-4 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

#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: #93df1c;
  border-color: #93df1c;
  border-radius: 28px;
  text-align: center;
  font: normal normal normal 24px/40px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: lowercase;
  margin-top: 20px;
  width: 100%;
  transition: all .3s ease;
}

#iris-o-form-submit:hover {
  background-color: #80b647;
  border-color: #80b647;
}

@media (max-width: 992px) {
  .container.form__body {
    padding-bottom: 50px;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #iris-o-form {
    padding: 0 20px;
  }
}

#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;
  }
}

.alert {
  max-width: 700px;
}

.btn-1 {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 330px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #7DC35A;
  color: white;
  font: normal normal normal 18px / 20px Acrom !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-1:hover {
  color: white !important;
  background-color: #272727;
  text-decoration: none !important;
}
.btn-1:active {
  background-color: #181818;
  color: white !important;
  text-decoration: none !important;
}
.btn-1--white {
  background-color: white;
  color: #121212;
  border: 1px solid #121212;
}
.btn-1--white:hover {
  background-color: #272727;
  border-color: #272727;
  color: white !important;
  text-decoration: none !important;
}
.btn-1--white:active {
  background-color: #181818;
  border-color: #181818;
  color: white;
  text-decoration: none !important;
}

.container {
  /* TODO: Удалить */
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  max-width: 1400px !important;
}

@media (min-width: 1920px) {
  body .container {
    max-width: 1400px !important;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1100px !important;
  }
}

@media (max-width: 1140px) {
  .container {
    max-width: 768px !important;
  }
}


.main {
  padding-top: 170px;
}

.main__title {
  margin-bottom: -70px;
}
.main__title-name {
  padding-bottom: 24px;
  width: 456px;
  border-bottom: 2px solid rgba(18, 18, 18, 0.5);
}
.main__title-text {
  padding: 0;
  margin: 12px 0 0 0;
  font: normal normal normal 20px/120% Acrom;
  color: #5A5A5A;
}

.table {
  padding-bottom: 128px;
}
.table__header {
  display: flex;
  margin-top: -50px;
  align-items: stretch;
}
.table__header h2 {
  padding: 0;
  margin: 0 0 2px 0;
  font: normal normal bold 36px/110% Acrom;
  color: #212121;
}
.table__header p {
  padding: 0;
  margin: 0 0 24px 0;
  font: normal normal normal 18px/110% Acrom;
  color: #868686;
}
.table__header .btn-1 {
  margin-bottom: 12px;
  max-width: 355px;
  width: 100%;
}
.table__header .mcol-2,
.table__header .mcol-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.mcol-1,
.mcol-2,
.mcol-3 {
  width: 33.33%;
}

.table__body {
  margin-bottom: 32px;
}
.table__title {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #333333;
}
.table__title .mcol-1 {
  padding: 0;
  margin: 7px 0 14px 0;
  font: normal normal bold 24px/100% Acrom;
  color: #121212;
}
.table__title .mcol-2, 
.table__title .mcol-3 {
  display: none;
}
.table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AEAEAE;
}
.row--select {
  background-color: #F9FAFF;
}
.table__row .mcol-1 {
  padding: 0;
  margin: 8px 0 8px 0;
  font: normal normal normal 20px/100% Acrom;
  color: #616161;
}
.table__row .mcol-2,
.table__row .mcol-3 {
  padding: 0;
  margin: 8px 0 8px 0;
  font: normal normal normal 20px/100% Acrom;
  color: #121212;
  text-align: right;
}
.table__row .mcol-3 {
  font-weight: bold;
}

@media (max-width: 1400px) {
  .main__title {
    margin-bottom: -30px;
  }
  .table__header {
    margin-top: -30px;
  }
  .table__header .btn-1 {
    max-width: 285px;
    text-align: center;
  }
}

@media (max-width: 1140px) {
  .main {
    padding-top: 150px;
  }
  .main__title {
    margin-bottom: 0;
  }
  .main__title-name {
    width: 346px;
  }

  .table__header {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .table__header .mcol-1 {
    display: none;
  }
  .table__header .mcol-2, 
  .table__header .mcol-3 {
    align-items: flex-start;
    width: 100%;
  }
  .table__header h2 {
    font: normal normal bold 27px / 110% Acrom;
  }
  .table__header p {
    margin: 0 0 24px 0;
    font: normal normal normal 16px/110% Acrom;
  }
  .table__header .btn-1 {
    max-width: none;
  }

  .table__title .mcol-2, 
  .table__title .mcol-3 {
    display: block;
    padding: 0;
    margin: 0 0 8px 0;
    font: normal normal bold 18px/100% Acrom;
    text-align: right;
  }
  .table__title .mcol-1 {
    padding: 0;
    margin: 0 0 8px 0;
    font: normal normal bold 18px / 100% Acrom;
  }

  .table__row {
    align-items: center;
  }
  .table__row .mcol-1,
  .table__row .mcol-2,
  .table__row .mcol-3 {
    font: normal normal normal 18px / 100% Acrom;
  }
  .table__row .mcol-3 {
    font-weight: bold;
  }
}

@media (max-width: 640px) {
  .main {
    padding-top: 140px;
  }
  .main__title {
    margin-bottom: 18px;
  }
  .main__title-name {
    padding-bottom: 16px;
    width: 100%;
  }
  .main__title-text {
    margin: 7px 0 0 0;
    font: normal normal normal 16px / 120% Acrom;
  }
  .table__title .mcol-1,
  .table__title .mcol-2, 
  .table__title .mcol-3 {
    font: normal normal bold 12px/100% Acrom;
  }

  .table {
    margin-top: 40px;
    padding-bottom: 45px;
  }
  .table__header h2 {
    font: normal normal bold 24px / 110% Acrom;
  }
  .table__header p {
    margin: 0 0 12px 0;
  }
  .table__header .btn-1 {
    margin-bottom: 8px;
  }
  .table__header .mcol-2 {
    margin-bottom: 12px;
  }
  .table__header .mcol-3 {
    margin-bottom: 24px;
  }

  .btn-1 {
    font: normal normal normal 16px / 100% Acrom !important;
  }

  .table__row .mcol-1,
  .table__row .mcol-2,
  .table__row .mcol-3 {
    font: normal normal normal 14px / 100% Acrom;
  }
  .table__row .mcol-3 {
    font-weight: bold;
  }

  .mcol-1 {
    width: calc(100% - 162px);
  }
  .mcol-2 {
    width: 70px;
  }
  .mcol-3 {
    width: 92px;
  }
  .table__body {
    margin-bottom: 16px;
  }
}


