@font-face {
  font-family: 'Franklin Gothic Demi';
  src: url("ofont.ru_Franklin Gothic Demi.ttf");
  font-weight: 400;
  font-style: normal; }
.breadcrumbs + div, .breadcrumbs + div + div {
  display: none; }

.about-page header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .about-page header .item {
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px; }
    .about-page header .item:not(:last-child) {
      border-right: 1px solid #bdbdbd; }
.about-page .socials {
  display: flex;
  font-size: 30px !important;
  color: #000; }
  .about-page .socials a {
    margin-right: 15px; }
.about-page .note {
  width: 60%;
  float: right;
  text-align: right;
  margin-top: 30px;
  padding-right: 145px;
  background: url("http://media.rspp.ru/fm/1/e7b24b112a44fdd9ee93bdf998c6ca0e.jpg") right center no-repeat;
  background-size: contain; }
  .about-page .note img {
    display: none; }
.about-page .about-block {
  padding-top: 50px; }
  .about-page .about-block section {
    padding-top: 30px; }
  .about-page .about-block img {
    max-width: 100%; }
  .about-page .about-block .subtitle {
    font-size: 29px;
    font-family: "Franklin Gothic Demi", sans-serif;
    color: #03809e;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 auto 30px; }
  .about-page .about-block p {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: black;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 500; }
    .about-page .about-block p span.blue {
      color: #0883a5; }
  .about-page .about-block .brands {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .about-page .about-block .brands img {
      transition: all .3s ease-in-out; }
      .about-page .about-block .brands img:hover {
        transform: scale(1.1); }
      @media screen and (max-width: 1000px) {
        .about-page .about-block .brands img {
          width: calc(25% - 5px);
          margin: 0 5px !important; } }
      .about-page .about-block .brands img:not(:last-child) {
        margin-right: 20px; }
  .about-page .about-block .list-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 20px; }
  .about-page .about-block .callback .input {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 0 20px; }
    .about-page .about-block .callback .input label {
      display: block;
      font-size: 14px; }
    .about-page .about-block .callback .input input, .about-page .about-block .callback .input textarea {
      width: 100%;
      background: none !important;
      box-sizing: border-box;
      border: 2px solid #0883a5;
      border-radius: 5px;
      font-family: Arial, sans-serif;
      color: black;
      outline: none;
      height: 35px !important; }
      .about-page .about-block .callback .input input::-moz-placeholder, .about-page .about-block .callback .input textarea::-moz-placeholder {
        color: rgba(8, 131, 165, 0.7); }
      .about-page .about-block .callback .input input::-webkit-input-placeholder, .about-page .about-block .callback .input textarea::-webkit-input-placeholder {
        color: rgba(8, 131, 165, 0.7); }
      .about-page .about-block .callback .input input:-ms-input-placeholder, .about-page .about-block .callback .input textarea:-ms-input-placeholder {
        color: rgba(8, 131, 165, 0.7);
        opacity: 1; }
      .about-page .about-block .callback .input input::-ms-input-placeholder, .about-page .about-block .callback .input textarea::-ms-input-placeholder {
        color: rgba(8, 131, 165, 0.7);
        opacity: 1; }
      .about-page .about-block .callback .input input::placeholder, .about-page .about-block .callback .input textarea::placeholder {
        color: rgba(8, 131, 165, 0.7); }
    .about-page .about-block .callback .input textarea {
      border-width: 2px !important;
      resize: none;
      height: 100px !important; }
  .about-page .about-block .callback .agreementWarning {
    background-color: rgba(254, 212, 213, 0.45);
    margin: 20px 0;
    font-size: 14px;
    text-align: justify; }
    .about-page .about-block .callback .agreementWarning a {
      color: #0883a5 !important;
      font-size: inherit; }
  .about-page .about-block .callback [type="submit"] {
    text-transform: uppercase;
    color: #FFF;
    background-color: #0883a5;
    padding: 10px 30px;
    cursor: pointer;
    display: inline-block;
    border: none;
    outline: none;
    border-radius: 5px;
    width: auto;
    height: auto;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-indent: 0;
    font-size: larger; }
@media screen and (max-width: 767px) {
  .about-page header .item {
    padding: 0 10px;
    font-size: 14px; }
  .about-page .note {
    width: 100%;
    float: none;
    text-align: left;
    padding-right: 145px; }
    .about-page .note i {
      display: inline-block;
      width: 60%;
      max-width: calc(100% - 200px); } }
@media screen and (max-width: 640px) {
  .about-page header {
    flex-wrap: wrap; }
    .about-page header .item {
      width: 50%;
      text-align: center;
      padding: 10px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      border-right: none !important; }
      .about-page header .item br {
        display: none; }
      .about-page header .item.contacts-links span {
        display: none; }
      .about-page header .item.contacts-links a {
        display: inline-block;
        text-decoration: none;
        font-size: 30px; }
        .about-page header .item.contacts-links a:before {
          font-family: FontAwesome, sans-serif;
          margin: 0 5px; }
        .about-page header .item.contacts-links a.email:before {
          content: '\f0e0'; }
        .about-page header .item.contacts-links a.phone:before {
          content: '\f095'; } }
@media screen and (max-width: 599px) {
  .about-page header {
    display: block;
    margin-bottom: 20px; }
    .about-page header .item {
      width: 100%;
      padding: 15px 10px;
      font-size: 16px; }
  .about-page .note {
    text-align: center;
    padding-right: 0;
    background: none; }
    .about-page .note i {
      display: inline-block;
      width: 100%;
      max-width: 100%; }
    .about-page .note img {
      display: block;
      max-width: 95%;
      margin: 30px auto 0; }
  .about-page .about-block {
    padding-top: 15px; }
    .about-page .about-block section {
      padding-top: 20px; }
    .about-page .about-block .subtitle {
      font-size: 22px;
      margin: 0 auto 20px; }
    .about-page .about-block p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 15px; }
    .about-page .about-block .brands {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .about-page .about-block .brands img {
        width: calc(50% - 30px);
        margin: 0 15px 20px !important; }
    .about-page .about-block .list-item {
      grid-template-columns: 45px 1fr;
      grid-gap: 10px; }
    .about-page .about-block .callback .input {
      display: block; }
      .about-page .about-block .callback .input:not(:last-child) {
        margin-bottom: 15px; }
      .about-page .about-block .callback .input label {
        margin: 0;
        width: 100%; }
      .about-page .about-block .callback .input input, .about-page .about-block .callback .input textarea {
        border-width: 1px;
        margin: 0; }
      .about-page .about-block .callback .input textarea {
        border-width: 1px !important; }
    .about-page .about-block .callback .agreementWarning {
      margin-top: 10px;
      font-size: 12px; }
    .about-page .about-block .callback [type="submit"] {
      display: block;
      width: 100%;
      max-width: 400px;
      margin: auto; } }

/*# sourceMappingURL=style.css.map */
