@media (max-width: 991px) {
  .partener-section1 {
    padding-top: 400px !important;
  }

  .partener-section1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 350px;
    left: 0;
    background: url(../img/parener-bg.jpg) 50% no-repeat;
    background-size: cover
  }
}

@media (min-width: 992px) {
  .president-name {
    position: absolute;
    right: 0;
    top: 50px;

    transform: translate(70%);
  }


  .partener-section1:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -50px;
    width: 100px;
    background: inherit;
    transform: skewX(-8deg)
  }

  .partener-section1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    background: url(../img/parener-bg.jpg) 50% no-repeat;
    background-size: cover
  }
}

@media (min-width: 1200px) {
  .height {
    height: 70px;
  }

  .menu-icon {
    display: none;
  }

  .menu {
    display: inline-flex;
  }

  .menu li {
    margin-left: 15px;
  }

  .menu a {
    color: #565656;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 15px;
    transition: all 0.5s;
  }

  .menu a:hover {
    color: #00A5CF;
  }

  .menu a:after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    content: "";
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
    transition: 0.5s all
  }

  .menu a:hover:after {
    width: 100%;
    left: 0;
  }

  .menu li.external {
  }

  .menu li.external a {
    color: #00A5CF;
  }

  .menu li.padding {
  }

  .external {
  }

}

@media (max-width: 1199px) {
  .height {
    height: 60px;
  }

  .logo img {
    height: 30px;
  }

  .menu-icon {
    cursor: pointer;
    width: 24px;
    height: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;

  }

  .menu-icon:after,
  .menu-icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transition: all 0.3s;
    transform: translateY(-50%);
  }

  .menu-icon:after {
    height: 100%;
    border-top: 2px solid #4A529F;
    border-bottom: 2px solid #00A5CF;
  }

  .menu-icon:before {
    height: 40%;
    border-bottom: 2px solid #4A529F;
    border-top: 2px solid #00A5CF;
  }

  .menu-icon.active:after {
    height: 0;
    border-top: 0px solid #4A529F;
    transform: translateY(-50%) rotate(45deg);
  }

  .menu-icon.active:before {
    height: 0;
    border-top: 0px solid #00A5CF;
    transform: translateY(-50%) rotate(-45deg);
  }

  .menu {
    transition: all 0.5s;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 440px;

    min-height: 100vh;
    background: #fff;

    padding-top: 60px;
    transform: translate(100%);

    z-index: 1;
  }

  .menu.active {
    transform: translate(0);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }

  .menu a {
    text-align: right;
    width: 100%;
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #393939;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu a:hover {
    color: #4A529F;
  }

}


@media (min-width: 768px) and (max-width: 991px) {
  .slider1 .slide {
    min-height: 300px;
  }

  .sec .title {
    font-size: 30px;
  }

  .app .name {
    font-size: 18px;
  }

  .app .links img,
  .app .description img {
    height: 40px;
  }

  .catalog img {
    position: relative;
    height: auto;
    left: 0;
  }

  /* about-page */
  .big-logo {
    margin: auto;
  }

  .logos .right:after {
    display: none;
  }

  /*    md tablet*/
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 22px;
  }

  .sub-utp {
    font-size: 16px;
  }

  .pr-broshur div,
  .pr-sert div div {
    max-height: 80px;
  }


}


@media (max-width: 767px) {

  body {
    font-size: 14px;
  }

  .height {
    height: 56px;
  }

  .logo img {
    height: 30px;
  }

  .login,
  .logout {
    padding: 0.25rem 0.5rem;
  }

  .register {
    padding: 0.6rem 0.8rem;
  }

  .user-img,
  .card-icon {
    height: 36px;
    width: 36px;
  }

  .address .list {
    width: 100%;
    overflow-x: auto;
  }


  .slider1 .slide {
    min-height: 160px;
  }

  .sec .title {
    font-size: 24px;
  }

  .sec .subtitle {
    font-size: 16px;
  }

  .social a:not(:first-child) {
    margin-left: 5px;
  }

  .pages li {
    width: 48%;
  }

  .app2 .top {
    order: 1;
  }

  .app .name {
    font-size: 18px;
  }

  .app .links img,
  .app .description img {
    height: 40px;
  }

  .app .description {
    padding: 20px;
  }

  .contact1 {
    text-align: center;
    flex-direction: column;
  }

  .contact1 .right:after {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .catalog {
    display: none;
  }

  .footer {
    text-align: center;
  }

  .footer-app {

    margin: auto;
    display: inline-block;

  }

  .telegram {
    display: inline-flex;
    flex-direction: column;
  }

  .footer .title {
    font-size: 16px;
  }

  .copy {
    text-align: center;
  }

  /* about */
  .about-punct figure,
  .why figure {
    width: 50px;
  }

  .video iframe {
    min-height: 250px;
  }

  .h3-b {
    font-size: 18px;
  }

  .h4-b {
    font-size: 16px;
  }

  .tabs {
    flex-direction: column;
    width: 100%;

  }

  .tabs:after {
    display: none;
  }

  .tabs li {
    border-radius: 8px;
  }

  .tabs li:not(:first-child) {
    margin-top: 5px;
  }

  .foot-menu {
    text-align: center;
    margin: auto;
    max-width: 250px;
  }

  .foot-menu li {
    text-align: left;
  }

  .logos .right:after {
    display: none;
  }

  /*   xs heraxos*/
  .pr-sec0 {
    text-align: center;
    background: #fff;
    background-size: cover;
  }

  .pr-sec0 .lh1 {
    font-size: 28px;
    margin-top: 32px;
  }

  .text-sm-center {
    text-align: center;
  }

  .h1 {
    font-size: 22px;
  }

  .description {
    font-size: 16px;
  }

  .prod {
    width: 100%;
  }

  .prod img {
    width: 60%;
  }


  .pr-docs img {
    height: 80px;
  }

  .sec .title1 {
    font-size: 18px;
  }

}
