@charset "UTF-8";
/* ITEAMO.NET <<< ============================================================ */
[float=left] {
  float: left;
}

[float=right] {
  float: right;
}

[clear] {
  clear: both;
}

br[clear] {
  display: block !important;
  line-height: 0px;
  height: 0px;
}

b {
  font-weight: bold !important;
}

.iteamo .servicesList {
  column-count: 2;
  column-width: 260px;
  column-gap: 20px;
  margin-bottom: 15px;
}
.iteamo .servicesList > div {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 22px;
  break-inside: avoid-column;
  page-break-inside: avoid;
}
.iteamo .servicesList > div p {
  display: inline-block;
  text-align: left;
}
.iteamo .servicesList > div p:first-letter {
  font-size: 1.5rem;
}
@media (max-width: 550px) {
  .iteamo .servicesList > div {
    line-height: 20px;
    font-size: 0.8rem;
  }
  .iteamo .servicesList > div:first-letter {
    font-size: 1rem;
  }
}
.iteamo .servicesList > div:before {
  display: inline-block;
  position: relative;
  width: 15px;
  content: "⋆";
  vertical-align: top;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a3a74;
  margin-top: -5px;
  margin-left: -22px;
  margin-right: 5px;
}
.iteamo .servicesBrands {
  column-count: 3;
  column-width: 260px;
  column-gap: 80px;
  margin-bottom: 10px;
}
.iteamo .servicesBrands section {
  display: block;
  break-inside: avoid-column;
  page-break-inside: avoid;
  margin-bottom: 20px;
  clear: both;
}
.iteamo .servicesBrands section > .header {
  background: #dae6f6;
  border: 1px solid #cee4f7;
  box-shadow: 0px 2px 4px #dae6f6;
  -webkit-box-shadow: 0px 2px 4px #dae6f6;
  -moz-box-shadow: 0px 2px 4px #dae6f6;
  position: relative;
  z-index: 1000;
  padding-left: 30px !important;
  margin-left: -30px !important;
  padding-right: 30px !important;
  margin-right: -30px !important;
  padding: 2px 0px;
  margin-bottom: 20px;
  line-height: 35px;
}
.iteamo .servicesBrands section > .header:before, .iteamo .servicesBrands section > .header:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
}
.iteamo .servicesBrands section > .header:before {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #cee4f7 #cee4f7 transparent transparent;
}
.iteamo .servicesBrands section > .header:after {
  right: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #cee4f7 transparent transparent #cee4f7;
}
.iteamo .servicesBrands section > img {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-height: 150px;
  max-width: 150px;
}
.iteamo .servicesBrands section > .description:before {
  content: " ";
  display: table;
  width: 150px;
  height: 0px;
}
.iteamo .fullWidthHeader {
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2) inset;
  z-index: 10000;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 1.2rem;
  background: #1a3a74;
  color: #bbd1dc;
  margin-bottom: 10px;
  text-align: center;
}
.iteamo .fullWidthHeader * {
  display: inline;
  vertical-align: baseline;
  color: #bbd1dc;
  font-size: 1.2rem;
}
.iteamo .fullWidthHeader h1 {
  font-size: 1.5rem;
}
.iteamo .fullWidthHeader dd {
  font-size: 1rem;
  float: right;
}
.iteamo .fullWidthHeader dd * {
  font-size: 1rem;
}
.iteamo .about {
  margin-bottom: 10px;
}
.iteamo .about p:before {
  content: " ";
  display: table;
  width: 150px;
  height: 0px;
}
.iteamo .about .logo {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  max-height: 250px;
  min-width: 100px;
  max-width: 250px;
}
.iteamo .contacts {
  margin-bottom: 10px;
}
.iteamo .contacts a {
  margin-right: 10px;
}

/*# sourceMappingURL=services.css.map */
