a, a:hover, a:active, a:focus {
  text-decoration: none;
}

.wrapper {
  font-family: "Roboto", sans-serif;
  color: #333333;
}

.block {
  min-width: 950px;
  max-width: 950px;
  margin: 0 auto;
}

.header-wrapper {
  padding: 5px 0;
  margin: 0 0 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-wrapper_image {
  padding-top: 0;
}
.header-wrapper_plain {
  box-shadow: none;
  background: none;
  margin: 0 0 15px;
}

.header-wrapper__item.header-wrapper__item_margin {
  margin: 0 0 15px;
}

.header, .footer {
  width: 100%;
  padding: 20px 0;
}
.header__inner, .footer__inner {
  margin: 0 -10px;
}
.header__left, .header__center, .header__right, .footer__left, .footer__center, .footer__right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -4px;
}
.header__left, .footer__left {
  width: 40%;
  text-align: left;
}
.header__right, .footer__right {
  width: 60%;
  text-align: right;
}
.header__row, .footer__row {
  margin-bottom: 20px;
}
.header__row:last-child, .footer__row:last-child {
  margin-bottom: 0;
}
.header__center .header__item, .header__center .footer__item, .footer__center .header__item, .footer__center .footer__item {
  margin: 0;
}
.header__item, .footer__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  text-align: left;
}

.header_image {
  padding: 0;
}
.header_image .block {
  height: 230px;
  background-image: url("/img/header.png");
}

.header-contacts {
  display: inline-block;
  width: 490px;
  margin: 15px 0;
  color: #333333;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}
.header-contacts__col {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.header-contacts__item {
  margin: 0 0 10px;
  text-align: left;
  font-size: 20px;
}
.header-contacts__item_tel:before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 20px;
  margin-right: 8px;
}
.header-contacts__item_email {
  font-family: "Roboto Condensed", sans-serif;
}
.header-contacts__item_email:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 8px;
}

.title {
  color: #707f94;
}
.title__caption {
  font-weight: 500;
  margin: 10px 0;
}
.title__link {
  color: #707f94;
  text-decoration: none;
}
.title__description {
  font-size: 14px;
  font-style: italic;
}

.logo {
  position: absolute;
  display: block;
  left: 15px;
  top: 14px;
  height: 154px;
  width: 200px;
}

.nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: -webkit-linear-gradient(top, #83d29f, #2e9a54);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c3bdbd;
}
.nav__item {
  display: inline-block;
  margin-right: -3px;
  font-size: 15px;
  font-weight: 500;
}
.nav__link {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #83d29f, #2e9a54);
  border-right: 1px solid #1b8a43;
}
.nav__link:hover {
  background: #ffffff;
  color: #333333;
}
.nav__item:last-child .nav__link {
  border-right: 0;
}

.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item:after {
  content: "/";
  margin: 0 10px;
}
.breadcrumbs__item:last-child:after {
  content: none;
}
.breadcrumbs__link {
  color: #0188CC;
  text-decoration: none;
  border-bottom: 1px solid #73C7F1;
}

.content {
  margin: 15px 0 50px;
}
.content__body {
  line-height: 1.5;
}

.footer {
  border-top: 1px solid #d0d0d0;
  padding-bottom: 80px;
}

.copyright {
  font-size: 14px;
}

.designed {
  text-align: right;
  font-size: 12px;
}
.designed__link {
  color: #0188CC;
  text-decoration: none;
  border-bottom: 1px solid #73C7F1;
}

.services__request {
  float: right;
  margin: 10px;
}
.services__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.services__item {
  display: inline-block;
  vertical-align: middle;
  height: 258px;
  width: 200px;
  margin-right: 10px;
  padding: 10px;
  overflow: hidden;
}
.services__caption {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
  text-align: center;
}
.services__caption:after {
  content: "";
  height: 70%;
  width: 1px;
  background-color: gray;
}
.services__image-wrapper {
  margin: 0 0 10px;
  text-align: center;
}
.services__image {
  width: 150px;
  border-radius: 5px;
  border: 1px solid #cacaca;
}
.services__description {
  text-align: center;
  font-size: 15px;
}
.services__link {
  color: #0188CC;
  text-decoration: none;
  border-bottom: 1px solid #73C7F1;
  color: #464646;
  text-decoration: none;
  border-bottom: 1px dashed #868282;
}

.service__body {
  line-height: 1.5;
}

.company-features__item {
  margin: 0 0 20px;
}
.company-features__item-header {
  margin: 10px 0;
  font-weight: 600;
}
.license__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.license__description {
  margin-bottom: 30px;
}
.license__image-wrapper {
  display: inline-block;
  width: 200px;
  padding: 10px 20px;
  background-color: #efefef;
  margin: 0 15px 15px 0;
}
.license__image {
  width: 100%;
}

.license-fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.license-fields__item {
  margin: 5px 0 15px;
}
.license-fields__name {
  color: #6f6e6e;
  margin-bottom: 5px;
}
.license-fields__value {
  margin-left: 30px;
  font-style: italic;
}

.contacts__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contacts__item {
  margin: 15px 0;
}
.contacts__label {
  width: 240px;
  color: #6f6e6e;
}
.contacts__label:after {
  content: "";
}
.contacts__values {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contacts__label, .contacts__values {
  display: inline-block;
  vertical-align: top;
}
.contacts__value {
  margin: 0 0 5px;
}
.contacts__link {
  color: #0188CC;
  text-decoration: none;
  border-bottom: 1px solid #73C7F1;
}

.map__body {
  width: 560px;
  background-color: #f1f1f1;
}

.content-image.content-image_left {
  float: left;
  margin-right: 15px;
}

.content-image.content-image_right {
  float: right;
  margin-left: 15px;
}

.content-image_500px .content-image__img-wrapper {
  width: 500px;
}

.content-image_600px .content-image__img-wrapper {
  width: 600px;
}

.content-image_700px .content-image__img-wrapper {
  width: 700px;
}

.content-image__img {
  width: 100%;
}

.content-image__description {
  color: #6f6e6e;
  font-size: 14px;
}

.price-table {
  width: 700px;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.price-table.price-table_full {
  width: 850px;
}

.price-table__caption {
  margin: 0 0 10px;
  font-weight: 700;
  text-align: left;
}

.price-table__head {
  font-size: 16px;
  text-align: center;
}

.price-table__head .price-table__cell {
  font-weight: 500;
  border-top: 1px solid #eceeef;
  border-bottom: 2px solid #eceeef;
}

.price-table__body {
  font-size: 14px;
}

.price-table__cell {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.price-table__cell.price-table__cell_number {
  width: 30px;
}

.price-table__cell.price-table__cell_volume {
  width: 100px;
}

.price-table__cell.price-table__cell_value {
  width: 120px;
}

.price-table__body .price-table__cell.price-table__cell_value {
  width: 100px;
  text-align: right;
}

.price-table__body .price-table__cell.price-table__cell_unit {
  width: 100px;
  text-align: center;
}

.price-table__body .price-table__cell.price-table__cell_unit2 {
  width: 180px;
  text-align: center;
}

.price-table__image + .price-table__price {
  margin-top: 5px;
}

.partners__item {
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 60px 40px;
  margin-right: -4px;
  width: 33%;
  text-align: center;
}
.partners__link {
  display: inline-block;
}
.partners__image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.inner-page__request {
  margin-left: 10px;
}

.request-form {
  width: 550px;
  margin: 40px auto 60px;
}
.request-form__header, .request-form__sub {
  text-align: center;
}
.request-form__sub {
  color: #656565;
}
.request-form .form-control.has-error {
  border-color: #a94442;
}

.request-button {
  font-size: 18px;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: #0188CC;
  text-decoration: none;
  border-bottom: 1px solid #73C7F1;
}