@media (max-width: 1440px) {
  .header {
    font-size: 16px;
  }
  .phone {
    font-size: 16px;
  }
  .logo-div img:first-of-type {
    max-width: 60px;
  }
  .section-wrapper {
    padding: 0 32px;
  }

  .profile-systems .profile-systems__container {
    grid-template-columns: 1fr 1fr;
  }
  /* .profile-systems .card-item:nth-child(3) .card-item__face {
    background-color: #373D54;
    color: #fff;
  }
  .profile-systems .card-item:nth-child(3) .card-item__face .link{
    color: #fff;
  }
  .profile-systems .card-item:nth-child(3) .card-item__face svg path {
    fill: #fff;
  }
  .profile-systems .card-item:nth-child(4) .card-item__face {
    background-color: #E7E7E7;
    color: #373D54
  }
  .profile-systems .card-item:nth-child(4) .card-item__face .link{
    color: #373D54
  }
  .profile-systems .card-item:nth-child(4) .card-item__face svg path {
    fill: #373D54;
  }




  .profile-systems .card-item:nth-child(3) .card-item__back {
    background-color: #E7E7E7;
    color: #373D54;
  }
  .profile-systems .card-item:nth-child(3) .card-item__back .link{
    color: #fff;
  }
  .profile-systems .card-item:nth-child(3) .card-item__back svg path {
    fill: #373D54;
  }
  .profile-systems .card-item:nth-child(3) .card-item__back .point-items {
    border-color: #373D54
  }
  .profile-systems .card-item:nth-child(3) .card-item__back .circles > div {
    border: 3px solid #373D54;
  }
  .profile-systems .card-item:nth-child(3) .card-item__back .circles > div.filled {
    background-color: #373D54;
  }



  .profile-systems .card-item:nth-child(4) .card-item__back {
    background-color: #373D54;
    color: #E7E7E7;
  }
  .profile-systems .card-item:nth-child(4) .card-item__back .link{
    color: #373D54;
  }
  .profile-systems .card-item:nth-child(4) .card-item__back svg path {
    fill: #fff;
  }
  .profile-systems .card-item:nth-child(4) .card-item__back .point-items {
    border-color: #fff
  }
  .profile-systems .card-item:nth-child(4) .card-item__back .circles > div {
    border: 3px solid #fff;
  }
  .profile-systems .card-item:nth-child(4) .card-item__back .circles > div.filled {
    background-color: #fff;
  } */
  .leave-request .left {
    padding: 24px 0;
  }
}
@media (max-width: 1400px) {
  .banner__container .left span {
    word-wrap: break-word;
  }
}
@media (max-width: 1319px) {
  .header {
    font-size: 14px;
  }
  .phone {
    font-size: 14px;
  }
}
@media (max-width: 1408px) {
  .grid-var .grid-var__container .grid-var__card .img-container,
  .grid-var .grid-var__container .grid-var__card .card-btn {
    width: unset;
    flex-grow: 1;
    flex-basis: 0;
    width: unset;
  }
  .grid-var .grid-var__container .grid-var__card .img-container img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .grid-level {
    grid-template-rows: unset;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .grid-level div:nth-child(1) {
    grid-area: 1/1/2/5;
  }
  .grid-level div:nth-child(2) {
    grid-area: 2/1/3/3;
  }
  .grid-level div:nth-child(3) {
    grid-area: 2/3/3/5;
  }
  .grid-level div:nth-child(4) {
    grid-area: 3/1/4/5;
  }
  .grid-level div:nth-child(5) {
    grid-area: 4/1/5/3;
  }
  .grid-level div:nth-child(6) {
    grid-area: 4/3/5/5;
  }
  .grid-level .btn-container {
    max-width: unset;
    gap: 24px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .grid-level .btn-container button {
    align-self: center;
  }
  .grid-level .img-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .header .header__container .middle,
  .header .header__container .right {
    display: none;
  }
  .burger-btn {
    display: flex;
  }
  .logo-div img {
    max-width: 90px;
  }
  .logo-div .divider {
    /* display: none; */
  }
  .mob-nav-panel {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
    position: absolute;
    width: 100%;
    flex-direction: column;
    gap: 24px;
    top: 0;
    background-color: #edeeef;
    padding: 22px 12px;
    border-radius: 14px;
    box-shadow: 0 0 15px 4px rgba(0,0,0,.2);
  }
  .mob-nav-panel a {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
  }
  .mob-nav-panel.active {
    visibility: visible;
    opacity: 1;
  }
  .mob-nav-panel .logo-div {
    width: fit-content;
  }
  .mob-nav-panel .mob-nav-panel__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .mob-nav-panel .logo-div img {
    max-width: 87px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mob-nav-panel .logo-div img:first-child{
    max-width: 50px;
  }
  .mob-nav-panel .nav-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .mob-nav-panel .contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .mob-nav-panel .social-networks .body-text {
    font-size: 16px;
    line-height: 22px;
  }
  .mob-nav-panel .contact-info span {
    font-size: 16px;
    line-height: 21px;
  }
  .mob-nav-panel .contact-info img {
    width: 32px;
    height: 32px;
  }
  .mob-nav-panel .contact-info .phone {
    gap: 8px;
  }
  .scheme .scheme-container {
    grid-template-columns: 1fr 1fr;
  }
  .scheme .scheme-container .scheme-card {
    max-width: unset;
  }
  .scheme-card {
    padding: 24px;
  }
  .write-main {
    gap: 32px;
  }
  .leave-request {
    padding: 32px;
    margin: 0 32px;
    margin-bottom: 32px;
  }
  .footer {
    margin-top: 118px;
  }
  .leave-request .right {
    display: none;
  }
  .appear-throw-block {
    width: 224px;
    height: 224px;
  }
  .appear-throw-block img {
    width: 100%;
  }
  .write-main .right {
    margin-top: 25px;
  }
  .grid-card h3 {
    word-wrap: break-word;
  }
  .contact-data .contact-data__main .left {
    gap: 2px
  }
  .phone-link, .mail-link {
    gap: 8px
  }
  .contact-data .contact-data__container {
    gap: 6px 26px;
    margin-top: 16px;
  }
  .leave-request .left {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  h1 {
    font-size: 100px;
  }
}

@media (max-width: 1024px) {
  .profile-systems .card-item__none h2 {
    /* font-size: 32px;
    line-height: 100%; */
    margin-bottom: 20px;
  }

  .profile-systems .card-item__none h3 {
    font-size: 100px;
    margin-bottom: 14px;
  }
  .profile-systems .card-item__none h3 span {
    font-size: 60px;
    margin-bottom: 0;
  }

  .flex-wrap {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .section-wrapper {
    max-width: 1408px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .body-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .big-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .small-text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
  }
  h1 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 900;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
  }
  h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
  }
  .mb-l {
    margin-bottom: 48px;
  }
  .mb-s {
    margin-bottom: 24px;
  }
  a.btn,
  button.btn,
  .btn {
    padding: 8px;
    max-width: 264px;
    min-width: 264px;
  }
  a.btn-second,
  button.btn-second,
  .btn-second {
    padding: 8px;
    max-width: 264px;
    min-width: 264px;
  }
  a.btn-third,
  button.btn-third,
  .btn-third {
    padding: 8px;
    max-width: 264px;
    min-width: 264px;
  }
  .logo-div img:last-child {
    max-width: 68px;
  }
  .wrapper-line {
    margin: 10px 4px;
  }
  .card .card-text {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .main-section {
    height: -moz-max-content;
    height: max-content;
    padding-top: 136px;
    padding-bottom: 45px;
  }
  .main-section .main-section__container span {
    font-size: 18px;
    line-height: 22px;
  }
  .grid-var .section-title {
    font-size: 24px;
    line-height: 33px;
  }
  .our-services .our-services__cards {
    margin-bottom: 48px;
  }
  .our-services .grid-var__container .grid-var__card {
    flex-direction: column;
    background-color: #e7e7e7;
    border-radius: 26px;
    gap: 12px;
  }
  .our-services .grid-var__container .grid-var__card .img-container,
  .our-services .grid-var__container .grid-var__card .card-btn {
    width: unset;
    flex-grow: unset;
    flex-basis: unset;
    width: unset;
  }
  .our-services .grid-var__container .grid-var__card .card-btn {
    height: unset;
    padding: 0 12px 12px 12px;
  }
  .our-services .grid-var__container .grid-var__card .img-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .our-services .grid-var__container .grid-var__card:nth-child(2n) {
    flex-direction: column;
    background-color: #e7e7e7;
    border-radius: 26px;
  }
  .our-services .grid-var__container .grid-var__card:nth-child(2n) .img-container,
  .our-services .grid-var__container .grid-var__card:nth-child(2n) .card-btn {
    width: unset;
    flex-grow: unset;
    flex-basis: unset;
    width: unset;
  }
  .our-services .grid-var__container .grid-var__card:nth-child(2n) .card-btn {
    height: unset;
    padding: 0 12px 12px 12px;
  }
  .our-services .grid-var__container .grid-var__card:nth-child(2n) .img-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .advantages .advantages__container .left {
    padding: 24px 16px;
  }
  .advantages .advantages__container .left .item-text {
    margin-bottom: 24px;
  }
  .advantages .advantages__container .right {
    display: none;
  }
  .quality > p {
    font-size: 14px;
    line-height: 19px;
  }
  .grid-card {
    padding: 12px;
  }
  .grid-card > .body-text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
  }
  .grid-level-2 {
    grid-template-columns: 1fr 1fr;
  }
  .banner__container .right {
    display: none;
  }
  .banner__container .left > span {
    color: #fff;
  }
  .banner__container .left span {
    font-size: 9vw;
    line-height: 100%;
  }
  .banner__container .left > button {
    display: inherit;
  }
  .scheme-card {
    gap: 8px;
  }
  .banner-section .swiper-container-pagination,
  .our-work .swiper-container-pagination,
  .our-services .swiper-container-pagination {
    margin-top: 16px;
  }
  .banner-section .swiper-container-pagination .swiper-button-prev,
  .banner-section .swiper-container-pagination .swiper-button-next,
  .our-work .swiper-container-pagination .swiper-button-prev,
  .our-work .swiper-container-pagination .swiper-button-next,
  .our-services .swiper-container-pagination .swiper-button-prev,
  .our-services .swiper-container-pagination .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .banner-section .swiper-container-pagination .swiper-pagination,
  .our-work .swiper-container-pagination .swiper-pagination,
  .our-services .swiper-container-pagination .swiper-pagination {
    padding-bottom: 22px;
  }
  .our-services .swiper-container-pagination {
    margin-top: 32px;
  }
  .our-work {
    gap: 0;
  }
  .our-work .swiper-notification {
    display: none;
  }
  .write-main > .right {
    display: none;
  }
  .contact-data .contact-data__main {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .contact-data .contact-data__main .right {
    display: flex;
  }
  .contact-data .contact-data__main .right .appear-throw-block {
    width: 110px;
    height: 110px;
    border-radius: 12px;
  }
  .contact-data .contact-data__main .right .appear-throw-block img {
    width: 100%;
    bottom: 0;
  }
  .write-main > .left > .body-text {
    margin-bottom: 45px;
  }
  .appear-throw-block img {
    border-radius: 0 0 12px 12px;
  }
  .about-factory .about-factory__container {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .about-factory .about-factory__container .left,
  .about-factory .about-factory__container .right {
    flex-direction: column-reverse;
    gap: 12px;
    flex-grow: unset;
    flex-basis: unset;
  }
  .about-factory .about-factory__container .left {
    flex-direction: column;
  }
  .certified {
    padding: 48px 42px;
  }
  .contacts .contacts__container {
    gap: 12px 24px;
    flex-direction: column;
  }
  .contacts__container .item-text .item-text__container {
    display: flex;
    flex-direction: column;
    gap: 8px 12px
  }
  .contacts__container .item-text {
    gap: 4px 16px;
  }
  .social-networks .social-networks__container {
    gap: 22.5px;
  }
  .leave-request {
    padding: 32px;
    margin: 0 16px;
    margin-bottom: 32px;
  }
  .form {
    gap: 0;
  }
  .form .form-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .form .form-input__container {
    gap: 12px;
    margin-bottom: 18px;
  }
  .form input {
    width: 100%;
  }
  .form a.btn,
  .form button.btn,
  .form .btn {
    max-width: unset;
    min-width: unset;
  }
  .footer {
    margin-top: 30px;
  }
  .footer .top {
    padding-bottom: 0;
    gap: 0;
    border-bottom: none;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .top .footer-nav {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .footer .top .logo-div {
    margin-bottom: 12px;
    /* justify-content: space-between; */
  }
  .footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .contacts__container {
    display: flex;
    gap: 16px;
  }
  .footer .contacts__container .item-text span,
  .footer .contacts__container .item-text a {
    font-size: 16px;
  }
  .footer .contacts__container .item-text__container {
    gap: 8px;
  }
  .banner-section {
    gap: 0;
  }
  .grid-card h3 {
    word-break: break-word
  }
  .banner__container .left {
    width: 100%
  }
  .contact-data .contact-data__main {
    width: fit-content;
    flex-direction: row;
    align-items: flex-start;
    gap: 70px;
    position: relative;
  }
  .contact-data .contact-data__main .right {
    /* position: absolute; */
    /* right: -86.25%; */
    margin-top: 0;
  }
  .contact-data .contact-data__container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
  }
  .phone-link::before, .mail-link::before {
    width: 21.5px;
    height: 21.5px;
  }
  .footer .item-text__container {
    gap: 8px;
  }
  .footer .contacts__container .item-text__container > div {
    gap: 0;
  }
  .main-section .main-section__container h1 {
    word-wrap: break-word;
  }
  .grid-level-2 .grid-card:nth-child(4),
  .grid-level-2 .grid-card:last-child {
    background-color: #E7E7E7;
    color: #373D54;
  }
  .grid-level-2 .grid-card:nth-child(2),
  .grid-level-2 .grid-card:nth-child(3),
  .grid-level-2 .grid-card:nth-child(6),
  .grid-level-2 .grid-card:nth-child(7),
  .grid-level-2 .grid-card:nth-child(10) {
    background-color: #373D54;
    color: #fff;
  }
  .logo-div img:first-of-type {
    max-width: 50px;
  }
  .success-modal .success-modal__wrapper {
    max-width: 320px;
    min-width: 320px;
    padding: 42px 16px 28px 16px;
    border-radius: 18px;
  }
  .success-modal .success-modal__wrapper .btn-close {
    position: absolute;
    top: 6px;
    right: 16px;
    padding: 12px;
    height: 36px;
  }
  .success-modal .success-modal__wrapper .btn-close img {
    width: 12px;
    -o-object-fit: none;
       object-fit: none;
  }
  .success-modal .success-modal__wrapper .text-h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .success-modal .success-modal__wrapper p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .success-modal .success-modal__wrapper .btn {
    font-size: 20px;
    line-height: 27px;
    max-width: unset;
  }

  .profile-systems .profile-systems__container {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .profile-systems .card-item .card-item__face .img-wrapper {
    height: 408px;
  }
  .profile-systems .card-item__none h2 {
    /* font-size: 20px; */
    margin-bottom: 6px;
  }
  .profile-systems .card-item__none h3 {
    font-size: 38px;
    margin-bottom: 6px;
    line-height: 100%;
  }
  .profile-systems .card-item__none h3 span {
    font-size: 32px;
    line-height: 100%;
  }
  /* .profile-systems .card-item:nth-child(3) .card-item__face {
    background-color: #E7E7E7;
    color: #373D54
  }
  .profile-systems .card-item:nth-child(3) .card-item__face .link{
    color: #373D54
  }
  .profile-systems .card-item:nth-child(3) .card-item__face svg path {
    fill: #373D54;
  }

  .profile-systems .card-item:nth-child(4) .card-item__face {
    background-color: #373D54;
    color: #fff;
  }
  .profile-systems .card-item:nth-child(4) .card-item__face .link{
    color: #fff;
  }
  .profile-systems .card-item:nth-child(4) .card-item__face svg path {
    fill: #fff;
  } */
  .profile-systems .card-item .card-item__face {
    padding: 12px;
    border-radius: 14px;
  }
  .profile-systems .card-item .card-item__face .title {
    font-size: 24px;
  }
  .profile-systems .card-item .card-item__face .link {
    font-size: 14px;
  }
  .profile-systems .card-item__none {
    margin-bottom: 6px;
  }



  /* .profile-systems .card-item:nth-child(3) .card-item__back {
    background-color: #373D54;
    color: #E7E7E7;
  }
  .profile-systems .card-item:nth-child(3) .card-item__back .link{
    color: #fff;
  }
  .profile-systems .card-item:nth-child(3) .card-item__back svg path {
    fill: #fff;
  }
  .profile-systems .card-item:nth-child(3) .card-item__back .point-items {
    border-color: #fff
  }
  .profile-systems .card-item:nth-child(3) .card-item__back .circles > div {
    border: 3px solid #fff;
  }
  .profile-systems .card-item:nth-child(3) .card-item__back .circles > div.filled {
    background-color: #fff;
  }



  .profile-systems .card-item:nth-child(4) .card-item__back {
    background-color: #E7E7E7;
    color: #373D54;
  }
  .profile-systems .card-item:nth-child(4) .card-item__back .link{
    color: #373D54;
  }
  .profile-systems .card-item:nth-child(4) .card-item__back svg path {
    fill: #373D54;
  }
  .profile-systems .card-item:nth-child(4) .card-item__back .point-items {
    border-color: #373D54
  }
  .profile-systems .card-item:nth-child(4) .card-item__back .circles > div {
    border: 3px solid #373D54;
  }
  .profile-systems .card-item:nth-child(4) .card-item__back .circles > div.filled {
    background-color: #373D54;
  } */

  .card-item .card-item__back .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    padding: 4px 0;
  }

  .banner__container {
    padding: 38px 0 34px 0;
  }

  .about-factory .about-factory__container > div > * {
    width: 100%;
  }
  .about-factory p {
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .grid-level > div {
    height: 136px;
  }
  .grid-level .btn-container {
    padding: 24px 12px;
  }
  .grid-level-2 {
    grid-template-columns: 1fr;
  }
  .grid-card .img-container {
    min-width: 170px;
    max-width: 170px;
    min-height: 113px;
    max-height: 113px;
  }
  .scheme .scheme-container {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .contact-data .contact-data__main .right {
    display: flex;
  }
  .contact-data .contact-data__main .left .body-text {
    font-size: 14px;
  }
  .about-factory > h2 {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .certified {
    padding: 24px 16px;
  }
  .certified img {
    width: 48px;
    height: 48px;
    top: -26px;
    left: 12px;
  }
  .footer {
    /* background-color: transparent; */
  }
  .footer .footer-container {
    padding: 19px 18px 31px 18px;
  }
  .footer .bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer .top .logo-div {
    width: 100%;
  }
  .grid-level-2 .grid-card:nth-child(2),
  .grid-level-2 .grid-card:nth-child(3),
  .grid-level-2 .grid-card:nth-child(6),
  .grid-level-2 .grid-card:nth-child(7),
  .grid-level-2 .grid-card:nth-child(10) {
    background-color: #E7E7E7;
    color: #373D54;
  }
  .grid-level-2 .grid-card:nth-child(3n) {
    background-color: #373D54;
    color: #fff;
  }
  .profile-systems .card-item .card-item__face .img-wrapper {
    height: 330px;
  }
  .card-item {
    height: 432px;
  }

  .card-item .card-item__back {
    padding: 12px;
    border-radius: 14px;
  }

  .card-item .card-item__back .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .card-item .card-item__back .point-items .point-items__title {
    font-size: 14px;
  }
  .card-item .card-item__back .point-items {
    padding: 8px 0;
  }
  .card-item .card-item__back .point-items .point-items__amount {
    font-size: 18px;
  }
  .leave-request .left {
    width: 100%;
  }

  #swiper-handles .grid-card .img-container {
    max-width: unset;
  }
}
@media (max-width: 400px) {
  .card-item {
    height: 435px;
  }
  .profile-systems .card-item .card-item__face .img-wrapper {
    /* height: 250px; */
  }
  .profile-systems .card-item:nth-child(3) {
    height: 465px;
  }

  a.btn, button.btn, .btn {
    min-width: unset;
    max-width: unset;
  }
  .banner__container .left {
    word-break: break-word;
  }

  #swiper-handles .grid-card .img-container {
    min-height: 142px;
    max-height: 142px;
  }

  #swiper-handles .grid-card .img-container img {
    height: 128px;
  }

  #swiper-handles .grid-card > .body-text {
    font-size: 16px;
    line-height: 22px;
  }

  .btn-tip {
    font-size: 12px;
  }
}

@media (max-height: 400px) {
  .mob-nav-panel {
    overflow: auto;
    height: 80vh;
    z-index: 2222;
    max-height: 400px;
  }
  .contact-data .contact-data__main {
    gap: 10px;
    justify-content: space-between;
  }
}

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