@import url(reset.css);
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-r.eot");
  src: url("../fonts/OpenSans/OpenSans-r.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-r.woff") format("woff"), url("../fonts/OpenSans/OpenSans-r.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-r.svg#Open Sans") format("svg"); }

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-m.eot");
  src: url("../fonts/OpenSans/OpenSans-m.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-m.woff") format("woff"), url("../fonts/OpenSans/OpenSans-m.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-m.svg#Open Sans") format("svg"); }

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-b.eot");
  src: url("../fonts/OpenSans/OpenSans-b.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-b.woff") format("woff"), url("../fonts/OpenSans/OpenSans-b.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-b.svg#Open Sans") format("svg"); }

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #212121; }

.cl:after {
  content: "";
  display: block;
  clear: both; }

.sc-wrap {
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box; }

.sc-header__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px; }

.sc-header__subtitle {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px; }

.sc-header__print {
  height: 36px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 0 15px 0 47px;
  background: #fff url("../img/ic-print.jpg") 14px 6px no-repeat;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  float: right;
  margin-top: 13px; }

.sc-header .sc-wrap {
  padding-top: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e0e0e0; }

.sc-content strong {
  font-weight: 700; }

.sc-content__map {
  max-width: 720px;
  height: 42vw;
  max-height: 307px;
  background: #ccc; }

.sc-content__text-block {
  margin-bottom: 20px; }

.sc-content__title {
  color: #1c2ad9;
  font-size: 18px;
  line-height: 27px; }

.sc-content__text {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px; }

.sc-content__contacts-block {
  background-color: #fbfbfb;
  padding: 30px 40px 4px;
  width: 100%;
  box-sizing: border-box; }

.sc-content .sc-wrap {
  padding-top: 40px; }

.sc-contacts {
  width: 50%;
  float: left;
  margin-bottom: 34px;
  min-height: 77px; }
  .sc-contacts__title {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; }
  .sc-contacts__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px; }
    .sc-contacts__text--margined {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 180px; }
  .sc-contacts__phone {
    color: inherit;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none; }
  .sc-contacts__email {
    color: #1c2ad9;
    text-decoration: none; }

.sc-footer {
  margin-top: auto; }
  .sc-footer .sc-wrap {
    padding: 35px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1; }
  .sc-footer__copyrights {
    color: #666;
    margin-bottom: 6px; }
  .sc-footer__mega {
    color: #999;
    text-decoration: none; }

.sc-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media all and (max-width: 800px) {
  .sc-wrap {
    max-width: 100%; }
  .sc-header__title {
    line-height: 39px; }
  .sc-header__print {
    display: none; }
  .sc-header .sc-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px; }
  .sc-content__title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px; }
  .sc-content__text-block {
    margin-bottom: 10px; }
  .sc-content__text {
    font-size: 20px;
    line-height: 29px; }
  .sc-content .sc-wrap {
    padding: 30px 20px 0; }
  .sc-content__contacts-block {
    margin: 0 -20px;
    padding: 30px 40px 10px;
    width: auto; }
  .sc-content__map {
    margin: 0 -10px; }
  .sc-contacts {
    float: none;
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px; }
    .sc-contacts__title {
      font-size: 18px;
      line-height: 26px; }
    .sc-contacts__text {
      font-size: 24px;
      line-height: 33px; }
      .sc-contacts__text--margined {
        max-width: 220px; }
    .sc-contacts__phone {
      font-size: 24px;
      line-height: 33px; }
  .sc-footer .sc-wrap {
    padding: 30px 20px 35px; } }

@media all and (max-width: 497px) {
  .sc-header__title {
    font-size: 22px;
    line-height: 30px; }
  .sc-header__subtitle {
    line-height: 23px; }
  .sc-header .sc-wrap {
    padding: 20px 20px 10px; }
  .sc-content__title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 4px; }
  .sc-content__text-block {
    margin-bottom: 10px; }
  .sc-content__text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px; }
  .sc-content__contacts-block {
    margin: 0 -10px;
    padding: 20px 20px 30px; }
  .sc-content__map {
    margin: 0 -10px; }
  .sc-content .sc-wrap {
    padding: 20px 10px 0; }
  .sc-contacts {
    min-height: 0; }
    .sc-contacts__title {
      font-size: 14px;
      line-height: 21px; }
    .sc-contacts__text {
      font-size: 16px;
      line-height: 23px; }
    .sc-contacts__email {
      font-size: 16px;
      line-height: 23px; }
    .sc-contacts__phone {
      font-size: 20px;
      line-height: 28px; }
  .sc-footer .sc-wrap {
    padding: 20px 20px 22px; } }
