.main {
  background-color: #fff; }

.global-wrapper {
  overflow: hidden; }

.butt {
  display: block;
  padding: 20px 20px 15px;
  max-width: 215px;
  text-decoration: none;
  border: 1px solid #E4E4E4;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.03em; }
  .butt:hover {
    background-color: #2E2E2E;
    color: #fff; }

/* title-row */
.title-row {
  padding: 20px 0; }
  .title-row h2, .title-row h3 {
    text-align: center;
    vertical-align: middle;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    color: #060606; }
    .title-row h2 img, .title-row h3 img {
      vertical-align: middle;
      margin-right: 10px;
      margin-top: -7px; }
  .title-row p {
    line-height: 1.2;
    margin-top: 20px;
    font-size: 17px; }

/* title-row */
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2; }
  header .siders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .logo-part {
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    header .logo-part a {
      display: block;
      text-decoration: none;
      margin-bottom: -45px;
      padding: 20px 25px;
      background-color: #fff;
      position: relative; }
      header .logo-part a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: -webkit-calc(100% - 41px);
        top: -moz-calc(100% - 41px);
        top: calc(100% - 41px);
        border-bottom: 1px solid #E2E2E2;
        border-left: 1px solid #E2E2E2;
        border-right: 1px solid #E2E2E2; }
  header .infos {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 20px 0 15px 20px;
    border-left: 1px solid #E2E2E2;
    max-width: 230px;
    width: 100%;
    text-align: end; }
    header .infos .tel {
      padding-bottom: 5px; }
      header .infos .tel a {
        font-family: 'Oswald';
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.05em;
        color: #000000;
        text-decoration: none;
        position: relative; }
        header .infos .tel a:before {
          content: '';
          position: absolute;
          bottom: -1px;
          left: 0;
          right: 100%;
          height: 2px;
          background-color: #000;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        header .infos .tel a:hover:before {
          right: 0; }
    header .infos .email a {
      font-size: 14px;
      color: #000000;
      line-height: 1.2;
      text-decoration: none;
      letter-spacing: 0.02em;
      position: relative; }
      header .infos .email a:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #000;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      header .infos .email a:hover:before {
        right: 0; }
  header nav {
    width: 100%;
    padding: 0 25px;
    max-width: -webkit-calc(100% - 230px - 175px);
    max-width: -moz-calc(100% - 230px - 175px);
    max-width: calc(100% - 230px - 175px); }
    header nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    header nav a {
      font-size: 12px;
      line-height: 1.3;
      letter-spacing: 0.02em;
      text-decoration: none;
      color: #000000;
      position: relative; }
      header nav a:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #000;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      header nav a:hover:before {
        right: 0; }
  header .hidden-butter {
    display: none; }

/* header */
/* first */
.first-wrap {
  min-height: 100vh;
  height: auto;
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
  padding: -webkit-calc(120px + 81px) 0 120px;
  padding: -moz-calc(120px + 81px) 0 120px;
  padding: calc(120px + 81px) 0 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-attachment: fixed; }
  .first-wrap .texter-side {
    max-width: 480px; }
    .first-wrap .texter-side h1, .first-wrap .texter-side h2 {
      font-family: 'Oswald';
      font-weight: 500;
      line-height: 1.1;
      font-size: 70px;
      text-transform: uppercase;
      color: #FFFFFF;
      padding-bottom: 15px; }
    .first-wrap .texter-side p {
      line-height: 1.4;
      font-size: 17px;
      color: #FFFFFF;
      font-weight: 300;
      letter-spacing: 0.02em; }

/* first */
/* second */
.second-wrap {
  padding: 40px 0;
  position: relative;
  overflow: hidden; }
  .second-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -webkit-calc(40px + 70px);
    bottom: -moz-calc(40px + 70px);
    bottom: calc(40px + 70px);
    background-color: #F8F8F8; }
  .second-wrap .list-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px; }
  .second-wrap .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background-color: #fff;
    max-width: 215px;
    width: 100%;
    padding: 20px 20px 40px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .second-wrap .item .con {
      width: 100%;
      height: 140px;
      margin-bottom: 20px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .second-wrap .item .con img {
        max-width: 100%;
        max-height: 100%; }
    .second-wrap .item .after-name {
      line-height: 15px;
      font-size: 14px;
      color: #000000;
      line-height: 1.4;
      letter-spacing: 0.02em; }
    .second-wrap .item:hover {
      -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }

/* second */
/* third */
.third-wrap {
  padding: 40px 0; }
  .third-wrap .betweener {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px; }
  .third-wrap .item {
    width: 50%;
    padding: 15px;
    text-align: center; }
    .third-wrap .item:nth-child(2n) {
      border-left: 1px solid #E4E4E4; }
  .third-wrap .con {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    margin-bottom: 20px; }
    .third-wrap .con img {
      max-width: 100%; }

/* third */
/* four */
.four-wrap {
  position: relative;
  overflow: hidden;
  padding: 40px 0 80px; }
  .four-wrap .beforer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    right: 0%;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover; }
    .four-wrap .beforer:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-linear-gradient(180.47deg, rgba(46, 46, 46, 0) 0.24%, #2E2E2E 99.69%);
      background: -moz-linear-gradient(180.47deg, rgba(46, 46, 46, 0) 0.24%, #2E2E2E 99.69%);
      background: -o-linear-gradient(180.47deg, rgba(46, 46, 46, 0) 0.24%, #2E2E2E 99.69%);
      background: linear-gradient(269.53deg, rgba(46, 46, 46, 0) 0.24%, #2E2E2E 99.69%); }
  .four-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 60%;
    background-color: #2E2E2E; }
  .four-wrap .title-row h2 {
    text-align: start;
    color: #fff; }
  .four-wrap .title-row p {
    color: #fff; }
  .four-wrap .contein-items {
    max-width: 680px;
    padding-top: 60px; }
  .four-wrap .sliding-items {
    margin: 0; }
    .four-wrap .sliding-items .item {
      display: block;
      background-color: #fff;
      max-width: 215px;
      width: 100%;
      padding: 20px 20px 40px;
      text-align: center;
      text-decoration: none;
      -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
      -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .four-wrap .sliding-items .item .con {
        width: 100%;
        height: 140px;
        margin-bottom: 20px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .four-wrap .sliding-items .item .con img {
          max-width: 100%;
          max-height: 100%; }
      .four-wrap .sliding-items .item .named {
        line-height: 15px;
        font-size: 14px;
        color: #000000;
        line-height: 1.4;
        letter-spacing: 0.02em; }
      .four-wrap .sliding-items .item:hover {
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .four-wrap .slick-arrow {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 1px;
    z-index: 2;
    top: -70px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
    .four-wrap .slick-arrow.slick-next {
      right: -70px; }
    .four-wrap .slick-arrow.slick-prev {
      right: -70px;
      left: auto;
      top: 100%; }
    .four-wrap .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .four-wrap .slick-prev:before, .four-wrap .slick-next:before {
    font-size: 28px; }

/* four */
/* five */
.five-wrap {
  padding: 40px 0; }
  .five-wrap .title-row {
    margin-bottom: 30px; }
  .five-wrap .title-row h2, .five-wrap .title-row h3 {
    text-align: start; }
  .five-wrap .sliding-items {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    margin: 0; }
  .five-wrap .item {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 250px; }
    .five-wrap .item .con {
      width: 170px;
      height: 170px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 15px; }
  .five-wrap .named {
    line-height: 1.3;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.02em; }
  .five-wrap .slick-arrow {
    width: 70px;
    height: 70px;
    background-color: #FBFBFB;
    font-size: 1px;
    z-index: 2;
    top: -webkit-calc(50% - 70px/2);
    top: -moz-calc(50% - 70px/2);
    top: calc(50% - 70px/2);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
    .five-wrap .slick-arrow.slick-next {
      right: -70px; }
    .five-wrap .slick-arrow.slick-prev {
      left: -70px; }
    .five-wrap .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .five-wrap .slick-prev:before, .five-wrap .slick-next:before {
    font-size: 28px;
    color: #C0C0C0; }

/* five */
/* six */
.six-wrap {
  padding: 40px 0; }
  .six-wrap .title-row {
    margin-bottom: 30px; }
  .six-wrap .contein {
    max-width: 50%;
    position: relative;
    z-index: 2; }
    .six-wrap .contein .imager {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      max-width: none;
      max-height: 100%; }
    .six-wrap .contein .text-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #fff;
      width: 300px;
      padding: 20px;
      -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
      -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
      box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
      text-align: center; }
      .six-wrap .contein .text-bottom p {
        line-height: 1.3;
        font-size: 18px;
        color: #000000; }
  .six-wrap .smash-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1130px;
    margin: 0 auto; }
    .six-wrap .smash-content:before {
      content: '';
      position: absolute;
      z-index: 1;
      background-color: #F8F8F8;
      left: -100vw;
      top: 0;
      bottom: 0;
      right: 45%;
      -webkit-transform: translate(0, 40px);
      -moz-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
      -o-transform: translate(0, 40px);
      transform: translate(0, 40px); }
  .six-wrap .asside-right {
    padding: 70px 0;
    max-width: 330px;
    width: 100%;
    position: relative;
    z-index: 2; }
    .six-wrap .asside-right .text-right {
      margin-bottom: 30px;
      background-color: #fff;
      width: 100%;
      padding: 40px;
      text-align: center; }
      .six-wrap .asside-right .text-right:last-child {
        margin: 0; }
    .six-wrap .asside-right p {
      line-height: 1.3;
      font-size: 18px;
      color: #000000; }

/* six */
/* contact */
.contact-wrap {
  padding: 100px 0 0px; }
  .contact-wrap .siders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact-wrap .map-part {
    width: -webkit-calc(100% - 380px - 80px);
    width: -moz-calc(100% - 380px - 80px);
    width: calc(100% - 380px - 80px); }
    .contact-wrap .map-part #map {
      width: 100%;
      height: 500px;
      background-color: orange; }
  .contact-wrap .form-part {
    max-width: 380px;
    width: 100%; }
  .contact-wrap .title-row {
    padding: 0 0 20px; }
    .contact-wrap .title-row h2 {
      text-align: start; }
  .contact-wrap .inputer {
    padding-bottom: 15px; }
    .contact-wrap .inputer input {
      width: 100%;
      border: 1px solid #F7F7F7;
      height: 55px;
      padding: 5px 15px;
      line-height: 1.2;
      font-size: 14px;
      color: #6A6A6A;
      letter-spacing: 0.02em; }
      .contact-wrap .inputer input.error {
        border-color: #ee1d325c; }
    .contact-wrap .inputer textarea {
      border: 1px solid #F7F7F7;
      width: 100%;
      height: 120px;
      padding: 15px;
      line-height: 1.2;
      font-size: 14px;
      color: #6A6A6A;
      resize: none;
      letter-spacing: 0.02em; }
      .contact-wrap .inputer textarea.error {
        border-color: #ee1d325c; }
  .contact-wrap .submiter {
    padding-top: 20px; }
    .contact-wrap .submiter button {
      width: 100%;
      text-align: center;
      display: block;
      padding: 18px;
      font-weight: 700;
      background-color: #EC1C2C;
      border: none;
      font-size: 16px;
      line-height: 1.2;
      color: #FFFFFF; }

/* contact */
/* footer */
footer {
  background-color: #181818; }
  footer .mbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  footer .list-cols {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px; }
  footer .horizontal-part {
    width: 50%;
    padding: 25px;
    border-left: 1px solid #464646; }
  footer .col {
    padding: 0 10px; }
    footer .col:nth-child(3) {
      max-width: 150px;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
      align-content: space-between; }
  footer .named-top {
    font-family: 'Oswald';
    font-weight: 500;
    line-height: 1.9;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.02em; }
  footer .bottom-link a {
    font-family: 'Oswald';
    font-weight: 600;
    line-height: 1.2;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    text-decoration: none; }
  footer nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  footer nav li {
    margin-bottom: 15px; }
  footer nav a {
    font-weight: normal;
    line-height: 1.2;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; }
    footer nav a:before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 100%;
      height: 1px;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    footer nav a:hover:before {
      right: 0; }
    footer nav a:hover {
      color: #fff; }
  footer .copir p {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.02em; }
  footer .socials {
    list-style: none;
    padding: 22px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0; }
    footer .socials li {
      margin-right: 10px; }
    footer .socials a {
      width: 32px;
      height: 32px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background-color: transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      footer .socials a:hover {
        background: #292929; }
  footer .top-sides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer .top-sides .item {
      width: 50%; }
    footer .top-sides .named {
      font-family: 'Oswald';
      font-weight: 500;
      line-height: 1.9;
      font-size: 18px;
      text-transform: uppercase;
      color: #FFFFFF;
      letter-spacing: 0.02em; }
    footer .top-sides .mail {
      padding-top: 15px; }
      footer .top-sides .mail a {
        line-height: 1.2;
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
        position: relative; }
        footer .top-sides .mail a:before {
          content: '';
          position: absolute;
          bottom: -1px;
          left: 0;
          right: 100%;
          height: 1px;
          background-color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        footer .top-sides .mail a:hover:before {
          right: 0; }
    footer .top-sides .tel {
      padding-top: 10px; }
      footer .top-sides .tel a {
        font-weight: 900;
        line-height: 1.2;
        font-size: 18px;
        color: #FFFFFF;
        text-decoration: none;
        position: relative; }
        footer .top-sides .tel a:before {
          content: '';
          position: absolute;
          bottom: -1px;
          left: 0;
          right: 100%;
          height: 1px;
          background-color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        footer .top-sides .tel a:hover:before {
          right: 0; }

/* footer */
/* call_success */
#call_success {
  padding: 30px;
  text-align: center; }
  #call_success .call-title {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
    font-weight: 700; }
  #call_success .call-subtitle {
    font-size: 16px;
    font-weight: 400; }

/* call_success */
