@import url(../fonts/MuseoSans/stylesheet.css);
html,
body {
  height: 100%;
  margin: 0;
  font-family: 'MuseoSansCyrl300'; }

a {
  text-decoration: none;
  color: inherit; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }

button {
  cursor: pointer; }

.header-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1; }
  .header-wrapper .base-wrapper {
    padding: 20px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .header-wrapper .base-wrapper {
        width: 100%;
        display: inline-block; } }
    .header-wrapper .base-wrapper .logo {
      float: left;
      height: 44px;
      color: #fdfddf;
      font-size: 18px;
      vertical-align: middle; }
      .header-wrapper .base-wrapper .logo:before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        height: 100%; }
      .header-wrapper .base-wrapper .logo .ico {
        width: 44px;
        height: 44px;
        display: inline-block;
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        vertical-align: middle; }
      .header-wrapper .base-wrapper .logo .logo-text {
        vertical-align: bottom;
        display: inline-block;
        margin-bottom: 5px;
        margin-left: 3px; }
    @media only screen and (max-width: 767px) {
      .header-wrapper .base-wrapper .header-buttons {
        float: right; } }
    @media only screen and (max-width: 481px) {
      .header-wrapper .base-wrapper .header-buttons {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; } }
    .header-wrapper .base-wrapper .header-buttons button {
      font-weight: 900;
      color: #fff;
      font-size: 16px;
      display: block; }
      @media only screen and (max-width: 481px) {
        .header-wrapper .base-wrapper .header-buttons button {
          font-size: 14px;
          font-weight: 300; } }
    .header-wrapper .base-wrapper .header-buttons .log-in {
      background: none;
      border: 0;
      height: 44px;
      padding: 0 30px; }
      .header-wrapper .base-wrapper .header-buttons .log-in:hover {
        color: #cbb585; }
      @media only screen and (max-width: 481px) {
        .header-wrapper .base-wrapper .header-buttons .log-in {
          height: 30px;
          padding: 0 20px; } }
    .header-wrapper .base-wrapper .header-buttons .reg {
      border: 0;
      height: 44px;
      padding: 0 30px;
      border-radius: 22px / 21px;
      background-clip: padding-box;
      background-color: #cbb585; }
      .header-wrapper .base-wrapper .header-buttons .reg:hover {
        color: #000;
        background: -moz-linear-gradient(97deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5af), color-stop(64%, #c0a97b), color-stop(100%, #cdb684));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(97deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(97deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* opera 11.10+ */
        background: -ms-linear-gradient(97deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* ie10+ */
        background: linear-gradient(353deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5af', endColorstr='#cdb684', GradientType=0);
        /* ie6-9 */ }
      @media only screen and (max-width: 481px) {
        .header-wrapper .base-wrapper .header-buttons .reg {
          height: 37px;
          padding: 0 20px; } }

.site-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.main-wrapper {
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

.base-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box; }

.footer-wrapper {
  flex: 0 0 auto;
  width: 100%;
  background-image: url("../images/footer-bg.jpg");
  -webkit-background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 135px; }
  .footer-wrapper .footer {
    text-align: center;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    position: relative; }
    .footer-wrapper .footer .logo {
      height: 44px;
      color: #fdfddf;
      font-size: 18px;
      vertical-align: middle; }
      .footer-wrapper .footer .logo:before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        height: 100%; }
      .footer-wrapper .footer .logo .ico {
        width: 44px;
        height: 44px;
        display: inline-block;
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        vertical-align: middle; }
      .footer-wrapper .footer .logo .logo-text {
        vertical-align: bottom;
        display: inline-block;
        margin-bottom: 5px;
        margin-left: 3px; }
    .footer-wrapper .footer .years {
      margin-top: 18px;
      color: #f7f4eb;
      font-family: "MuseoSansCyrl300", sans-serif;
      font-size: 16px; }

.main-page-section-1 {
  height: 767px;
  background: url("../images/header-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .main-page-section-1 {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .main-page-section-1 {
      padding-top: 120px; } }
  .main-page-section-1 .base-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center; }
    .main-page-section-1 .base-wrapper .section-1-title {
      color: #fff;
      font-family: "MuseoSansCyrl700", sans-serif;
      font-size: 50px;
      margin: 0;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .main-page-section-1 .base-wrapper .section-1-title {
          font-size: 40px; } }
      @media only screen and (max-width: 481px) {
        .main-page-section-1 .base-wrapper .section-1-title {
          font-size: 34px; } }
    .main-page-section-1 .base-wrapper .section-1-subtitle {
      color: #fff;
      font-size: 16px; }
    .main-page-section-1 .base-wrapper .reg {
      margin-top: 35px;
      border: 0;
      border-bottom: 4px solid #a3905b;
      width: 372px;
      height: 88px;
      background: -moz-linear-gradient(104deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5af), color-stop(64%, #c0a97b), color-stop(100%, #cdb684));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(104deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(104deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(104deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
      /* ie10+ */
      background: linear-gradient(346deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5af', endColorstr='#cdb684',GradientType=0 );
      border-radius: 44px;
      -webkit-background-size: contain;
      background-size: cover;
      background-repeat: no-repeat;
      color: #494947;
      font-family: "MuseoSansCyrl300", sans-serif;
      font-size: 18px; }
      .main-page-section-1 .base-wrapper .reg:hover {
        color: #fff;
        border-bottom: 4px solid #cdb684;
        background: -moz-linear-gradient(97deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5af), color-stop(64%, #c0a97b), color-stop(100%, #cdb684));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(97deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(97deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* opera 11.10+ */
        background: -ms-linear-gradient(97deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* ie10+ */
        background: linear-gradient(353deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
        /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5af', endColorstr='#cdb684',GradientType=0 );
        /* ie6-9 */ }
      .main-page-section-1 .base-wrapper .reg span {
        font-family: "MuseoSansCyrl700", sans-serif; }
      @media only screen and (max-width: 481px) {
        .main-page-section-1 .base-wrapper .reg {
          width: 300px;
          height: 80px; } }
    .main-page-section-1 .base-wrapper .section-1-img {
      position: absolute;
      bottom: -50px;
      width: 67%;
      margin-left: 17.5%;
      display: inline-block;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .main-page-section-1 .base-wrapper .section-1-img {
          bottom: -35px;
          width: 87%;
          margin-left: 6.5%; } }
      @media only screen and (max-width: 481px) {
        .main-page-section-1 .base-wrapper .section-1-img {
          width: 95%;
          margin-left: 2.5%; } }

.main-page-section-2 .base-wrapper {
  padding-top: 140px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .main-page-section-2 .base-wrapper {
      padding-top: 75px; } }
  .main-page-section-2 .base-wrapper .section-2-title {
    width: auto;
    color: #27292c;
    font-family: "MuseoSansCyrl700", sans-serif;
    font-size: 50px;
    border-left: 12px solid #c9bc93;
    padding: 0 30px;
    display: inline-block; }
    @media only screen and (max-width: 481px) {
      .main-page-section-2 .base-wrapper .section-2-title {
        font-size: 30px; } }
  .main-page-section-2 .base-wrapper .section-2-content-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 30px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .main-page-section-2 .base-wrapper .section-2-content-wrapper {
        margin-top: 0; } }
    .main-page-section-2 .base-wrapper .section-2-content-wrapper .section-2-content-item {
      width: 22%;
      margin: 0 5%;
      margin-bottom: 60px; }
      @media only screen and (max-width: 767px) {
        .main-page-section-2 .base-wrapper .section-2-content-wrapper .section-2-content-item {
          width: 42%;
          margin: 0 3%;
          margin-bottom: 40px;
          display: inline-block; } }
      @media only screen and (max-width: 481px) {
        .main-page-section-2 .base-wrapper .section-2-content-wrapper .section-2-content-item {
          width: 94%; } }
      .main-page-section-2 .base-wrapper .section-2-content-wrapper .section-2-content-item .item-img {
        width: 99px;
        height: 99px;
        display: inline-block;
        margin-bottom: 20px; }
        @media only screen and (max-width: 481px) {
          .main-page-section-2 .base-wrapper .section-2-content-wrapper .section-2-content-item .item-img {
            margin-bottom: 5px; } }

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