@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css";
.wrapMobileMine {
  display: none;
} /* --- Media styles --- */
@media screen and (max-width: 1400px) {
  header .wrapContactTL .mailTL a {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1199px) {
  header .bottomLine .wrapContactBL {
    flex-direction: column;
    justify-content: flex-start;
  }
  header .bottomLine .wrapContactBL .timeWork {
    margin-bottom: 15px;
  }
  header .bottomLine .wrapContactBL .timeWork br {
    display: none;
  }
  header .bottomLine .wrapContactBL .mapPoint {
    margin-left: 0;
  }
  .topSlider .textTS {
    left: calc((100% - 930px) / 2);
  }
  .staticFormFooter .form-submit-toggle {
    flex-wrap: wrap;
  }
  .staticFormFooter .wrapLabel {
    width: 100%;
  }
  .staticFormFooter .wrapForm {
    width: 500px;
  }
  .staticFormFooter .wrapForm::before {
    border-top: 216px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
  .topSlider .textTS {
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 25px;
  }
  header .bottomLine .wrapLogo a img {
    width: 275px;
    padding: 20px 0;
  }
  .aboutCompany .wrapAC {
    flex-direction: column-reverse;
  }
  .aboutCompany .rightAC {
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutCompany .leftAC img {
    display: none;
  }
  header .wrapContactTL {
    width: 100%;
  }
  header .wrapTL {
    padding: 0;
  }
  header .wrapContactTL .mailTL a,
  header .wrapContactTL .phoneTL a {
    font-size: 14px;
  }
  header.active {
    background: none;
  }
  header.active .topLine {
    background: var(--main-color);
  }
  header .wrapTL .mailTL {
    display: block;
  }
  header .wrapContactTL .mailTL a {
    margin-right: 20px;
  }
  .staticFormFooter .wrapSFF {
    align-items: center;
    flex-direction: column-reverse;
  }
  .staticFormFooter .wrapForm {
    width: 100%;
    background: none;
    padding-left: 0;
  }
  .staticFormFooter .wrapSFF::before {
    display: none;
  }
  .staticFormFooter .wrapForm::before {
    display: none;
  }
  .staticFormFooter .wrapLabel label br {
    display: none;
  }
  .wrapFooter {
    padding-top: 100px;
  }
  .wrapItemsFooter {
    flex-direction: column;
  }
  .wrapItemsFooter .contactFooter,
  .wrapItemsFooter .katalogBrendov {
    width: 100%;
  }
  .wrapItemsFooter .katalogBrendov {
    margin-bottom: 25px;
  }
  .wrapFooter .bottomFooter {
    grid-template-columns: 50% 50%;
    grid-row-gap: 30px;
    padding-bottom: 15px;
  }
  .wrapFooter .contactBF {
    grid-column-start: span 2;
    grid-row-start: 1;
  }
  .wrapFooter .bottomFooter .webrazrabotka {
    text-align: right;
  }
  .topSlider .wImg img {
    max-width: 1200px;
  }
  .topSlider .textTS {
    transform: translate(-50%, -50%);
    top: 50%;
  } /* mobileMenu */
  header .wrapMenuTL {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    transform: translateY(100%);
    transition: 0.4s;
    background: #03002f;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .wrapMenuTL.active {
    transform: translateY(0);
  }
  header .wrapMenuTL ul {
    flex-direction: column;
  }
  header .wrapMenuTL ul li {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
    padding-right: 0;
  }
  header .wrapMenuTL ul li::after {
    display: none;
  }
  header .wrapMenuTL ul a,
  header .wrapMenuTL ul span {
    color: #fff;
  }
  header .wrapMenuTL ul span {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
  }
  header .wrapMenuTL ul ul {
    display: block;
    position: static;
    background: none;
  }
  header .wrapMenuTL ul ul li {
    border-bottom: none;
  }
  header .wrapMenuTL ul ul li:last-child {
    margin-bottom: 0;
  }
  .wrapMobileMine {
    display: block;
    height: 50px;
  }
  .MobileMine {
    display: grid;
    grid-template-columns: repeat(4, calc(100% / 3));
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: var(--main-color);
  }
  .wrapMobileMine .itemMobileMine {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .wrapMobileMine .itemMobileMine::before {
    height: 70%;
    top: 15%;
    content: "";
    width: 1px;
    background: #fff;
    right: 0;
    position: absolute;
  }
  .wrapMobileMine .itemMobileMine:last-child::before {
    display: none;
  }
  .wrapMobileMine .itemMobileMine a {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    position: relative;
    padding: 0 15px;
    text-decoration: none;
  }
  .wrapMobileMine .itemMobileMine a:hover {
    text-decoration: none;
  }
  .wrapMobileMine .itemMobileMine a .fas {
    padding-top: 7px;
  }
  .wrapMobileMine .itemMobileMine a .title {
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: normal;
  } /* mobileMenu */
}
@media screen and (max-width: 767px) {
  .topSlider .textTS {
    width: 100%;
    padding: 30px;
  }
  .katalogProiz .itemsKP {
    grid-template-columns: repeat(1, 1fr);
  }
  .katalogProiz .itemKP a {
    min-height: 100px;
  }
  .katalogProiz .itemKP:last-child {
    grid-column-start: auto;
  }
  header .bottomLine .wrapContactBL {
    display: none;
  }
  .topSlider .textTS .titleTS {
    font-size: 28px;
  } /* общие отступы по вертикали */
  .aboutCompany {
    padding: 25px 0;
  } /* общие отступы по вертикали */
  .staticFormFooter .form-submit-toggle {
    flex-direction: column;
  }
  .staticFormFooter button {
    margin: 10px 0;
  }
  .staticFormFooter .wrapForm .lineLineSFF {
    display: none;
  }
  .topPD {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 20px;
  }
  .topPD .logoPD {
    margin-bottom: 20px;
  }
  .topPD .wrapLinck {
    text-align: center;
  }
  .topPD .descPD {
    width: 100%;
  }
  .bottomPD .itemsCatPD {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 675px) {
  .callback-modal .wrapInput {
    grid-template-columns: repeat(1, 1fr);
  }
  .callback-modal .footerLineMF,
  .callback-modal .botLineMF {
    flex-direction: column;
    align-items: center;
  }
  .callback-modal .footerLineMF p {
    margin-bottom: 20px;
  }
  .callback-modal .footerLineMF a {
    margin-left: 0;
  }
  .callback-modal .botLineMF button {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 485px) {
  .callback-modal {
    padding: 20px;
  }
  .callback-modal .lineLogo {
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .callback-modal .botLineMF {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px) {
  .wrapItemsFooter .contactFooter .itemsCF {
    grid-template-columns:
      1fr
      1fr;
  }
  .wrapItemsFooter .katalogBrendov .itemsKB {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: unset;
  }
  .wrapFooter .contactBF {
    flex-direction: column;
  }
  .wrapFooter .contactBF .buttonCall {
    margin-left: 0;
  }
  .wrapFooter .contactBF a {
    margin-bottom: 15px;
  }
  .staticFormFooter .lineLogo .lineLineLogo {
    left: -300px;
  }
  header .bottomLine .wrapBL::before,
  header .bottomLine .wrapLogo::after {
    display: none;
  }
  header .bottomLine .wrapLogo::before {
    right: auto;
    left: -15px;
  }
  header .bottomLine .wrapLogo {
    padding-right: 0;
  }
  header .bottomLine .wrapLogo a img {
    padding: 0;
  }
  .topPD .logoPD {
    width: 100%;
  }
  .bottomPD .itemCatPD .namePD {
    font-size: 16px;
  }
  header .wrapContactTL a,
  header .wrapMenuTL ul li a {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 370px) {
  header .wrapContactTL .mailTL a {
    margin-right: 0;
  }
  .topSlider .textTS {
    display: none;
  }
  .katalogProiz .itemKP a {
    min-height: 100px;
  }
}
