.displayResposive {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .displayResposive.show-xs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .displayResposive.show-sm {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .displayResposive.show-md {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .displayResposive.show-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .displayResposive.show-xl {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .displayResposive.show-xxl {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .displayResposive.show-3xl {
    display: block;
  }
}

html.debugMode:before {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 5px;
  top: 5px;
  background: red;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
html.debugMode:after {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 40px;
  top: 5px;
  background: blue;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media screen and (min-width: 1px) {
  html.debugMode:after {
    content: "xs";
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  html.debugMode:after {
    content: "sm";
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  html.debugMode:after {
    content: "md";
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  html.debugMode:after {
    content: "lg";
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  html.debugMode:after {
    content: "xl";
    display: flex;
  }
}
@media screen and (min-width: 1401px) {
  html.debugMode:after {
    content: "xxl";
    display: flex;
  }
}
@media screen and (min-width: 1921px) {
  html.debugMode:after {
    content: "3xl";
    display: flex;
  }
}
@media screen and (min-width: 2561px) {
  html.debugMode:after {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 2559px) {
  html.debugMode:before {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 1919px) {
  html.debugMode:before {
    content: "3xl";
    display: flex;
  }
}
@media screen and (max-width: 1399px) {
  html.debugMode:before {
    content: "xxl";
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  html.debugMode:before {
    content: "xl";
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  html.debugMode:before {
    content: "lg";
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  html.debugMode:before {
    content: "md";
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  html.debugMode:before {
    content: "sm";
    display: flex;
  }
}
@media screen and (max-width: -1px) {
  html.debugMode:before {
    content: "xs";
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  header {
    padding-top: 35px;
  }
  header .container {
    gap: 20px;
  }
  header .headerRightMenu .searchArea {
    display: none;
  }
  header .headerRightMenu .mobileSearch {
    display: flex;
  }
  header .headerRightMenu .openHeaderMenu {
    margin-left: 10px;
  }
  header .headerRightMenu .langues {
    display: none;
  }
  .headerMenu {
    top: 0;
    width: 100vw;
    padding: 42px 14px;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .headerMenu .mobileLangs {
    display: flex;
  }
  .headerMenu .closeHeaderMenu {
    display: block;
  }
  .headerMenu .title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  header .logo {
    width: 160px;
  }
  header .container {
    max-width: 620px;
  }
  header .headerRightMenu .openHeaderMenu {
    margin-left: 10px;
  }
  .headerMenu {
    top: 0;
    width: 100vw;
    padding: 65px 30px 50px;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .headerMenu .closeHeaderMenu {
    display: block;
  }
  .headerMenu .title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .headerMenu {
    top: 60px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding-bottom: 40px;
  }
  footer .footerLogoArea {
    flex-direction: column;
    gap: 25px;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 35px;
  }
  footer .footerLogoArea .logo {
    width: 180px;
  }
  footer .footerLogoArea .text {
    font-size: 18px;
    line-height: 28px;
  }
  footer .info {
    margin-bottom: 50px;
    flex-direction: column;
    border: 0;
    text-align: center;
  }
  footer .info .item {
    border-top: 1px solid #375599;
    border-bottom: 1px solid #375599;
    border-right: 0;
    border-left: 0;
    padding: 40px;
  }
  footer .info .item:first-child {
    padding-left: 40px;
  }
  footer .info .socialArea {
    padding: 0 20px;
    margin-top: 25px;
    gap: 25px;
    flex-direction: column;
  }
  footer .info .socialArea .social {
    gap: 30px;
  }
  footer .footerMenus {
    text-align: center;
    margin-bottom: 55px;
  }
  footer .footerMenus .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footerBottom {
    padding-top: 50px;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  footer .footerBottom .stageLogo {
    margin-top: 30px;
  }
  footer .footerBottom .links {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 15px 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  footer {
    padding-bottom: 40px;
  }
  footer .footerLogoArea {
    flex-direction: column;
    gap: 25px;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 35px;
  }
  footer .footerLogoArea .logo {
    width: 180px;
  }
  footer .footerLogoArea .text {
    font-size: 18px;
    line-height: 28px;
  }
  footer .info {
    margin-bottom: 50px;
    flex-direction: column;
    border: 0;
  }
  footer .info .item {
    border-top: 1px solid #375599;
    border-bottom: 1px solid #375599;
    border-right: 0;
    border-left: 0;
    padding: 40px;
    text-align: center;
  }
  footer .info .item:first-child {
    padding-left: 40px;
  }
  footer .info .socialArea {
    padding: 0 20px;
    margin-top: 25px;
    gap: 25px;
    flex-direction: column;
  }
  footer .info .socialArea .social {
    gap: 30px;
  }
  footer .footerMenus {
    margin-bottom: 55px;
  }
  footer .footerMenus .row {
    gap: unset;
  }
  footer .footerMenus .menu {
    margin-bottom: 30px;
  }
  footer .footerBottom {
    padding-top: 50px;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  footer .footerBottom .stageLogo {
    margin-top: 30px;
  }
  footer .footerBottom .links {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 15px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  footer .footerLogoArea .logo {
    width: 160px;
  }
  footer .footerLogoArea .text {
    max-width: 50%;
    font-size: 18px;
    line-height: 26px;
  }
  footer .info {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 60px;
  }
  footer .info .item {
    border: 0;
    padding: 30px;
  }
  footer .info .socialArea {
    padding: 0;
    margin-top: 30px;
  }
  footer .footerMenus .row {
    gap: unset;
  }
  footer .footerBottom {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  footer .footerBottom .links {
    flex-wrap: wrap;
    gap: 15px 20px;
    align-items: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  footer .footerLogoArea .logo {
    width: 160px;
  }
  footer .footerLogoArea .text {
    max-width: 50%;
    font-size: 18px;
    line-height: 26px;
  }
  footer .info {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 60px;
  }
  footer .info .item {
    border: 0;
    padding: 30px;
  }
  footer .info .socialArea {
    padding: 0;
    margin-top: 30px;
  }
  footer .footerMenus .row {
    gap: unset;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  footer .footerLogoArea .text {
    font-size: 22px;
    line-height: 26px;
  }
  footer .info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .info .item {
    padding: 50px;
  }
  footer .info .socialArea {
    margin-top: 30px;
    padding-left: 50px;
  }
  footer .info .socialArea .social {
    gap: 20px;
  }
  footer .footerMenus .row {
    gap: unset;
  }
}
@media screen and (max-width: 576px) {
  body .mainLines {
    display: none;
  }
  body.bodyLines:before, body.bodyLines:after {
    display: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  body .mainLines .line1 {
    left: -697px;
    top: -167px;
    height: 876px;
  }
  body .mainLines .line2 {
    right: -789px;
    top: -69px;
    height: 989px;
    transform: rotate(10deg);
  }
  body.bodyLines:after {
    left: -716px;
    top: -97px;
    height: 876px;
  }
  body.bodyLines:before {
    right: -833px;
    top: 47px;
    height: 989px;
    transform: rotate(6deg);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  body .mainLines .line1 {
    left: -657px;
    top: -167px;
    height: 876px;
  }
  body .mainLines .line2 {
    right: -789px;
    top: -69px;
    height: 989px;
    transform: rotate(10deg);
  }
  body.bodyLines.bodyLines:after {
    left: -716px;
    top: -97px;
    height: 876px;
  }
  body.bodyLines.bodyLines:before {
    right: -833px;
    top: 47px;
    height: 989px;
    transform: rotate(6deg);
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  body .mainLines .line1 {
    left: -657px;
    top: -167px;
    height: 876px;
  }
  body .mainLines .line2 {
    right: -789px;
    top: -69px;
    height: 989px;
    transform: rotate(10deg);
  }
  body.bodyLines:after {
    left: -716px;
    top: -97px;
    height: 876px;
  }
  body.bodyLines:before {
    right: -833px;
    top: 47px;
    height: 989px;
    transform: rotate(6deg);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  body .mainLines .line1 {
    left: -657px;
    top: -167px;
    height: 876px;
  }
  body .mainLines .line2 {
    right: -789px;
    top: -69px;
    height: 989px;
    transform: rotate(10deg);
  }
  body.bodyLines:after {
    left: -716px;
    top: -97px;
    height: 876px;
  }
  body.bodyLines:before {
    right: -833px;
    top: 47px;
    height: 989px;
    transform: rotate(6deg);
  }
}
@media screen and (min-width: 1401px) and (max-width: 1699px) {
  body .mainLines .line1 {
    left: -657px;
    top: -167px;
    height: 876px;
  }
  body .mainLines .line2 {
    right: -789px;
    top: -69px;
    height: 989px;
    transform: rotate(10deg);
  }
  body.bodyLines:after {
    left: -716px;
    top: -97px;
    height: 876px;
  }
  body.bodyLines:before {
    right: -833px;
    top: 47px;
    height: 989px;
    transform: rotate(6deg);
  }
}
@media screen and (max-width: 576px) {
  section.mainSlider .mainSlide .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  section.mainSlider .mainSlide .swiper-slide .rock {
    display: none;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea {
    padding-top: 35px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea .text {
    font-size: 18px;
    line-height: 25px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea .name {
    margin-top: 10px;
    line-height: 50px;
    font-size: 35px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea.type2 .name {
    line-height: 35px;
    font-size: 22px;
  }
  section.mainSlider .mainSlide .swiper-slide .viewAll {
    margin-top: auto;
  }
  section.mainSlider .mainSlide .swiper-slide .mainImg {
    margin-top: 25px;
    width: 90%;
    margin: 25px auto 0;
  }
  section.mainSlider .mainSlide .swiperBtn {
    margin-top: 20px;
  }
  section.mainSlider .mainSlide .swiperBtn .nextSlide {
    display: none;
  }
  section.mainProducts .title {
    margin-bottom: 40px;
  }
  section.mainProducts .allProducts {
    margin-top: 30px;
  }
  section.mainAbout .title {
    margin-bottom: 40px;
  }
  section.mainAbout .content {
    flex-direction: column;
  }
  section.mainAbout .infoItems {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  section.mainAbout .infoItems .item {
    width: calc(50% - 10px);
    text-align: center;
  }
  section.mainAbout .infoItems .item .icon {
    margin-bottom: 15px;
  }
  section.mainEquipment {
    padding-bottom: 65px;
  }
  section.mainEquipment > .imgArea {
    aspect-ratio: unset;
    height: 500px;
    opacity: 0.5;
  }
  section.mainEquipment .container {
    padding-top: 60px;
  }
  section.mainEquipment .container > .title {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }
  section.mainEquipment .content {
    margin-top: 50px;
  }
  section.mainEquipment:after {
    top: 500px;
    transform: translateY(-50%);
    bottom: unset;
    height: 150px;
  }
  section.mainNews {
    padding: 70px 0 80px;
  }
  section.mainNews .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  section.mainNews .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainNews .titleArea .text {
    text-align: center;
  }
  section.mainNews .bottomText {
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainSlider .mainSlide .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  section.mainSlider .mainSlide .swiper-slide .rock {
    display: none;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea {
    padding-top: 35px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea .text {
    font-size: 18px;
    line-height: 25px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea .name {
    margin-top: 10px;
    line-height: 50px;
    font-size: 35px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea.type2 .name {
    line-height: 35px;
    font-size: 22px;
  }
  section.mainSlider .mainSlide .swiper-slide .viewAll {
    margin-top: auto;
  }
  section.mainSlider .mainSlide .swiper-slide .mainImg {
    margin-top: 25px;
    width: 90%;
    margin: 25px auto 0;
  }
  section.mainSlider .mainSlide .swiperBtn {
    margin-top: 20px;
  }
  section.mainSlider .mainSlide .swiperBtn .nextSlide {
    display: none;
  }
  section.mainProducts .title {
    margin-bottom: 40px;
  }
  section.mainProducts .allProducts {
    margin-top: 30px;
  }
  section.mainAbout .title {
    margin-bottom: 40px;
  }
  section.mainAbout .content {
    flex-direction: column;
  }
  section.mainAbout .infoItems {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  section.mainAbout .infoItems .item {
    width: calc(50% - 10px);
    text-align: center;
  }
  section.mainAbout .infoItems .item .icon {
    margin-bottom: 15px;
  }
  section.mainEquipment {
    padding-bottom: 65px;
  }
  section.mainEquipment > .imgArea {
    aspect-ratio: unset;
    height: 500px;
    opacity: 0.5;
  }
  section.mainEquipment .container {
    padding-top: 60px;
  }
  section.mainEquipment .container > .title {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }
  section.mainEquipment .content {
    margin-top: 50px;
  }
  section.mainEquipment:after {
    top: 500px;
    transform: translateY(-50%);
    bottom: unset;
    height: 150px;
  }
  section.mainNews {
    padding: 70px 0 80px;
  }
  section.mainNews .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  section.mainNews .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainNews .titleArea .text {
    text-align: center;
  }
  section.mainNews .bottomText {
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainSlider .mainSlide .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  section.mainSlider .mainSlide .swiper-slide .rock {
    display: none;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea {
    padding-top: 35px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea .text {
    font-size: 18px;
    line-height: 25px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea .name {
    margin-top: 10px;
    line-height: 50px;
    font-size: 35px;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea.type2 .name {
    line-height: 35px;
    font-size: 22px;
  }
  section.mainSlider .mainSlide .swiper-slide .viewAll {
    margin-top: auto;
  }
  section.mainSlider .mainSlide .swiper-slide .mainImg {
    width: 90%;
    max-width: 500px;
    margin: 25px auto 0;
  }
  section.mainSlider .mainSlide .swiperBtn {
    margin-top: 20px;
  }
  section.mainSlider .mainSlide .swiperBtn .nextSlide {
    display: none;
  }
  section.mainProducts .title {
    margin-bottom: 40px;
  }
  section.mainProducts .allProducts {
    margin-top: 30px;
  }
  section.mainAbout .title {
    margin-bottom: 40px;
  }
  section.mainAbout .content {
    flex-direction: column;
  }
  section.mainAbout .infoItems {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  section.mainAbout .infoItems .item {
    width: calc(50% - 10px);
    text-align: center;
  }
  section.mainAbout .infoItems .item .icon {
    margin-bottom: 15px;
  }
  section.mainEquipment {
    padding-bottom: 65px;
  }
  section.mainEquipment > .imgArea {
    aspect-ratio: unset;
    height: 500px;
    opacity: 0.5;
  }
  section.mainEquipment .container {
    padding-top: 60px;
  }
  section.mainEquipment .container > .title {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }
  section.mainEquipment .content {
    margin-top: 50px;
  }
  section.mainEquipment:after {
    top: 500px;
    transform: translateY(-50%);
    bottom: unset;
    height: 150px;
  }
  section.mainNews {
    padding: 70px 0 80px;
  }
  section.mainNews .titleArea {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  section.mainNews .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainNews .titleArea .text {
    text-align: center;
  }
  section.mainNews .bottomText {
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainAbout .title {
    margin-bottom: 40px;
  }
  section.mainAbout .content {
    flex-direction: column;
  }
  section.mainAbout .infoTexts {
    max-width: 100%;
  }
  section.mainAbout .infoItems {
    width: 100%;
  }
  section.mainEquipment > .imgArea {
    opacity: 0.5;
  }
  section.mainSlider .mainSlide .swiper-slide .titleArea .name {
    font-size: 50px;
    line-height: 60px;
  }
  section.mainSlider .mainSlide .swiper-slide .rock .images1 {
    left: -36%;
  }
  section.mainSlider .mainSlide .swiper-slide .mainImg {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .editorContentArea {
    padding: 25px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .editorContentArea {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .navlist1, .navlist2 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    padding: 30px 20px;
    justify-content: flex-start;
  }
  .navlist1::-webkit-scrollbar, .navlist2::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li a, .navlist2 li a {
    white-space: nowrap;
    font-size: 16px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
    padding: 30px 20px;
    justify-content: flex-start;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
    padding: 30px 20px;
    justify-content: flex-start;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .navlist1 {
    padding: 40px 30px;
  }
  .navlist1 li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .navlist1 {
    padding: 40px 30px;
  }
}

/*# sourceMappingURL=mobile.css.map */
