.m-active {
   display: none;
}

@media only screen and (max-width: 1300px) {

   .wrapper {
      width: 100%;
      padding-left: 25px !important;
      padding-right: 25px !important;
      min-width: 355px;
   }

   #top .text,
   #top .info {
      display: none;
   }

   #top .contacts {
      margin: 0 auto;
      gap: 30px;
   }

   #top .contacts .contact span {
      font-size: 12px;
   }
}

@media only screen and (max-width: 1200px) {

   .m-active {
      display: block;
   }

   .m-close {
      display: none !important;
   }

   header nav,
   header .btn-green {
      display: none;
   }

   header .logo,
   header .logo img {
      width: 100px;
   }

   header .timework {
      display: table;
      color: #0D2C4B;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
   }

   header .timework b {
      font-weight: 600;
      display: block;
   }

   header .m-nav {
      font-size: 24px;
      color: rgba(13, 44, 75, 1);
   }

   header nav.active {
      display: table;
      position: absolute;
      z-index: 2;
      top: 41px;
      right: 0;
      background: #fff;
      padding: 28px 18px;
      padding-top: 84px;
      border-radius: 0px 0px 0px 16px;
      box-shadow: 0px 2px 20px 0px rgba(0, 73, 145, 0.10);
   }

   header nav a,
   header nav .a {
      display: block;
      margin-bottom: 14px;
   }

   header nav .a .mso,
   header nav .a .children-nav {
      display: none !important;
   }

   header nav a.close {
      display: table;
      width: auto;
      height: auto;
      padding: 0;
      color: rgba(13, 44, 75, 1);
      font-size: 24px;
      position: absolute;
      top: 28px;
      right: 20px;
   }

   header nav a.close:hover {
      background: #fff;
   }

   header nav a:last-child {
      margin-bottom: 0px;
   }

   .group {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
   }

   .group img,
   .owl-carousel img {
      display: block;
      width: 80px;
      height: auto;
      margin: 0 auto;
   }

   #contactForm {
      padding: 40px 25px;
      background: url("../images/bg-m-advantages.webp") no-repeat center center, linear-gradient(98deg, #0D6BC7 5.86%, #063461 175.35%);
   }

   #contactForm .white {
      background: rgba(0, 0, 0, 0);
      flex-wrap: wrap;
      padding: 0;
   }

   #contactForm .white h3.title {
      color: #FFF;
      font-size: 18px;
      margin-bottom: 30px;
   }

   #contactForm .white h3.title br {
      display: none;
   }

   #contactForm .white form {
      background: #fff;
      border-radius: 16px;
      padding: 30px 25px;
      width: 100%;
   }

   #contactForm .white .text {
      margin: 0;
      font-size: 12px;
      margin-bottom: 10px;
   }

   #contactForm .white form .copy {
      margin-top: 10px;
   }

   #contacts {
      padding-top: 60px;
      padding-bottom: 40px;
   }

   #contacts .items {
      flex-wrap: wrap;
      margin-top: 30px;
      gap: 30px 0;
   }

   #contacts .items .item {
      font-size: 12px;
      width: 48%;
      gap: 8px;
   }

   #contacts .items .item:nth-child(2n) {
      width: 52%;
   }

   #contacts .items .item i.mso {
      width: 24px;
      height: 24px;
      font-size: 14px;
   }

   #contacts .items .item i.msf {
      font-size: 27px;
   }

   #contacts .items .item span {
      padding-right: 5px;
   }

   /* #contacts .items .item.gap-8 {
      width: 100%;
   } */

   #contacts .items .item img {
      width: 24px;
   }

   footer .wrapper {
      flex-wrap: wrap;
      gap: 30px 0;
   }

   footer .links {
      order: 1;
      flex-wrap: wrap;
      gap: 20px 0;
   }

   footer .links a {
      width: 50%;
      font-size: 12px;
   }

   footer img {
      order: 2;
      width: 125px;
   }

   footer .copy {
      order: 3;
      font-size: 10px;
      text-align: left;
      width: 50%;
   }
}

@media only screen and (max-width: 1100px) {

   #advantages-5 {
      flex-wrap: wrap;
      gap: 30px;
      align-items: flex-start;
   }

   #advantages-5 .item {
      width: calc(50% - 15px);
      flex-wrap: wrap;
      gap: 8px;
   }

   #advantages-5 .item img {
      display: block;
   }

   #advantages-5 .item span {
      display: block;
      width: 100%;
      font-size: 12px;
   }
}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 900px) {

   h3.title {
      font-size: 18px;
   }

   #steps h3.title {
      margin-bottom: 30px;
   }

   #steps .line {
      width: 1px;
      height: 330px;
      position: absolute;
      left: 48px;
   }

   #steps .items {
      flex-wrap: wrap;
      gap: 30px;
      padding-top: 20px;
   }

   #steps .items .item {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 20px;
   }

   #steps .items .item .int {
      width: 48px;
      min-width: 48px;
      height: 48px;
      margin: 0;
      border: 8px solid #fff;
      font-size: 20px;
   }

   #steps .items .item ul {
      display: none;
   }

   #steps .items .item .title {
      margin-top: 10px;
      margin-bottom: 12px;
      font-size: 16px;
   }

   #steps .items .item .text {
      font-size: 12px;
      margin-bottom: 15px;
   }

   #steps .btn-green {
      margin: 0 auto;
      width: 100%;
      text-align: center;
   }

   #partners .owl-carousel {
      margin-top: 35px;
   }

   #partners img {
      max-width: 70px;
   }

   #partners .btn-border {
      margin-top: 30px;
   }

   .owl-dots {
      display: none;
   }

   #partners .btn-border {
      width: 100%;
      text-align: center;
   }

   #partners .other-partners {
      margin: 30px auto;
      flex-wrap: wrap;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px 0;
   }

   #partners .other-partners .item img {
      object-fit: cover;
   }

   #reviews .reviews {
      margin-top: 30px;
   }

   #reviews .images {
      gap: 20px 10px;
      padding: 0 25px;
   }

   #reviews .images .image {
      width: calc(50% - 10px);
   }

   #reviews .btn-border {
      width: calc(100% - 50px);
      padding: 10px 0px;
      text-align: center;
   }

   #gallery {
      margin-top: 20px;
      flex-wrap: wrap;
      gap: 11px;
   }

   #gallery picture {
      width: 100%;
      height: 200px;
      box-shadow: 0px 69.134px 56.191px 0px rgba(0, 0, 0, 0.12);
   }

   #gallery .btn-border {
      background: #fff;
      position: relative;
   }

   #comments {
      padding: 60px 0;
   }

   #comments .items {
      flex-wrap: wrap;
   }

   #comments .items .item {
      max-width: 100%;
   }

   #comments .items .item picture {
      min-width: 75px;
      width: 75px;
      height: 75px;
   }

   #comments .items .item .top {
      width: 100%;
   }

   #comments .items .item .info {
      margin-bottom: 8px;
   }

   #comments .items .item .info .name {
      font-size: 14px;
   }

   #comments .items .item .info .jobTitle {
      font-size: 12px;
   }

   #comments .items .item .text {
      padding-left: 95px;
      font-size: 12px;
   }

   #comments .items .item .text br {
      display: none;
   }

   #conteiner {
      margin: 20px 0;
   }

   #conteiner h2.title {
      color: #0D2C4B;
      font-size: 18px;
      font-weight: 600;
   }

   .bread {
      gap: 20px;
   }

   .bread a {
      font-size: 12px;
      font-weight: 400;
   }

   .bread a::before {
      width: 4px;
      height: 4px;
      top: 10px;
      left: -12px;
   }
}

@media only screen and (max-width: 800px) {}

@media (max-width: 768px) {

   .owl-carousel {
      width: 100%;
   }

   .owl-carousel.partners .owl-stage-outer {
      width: 316px;
   }

   .owl-prev {
      left: -25px;
   }

   .owl-next {
      right: -25px;
   }

   .owl-prev,
   .owl-next {
      background: rgba(0, 0, 0, 0) !important;
   }

   #reviews {
      padding-left: 0px !important;
      padding-right: 0px !important;
   }

   #reviews h3.title {
      padding-left: 25px;
   }

   #reviews .owl-item {
      /* margin-right: 0px !important; */
   }

   #reviews .item {
      width: 306px;
      height: auto;
      padding: 20px;
      margin-left: 25px;
   }

   #reviews .item .text {
      font-size: 12px;
      margin-bottom: 20px;
   }

   #reviews .item .text p {
      display: block;
   }

   #reviews .item .show-more {
      color: #0D2C4B;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin-top: 5px;
      display: table;
      text-decoration: underline;
   }

   #reviews .owl-nav {
      display: none;
   }

   #reviews .item .author {
      gap: 11px;
   }

   #reviews .item .author picture {
      width: 40px;
      height: 40px;
   }

   .owl-carousel .owl-item img {
      object-fit: revert;
      /* height: 100%; */
   }

   #reviews .item .author .name,
   #reviews .item .author .jobTitle {
      font-size: 12px;
   }

   #reviews .item .author .jobTitle {
      margin-top: 8px;
   }
}

@media only screen and (max-width: 700px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 500px) {

   #gallery {
      margin-top: 20px;
   }
}

@media only screen and (max-width: 400px) {}