@import url("../css/normalize_null.css");
* {
  font-family: 'Montserrat', sans-serif; }

button, a {
  cursor: pointer; }

html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  height: 100%;
  background: white; }

.wrapper {
  min-height: 100%;
  max-width: 1440px;
  min-width: 280px;
  margin: 0 auto;
  overflow: hidden; }

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.content {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.container {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden; }

.head_section {
  padding: 0 0 0 130px; }
  @media (max-width: 991.98px) {
    .head_section {
      padding: 0 0 0 50px; } }
  @media (max-width: 767.98px) {
    .head_section {
      padding: 0 0 0 30px; } }

.title_section {
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #262626; }
  @media (max-height: 700px), (max-width: 767.98px) {
    .title_section {
      font-size: 30px;
      line-height: 40px; } }
  @media (max-width: 479.98px) {
    .title_section {
      font-size: 22px;
      line-height: 26px; } }

.subtitle_section {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #838383; }
  @media (max-width: 767.98px) {
    .subtitle_section {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 479.98px) {
    .subtitle_section {
      font-size: 14px;
      line-height: 16px; } }

.up {
  position: fixed;
  right: 50px;
  bottom: 30px;
  width: auto;
  height: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
  z-index: 2; }
  .up__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    background-color: white;
    border: 1px solid rgba(231, 231, 231, 0.5);
    border-radius: 10px;
    -webkit-transition: background .3s ease-in 0s;
    transition: background .3s ease-in 0s; }
  .up img {
    width: 40px;
    height: 40px; }
  .up.shown {
    visibility: visible;
    opacity: 1; }
  @media (min-width: 767.99px) {
    .up__link:hover {
      background: rgba(231, 231, 231, 0.5); } }
  @media (max-width: 767.98px) {
    .up__link {
      width: 45px;
      height: 45px; }
    .up img {
      width: 30px;
      height: 30px; } }

.header {
  height: 140px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }
  .header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0 10px 0 0; }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    margin: 0 50px 0 0; }
    .header__logo img {
      width: 100%;
      height: auto; }
  .header__link {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #b9b9b9;
    -webkit-transition: color .3s ease-in 0s;
    transition: color .3s ease-in 0s; }
    .header__link:hover {
      color: black; }
  .header__cases {
    margin: 0 0 -5px 0; }
  @media (max-width: 991.98px) {
    .header {
      height: 100px; }
      .header__logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 110px;
                flex: 0 0 110px;
        margin: 0 20px 0 0; } }
  @media (max-width: 767.98px) {
    .header {
      height: 70px; }
      .header__logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px;
        margin: 0 15px 0 0; }
      .header__link {
        font-size: 18px;
        line-height: 22px; }
      .header__email {
        margin: 0 0 -5px 0; } }
  @media (max-width: 479.98px) {
    .header .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .header__left {
      margin: 0 0 15px 0; }
    .header__link {
      font-size: 16px;
      line-height: 18px; } }

.top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-height: 3000px;
  padding: 180px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .top__content {
    max-width: 537px;
    margin: 0 auto;
    text-align: center; }
  .top__bg {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .top__bg img {
      width: 100%;
      height: auto; }
  .top__title {
    margin: 0 0 14px 0; }
  .top__subtitle {
    margin: 0 0 20px 0; }
  .top__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
    margin: 0 0 42px 0; }
  .top__link {
    width: 224px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #c39f79;
    border: 3px solid #c8a078;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-transition: color .3s ease-in 0s, background .3s ease-in 0s;
    transition: color .3s ease-in 0s, background .3s ease-in 0s; }
    .top__link:hover {
      color: white;
      background: #c39f79; }
  .top .options__item {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 14px;
    color: black;
    background: #ebebeb;
    border-radius: 10px;
    margin: 0 5px 0 0; }
  @media (max-width: 1198.98px) {
    .top {
      max-height: 1500px; } }
  @media (max-width: 991.98px) {
    .top {
      max-height: 1030px;
      padding: 150px 0 0 0; } }
  @media (max-width: 767.98px), (max-height: 700px) {
    .top {
      padding: 100px 0 0 0; }
      .top .options__item {
        font-size: 14px;
        line-height: 18px; }
      .top__link {
        height: 40px; } }
  @media (max-width: 479.98px) {
    .top__options {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 30px 0; }
    .top .options {
      padding: 0 10px; }
      .top .options__item {
        margin: 0 5px 10px 0; } }

.history {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 101px 0 214px 0;
  background: url("../img/history_bg_r2.png") right bottom/auto 529px no-repeat, url("../img/history_bg_r1.svg") right 26px bottom/auto 567px no-repeat, url("../img/history_bg_l.svg") left 0px/auto 100% no-repeat, url("../img/history_bg_m.svg") top 50% right 27%/auto 95% no-repeat; }
  .history__head {
    max-width: 530px;
    margin: 0 0 140px 0; }
  .history__title {
    margin: 0 0 35px 0; }
  .history__subtitle {
    margin: 0; }
  .history__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 0 70px; }
  .history__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 222px;
            flex: 0 0 222px;
    margin: 0 4px 0 0; }
    .history__pic img {
      width: 100%;
      height: auto; }
  .history__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 416px;
            flex: 0 1 416px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #888888;
    margin: 0 0 20px 0; }
    .history__text p:first-child {
      max-width: 350px; }
    .history__text span {
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      color: #262626; }
  @media (max-width: 1198.98px) {
    .history__text p {
      max-width: 350px; } }
  @media (max-width: 991.98px), (max-height: 700px) {
    .history {
      padding: 70px 0 100px 0;
      background: url("../img/history_bg_r2.png") right bottom/auto 400px no-repeat, url("../img/history_bg_r1.svg") right 20px bottom/auto 430px no-repeat, url("../img/history_bg_l.svg") left 0px/auto 100% no-repeat, url("../img/history_bg_m.svg") top 50% right 27%/auto 95% no-repeat; }
      .history__head {
        margin: 0 0 120px 0; }
      .history__main {
        padding: 0 0 0 30px; }
      .history__pic {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 180px;
                flex: 0 1 180px; }
      .history__text {
        font-size: 16px;
        line-height: 18px; }
        .history__text p, .history__text p:first-child {
          max-width: 300px; } }
  @media (max-width: 767.98px) {
    .history {
      padding: 70px 0 50px 0;
      background: url("../img/history_bg_l.svg") left top 0/auto 100% no-repeat, url("../img/history_bg_m.svg") top 50% right 20%/auto 95% no-repeat; }
      .history__head {
        margin: 0 0 50px 0; }
      .history__title {
        margin: 0 0 15px 0; }
      .history__main {
        width: 100%;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
      .history__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
  @media (max-width: 479.98px) {
    .history {
      padding: 60px 0 30px 0;
      background: url("../img/history_bg_l.svg") left -120px top 0/auto 100% no-repeat, url("../img/history_bg_m.svg") top 50% right -80px/auto 95% no-repeat; }
      .history__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.gestalt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 65px 0 120px 0; }
  .gestalt__head {
    margin: 0 0 46px 0;
    max-width: 999px; }
  .gestalt__title {
    margin: 0 0 13px 0; }
  .gestalt__subtitle {
    margin: 0; }
  .gestalt__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    margin: 0 0 30px 0;
    padding: 0 0 0 150px; }
  .gestalt__box {
    background: url("../img/gestalt_bg_1.svg") 65% 0/25% auto no-repeat, url("../img/gestalt_bg_2.svg") 50% 363px/45% auto no-repeat, url("../img/gestalt_bg_3.svg") 35% 550px/45% auto no-repeat, url("../img/gestalt_bg_4.svg") 45% 750px/45% auto no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0 10px 0; }
  .gestalt__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .gestalt__column_1 {
      padding: 100px 0 0 20px; }
    .gestalt__column_2 {
      padding: 0 70px 0 0; }
  .gestalt__pic {
    width: 240px;
    height: auto;
    position: relative; }
    .gestalt__pic img {
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1; }
    .gestalt__pic:before {
      content: '';
      width: 254px;
      height: 295px;
      position: absolute;
      left: 0; }
    .gestalt__pic_1 {
      margin: 0 0 184px 0; }
      .gestalt__pic_1 img {
        left: -45px; }
      .gestalt__pic_1:before {
        background: #d0b496;
        top: 83px; }
    .gestalt__pic_2 img {
      bottom: 21px; }
    .gestalt__pic_2:before {
      background: #f9f9f9; }
    .gestalt__pic_3 {
      margin: 0 0 219px 0; }
      .gestalt__pic_3 img {
        right: -50px;
        bottom: -50px; }
      .gestalt__pic_3:before {
        background: #f9f9f9; }
    .gestalt__pic_4 img {
      bottom: 26px; }
    .gestalt__pic_4:before {
      background: #66aaad; }
  .gestalt .pic__lable {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    position: absolute;
    z-index: 1; }
    .gestalt .pic__lable_1 {
      top: 90px;
      right: -30px; }
    .gestalt .pic__lable_2 {
      left: 50%;
      top: -10px;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .gestalt .pic__lable_3 {
      left: -43px;
      top: 70px; }
    .gestalt .pic__lable_4 {
      top: 23px;
      right: -65px; }
  @media (max-width: 991.98px), (max-height: 700px) {
    .gestalt {
      padding: 45px 0 70px 0; }
      .gestalt__text {
        padding: 0 0 0 60px; }
      .gestalt__box {
        background: url("../img/gestalt_bg_1.svg") 50% 0/25% auto no-repeat, url("../img/gestalt_bg_2.svg") 53% 340px/45% auto no-repeat, url("../img/gestalt_bg_3.svg") 40% 470px/45% auto no-repeat, url("../img/gestalt_bg_4.svg") 45% 650px/45% auto no-repeat;
        padding: 30px 0 10px 0; }
      .gestalt__pic {
        width: 200px; }
        .gestalt__pic:before {
          width: 200px;
          height: 260px; }
        .gestalt__pic_1:before {
          top: 66px; }
        .gestalt__pic_3 img {
          right: -50px;
          bottom: -20px; } }
  @media (max-width: 767.98px) {
    .gestalt {
      padding: 25px 0 30px 0; }
      .gestalt__box {
        background: url("../img/gestalt_bg_1.svg") 40% 0/25% auto no-repeat, url("../img/gestalt_bg_2.svg") 57% 270px/45% auto no-repeat, url("../img/gestalt_bg_3.svg") 34% 400px/45% auto no-repeat, url("../img/gestalt_bg_4.svg") 45% 620px/45% auto no-repeat; }
      .gestalt__text {
        padding: 0 0 0 30px;
        margin: 0 0 15px 0; }
      .gestalt__column_1 {
        padding: 70px 0 0 20px; }
      .gestalt__column_2 {
        padding: 0 45px 0 0; }
      .gestalt__pic {
        width: 160px; }
        .gestalt__pic:before {
          width: 160px;
          height: 210px; }
        .gestalt__pic_1:before {
          top: 56px; }
        .gestalt__pic_3 img {
          right: -20px;
          bottom: -10px; }
      .gestalt .pic__lable {
        font-size: 14px;
        line-height: 18px; }
        .gestalt .pic__lable_1 {
          top: 80px;
          right: -10px; }
        .gestalt .pic__lable_4 {
          right: -45px; } }
  @media (max-width: 479.98px) {
    .gestalt {
      padding: 25px 0 15px 0; }
      .gestalt__box {
        background: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .gestalt__column {
        padding: 0; }
      .gestalt__pic {
        margin: 0 0 20px 0; }
        .gestalt__pic_1 {
          margin: 0 0 90px 0; }
        .gestalt__pic_4 {
          margin: 0 0 10px 0; } }

.projects {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #f9f9f9 url("../img/projects_bg_1.svg") top right 76px/auto 100% no-repeat;
  padding: 141px 0 127px 0; }
  .projects__head {
    margin: 0 0 59px 0; }
  .projects__title {
    margin: 0 0 16px 0; }
  .projects__subtitle {
    margin: 0; }
  .projects__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .projects__item_1 {
    background: url("../img/projects_bg_2.svg") 50% 320px/304px auto no-repeat;
    padding: 410px 0 0 0;
    margin: 0 .84% 0 0; }
  .projects__item_2 {
    margin: 0 5.2% 0 0; }
  .projects__item_3 {
    background: url("../img/projects_bg_3.svg") 0 0/351px 685px no-repeat;
    padding: 260px 0 0 6.6%; }
  .projects .item__pic {
    width: 100%;
    height: auto;
    margin: 0 0 16px 0; }
    .projects .item__pic img {
      width: 100%;
      height: auto; }
  .projects .item__brand {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    margin: 0 0 5px 0; }
  .projects .item__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #848484;
    margin: 0 0 5px 0; }
  .projects .item__link {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #262626; }
  @media (max-width: 991.98px), (max-height: 700px) {
    .projects {
      padding: 45px 0 70px 0; }
      .projects__head {
        margin: 0 0 50px 0; } }
  @media (max-width: 767.98px) {
    .projects {
      background: #f9f9f9;
      padding: 25px 0 30px 0; }
      .projects__head {
        margin: 0 0 40px 0; }
      .projects__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .projects__item {
        width: 70%;
        padding: 0;
        margin: 0 0 40px 0;
        background: none; }
      .projects .item__pic {
        margin: 0 0 10px 0; } }

.media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url("../img/media_bg.svg") 150.5px 0/249.5px auto no-repeat;
  padding: 141px 0 114px 0; }
  .media__head {
    margin: 0 0 25px 0; }
  .media__title {
    margin: 0 0 16px 0; }
  .media__subtitle {
    margin: 0; }
  .media__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .media__column:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 218px;
            flex: 0 1 218px; }
  .media__column:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 328px;
            flex: 0 1 328px; }
  .media__column:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px; }
  .media__link {
    width: 100%;
    height: auto;
    margin: 0 5px; }
    .media__link img {
      width: 100%;
      height: auto; }
  @media (max-width: 991.98px), (max-height: 700px) {
    .media {
      padding: 80px 0 80px 0; } }
  @media (max-width: 767.98px) {
    .media {
      background: none;
      padding: 40px 0 40px 0; } }

.like {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url("../img/like_bg.svg") 90% 0/114.25px auto no-repeat;
  padding: 86px 0 127px 0; }
  .like__head {
    margin: 0 0 58px 0; }
  .like__title {
    margin: 0 0 16px 0; }
  .like__subtitle {
    margin: 0; }
  .like .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
    padding: 0 0 0 130px; }
    .like .form__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.333%;
              flex: 0 1 33.333%;
      margin: 0 20px 0 0; }
    .like .form__lable {
      display: block;
      font-weight: 300;
      font-size: 24px;
      line-height: 29px;
      color: darkgray;
      margin: 0 0 11px 5px; }
    .like .form__input {
      width: 100%;
      height: 72px;
      background: #e5e5e5;
      border-radius: 15px;
      border: none;
      padding: 20px;
      font-size: 20px;
      color: #505050; }
      .like .form__input:focus {
        -webkit-box-shadow: 0 0 7px #646464;
                box-shadow: 0 0 7px #646464; }
    .like .form__button {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.333%;
              flex: 0 1 33.333%;
      height: 72px;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      color: white;
      background: #c39f79;
      border-radius: 15px;
      -webkit-transition: border .3s ease-in 0s, background .3s ease-in 0s, color .3s ease-in 0s;
      transition: border .3s ease-in 0s, background .3s ease-in 0s, color .3s ease-in 0s; }
      .like .form__button:hover {
        border: 3px solid #c39f79;
        background: white;
        color: #c39f79; }
  @media (max-width: 991.98px), (max-height: 700px) {
    .like {
      padding: 50px 0 127px 0; }
      .like .form {
        padding: 0 0 0 50px; }
        .like .form__input {
          height: 60px;
          font-size: 18px; }
        .like .form__button {
          height: 60px; } }
  @media (max-width: 767.98px) {
    .like {
      padding: 30px 0 127px 0;
      background: none; }
      .like__head {
        margin: 0 0 30px 0; }
      .like .form {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .like .form__item {
          width: 80%;
          margin: 0 0 10px 0; }
        .like .form__lable {
          font-size: 16px;
          line-height: 18px; }
        .like .form__input {
          height: 50px;
          font-size: 14px; }
        .like .form__button {
          width: 80%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50px;
                  flex: 0 0 50px;
          margin-top: 30px;
          font-size: 14px;
          line-height: 18px; } }

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