/* Generated by less 2.5.1 */
body {
  box-sizing: border-box;
  text-align: right;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box > div {
  max-width: 677px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 1px 1.732px 5px 0px #bfbfbf;
}
.box .row {
  padding-top: 30px;
}
.box .row:last-child {
  padding-bottom: 30px;
}
.box .logo {
  flex-basis: 265px;
  flex-grow: 0;
}
.box .logo__link {
  display: block;
  height: 155px;
}
.box .logo__link img {
  max-width: 100%;
  height: auto;
}
.box .content {
  flex: 1;
}
.box .content__heading {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.box .content--response > .request {
  display: none;
}
.box .content .request label {
  display: block;
  margin: 0;
}
.box .content .request label span {
  display: block;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.box .content .request input {
  border: 1px solid #cccccc;
  width: 100%;
  font-size: 16px;
  color: #aaaaaa;
  text-transform: uppercase;
  margin: 17px 0;
}
.box .content .btn-success {
  background-color: #5cb85c;
  width: 100%;
  margin: 0;
}
.box .content:not(.content--response) .response {
  display: none;
}
.box .content .response__item {
  margin-bottom: 35px;
}
.box .content .response__item .item__name {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.box .content .response__item .item__options .option {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.box .content .response__item .item__options .option .option__lniks {
  display: block;
}
.box .content .response__item .item__options .option .option__lniks a {
  position: relative;
  font-size: 16px;
  text-decoration: underline;
  color: #0292d1;
  text-transform: uppercase;
}
.box .content .response__item .item__options .option .option__lniks a:not(:last-child)::after {
  content: ',';
  color: #000;
}
.box .content .response__item .item__options .option .option__lniks a.link--stop {
  padding-right: 30px;
}
.box .content .response__item .item__options .option .option__lniks a.link--stop::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/remove-circle-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
}
.box .footer > div:not(:last-child) {
  border-bottom: 1px solid #8eba0e;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.box .footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.box .footer ul li {
  position: relative;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.box .footer ul li:not(:first-child) {
  padding-right: 20px;
  margin-right: 10px;
}
.box .footer ul li:not(:first-child)::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8eba0e;
}
h3.empty-res {
    color: red;
    margin: 39px 0;
}