@media screen and (max-width: 1300px) {
  .main .caption h1 {
    font-size: 46px;
  }
  .inside {
    width: 960px;
  }
  .header .nav .navigation li {
    margin-left: 14px;
    font-size: 15px;
  }
  .header .logo img {
    width: 260px;
  }
  .dirrection-list .item {
    width: 220px;
        font-size: 20px;
  }
  .dirrection-list .item .item-inner {
    padding-top: 30px;
    height: 166px;
  }
  .dirrection-list .item .item-inner img {
    width: 60px;
  }
  .title {
    font-size: 24px;
  }
  .about-us .video {
    width: 500px;
  }
  .about-us .description {
    width: 410px;
    font-size: 16px;
  }
  .about-us .description .button a {
    width: 226px;
    height: 50px;
    line-height: 48px;
  }
  .about-us .description .button {
    padding-top: 10px;
  }
  .team-list .item {
    text-align: center;
    width: 220px;
    max-width: 32%;
  }
  .team-list .item p strong {
    font-size: 18px;
  }
  .team-list .item .desc {
    font-size: 13px;
  }
  .concurse-list .item .caption {
    font-size: 18px;
  }
  .footer .coll {
    width: 42%;
  }

  .team-list .button a {
    height: 54px;
    line-height: 52px;
    width: 226px;
  }
  .footer .coll .button a {
    height: 54px;
    line-height: 52px;
    width: 226px;
  }
  .contact-page .inside {
    padding: 100px 60px;
  }
  .gallery .gal-image .gal-image-inner a {
    height: 200px;
  }
}

@media screen and (max-width: 959px) {
  .navigation-mobile nav.nav-open .overlay {
    left: 0;    
    transition: all 1s ease 0s;
    transition-delay: 0.3s;
  }
  .content-page .inside .content-text {
    padding: 40px 12px;
  }
  .template-blog .image {
    width: 260px;
  }
  .template-blog .desc:not(.noimage) {
    width: calc(100% - 280px);
  }
  .navigation-mobile {
    position: relative;
    display: block;
    z-index: 4
  }
  .navigation-mobile nav > div:first-child {
      max-width: 100%;
      display: block !important;
      left: 0px;
      position: fixed;
      top: 0;
      background: #000;
      box-shadow: 0 2px 6px rgba(0,0,0,0.6);
      padding: 20px;
      box-sizing: border-box;
      width: 360px;
      height: 100vh;
      z-index: 2;
      transition: all 0.5s ease 0s;
      left: -600px;
      padding-top: 80px;
  }
  .navigation-mobile .info .phone {
    margin-bottom: 20px;
  }
  .navigation-mobile .info {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fdfdfd;
    color: #fff;
  }
  .navigation-mobile nav.nav-open > div:first-child {
      left: 0;
      transition: all 0.5s ease 0s;
  }
  .navigation-mobile nav.nav-open > div .menu {
      display: block;
  }
  
  .navigation-mobile .menu > li > a:hover {
    color: #ff9a02;
    transition: all 0.3s ease 0s;
  }
  .navigation-mobile .menu > li.menu-item-has-children.rotate:after {
    transform: rotate(180deg);
  }
  .navigation-mobile .menu > li > a {
      color: #fff;
      margin-right: 40px;
      transition: all 0.3s ease 0s;
  }
  .current-menu-item > a {
    color: #ff9a02
  }
  .navigation-mobile .menu > li.current_page_parent > .sub-menu {
    display: block;
  }
  .navigation-mobile .menu > li.menu-item-has-children.current_page_parent:after {
    transform: rotate(180deg);
  }
  .navigation-mobile .menu > li {
      position: relative;
      padding-right: 30px;
  }
  .navigation-mobile .menu > li.menu-item-has-children:after {
      position: absolute;
      content: "";
      right: 0;
      top: 2px;
      height: 10px;
      width: 15px;
      background: url(../images/down.png) no-repeat center;
        
      transition: all 0.3s ease 0s;
  }
  .navigation-mobile .menu > li.menu-item-has-children.open:after {
      transform: rotate(180deg);
      transition: all 0.3s ease 0s;
  }
  .navigation-mobile .overlay {
      background: rgba(0,0,0,0.6);
      width: 100%;
      height: 100%;
      left: -100%;
      top: 0;
      content: "";
      position: fixed;
      z-index: 0;
      transition: all 1s ease 0s;
      
  }
  .navigation-mobile .menu li:not(:last-child) {
      margin-bottom: 26px;
  }
  .navigation-mobile .menu ul {
      padding-top: 20px;
      padding-bottom: 0px;
  }
  
  .toggler {
      display: block;
      width: 30px;
      margin-left: 30px;
  }
  .toggler span {
      display: block;
      height: 3px;
      background: #fff;
  }
  .navigation-mobile nav.nav-open > div:first-child {
    box-sizing: border-box;
    width: 320px;
  }
  .toggler span:not(:last-child) {
      margin-bottom: 4px;
  }
  .navigation-mobile .menu > li > .sub-menu {
      padding-bottom: 20px;        
      margin-top: 0px;
      display: none;
  }
  .navigation-mobile .menu > li > .sub-menu li {
      padding-left: 20px;
      color: #fdfdfd;
  }
  .header .navigation {
    display: none;
  }
  .main .slide-item {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .main .caption .button a {
    width: 226px;
    height: 54px;
    line-height: 52px;
  }
  .main .caption h1 {
    font-size: 36px;
  }
  .dirrection-list .item {
    padding: 5px;
  }
  .inside {
    width: 748px;
  }
  .about-us .video {
    width: auto;
    margin-bottom: 30px;
  }
  .about-us .description {
    width: 100%;
  }
  .dirrection-list .item {
    width: 170px;
    font-size: 16px;
  }
  .dirrection-list .item .item-inner img {
    width: 52px;
  }
  .dirrection-list .item .item-inner {
    padding-top: 20px;
    height: 132px;
  }

  .about-us .title {
    margin-bottom: 30px;
  }
  .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .about-us .title {
    padding: 0;
  }
  .team-list {
    padding-top: 80px;
  }
 
  .concurse-list .item .caption {
    font-size: 16px;
  }
  .footer .coll.coll-1 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer .logo img {
    margin: 0 auto;
  }
  .footer .inside {
    justify-content: center;
  }
  .footer .coll.coll-2 {
    width: 290px;
  }
  .footer .coll.coll-3 {
    width: auto;
  }
  .copy {
    line-height: 1.6;
  }
  .concurse-list .item .caption {
    opacity: 1;
  }
  .contact-page input[type="text"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .contact-page .fields .input {
    width: 49%;
    max-width: 49%;
  }
  
  .content-page .content-text h2 {
    font-size: 18px;
    line-height: 1.4;
  }
  
}

@media screen and (max-width: 720px) {
  .dirrection-list .item {
    width: 24%;
  }
  .concurse-list {
    padding-top: 100px;
  }
  .partners {
    padding: 90px 0;
  }
  
  .page-title .inside:before {
    display: none;
  }
  .page-title .ttl {
    padding-left: 0;
  }
  .page-title {
    font-size: 30px;
    text-align: center;
  }
  
  .gallery .gal-image .gal-image-inner a {
    height: 180px;
  }
  
  .template-blog .item.flex {
    display: block;
  } 
  .template-blog .image {
    width: 340px;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .template-blog .desc:not(.noimage) {
    width: 100%;
  }
  
  .contact-page .inside h3 {
    font-size: 14px;
        margin-bottom: 20px;
  }
  .contact-page .inside p {
    font-size: 13px;
  }
}


@media screen and (max-width: 580px) {
  .concurse-list .list {
    justify-content: center;
  }
  .contact-page .inside .address  {
     width: 100%;
     margin-bottom: 30px;
  }
  .concurse-list .item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .team-list .list {
    justify-content: center;
  }

  .team-list .item {
    max-width: 100%;
    width: auto;
    margin: 0 10px 30px;
  }
  .team-list .item:last-child {
    margin-bottom: 0;
  }
  .contact-page .inside {
    padding: 60px 20px;
  }
  .gallery .gal-image .gal-image-inner a {
    height: 160px;
  }
}
@media screen and (max-width: 520px) {
    {}
    .contact-page .fields .input {
        width: 100%;
        max-width: 100%;
    }
    .contact-page .fields {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
  .dirrection-list .item {
    width: 48%;
    margin-bottom: 10px;
  }
  .main .caption h1 {
    font-size: 28px;
  }
  .footer .coll.coll-1 {
    order: -2;
  }
  .footer .coll.coll-3 {
    order: -1;
    width: 290px;
    margin-bottom: 10px;
  }
  .gallery .gal-image .gal-image-inner a {
    height: 260px;
  }
  .title {
    font-size: 17px;
  }
  .page-title {
    font-size: 20px;
  }
  .about-us .description .button {
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .main .caption h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .gallery .gal-image .gal-image-inner a {
    height: 200px;
  }
  .header .logo img {
    width: 220px;
  }
  .toggler .menu-btn .line.line--2.line-fade-out {    
    transform: translate(0px);
  }
}