@media (max-width: 1280px) {
  .content-width {
    width: 95%; }
.magazine-pages .item .img-more img{
  max-width: 100%;
  margin: 0;
}
	
	
	/*.magazine-pages .item .img-more{
		position:relative;
		left:10px;
	}
	.magazine-pages .item .img-more:after{
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		width:20px;
		content:'';
		background:#fff;
	}*/
	
	
	.magazine-pages .item .img-more{
		display:block;
	}
	
		.owl-dots{
		display: block;
    text-align: center;
    width: 100%;
    margin: 20px 0;
	}
	
	.owl-dots .owl-dot {
    margin: 0 4px;
		display: inline-block;
}
	
	.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #000;
    background: transparent;
    display: inline-block;
		position:relative;
}
	
	.owl-dots .owl-dot.active span {
		background-color: #000;align-content}
  .services-wrap .services-content .item {
    padding: 0 15px; } }
@media (max-width: 1024px) {
  .top-line .content-width .top-menu ul li {
    margin-left: 20px; }

  .services-wrap .services-content .item {
    width: 33%; }

  .portfolio-wrap .portfolio-content .item {
    width: 31%;
    margin-bottom: 25px;
    margin-right: 3.5%; }

  .portfolio-wrap .portfolio-content .item:nth-child(4n) {
    margin-right: 3.5%; }

  .portfolio-wrap .portfolio-content .item:nth-child(3n) {
    margin-right: 0; }

  .client-wrap .client-content figure {
    width: 31%;
    margin-bottom: 0;
    margin-right: 3.5% !important; }

  .client-wrap .client-content figure:nth-child(3n) {
    margin-right: 0 !important; }

  .portfolio-item-wrap .content-width .right {
    width: calc(100% - 500px); }

  .inquiry-form-wrap .content-width .left {
    width: 320px; }

  .page-services .services-wrap .services-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-services .services-wrap .services-content .item {
      width: 49%;
      margin: 0 0 40px !important; } }
@media (max-width: 767px) {
  .top-line .content-width .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .top-line .content-width .lang-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .top-line .content-width .top-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
	.top-line .content-width .top-menu ul{
		display:none!important;
	}
	
	
	
	
	  .menu-responsive {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden; }
    .menu-responsive h2 {
      color: #000;
      margin-bottom: 50px; }
    .menu-responsive .menu-wrap {
      width: 300px;
      position: absolute;
      border-radius: 0;
      background-color: #f7f7f7;
      overflow: hidden;
      display: inline-block;
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      min-height: min-content;
      padding: 50px 50px 50px;
      top: 0;
      height: 100vh;
      right: -500px;
      -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .menu-responsive .menu-wrap .close-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #000;
        position: absolute;
        top: 20px;
        right: 20px; }
        .menu-responsive .menu-wrap .close-menu i {
          font-size: 30px;
          -webkit-transition: none;
          transition: none; }
      .menu-responsive .menu-wrap ul li {
        position: relative;
        border-bottom: 1px solid rgba(202, 207, 217, 0.5); }
        .menu-responsive .menu-wrap ul li a {
          color: #000;
          font-size: 18px;
          font-weight: 700;
          font-style: normal;
          letter-spacing: normal;
          line-height: 50px;
          text-align: left;
          position: relative; }
          .menu-responsive .menu-wrap ul li a span {
            position: absolute;
            top: -13px;
            right: -17px;
            border-radius: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 18px;
            height: 18px;
            background-color: #efd548;
            font-family: HelveticaNeue, sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.14;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff; }
      .menu-responsive .menu-wrap ul li:last-child {
        border-bottom: 0; }

  .menu-responsive.is-active {
    z-index: 1000;
    visibility: visible;
    background: rgba(0, 0, 0, 0.37); }
    .menu-responsive.is-active .menu-wrap {
      right: 0; }
	
	
	a.menu-btn span + span {
      margin-top: 5px; }
	
	
	.top-line .content-width .top-menu{
		padding:5px 0 0;
	}
	
	
	
  a.menu-btn {
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px 0 0;
    float: right; }
    a.menu-btn span {
      display: block;
      float: left;
      height: 3px;
      background-color: #000;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      position: relative;
      top: 0;
      width: 30px; }
  .top-line .content-width .top-menu {
    text-align: center; }
    .top-line .content-width .top-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 15px 0; }
      .top-line .content-width .top-menu ul li {
        margin: 0; }

  .header-content {
    padding: 150px 0; }

  .services-wrap .services-content .item {
    width: 100%; }
	
	.owl-dots{
		display: block;
    text-align: center;
    width: 100%;
    margin: 20px 0;
	}
	
	.owl-dots .owl-dot {
    margin: 0 4px;
		display: inline-block;
}
	
	.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #000;
    background: transparent;
    display: inline-block;
}
	
	.owl-dots .owl-dot.active span {
    background-color: #000;
}
	
	
	
	
	
	

  .portfolio-wrap .portfolio-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .portfolio-wrap .portfolio-content .item {
      width: 100%;
      margin: 0 !important; }

  .portfolio-item-wrap .content-width .mobile {
    display: block; }

  .portfolio-item-wrap .content-width .left {
    width: 100%; }

  .portfolio-item-wrap .content-width .right {
    width: 100%; }

  .portfolio-item-wrap .content-width {
    padding: 0 11px; }

  .portfolio-item-wrap .content-width .right h1 {
    display: none; }

  .inquiry-form-wrap h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .inquiry-form-wrap .content-width .left {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .inquiry-form-wrap .content-width .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }

  .vacancies-wrap .search-block .classic-form .input-wrap-checkbox p.checkbox {
    margin-right: 15px; }

  .job-item-wrap .share-block ul {
    padding-left: 0; }

  .job-item-wrap .share-block ul li {
    width: 60px; }

  .service-item-wrap .service-item-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .service-item-wrap .service-item-content .item .text-wrap {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 30px;
      width: 100%; }
    .service-item-wrap .service-item-content .item figure {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      text-align: center; }
      .service-item-wrap .service-item-content .item figure img {
        max-width: 280px;
        margin: auto; }

  .header-content h1 {
    font-size: 32px;
    letter-spacing: 0;
    max-width: 450px; 
	margin-top:90px}

  .client-wrap .client-content figure img {
    max-width: 70%; }

  .client-wrap .client-content figure {
    margin-bottom: 20px; } }
@media (max-width: 568px) {
  .top-line .content-width .top-menu ul li:first-child, .top-line .content-width .top-menu ul li:nth-last-child(2) {
    display: none; }

  .top-line .content-width .top-menu ul {
    padding: 8px 0; }

  .header-content h1 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 40px;
    max-width: 360px;
    margin-top: 40px;}

  .header-content {
    padding: 140px 0 75px; }

  header {
    margin: 0 0 43px; }

  .services-wrap p.top {
    font-size: 15px;
    line-height: 25px;
    margin: auto; }

  .services-wrap h2 {
    margin-bottom: 20px; }

  .services-wrap .services-content .item {
    width: 100%; }

  .services-wrap .services-content .item figure img {
    max-width: 70%; }

  .services-wrap .services-content .item h6 {
    margin-bottom: 5px; }

  .services-wrap {
    margin: 0 0 35px; }

  .portfolio-wrap {
    padding: 43px 0 25px; }

  .portfolio-wrap p.top {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto 23px; }

  .portfolio-wrap h2 {
    margin-bottom: 23px; }

  .portfolio-wrap .portfolio-content {
    padding: 0; }

.portfolio-wrap .portfolio-content .item {
    height: 66vw;
	}

  .portfolio-wrap .portfolio-content .item a p {
    font-size: 16px;
    line-height: 17px;
    padding: 7px 10px; }

  .client-wrap .client-content figure img {
    max-width: 90%; }

  .client-wrap h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 3px; }

  .client-wrap {
    margin: 0 0 53px;
    padding: 0 0 32px; }

  .about-wrap .about-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px; }

  .about-wrap h2 {
    margin-bottom: 18px; }

  .about-wrap {
    margin: 0 0 52px; }

  .consultation-wrap p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px; }

  .consultation-wrap {
    padding: 59px 0 50px;
    margin: 0 0 46px; }

  .offices-wrap .offices-content .item {
    width: 100%;
    margin: 0 0 20px 0; }

  .offices-wrap {
    margin: 0 0 8px; }

  footer .logo {
    width: 85px;
    margin: 0 auto 9px; }

  footer {
    padding: 58px 0 33px; }

  footer p.bottom {
    margin: 62px 0 0; }

  .portfolio-wrap p.top, .portfolio-wrap .portfolio-content {
    padding: 0 11px; }

  .breadcrumb {
    margin: 16px auto 5px; }

  .portfolio-item-wrap .content-width .mobile {
    margin-bottom: 10px; }

  .portfolio-item-wrap .content-width .right p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px; }

  .portfolio-item-wrap {
    margin: 0 0 50px; }

  .inquiry-form-wrap h1 {
    padding: 30px 0 27px; }

  .inquiry-form-wrap .content-width, .page-contact .inquiry-form-wrap .content-width {
    padding: 33px 11px; }

  .inquiry-form-wrap .content-width .right .input-wrap {
    margin-bottom: 15px; }

  .inquiry-form-wrap .content-width .left {
    padding: 40px 0 0; }

  .inquiry-form-wrap .content-width .left ul {
    margin: 0 0 25px; }

  .inquiry-form-wrap .content-width .left p.bottom {
    margin: 25px 0 0; }

  .inquiry-form-wrap {
    margin: 0 0 27px; }

  .vacancies-wrap .search-block .classic-form .input-wrap {
    width: 100%; }

  .vacancies-wrap .result-wrap .line .name {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0; }

  .vacancies-wrap .result-wrap .line .loc {
    width: 48%; }

  .vacancies-wrap .result-wrap .line .time-wrap {
    width: 50%; }

  .vacancies-wrap .result-wrap .line {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 5px 11px; }

  .vacancies-wrap .result-wrap .line .time-wrap p {
    top: 0; }

  .vacancies-wrap .search-block .classic-form .input-wrap {
    margin-bottom: 11px; }

  .vacancies-wrap .search-block .classic-form .input-wrap-checkbox p.checkbox {
    margin-bottom: 10px; }

  .vacancies-wrap .result-wrap .line .time-wrap p.top {
    margin-bottom: -6px; }

  .vacancies-wrap {
    margin: 0 0 50px; }

  .job-item-wrap h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px; }

  .job-item-wrap .content-width {
    padding: 0 11px; }

  .job-item-wrap .top-line p.time {
    margin-right: 0; }

  .job-item-wrap .job-item-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px; }
    .job-item-wrap .job-item-content p a {
      font-size: 15px;
      font-weight: 500;
      line-height: 25px; }

  .job-item-wrap .job-item-content ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px; }

  .job-item-wrap .job-item-content .btn-wrap {
    margin-top: 23px; }

  .job-item-wrap .job-item-content {
    margin: 0 0 44px; }

  .job-item-wrap .share-block h6 {
    margin-bottom: 20px; }

  .job-item-wrap .share-block ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .job-item-wrap .share-block ul li {
      width: 12.5%; }

  .job-item-wrap {
    margin: 0 0 50px; }

  .page-services .services-wrap .services-content {
    padding: 0 11px; }

  .page-services .services-wrap .services-content .item {
    width: 100%; }

  .page-services .services-wrap {
    padding: 32px 0; }

  .page-services .services-wrap .services-content .item figure {
    height: auto;
    margin-bottom: 20px; }
    .page-services .services-wrap .services-content .item figure img {
      max-width: 50%;
      height: auto; }

  .page-services .services-wrap h1 {
    margin: 0 0 20px; }

  .page-services .services-wrap p.top {
    margin: 0 auto 30px; }

  .page-services .services-wrap .services-content .item h4 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 17px; }

  .page-services .services-wrap .services-content .item p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px; }

  .service-item-wrap p.top {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px; }

  .service-item-wrap .service-item-content .item {
    padding: 40px 11px; }

  .service-item-wrap .service-item-content .item .text-wrap h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 24px; }

  .service-item-wrap .service-item-content .item .text-wrap p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px; }

  .service-item-wrap .block {
    padding: 50px 0; }

  .service-item-wrap .block h3 {
    font-size: 28px; }

  .service-item-wrap .block p {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px; }

  .text-block-wrap p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px; }

  .text-block-wrap h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    margin: 30px 0 10px; }

  .text-block-wrap h1 {
    margin-bottom: 30px; }

  .text-block-wrap {
    padding: 40px 0 70px; }

  .portfolio-item-wrap .content-width .right {
    text-align: center; }

  .portfolio-item-wrap .content-width .right p {
    text-align: left; }

  .page-services .services-wrap .services-content .item {
    text-align: center; }

  .page-services .services-wrap .services-content .item figure {
    text-align: left; }

  .page-services .services-wrap .services-content .item h4 {
    text-align: left; }
	a.menu-btn{
		    position: relative;
    		left: 10px;
	}
  .page-services .services-wrap .services-content .item p {
    text-align: left; } }

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