@media screen and (max-width: 1480px) {
  .first-wrap .texter-side h1, .first-wrap .texter-side h2 {
    font-size: 50px; }
  .first-wrap .texter-side p {
    font-size: 16px; }
  .title-row h2, .title-row h3 {
    font-size: 28px; }
  header .logo-part {
    max-width: 140px; }
  header .logo-part a {
    padding: 15px; }
  header .infos {
    max-width: 180px;
    padding: 15px 0 15px 15px; }
  header .infos .email a {
    font-size: 12px; }
  header .infos .tel a {
    font-size: 16px; }
  header nav {
    padding: 0 15px;
    max-width: -webkit-calc(100% - 180px - 140px);
    max-width: -moz-calc(100% - 180px - 140px);
    max-width: calc(100% - 180px - 140px); }
  header .logo-part a:before {
    top: -webkit-calc(100% - 30px);
    top: -moz-calc(100% - 30px);
    top: calc(100% - 30px); }
  .five-wrap .slick-arrow.slick-prev {
    right: -webkit-calc(50% + 5px);
    right: -moz-calc(50% + 5px);
    right: calc(50% + 5px);
    left: auto;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    width: 50px;
    height: 50px; }
  .five-wrap .slick-arrow.slick-next {
    left: -webkit-calc(50% + 5px);
    left: -moz-calc(50% + 5px);
    left: calc(50% + 5px);
    right: auto;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    width: 50px;
    height: 50px; }
  .five-wrap .slick-prev:before, .five-wrap .slick-next:before {
    font-size: 22px; }
  .five-wrap .slick-arrow.slick-disabled {
    opacity: 0.7; }
  .five-wrap {
    padding-bottom: 80px; } }

@media screen and (max-width: 1280px) {
  footer .mbox {
    display: block; }
  footer .list-cols {
    width: 100%;
    padding: 25px 0; }
  footer .horizontal-part {
    width: 100%;
    padding: 25px 0;
    border-left: none;
    border-top: 1px solid #464646;
    text-align: center; }
  footer .socials {
    padding: 15px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .second-wrap .item {
    margin: 0 10px 20px;
    max-width: 180px;
    padding: 15px 10px 20px; }
  .second-wrap .item .con {
    height: 100px; }
  .third-wrap .con {
    height: 200px;
    margin-bottom: 40px; }
    .third-wrap .con img {
      max-height: 100%; }
  .contact-wrap {
    padding: 40px 0 20px; }
  .contact-wrap .map-part {
    width: -webkit-calc(100% - 380px - 40px);
    width: -moz-calc(100% - 380px - 40px);
    width: calc(100% - 380px - 40px); } }

@media screen and (max-width: 1024px) {
  header nav {
    position: absolute;
    top: 100%;
    background-color: #fff;
    right: 0;
    max-width: 200px;
    padding: 15px 15px 100px;
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
    border-left: 1px solid #E2E2E2;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    header nav ul {
      display: block; }
    header nav li {
      margin-bottom: 10px; }
      header nav li:last-child {
        margin-bottom: 0; }
    header nav a {
      font-size: 14px; }
    header nav.active {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  header .infos {
    position: absolute;
    top: -webkit-calc(100vh - 75px);
    top: -moz-calc(100vh - 75px);
    top: calc(100vh - 75px);
    background-color: #fff;
    right: 0;
    -webkit-transform: translateY(105%);
    -moz-transform: translateY(105%);
    -ms-transform: translateY(105%);
    -o-transform: translateY(105%);
    transform: translateY(105%);
    max-width: 200px;
    padding: 15px;
    border-left: none;
    border-top: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    header .infos.active {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
  header .hidden-butter {
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid #E2E2E2;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    header .hidden-butter span {
      position: absolute;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      left: -webkit-calc(50% - 28px/2);
      left: -moz-calc(50% - 28px/2);
      left: calc(50% - 28px/2);
      width: 28px;
      height: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background-color: #E2E2E2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      header .hidden-butter span:nth-child(1) {
        top: -webkit-calc(50% - 8px);
        top: -moz-calc(50% - 8px);
        top: calc(50% - 8px); }
      header .hidden-butter span:nth-child(2) {
        top: -webkit-calc(50% - 1px);
        top: -moz-calc(50% - 1px);
        top: calc(50% - 1px); }
      header .hidden-butter span:nth-child(3) {
        bottom: -webkit-calc(50% - 8px);
        bottom: -moz-calc(50% - 8px);
        bottom: calc(50% - 8px); }
    header .hidden-butter.active span:nth-child(1) {
      top: -webkit-calc(50% - 1px);
      top: -moz-calc(50% - 1px);
      top: calc(50% - 1px);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .hidden-butter.active span:nth-child(2) {
      top: -webkit-calc(50% - 1px);
      top: -moz-calc(50% - 1px);
      top: calc(50% - 1px);
      opacity: 0; }
    header .hidden-butter.active span:nth-child(3) {
      bottom: -webkit-calc(50% - 1px);
      bottom: -moz-calc(50% - 1px);
      bottom: calc(50% - 1px);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header .hidden-butter:hover {
      background-color: #E2E2E2; }
      header .hidden-butter:hover span {
        background-color: #fff; }
  header .logo-part {
    max-width: 90px; }
  header .logo-part a {
    padding: 10px;
    margin-bottom: -16px; }
  header .logo-part a:before {
    top: -webkit-calc(100% - 16px);
    top: -moz-calc(100% - 16px);
    top: calc(100% - 16px); }
  header .mbox {
    padding: 0 5px; }
  .second-wrap {
    padding: 20px 0; }
  .third-wrap {
    padding: 20px 0; }
  .four-wrap {
    padding: 20px 0; }
  .butt {
    padding: 12px 15px 12px;
    max-width: 160px; }
  .four-wrap .beforer {
    left: 0; }
  .four-wrap:before {
    display: none; }
  .four-wrap .contein-items {
    padding: 20px 0 80px; }
  .four-wrap .slick-arrow.slick-prev {
    left: 0;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px); }
  .four-wrap .slick-arrow {
    width: 50px;
    height: 50px; }
  .four-wrap .slick-prev:before, .four-wrap .slick-next:before {
    font-size: 22px; }
  .four-wrap .slick-arrow.slick-next {
    right: auto;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 60px; }
  .four-wrap .slick-arrow.slick-disabled {
    opacity: 0.7; }
  .four-wrap .sliding-items .item {
    padding: 10px 10px 20px; }
  .four-wrap .sliding-items .item .con {
    height: 120px; }
  .six-wrap .contein .text-bottom {
    max-width: 240px; }
  .six-wrap .contein .text-bottom p, .six-wrap .asside-right p {
    font-size: 16px; }
  .six-wrap .asside-right .text-right {
    padding: 20px; }
  .six-wrap .title-row {
    margin-bottom: 10px; }
  .six-wrap .asside-right {
    max-width: 270px; }
  .six-wrap .stranged-block {
    overflow: hidden; }
  .contact-wrap .siders {
    display: block; }
  .contact-wrap .form-part {
    margin: 0 auto 15px; }
  .contact-wrap .map-part {
    width: 100%; }
    .contact-wrap .map-part #map {
      height: 320px; } }

@media screen and (max-width: 767px) {
  .first-wrap .texter-side h1, .first-wrap .texter-side h2 {
    font-size: 40px;
    padding-bottom: 10px; }
  .title-row h2, .title-row h3 {
    font-size: 20px; }
  .title-row {
    padding: 10px 0; }
  .title-row p {
    line-height: 1.2;
    margin-top: 10px;
    font-size: 15px; }
  footer nav {
    display: none; }
  footer .list-cols a {
    display: inline-block; }
  footer .named-top {
    font-size: 14px; }
  footer .bottom-link a {
    font-size: 11px; }
  footer .col {
    padding: 0 10px; }
  footer .list-cols {
    padding: 15px 0; }
  footer .horizontal-part {
    padding: 15px 0; }
  footer .top-sides .named {
    font-size: 15px; }
  footer .top-sides .tel a {
    font-size: 15px; }
  footer .top-sides .tel {
    padding-top: 5px; }
  footer .socials a {
    background: #292929; }
  footer .copir p {
    font-size: 11px; }
  .third-wrap .betweener {
    padding: 20px 0 0; }
  .third-wrap .item {
    width: 100%;
    max-width: 280px;
    margin: 0 auto; }
  .third-wrap .item:nth-child(2n) {
    border-left: none; }
  .third-wrap .con {
    height: 150px;
    margin-bottom: 30px; }
  .four-wrap .sliding-items .item {
    margin: 0 auto; }
  .four-wrap .slick-arrow.slick-prev {
    right: -webkit-calc(50% + 5px);
    right: -moz-calc(50% + 5px);
    right: calc(50% + 5px);
    left: auto; }
  .four-wrap .slick-arrow.slick-next {
    left: -webkit-calc(50% + 5px);
    left: -moz-calc(50% + 5px);
    left: calc(50% + 5px);
    right: auto; }
  .six-wrap .contein .imager {
    position: static;
    max-width: 100%; }
  .six-wrap .smash-content {
    display: block; }
  .six-wrap .contein {
    width: 100%;
    max-width: none; }
  .six-wrap .contein .text-bottom {
    left: -webkit-calc(50% - 240px/2);
    left: -moz-calc(50% - 240px/2);
    left: calc(50% - 240px/2);
    padding: 10px 20px;
    bottom: 10px; }
  .six-wrap .contein .text-bottom p, .six-wrap .asside-right p {
    font-size: 14px; }
  .six-wrap .asside-right {
    padding: 15px 0;
    margin: 0 auto; }
  .six-wrap .asside-right .text-right {
    margin-bottom: 10px;
    border: 1px solid #E2E2E2; }
  .six-wrap {
    padding: 20px 0; } }

@media screen and (max-width: 479px) {
  footer .top-sides {
    display: block; }
  footer .top-sides .item {
    width: 100%;
    margin-bottom: 10px; }
    footer .top-sides .item:last-child {
      margin: 0; } }
