:root {
  --red: #CC0000;
  --red-link: #d22020;
  --dark: #3b556a;
  --gray: #677888;
  --white: #fff;
  --white-2: #ebedef;
  --black: #000;
  --text: #011E39;
  --link-hover: #011e39;
}

body {
  background: var(--white);
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: var(--text);
}

body.develop {
  background: var(--white) url('../images/sweb.svg') no-repeat center top;
}

body.develop div.row {
  opacity: 0.5;
}

a {
  color: var(--gray);
}


img.logo {
  vertical-align: middle;
  border-style: none;
  margin-top: 7px;
  margin-bottom: -7px;
}

h1 {}

h2 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: -0.045rem;
  color: var(--black)
}

p {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: var(--dark);
}

div.info {
  border: 2px solid var(--white-2);
  background: linear-gradient(0deg, rgba(1, 30, 57, 0.04), rgba(1, 30, 57, 0.04)), var(--white) url('../images/s.svg') no-repeat right bottom;
  border-radius: 24px;
  padding: 1.6rem 1.96rem;
  margin-top: 5px;
}

div.info p {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0.51rem;
}

div.info a {
  color: var(--gray);
  text-decoration: underline;
}

div.info a.phone-num {
  color: var(--gray);
  text-decoration: none;
}

div.info a:hover,div.info a.phone-num:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

div.info ul {
  text-align: left;
  padding: 0;
  margin-bottom: -0.2rem;
}

div.info ul li {
  list-style-type: none;
  line-height: 2.1rem;
  color: var(--gray);
  font-weight: 700;
}

div.info ul li i {
  margin-right: 0.9rem;
}

div.info ul li i:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: transparent url('../icons/time.svg') no-repeat center center;
  position: relative;
  top: 0.4rem;
  color: var(--gray);
}

div.info ul li i.chat:before {
  background: transparent url('../icons/chat.svg') no-repeat center center;
}

div.info ul li i.phone:before {
  background: transparent url('../icons/phone.svg') no-repeat center center;
}

a.btn-sweb {
  background: var(--red);
  box-shadow: 0px 8px 24px -8px rgba(204, 0, 0, 0.4);
  border-radius: 12px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
  padding: 0.7rem 2.9rem;
}

div.footer {
  margin: 6.25rem 0 1rem;
}

div.footer p {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 0.9rem;
  text-align: center;
  color: var(gray);
}

div.footer p a {
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  color: var(--red-link);
}

div.footer p a:after {
  content: "•";
  color: var(--gray);
  margin-left: 10px;
  margin-right: 10px;
}
div.footer p a:last-child:after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}