.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 .headerContent .headerLogos {
    width: auto;
    padding: 20px 10px;
    border: 0;
  }
  header .headerContent .headerLogos .logo {
    height: 23px;
  }
  header .headerContent .headerLogos .germany {
    display: none;
  }
  header .headerContent .menuArea {
    padding: 20px 10px 20px 20px;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
  }
  header .headerContent .menuArea .dealerBtn {
    display: none;
  }
  header .headerContent .menuArea .langs {
    margin: 0;
  }
  header .headerContent .menuArea .openHeaderMenu .text {
    display: none;
  }
  header .headerMenu {
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: 100vh;
  }
  header .headerMenu .openHeaderMenu {
    justify-content: flex-end;
    padding: 20px 27px 0 0;
    display: flex;
  }
  header .headerMenu .menu {
    padding: 20px 30px 30px;
  }
  header .headerMenu .guarantee {
    padding: 0 30px 30px;
  }
  header .headerMenu .guarantee .title {
    font-size: 13px;
  }
  .subHeader {
    padding: 20px;
  }
  .subHeader .container {
    flex-direction: column;
  }
  .subHeader .textArea, .subHeader .searchArea {
    width: 100%;
  }
  .subHeader .textArea {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
  }
  .subHeader .textArea .mainContent p {
    font-size: 16px;
    line-height: 26px;
  }
  .subHeader .searchArea {
    border: 0;
    gap: 10px;
    padding: 0;
  }
  .subHeader .searchArea input {
    min-width: auto;
    width: 100%;
  }
  .subHeader .searchArea .searchBtn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  header .headerContent .headerLogos {
    width: auto;
    padding: 20px;
    border: 0;
  }
  header .headerContent .headerLogos .logo {
    height: 28px;
  }
  header .headerContent .headerLogos .germany {
    display: none;
  }
  header .headerContent .menuArea {
    padding: 20px 10px 20px 20px;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
  }
  header .headerContent .menuArea .langs {
    margin: 0;
  }
  header .headerContent .menuArea .openHeaderMenu .text {
    display: none;
  }
  header .headerMenu {
    width: 61.5%;
  }
  header .headerMenu .menu {
    padding: 50px 30px 30px;
  }
  header .headerMenu .guarantee {
    padding: 0 30px 30px;
  }
  header .headerMenu .guarantee .title {
    font-size: 13px;
  }
  .subHeader {
    padding: 20px;
  }
  .subHeader .container {
    flex-direction: column;
  }
  .subHeader .textArea, .subHeader .searchArea {
    width: 100%;
  }
  .subHeader .textArea {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
  }
  .subHeader .textArea .mainContent p {
    font-size: 16px;
    line-height: 26px;
  }
  .subHeader .searchArea {
    border: 0;
    gap: 10px;
    padding: 0;
  }
  .subHeader .searchArea input {
    min-width: auto;
    width: 100%;
  }
  .subHeader .searchArea .searchBtn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header .headerContent .headerLogos {
    width: auto;
    padding: 20px;
    border: 0;
    gap: 40px;
  }
  header .headerContent .headerLogos .logo {
    height: 28px;
  }
  header .headerContent .menuArea {
    padding: 20px 10px 20px 20px;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
  }
  header .headerContent .menuArea .langs {
    margin: 0;
  }
  header .headerContent .menuArea .openHeaderMenu .text {
    display: none;
  }
  header .headerMenu {
    width: 54%;
  }
  header .headerMenu .menu {
    padding: 50px 30px 30px;
  }
  header .headerMenu .guarantee {
    padding: 0 30px 30px;
  }
  header .headerMenu .guarantee .title {
    font-size: 13px;
  }
  .subHeader {
    padding: 20px;
  }
  .subHeader .container {
    flex-direction: column;
  }
  .subHeader .textArea, .subHeader .searchArea {
    width: 100%;
  }
  .subHeader .textArea {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
  }
  .subHeader .textArea .mainContent p {
    font-size: 16px;
    line-height: 26px;
  }
  .subHeader .searchArea {
    border: 0;
    gap: 10px;
    padding: 0;
  }
  .subHeader .searchArea input {
    min-width: auto;
    width: 100%;
  }
  .subHeader .searchArea .searchBtn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  header .headerContent .headerLogos {
    width: 55%;
    border: 0;
    gap: 40px;
  }
  header .headerContent .headerLogos .logo {
    height: 35px;
  }
  header .headerContent .menuArea {
    padding: 20px 10px 20px 20px;
    justify-content: flex-end;
    gap: 15px;
    width: 45%;
  }
  header .headerContent .menuArea .langs {
    margin: 0;
  }
  header .headerContent .menuArea .openHeaderMenu .text {
    display: none;
  }
  header .headerMenu {
    width: 45%;
  }
  header .headerMenu .menu {
    padding: 50px 30px 30px;
  }
  header .headerMenu .guarantee {
    padding: 0 30px 30px;
  }
  header .headerMenu .guarantee .title {
    font-size: 13px;
  }
  .subHeader .textArea {
    width: 55%;
  }
  .subHeader .searchArea {
    width: 45%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  header .headerContent .headerLogos {
    width: 60%;
    border: 0;
    gap: 40px;
  }
  header .headerContent .menuArea {
    justify-content: flex-end;
    gap: 15px;
    width: 40%;
  }
  header .headerContent .menuArea .langs {
    margin: 0;
  }
  header .headerContent .menuArea .openHeaderMenu .text {
    display: none;
  }
  header .headerMenu {
    width: 40%;
  }
  .subHeader .textArea {
    width: 60%;
  }
  .subHeader .searchArea {
    width: 40%;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1899px) {
  header .headerContent .menuArea {
    padding: 46.5px 0 46.5px 30px;
  }
}
@media screen and (max-width: 576px) {
  footer .footerTop .top, footer .footerTop .bottom {
    flex-direction: column;
  }
  footer .footerTop .top .left, footer .footerTop .top .content, footer .footerTop .bottom .left, footer .footerTop .bottom .content {
    width: 100%;
  }
  footer .footerTop .top .left, footer .footerTop .bottom .left {
    justify-content: center;
  }
  footer .footerTop .top .left:after, footer .footerTop .bottom .left:after {
    right: -12px;
  }
  footer .footerTop .top .logo {
    height: 29px;
  }
  footer .footerTop .top .content {
    padding: 20px;
  }
  footer .footerTop .top:after {
    width: 65px;
  }
  footer .footerTop .bottom .left .text {
    text-align: left;
  }
  footer .footerTop .bottom .left:before {
    display: none;
  }
  footer .footerTop .bottom .content {
    padding: 20px 0;
    flex-direction: column;
  }
  footer .footerTop .bottom .content .text {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  footer .footerTop .bottom .content .subs {
    padding: 0;
    width: 100%;
  }
  footer .footerTop .bottom .content .subs a {
    display: block;
  }
  footer .menus {
    padding-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  footer .menus .menu {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .menus .menu .title {
    margin-bottom: 0;
  }
  footer .policys {
    align-items: center;
    flex-direction: column;
  }
  footer .policys .links {
    flex-wrap: wrap;
    width: 100%;
    gap: 15px 30px;
    justify-content: center;
  }
  footer .policys .right {
    width: 100%;
    padding: 20px 0;
    border: 0;
    text-align: center;
  }
  footer .policys .right .items {
    justify-content: center;
  }
  footer .copyright {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 576px) {
  footer .footerTop .top, footer .footerTop .bottom {
    flex-direction: column;
  }
  footer .footerTop .top .left, footer .footerTop .top .content, footer .footerTop .bottom .left, footer .footerTop .bottom .content {
    width: 100%;
  }
  footer .footerTop .top .left, footer .footerTop .bottom .left {
    justify-content: center;
  }
  footer .footerTop .top .left:after, footer .footerTop .bottom .left:after {
    right: -12px;
  }
  footer .footerTop .top .logo {
    height: 29px;
  }
  footer .footerTop .top .content {
    padding: 20px;
  }
  footer .footerTop .top:after {
    width: 65px;
  }
  footer .footerTop .bottom .left .text {
    text-align: left;
  }
  footer .footerTop .bottom .left:before {
    display: none;
  }
  footer .footerTop .bottom .content {
    padding: 20px 0;
    flex-direction: column;
  }
  footer .footerTop .bottom .content .text {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  footer .footerTop .bottom .content .subs {
    padding: 0;
  }
  footer .footerTop .bottom .content .subs a {
    display: block;
  }
  footer .menus {
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
  }
  footer .menus .menu {
    text-align: left;
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  footer .menus .menu .title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  footer .footerTop .top, footer .footerTop .bottom {
    flex-direction: column;
  }
  footer .footerTop .top .left, footer .footerTop .top .content, footer .footerTop .bottom .left, footer .footerTop .bottom .content {
    width: 100%;
  }
  footer .footerTop .top .left, footer .footerTop .bottom .left {
    justify-content: center;
  }
  footer .footerTop .top .left:after, footer .footerTop .bottom .left:after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
  footer .footerTop .top .logo {
    height: 29px;
  }
  footer .footerTop .top .content {
    padding: 20px;
  }
  footer .footerTop .top:after {
    width: 65px;
  }
  footer .footerTop .bottom .left .text {
    text-align: left;
  }
  footer .footerTop .bottom .left:before {
    display: none;
  }
  footer .footerTop .bottom .content {
    padding: 20px 0;
    flex-direction: column;
  }
  footer .footerTop .bottom .content .text {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  footer .footerTop .bottom .content .subs {
    padding: 0;
    width: 100%;
  }
  footer .footerTop .bottom .content .subs a {
    display: block;
  }
  footer .menus {
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
  footer .menus .menu {
    margin-bottom: 20px;
  }
  footer .menus .menu .title {
    margin-bottom: 0;
  }
  footer .policys {
    flex-direction: column;
  }
  footer .policys .links {
    flex-wrap: wrap;
    width: 100%;
    gap: 15px 30px;
  }
  footer .policys .right {
    width: 100%;
    padding: 20px 0;
    border: 0;
  }
  footer .copyright {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  footer .footerTop .top, footer .footerTop .bottom {
    flex-direction: column;
  }
  footer .footerTop .top .left, footer .footerTop .top .content, footer .footerTop .bottom .left, footer .footerTop .bottom .content {
    width: 100%;
  }
  footer .footerTop .top .left:after, footer .footerTop .bottom .left:after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
  footer .footerTop .top .logo {
    height: 29px;
  }
  footer .footerTop .top .content {
    padding: 20px;
  }
  footer .footerTop .top:after {
    width: 65px;
  }
  footer .footerTop .bottom .left .text {
    text-align: left;
  }
  footer .footerTop .bottom .left:before {
    display: none;
  }
  footer .footerTop .bottom .content {
    padding: 20px 0;
    flex-direction: column;
  }
  footer .footerTop .bottom .content .text {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  footer .footerTop .bottom .content .subs {
    padding: 0;
    width: 100%;
  }
  footer .footerTop .bottom .content .subs a {
    display: block;
  }
  footer .menus {
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
  footer .menus .menu {
    margin-bottom: 20px;
  }
  footer .menus .menu .title {
    margin-bottom: 0;
  }
  footer .policys {
    flex-direction: column;
  }
  footer .policys .links {
    flex-wrap: wrap;
    width: 100%;
    gap: 15px 30px;
  }
  footer .policys .right {
    width: 100%;
    padding: 20px 0;
    border: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  footer .footerTop .top .logo {
    height: 29px;
  }
  footer .footerTop .top:after {
    width: 65px;
  }
  footer .footerTop .bottom .left .text {
    text-align: left;
  }
  footer .footerTop .bottom .left:before {
    display: none;
  }
  footer .footerTop .bottom .content {
    flex-direction: column;
  }
  footer .footerTop .bottom .content .text {
    border: 0;
    width: 100%;
  }
  footer .footerTop .bottom .content .subs {
    width: 100%;
  }
  footer .footerTop .bottom .content .subs a {
    display: block;
  }
  footer .menus {
    padding-bottom: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  footer .menus .menu {
    margin-bottom: 20px;
    width: calc(33% - 17px);
  }
  footer .menus .menu .title {
    margin-bottom: 0;
  }
  footer .policys {
    flex-direction: column;
  }
  footer .policys .links {
    flex-wrap: wrap;
    width: 100%;
    gap: 15px 30px;
  }
  footer .policys .right {
    width: 100%;
    padding: 20px 0;
    border: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  footer .footerTop .bottom .left:before {
    width: 98px;
    height: 158px;
  }
  footer .menus {
    flex-wrap: wrap;
    gap: 30px;
  }
  footer .menus .menu {
    width: calc(33% - 17px);
  }
  footer .menus .menu .title {
    margin-bottom: 10px;
  }
  footer .policys .links {
    flex-wrap: wrap;
    gap: 15px 20px;
  }
}
@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) {
  .pageTitle {
    font-size: 24px;
    line-height: 34px;
  }
  .pageTitle.type2 {
    font-size: 33.339px;
    line-height: 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .pageTitle {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  section.mainSlider .swiper-slide {
    padding-top: 64px;
  }
  section.mainSlider .swiper-slide .productInfo {
    margin-bottom: 50px;
  }
  section.mainSlider .swiper-slide .productInfo .container {
    flex-direction: column;
  }
  section.mainSlider .swiper-slide .productInfo .textArea {
    display: none;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea {
    border-top: 1px solid rgba(244, 244, 244, 0.2);
    border-left: 0;
    width: 100%;
    padding: 20px 10px;
    gap: 15px;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea input {
    min-width: 80%;
  }
  section.mainSlider .swiper-slide .content {
    flex-direction: column;
  }
  section.mainSlider .swiper-slide .content .text {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 70px;
  }
  section.mainSlider .swiper-slide .content .contentCard {
    width: 100%;
  }
  section.mainSlider .swiper-slide .content .contentCard .cardBody {
    padding: 30px;
  }
  section.mainSlider .swiper-slide .content .contentCard .cardBody .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  section.mainSlider .swiper-slide .content .contentCard .viewProduct {
    height: 80px;
    padding: 0 30px;
  }
  section.mainSlider .swiper-slide .features {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 25px;
  }
  section.mainSlider .swiper-slide .features::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.mainSlider .swiper-slide .features .item {
    padding: 25px 40px;
    aspect-ratio: unset;
  }
  section.mainSlider .swiper-slide .features .item .text {
    line-height: 20px;
    font-size: 14px;
    min-width: 100px;
  }
  section.mainBottomWidgets {
    padding: 80px 0;
  }
  section.mainBottomWidgets .titleArea {
    text-align: center;
    max-width: 100%;
  }
  section.mainBottomWidgets .titleArea img {
    margin: 0 auto;
  }
  section.mainBottomWidgets .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainBottomWidgets .titleArea .info {
    margin: 40px auto;
  }
  section.mainBottomWidgets .buttons {
    max-width: 100%;
  }
  section.mainBottomWidgets .container {
    flex-direction: column;
    gap: 40px;
  }
  section.mainNews {
    padding-bottom: 100px;
  }
  section.mainNews .titleArea {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }
  section.mainNews .titleArea .title {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  section.mainNews .titleArea .text {
    text-align: center;
  }
  section.mainNews .newsItem {
    width: 100%;
  }
  section.mainNews .newsItem.type2 {
    width: 100%;
  }
  section.lifeArea {
    padding: 0 15px 70px;
    margin-top: 100px;
  }
  section.lifeArea > .title {
    margin: 0 auto 65px;
    font-size: 25px;
    line-height: 35px;
  }
  section.lifeArea:after {
    top: -6%;
    right: 5%;
  }
  section.mainClassen {
    padding-top: 40px;
  }
  section.mainClassen .titleArea {
    margin-bottom: 70px;
    flex-direction: column;
    gap: 30px;
  }
  section.mainClassen .titleArea .title {
    font-size: 30px;
    line-height: 40px;
  }
  section.mainClassen .titleArea .description {
    text-align: left;
  }
  section.mainClassen .titleArea:before {
    display: none;
  }
  section.mainClassen .classenContent {
    min-height: auto;
  }
  section.mainClassen .classenContent .text {
    margin-top: 75px;
  }
  section.mainClassen .classenContent .text:after {
    display: none;
  }
  section.whyClassen {
    margin-bottom: 10px;
  }
  section.whyClassen .titleArea {
    flex-direction: column;
    margin-bottom: 30px;
  }
  section.whyClassen .titleArea .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  section.whyClassen .titleArea .title .icon {
    width: 140px;
  }
  section.whyClassen .titleArea .description {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.whyClassen .tabArea {
    flex-direction: column-reverse;
  }
  section.whyClassen .tabArea .content {
    font-size: 18px;
    line-height: 28px;
  }
  section.whyClassen .tabArea .customTabNavs > li > a {
    padding: 30px 52px 30px 20px;
    gap: 25px;
    font-size: 16px;
  }
  section.whyClassen .tabArea .customTabNavs > li > a .icon {
    width: 30px;
    height: 25px;
  }
  section.whyClassen .tabArea .customTabNavs > li > a:before {
    right: 20px;
  }
  section.mainProducts .sectionTitle {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 50px;
  }
  section.mainWidgets .container > .text {
    font-size: 18px;
    text-align: center;
  }
  section.mainWidgets .titleArea {
    flex-direction: column;
    margin-bottom: 70px;
  }
  section.mainWidgets .titleArea .title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.mainWidgets .titleArea .subTitle {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainSlider .swiper-slide {
    padding-top: 68px;
  }
  section.mainSlider .swiper-slide .productInfo {
    margin-bottom: 50px;
  }
  section.mainSlider .swiper-slide .productInfo .container {
    flex-direction: column;
  }
  section.mainSlider .swiper-slide .productInfo .textArea {
    display: none;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea {
    border-top: 1px solid rgba(244, 244, 244, 0.2);
    border-left: 0;
    width: 100%;
    padding: 20px 10px;
    gap: 15px;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea input {
    min-width: 80%;
  }
  section.mainSlider .swiper-slide .content {
    flex-direction: column;
  }
  section.mainSlider .swiper-slide .content .text {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 60px;
  }
  section.mainSlider .swiper-slide .content .contentCard {
    width: 100%;
  }
  section.mainSlider .swiper-slide .content .contentCard .cardBody {
    padding: 30px;
  }
  section.mainSlider .swiper-slide .content .contentCard .cardBody .title {
    font-size: 24px;
  }
  section.mainSlider .swiper-slide .content .contentCard .viewProduct {
    padding: 0 30px;
  }
  section.mainSlider .swiper-slide .features {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 25px;
  }
  section.mainSlider .swiper-slide .features::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.mainSlider .swiper-slide .features .item {
    padding: 25px 40px;
    aspect-ratio: unset;
  }
  section.mainSlider .swiper-slide .features .item .text {
    line-height: 20px;
    font-size: 14px;
    min-width: 100px;
  }
  section.mainBottomWidgets {
    padding: 80px 0;
  }
  section.mainBottomWidgets .titleArea {
    text-align: center;
    max-width: 100%;
  }
  section.mainBottomWidgets .titleArea img {
    margin: 0 auto;
  }
  section.mainBottomWidgets .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainBottomWidgets .titleArea .info {
    margin: 40px auto;
  }
  section.mainBottomWidgets .buttons {
    max-width: 100%;
  }
  section.mainBottomWidgets .container {
    flex-direction: column;
    gap: 40px;
  }
  section.mainNews {
    padding-bottom: 100px;
  }
  section.mainNews .titleArea {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }
  section.mainNews .titleArea .title {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  section.mainNews .titleArea .text {
    text-align: center;
  }
  section.mainNews .newsItem {
    width: 100%;
  }
  section.mainNews .newsItem.type2 {
    width: 100%;
  }
  section.mainClassen {
    padding-top: 40px;
  }
  section.mainClassen .titleArea {
    margin-bottom: 70px;
    flex-direction: column;
    gap: 30px;
  }
  section.mainClassen .titleArea .title {
    font-size: 30px;
    line-height: 40px;
  }
  section.mainClassen .titleArea .description {
    text-align: left;
  }
  section.mainClassen .titleArea:before {
    display: none;
  }
  section.mainClassen .classenContent {
    min-height: auto;
  }
  section.mainClassen .classenContent .text {
    margin-top: 75px;
  }
  section.mainClassen .classenContent .text:after {
    display: none;
  }
  section.whyClassen {
    margin-bottom: 10px;
  }
  section.whyClassen .titleArea {
    flex-direction: column;
    margin-bottom: 30px;
  }
  section.whyClassen .titleArea .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  section.whyClassen .titleArea .title .icon {
    width: 140px;
  }
  section.whyClassen .tabArea {
    flex-direction: column-reverse;
  }
  section.whyClassen .tabArea .content {
    font-size: 18px;
    line-height: 28px;
  }
  section.whyClassen .tabArea .customTabNavs > li > a {
    padding: 30px 52px 30px 20px;
    gap: 25px;
    font-size: 16px;
  }
  section.whyClassen .tabArea .customTabNavs > li > a .icon {
    width: 30px;
    height: 25px;
  }
  section.whyClassen .tabArea .customTabNavs > li > a:before {
    right: 20px;
  }
  section.lifeArea > .title {
    margin: 0 auto 65px;
    font-size: 25px;
    line-height: 35px;
  }
  section.lifeArea .row .order3 {
    order: 3;
  }
  section.lifeArea:after {
    top: -8%;
  }
  section.mainProducts .sectionTitle {
    font-size: 28px;
    line-height: 38px;
  }
  section.mainWidgets .container > .text {
    font-size: 18px;
    text-align: center;
  }
  section.mainWidgets .titleArea {
    flex-direction: column;
    margin-bottom: 70px;
    align-items: center;
  }
  section.mainWidgets .titleArea .title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.mainWidgets .titleArea .subTitle {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainSlider .swiper-slide {
    padding-top: 81px;
  }
  section.mainSlider .swiper-slide .productInfo .container {
    flex-direction: column;
  }
  section.mainSlider .swiper-slide .productInfo .textArea {
    padding-top: 30px;
    width: 100%;
    padding-bottom: 15px;
  }
  section.mainSlider .swiper-slide .productInfo .textArea .mainContent {
    gap: 20px;
    flex-direction: column;
  }
  section.mainSlider .swiper-slide .productInfo .textArea .mainContent .items {
    flex-wrap: wrap;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea {
    border-top: 1px solid rgba(244, 244, 244, 0.2);
    border-left: 0;
    width: 100%;
    padding: 20px 10px;
    gap: 15px;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea input {
    min-width: 80%;
  }
  section.mainSlider .swiper-slide .content {
    flex-direction: column;
  }
  section.mainSlider .swiper-slide .content .text {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.mainSlider .swiper-slide .content .contentCard {
    width: 100%;
  }
  section.mainSlider .swiper-slide .content .contentCard .cardBody {
    padding: 30px;
  }
  section.mainSlider .swiper-slide .content .contentCard .cardBody .title {
    font-size: 24px;
  }
  section.mainSlider .swiper-slide .content .contentCard .viewProduct {
    padding: 0 30px;
  }
  section.mainSlider .swiper-slide .features {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 25px;
  }
  section.mainSlider .swiper-slide .features::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.mainSlider .swiper-slide .features .item {
    padding: 25px 40px;
    aspect-ratio: unset;
  }
  section.mainSlider .swiper-slide .features .item .text {
    line-height: 20px;
    font-size: 14px;
    min-width: 100px;
  }
  section.mainBottomWidgets {
    padding: 80px 0;
  }
  section.mainBottomWidgets .titleArea {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }
  section.mainBottomWidgets .titleArea img {
    margin: 0 auto;
  }
  section.mainBottomWidgets .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainBottomWidgets .titleArea .info {
    margin: 40px auto;
  }
  section.mainBottomWidgets .buttons {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px;
  }
  section.mainBottomWidgets .buttons .bottomCards {
    width: calc(50% - 20px);
  }
  section.mainBottomWidgets .container {
    flex-direction: column;
    gap: 40px;
  }
  section.mainNews {
    padding-bottom: 100px;
  }
  section.mainNews .titleArea {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }
  section.mainNews .titleArea .title {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  section.mainNews .titleArea .text {
    text-align: center;
  }
  section.mainNews .newsItem {
    width: calc(50% - 40px);
  }
  section.mainNews .newsItem.type2 {
    width: calc(50% - 40px);
  }
  section.mainClassen {
    padding-top: 40px;
  }
  section.mainClassen .titleArea {
    margin-bottom: 70px;
    flex-direction: column;
    gap: 30px;
  }
  section.mainClassen .titleArea .title {
    font-size: 30px;
    line-height: 40px;
    max-width: unset;
    width: 100%;
  }
  section.mainClassen .titleArea .description {
    text-align: left;
  }
  section.mainClassen .classenContent {
    min-height: auto;
  }
  section.mainClassen .classenContent .text {
    margin-top: 75px;
  }
  section.mainClassen .classenContent .text:after {
    bottom: -32%;
    right: 5%;
  }
  section.whyClassen {
    margin-bottom: 10px;
  }
  section.whyClassen .titleArea {
    flex-direction: column;
    margin-bottom: 30px;
  }
  section.whyClassen .titleArea .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  section.whyClassen .titleArea .title .icon {
    width: 140px;
  }
  section.lifeArea > .title {
    margin: 0 auto 65px;
    font-size: 25px;
    line-height: 35px;
  }
  section.lifeArea .row .order3 {
    order: 3;
  }
  section.mainWidgets .container > .text {
    font-size: 18px;
    text-align: center;
  }
  section.mainWidgets .titleArea .title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainSlider .swiper-slide {
    padding-top: 68px;
  }
  section.mainSlider .swiper-slide .productInfo .container {
    align-items: unset;
  }
  section.mainSlider .swiper-slide .productInfo .textArea {
    width: 55%;
  }
  section.mainSlider .swiper-slide .productInfo .textArea .mainContent .items {
    flex-wrap: wrap;
    gap: 15px 20px;
    padding: 15px;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea {
    min-height: 100%;
    width: 45%;
    gap: 30px;
    padding: 26px 0 26px 40px;
  }
  section.mainSlider .swiper-slide .content .text {
    max-width: 55%;
    padding-right: 40px;
  }
  section.mainSlider .swiper-slide .content .contentCard {
    width: 45%;
  }
  section.mainSlider .swiper-slide .features {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 25px;
  }
  section.mainSlider .swiper-slide .features::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.mainSlider .swiper-slide .features .item {
    padding: 25px 40px;
    aspect-ratio: unset;
  }
  section.mainSlider .swiper-slide .features .item .text {
    line-height: 20px;
    font-size: 14px;
    min-width: 100px;
  }
  section.mainBottomWidgets {
    padding: 80px 0;
  }
  section.mainBottomWidgets .titleArea {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }
  section.mainBottomWidgets .titleArea img {
    margin: 0 auto;
  }
  section.mainBottomWidgets .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainBottomWidgets .titleArea .info {
    margin: 40px auto;
  }
  section.mainBottomWidgets .buttons {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px;
  }
  section.mainBottomWidgets .buttons .bottomCards {
    width: calc(50% - 20px);
  }
  section.mainBottomWidgets .container {
    flex-direction: column;
    gap: 40px;
  }
  section.mainClassen {
    padding-top: 80px;
  }
  section.mainClassen .titleArea {
    margin-bottom: 70px;
  }
  section.mainClassen .titleArea .title {
    font-size: 30px;
    line-height: 40px;
  }
  section.mainClassen .classenContent {
    min-height: auto;
  }
  section.mainClassen .classenContent .text {
    margin-top: 75px;
  }
  section.mainClassen .classenContent .text:after {
    bottom: -25%;
  }
  section.whyClassen {
    margin-bottom: 10px;
  }
  section.whyClassen .tabArea .customTabNavs > li > a {
    padding: 30px;
    gap: 35px;
    font-size: 16px;
  }
  section.whyClassen .tabArea .customTabNavs > li > a .icon {
    width: 30px;
    height: 25px;
  }
  section.lifeArea .row .order3 {
    order: 3;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.lifeArea .row .order3 {
    order: 3;
  }
  section.mainSlider .swiper-slide .productInfo .container {
    align-items: unset;
  }
  section.mainSlider .swiper-slide .productInfo .textArea {
    width: 60%;
  }
  section.mainSlider .swiper-slide .productInfo .textArea .mainContent {
    min-height: 100%;
  }
  section.mainSlider .swiper-slide .productInfo .textArea .mainContent .items {
    flex-wrap: wrap;
    gap: 15px 20px;
    padding: 15px;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea {
    min-height: 100%;
    width: 40%;
    gap: 30px;
    padding: 26px 0 26px 40px;
  }
  section.mainSlider .swiper-slide .content .text {
    max-width: 60%;
    padding-right: 40px;
  }
  section.mainSlider .swiper-slide .content .contentCard {
    width: 40%;
  }
  section.mainSlider .swiper-slide .features {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 25px;
  }
  section.mainSlider .swiper-slide .features::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.mainSlider .swiper-slide .features .item {
    padding: 25px 40px;
    aspect-ratio: unset;
  }
  section.mainSlider .swiper-slide .features .item .text {
    line-height: 20px;
    font-size: 14px;
    min-width: 100px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  section.lifeArea .productCard2 {
    padding: 30px 20px;
  }
  section.mainSlider .swiper-slide .productInfo .searchArea {
    padding: 26px 0 26px 36px;
  }
}
@media screen and (max-width: 576px) {
  section.catalog .titleArea {
    margin: 80px 0;
    flex-direction: column;
    gap: 40px;
  }
  section.catalog .titleArea .title {
    font-size: 28px;
    text-align: center;
  }
  section.catalog .titleArea .text {
    text-align: center;
  }
  .catalogCard .text {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.catalog .titleArea {
    margin: 80px 0;
    flex-direction: column;
    gap: 40px;
  }
  section.catalog .titleArea .title {
    font-size: 28px;
    text-align: center;
  }
  section.catalog .titleArea .text {
    text-align: center;
  }
  .catalogCard .text {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .catalogCard .text {
    left: 20px;
    bottom: 20px;
  }
  section.catalog .titleArea {
    margin: 80px 0;
    flex-direction: column;
    gap: 40px;
  }
  section.catalog .titleArea .title {
    font-size: 28px;
    text-align: center;
  }
  section.catalog .titleArea .text {
    text-align: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .catalogCard .text {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.catalog .titleArea {
    margin: 80px 0;
    flex-direction: column;
    gap: 40px;
  }
  section.catalog .titleArea .title {
    font-size: 28px;
    text-align: center;
  }
  section.catalog .titleArea .text {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  section.dealers {
    margin-bottom: 150px;
  }
  .dealersCard .content {
    padding: 25px 20px;
  }
  .dealersCard .directions .text {
    padding: 20px;
  }
  .dealersCard .directions .iconArea {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .dealersCard .content {
    padding: 25px 20px;
  }
  .dealersCard .directions .text {
    padding: 20px;
  }
  .dealersCard .directions .iconArea {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .dealersCard .content {
    padding: 25px;
  }
  .dealersCard .directions .text {
    padding: 25px;
  }
  .dealersCard .directions .iconArea {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 576px) {
  section.registerForm {
    padding: 30px 0;
  }
  section.registerForm .guaranteeArea .guaranteeCard {
    padding: 30px;
  }
  section.registerForm button.send {
    margin-top: 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.registerForm .guaranteeArea .guaranteeCard {
    padding: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.registerForm .guaranteeArea .guaranteeCard {
    padding: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.registerForm .guaranteeArea .guaranteeCard {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  section.support .preiod {
    margin-top: 40px;
  }
  section.support .preiod .customTabContent {
    padding: 20px;
  }
  section.support .preiod .periodCards {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  section.support .preiod .periodCards .icon {
    width: 35px;
    height: 45px;
  }
  .montages .montagesCard .titleArea {
    flex-direction: column;
  }
  .montages .montagesCard .titleArea .iconArea {
    padding: 20px 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(78, 109, 134, 0.1);
  }
  .montages .montagesCard .titleArea .title {
    padding: 20px 30px;
    font-size: 20px;
  }
  .montages .montagesCard .content {
    padding: 30px;
  }
  .questions {
    padding: 40px 0;
  }
  .questions .title {
    font-size: 28px;
    line-height: 34px;
  }
  .questions .title.type2 {
    margin-bottom: 40px;
  }
  .questions .subTitle {
    margin-bottom: 50px;
  }
  .questions .fastContactCard .titleArea {
    padding: 30px 20px;
  }
  .questions .fastContactCard .titleArea .cardTitle {
    font-size: 24px;
  }
  .questions .fastContactCard .goForm {
    width: 100%;
    padding: 25px 20px;
    font-size: 15px;
    line-height: 26px;
  }
  .docsCard {
    padding: 40px 45px 40px 25px;
  }
  .docsCard > .icon {
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
  }
  .docsCard .title {
    font-size: 22px;
    line-height: 32px;
  }
  .docsCard .goBtn {
    width: 70px;
    height: 57px;
  }
  .docsCard .goBtn .icon {
    margin-right: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.support .preiod {
    margin-top: 40px;
  }
  section.support .preiod .customTabContent {
    padding: 20px;
  }
  section.support .preiod .periodCards {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  section.support .preiod .periodCards .icon {
    width: 35px;
    height: 45px;
  }
  .montages .montagesCard .titleArea .iconArea {
    padding: 20px 30px;
  }
  .montages .montagesCard .titleArea .title {
    padding: 20px 30px;
    font-size: 20px;
  }
  .montages .montagesCard .content {
    padding: 30px;
  }
  .questions {
    padding: 40px 0;
  }
  .questions .title {
    font-size: 28px;
    line-height: 34px;
  }
  .questions .subTitle {
    margin-bottom: 50px;
  }
  .questions .fastContactCard .titleArea {
    padding: 30px;
  }
  .questions .fastContactCard .titleArea .cardTitle {
    font-size: 24px;
  }
  .questions .fastContactCard .goForm {
    width: 100%;
    padding: 30px;
  }
  .docsCard {
    padding: 40px 45px 40px 25px;
  }
  .docsCard > .icon {
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
  }
  .docsCard .title {
    font-size: 22px;
    line-height: 32px;
  }
  .docsCard .goBtn {
    width: 70px;
    height: 57px;
  }
  .docsCard .goBtn .icon {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .questions {
    padding: 40px 0;
  }
  .questions .title {
    font-size: 28px;
    line-height: 34px;
  }
  .questions .subTitle {
    margin-bottom: 50px;
  }
  .questions .fastContactCard .titleArea {
    padding: 30px;
  }
  .questions .fastContactCard .titleArea .cardTitle {
    font-size: 24px;
  }
  .questions .fastContactCard .goForm {
    width: 100%;
    padding: 30px;
  }
  .docsCard {
    padding: 40px 45px 40px 25px;
  }
  .docsCard > .icon {
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
  }
  .docsCard .title {
    font-size: 22px;
    line-height: 32px;
  }
  .docsCard .goBtn {
    width: 70px;
    height: 57px;
  }
  .docsCard .goBtn .icon {
    margin-right: 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.support .preiod {
    margin-top: 40px;
  }
  section.support .preiod .customTabContent {
    padding: 20px;
  }
  section.support .preiod .periodCards {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  section.support .preiod .periodCards .icon {
    width: 35px;
    height: 45px;
  }
  .questions {
    padding: 40px 0;
  }
  .questions .title {
    font-size: 28px;
    line-height: 34px;
  }
  .questions .subTitle {
    margin-bottom: 50px;
  }
  .questions .fastContactCard .titleArea {
    padding: 30px;
  }
  .questions .fastContactCard .titleArea .cardTitle {
    font-size: 24px;
  }
  .questions .fastContactCard .goForm {
    padding: 30px;
    font-size: 16px;
  }
  .docsCard {
    padding: 40px 45px 40px 25px;
  }
  .docsCard > .icon {
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
  }
  .docsCard .title {
    font-size: 22px;
    line-height: 32px;
  }
  .docsCard .goBtn {
    width: 70px;
    height: 57px;
  }
  .docsCard .goBtn .icon {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .docsCard {
    padding: 40px 45px 40px 25px;
  }
  .docsCard > .icon {
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
  }
  .docsCard .title {
    font-size: 22px;
    line-height: 32px;
  }
  .docsCard .goBtn {
    width: 70px;
    height: 57px;
  }
  .docsCard .goBtn .icon {
    margin-right: 20px;
  }
  section.support .preiod {
    margin-top: 40px;
  }
  section.support .preiod .customTabContent {
    padding: 40px;
  }
  section.support .preiod .periodCards {
    padding: 40px;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  section.contact .contactMap .mapMarker .classesLogo {
    padding: 10px;
  }
  section.contact .contactMap .mapMarker .classesLogo img {
    width: 70px;
    height: 30px;
  }
  section.contact .contactMap .mapMarker .classesLogo:after {
    width: 45px;
    height: 20px;
  }
  section.contact .contactMap .mapMarker .recipe {
    padding: 10px;
    display: flex;
    align-items: center;
  }
  section.contact .dealersInfo > .title {
    padding: 30px;
    font-size: 17px;
  }
  section.contact .dealersInfo > .content {
    padding: 30px;
  }
  section.contact .contactFormArea {
    margin-bottom: 70px;
  }
  section.contact .contactFormArea .checkboxArea {
    margin: 30px 0;
  }
  .salesPoints {
    flex-direction: column;
    padding: 30px 20px;
    align-items: flex-start;
  }
  .salesPoints .imgArea {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .salesPoints .titleArea {
    margin: 30px 0;
  }
  .salesPoints .titleArea .title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.contact .contactMap .mapMarker .classesLogo {
    padding: 10px;
  }
  section.contact .contactMap .mapMarker .classesLogo img {
    width: 70px;
    height: 30px;
  }
  section.contact .contactMap .mapMarker .classesLogo:after {
    width: 45px;
    height: 20px;
  }
  section.contact .contactMap .mapMarker .recipe {
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .salesPoints {
    flex-direction: column;
    padding: 30px 20px;
    align-items: flex-start;
  }
  .salesPoints .imgArea {
    width: 100%;
  }
  .salesPoints .titleArea {
    margin: 30px 0;
  }
  .salesPoints .titleArea .title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .salesPoints {
    padding: 30px 20px;
  }
  .salesPoints .titleArea {
    margin: 0 30px;
  }
  .salesPoints .titleArea .title {
    font-size: 21px;
    line-height: 30px;
  }
  .salesPoints .imgArea .icon {
    width: 22px;
    height: 22px;
  }
  .salesPoints .btnSales {
    padding: 10px;
    white-space: nowrap;
    font-size: 14px;
  }
  .salesPoints .btnSales .icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.contact .contactMap .mapMarker .classesLogo {
    padding: 10px;
  }
  section.contact .contactMap .mapMarker .classesLogo img {
    width: 70px;
    height: 30px;
  }
  section.contact .contactMap .mapMarker .classesLogo:after {
    width: 45px;
    height: 20px;
  }
  section.contact .contactMap .mapMarker .recipe {
    padding: 10px;
    display: flex;
    align-items: center;
  }
  section.contact .dealersInfo > .title {
    padding: 30px;
    font-size: 17px;
  }
  section.contact .dealersInfo > .content {
    padding: 30px;
  }
  .salesPoints {
    padding: 30px 20px;
  }
  .salesPoints .titleArea {
    margin: 0 30px;
  }
  .salesPoints .titleArea .title {
    font-size: 21px;
    line-height: 30px;
  }
  .salesPoints .imgArea .icon {
    width: 22px;
    height: 22px;
  }
  .salesPoints .btnSales {
    padding: 10px;
    white-space: nowrap;
    font-size: 14px;
  }
  .salesPoints .btnSales .icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .salesPoints {
    padding: 30px 20px;
  }
  .salesPoints .titleArea {
    margin: 0 30px;
  }
  .salesPoints .titleArea .title {
    font-size: 21px;
    line-height: 30px;
  }
  .salesPoints .btnSales {
    padding: 10px;
    white-space: nowrap;
    font-size: 14px;
  }
  .salesPoints .btnSales .icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 576px) {
  section.productDetail .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  section.productDetail .top .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.productDetail .productImages {
    flex-direction: column;
  }
  section.productDetail .productImages .item {
    width: 100%;
  }
  section.productDetail .whiteBg .container > .features .row > div:nth-child(even) .item .text {
    border: 0;
  }
  section.productDetail .productsDocs .productDocsCard {
    flex-direction: column;
  }
  section.productDetail .productsDocs .productDocsCard .titleArea {
    border: 0;
    padding: 30px;
  }
  section.productDetail .productsDocs .productDocsCard .buttons {
    display: flex;
  }
  section.productDetail .productsDocs .productDocsCard .buttons a {
    border: 0;
    width: 50%;
    padding: 20px;
  }
  section.productDetail .scenes {
    padding: 80px 0;
  }
  section.productDetail .scenes .content .titleArea {
    margin-bottom: 75px;
  }
  section.productDetail .scenes .content .titleArea .title {
    font-size: 26px;
  }
  section.productDetail .scenes .content .text {
    margin-top: 75px;
  }
  section.productDetail .scenes .content .customTabContent {
    padding: 30px;
  }
  section.productDetail .productProjects {
    margin: 70px 0 50px;
  }
  section.productDetail .comments .container > .title {
    margin-bottom: 45px;
    font-size: 22px;
  }
  section.productDetail .delivery > .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  section.productDetail .delivery .questions .titleArea {
    flex-direction: column;
    gap: 15px;
  }
  section.productDetail .delivery .questions .titleArea .text {
    text-align: left;
  }
  .commentCard {
    aspect-ratio: unset;
    padding: 30px;
  }
  .advisorCard .cardContent {
    padding: 30px;
  }
  .advisorCard .cardContent .icon {
    margin-bottom: 25px;
  }
  .advisorCard .cardContent .cardTitle {
    font-size: 28px;
  }
  .advisorCard .goBtn {
    padding: 30px;
    font-size: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productDetail .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  section.productDetail .top .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.productDetail .productImages {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  section.productDetail .productImages .item {
    width: 50%;
  }
  section.productDetail .whiteBg .container > .features .row > div:nth-child(even) .item .text {
    border: 0;
  }
  section.productDetail .productsDocs .productDocsCard {
    flex-direction: column;
  }
  section.productDetail .productsDocs .productDocsCard .titleArea {
    border: 0;
    padding: 30px;
  }
  section.productDetail .productsDocs .productDocsCard .buttons {
    display: flex;
  }
  section.productDetail .productsDocs .productDocsCard .buttons a {
    border: 0;
    width: 50%;
    padding: 20px;
  }
  section.productDetail .scenes {
    padding: 80px 0;
  }
  section.productDetail .scenes .content .titleArea {
    margin-bottom: 75px;
  }
  section.productDetail .scenes .content .titleArea .title {
    font-size: 26px;
  }
  section.productDetail .scenes .content .text {
    margin-top: 75px;
  }
  section.productDetail .scenes .content .customTabContent {
    padding: 30px;
  }
  section.productDetail .productProjects {
    margin: 70px 0 50px;
  }
  section.productDetail .comments .container > .title {
    margin-bottom: 45px;
    font-size: 22px;
  }
  section.productDetail .delivery > .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  section.productDetail .delivery .questions .titleArea {
    flex-direction: column;
    gap: 15px;
  }
  section.productDetail .delivery .questions .titleArea .text {
    text-align: left;
  }
  .advisorCard .cardContent {
    padding: 30px;
  }
  .advisorCard .cardContent .icon {
    margin-bottom: 25px;
  }
  .advisorCard .cardContent .cardTitle {
    font-size: 28px;
  }
  .advisorCard .goBtn {
    padding: 30px;
    font-size: 15px;
  }
  .commentCard {
    aspect-ratio: unset;
    padding: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .advisorCard .cardContent {
    padding: 30px;
  }
  .advisorCard .cardContent .icon {
    margin-bottom: 25px;
  }
  .advisorCard .cardContent .cardTitle {
    font-size: 28px;
  }
  .advisorCard .goBtn {
    padding: 30px;
    font-size: 15px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .advisorCard .cardContent {
    padding: 30px;
  }
  .advisorCard .cardContent .icon {
    margin-bottom: 25px;
  }
  .advisorCard .cardContent .cardTitle {
    font-size: 28px;
  }
  .advisorCard .goBtn {
    padding: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  section.megaloc > .title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  section.megaloc > .title img {
    margin-top: 10px;
    height: 25px;
  }
  section.megaloc .imgArea {
    margin-bottom: 80px;
    aspect-ratio: unset;
  }
  section.megaloc .imgArea .content {
    position: relative;
    padding: 20px;
  }
  section.megaloc .advantages .titleArea {
    margin-bottom: 30px;
    padding: 0;
  }
  section.megaloc .advantages .titleArea .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .megalocStages .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .megalocStages > .text {
    font-size: 20px;
    margin: 0 auto 50px;
  }
  .megalocVerticalAccordions .sectionTitle {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .megalocProducts {
    padding: 30px 15px;
  }
  .megalocProducts .container > .text {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .megalocProducts .viewAllProducts {
    margin: 40px 0;
    flex-direction: column;
  }
  .megalocProducts .viewAllProducts .viewAll {
    font-size: 16px;
  }
  .megalocProducts .viewAllProducts .viewAll .iconArea {
    width: 55px;
    height: 55px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.megaloc > .title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  section.megaloc > .title img {
    margin-top: 10px;
    height: 25px;
  }
  section.megaloc .imgArea {
    margin-bottom: 80px;
    aspect-ratio: unset;
  }
  section.megaloc .imgArea .content {
    position: relative;
    padding: 20px;
  }
  section.megaloc .advantages .titleArea {
    margin-bottom: 30px;
    padding: 0;
  }
  section.megaloc .advantages .titleArea .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .megalocStages .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .megalocStages > .text {
    font-size: 20px;
    margin: 0 auto 50px;
  }
  .megalocVerticalAccordions .sectionTitle {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .megalocProducts {
    padding: 30px 15px;
  }
  .megalocProducts .container > .text {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .megalocProducts .viewAllProducts {
    margin: 40px 0;
    flex-direction: column;
  }
  .megalocProducts .viewAllProducts .viewAll {
    font-size: 16px;
  }
  .megalocProducts .viewAllProducts .viewAll .iconArea {
    width: 55px;
    height: 55px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.megaloc > .title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  section.megaloc > .title img {
    margin-top: 10px;
    height: 25px;
  }
  section.megaloc .imgArea {
    margin-bottom: 80px;
    aspect-ratio: unset;
  }
  section.megaloc .imgArea .content {
    position: relative;
    padding: 20px;
  }
  section.megaloc .advantages .titleArea {
    margin-bottom: 30px;
    padding: 0;
  }
  section.megaloc .advantages .titleArea .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .megalocStages .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .megalocStages > .text {
    font-size: 20px;
    margin: 0 auto 50px;
  }
  .megalocVerticalAccordions .sectionTitle {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .megalocProducts {
    padding: 30px 15px;
  }
  .megalocProducts .container > .text {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .megalocProducts .viewAllProducts {
    margin: 40px 0;
    flex-direction: column;
  }
  .megalocProducts .viewAllProducts .viewAll {
    font-size: 16px;
  }
  .megalocProducts .viewAllProducts .viewAll .iconArea {
    width: 55px;
    height: 55px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .advantagesCard .title {
    padding: 20px 10px;
  }
  .advantagesCard .cardContent {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .faqSearchBar .container {
    flex-direction: column;
    gap: 40px;
  }
  .faqSearchBar form {
    width: 100%;
  }
  .faqSearchBar form input {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .faqSearchBar .container {
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .blogBanner {
    flex-direction: column;
    gap: 50px;
  }
  .blogBanner .content .info {
    gap: 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .blogBanner .imgArea {
    height: 210px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .blogBanner .imgArea {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .newsBanner {
    flex-direction: column-reverse;
  }
  .newsBanner .content {
    gap: 20px;
  }
  .newsBanner .imgArea {
    height: 300px;
  }
  .pageContent.newsDetailContent {
    padding-top: 250px;
    margin-top: -200px;
  }
  .newsDetailNav {
    padding: 50px 0px 50px;
    gap: 10px;
  }
  .newsDetailNav .prev, .newsDetailNav .next {
    width: 50%;
    max-width: 50%;
    flex-shrink: 0;
    gap: 15px;
  }
  .newsDetailNav .prev .iconArea, .newsDetailNav .next .iconArea {
    border-radius: 10px;
  }
  .newsDetailNav .prev .iconArea .icon, .newsDetailNav .next .iconArea .icon {
    width: 8px;
  }
  .newsDetailNav .prev .text, .newsDetailNav .next .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .newsBanner {
    flex-direction: column-reverse;
  }
  .newsBanner .content {
    gap: 20px;
  }
  .newsBanner .imgArea {
    height: 300px;
  }
  .pageContent.newsDetailContent {
    padding-top: 250px;
    margin-top: -200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .newsBanner {
    flex-direction: column-reverse;
  }
  .newsBanner .content {
    gap: 20px;
  }
  .newsBanner .imgArea {
    height: 300px;
  }
  .pageContent.newsDetailContent {
    padding-top: 250px;
    margin-top: -200px;
  }
  .newsDetailNav {
    padding: 100px 0px 0px;
  }
  .newsDetailNav .prev .text, .newsDetailNav .next .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .newsBanner .content {
    gap: 20px;
  }
  .newsBanner .imgArea {
    height: 300px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .newsBanner .content {
    gap: 20px;
  }
  .newsBanner .imgArea {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .sustainabilityText {
    padding: 0;
  }
  .sustainabilityText .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sustainabilityText .description {
    font-size: 20px;
    line-height: 28px;
  }
  .sustainabilityGreenArea .imgArea span {
    font-size: 25px;
  }
  .sustainabilityGreenArea .description {
    font-size: 19px;
    line-height: 27px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .sustainabilityText {
    padding: 0;
  }
  .sustainabilityGreenArea .imgArea span {
    font-size: 30px;
  }
  .sustainabilityGreenArea .description {
    font-size: 19px;
    line-height: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .sustainabilityText {
    padding: 0;
  }
  .sustainabilityGreenArea .imgArea span {
    font-size: 40px;
  }
  .sustainabilityGreenArea .description {
    font-size: 19px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .numbersContainer {
    padding-bottom: 111px;
  }
  .numbersContainer .background {
    display: none;
  }
  .numbersContainer .bottomBar {
    padding: 100px 0;
    position: unset;
  }
  .numbersContainer .bottomBar .container {
    flex-direction: column;
    height: unset;
    gap: 20px;
  }
  .numbersContainer .swiper-container {
    width: 90%;
    max-width: 460px;
  }
  .numbersContainer .swiper-container .swiper-slide {
    padding: 30px 30px;
  }
  .numbersContainer .swiper-container .swiper-slide .description {
    font-size: 22px;
    line-height: 29px;
  }
  .numbersContainer .swiper-container .swiper-slide .counter {
    font-size: 66px;
    line-height: 38px;
  }
  .numbersContent {
    padding: 0 0 150px;
  }
  .numbersContent .title {
    font-size: 30px;
    line-height: 40px;
  }
  .numbersContent .description {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .numbersContent {
    padding-top: 110px;
  }
  .numbersContainer {
    padding-bottom: 0;
  }
  .numbersContainer .background {
    display: none;
  }
  .numbersContainer .bottomBar {
    padding: 50px 0;
    position: unset;
  }
  .numbersContainer .bottomBar .container {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    height: unset;
  }
  .numbersContainer .bottomBar .container span:nth-of-type(even) {
    display: none;
  }
  .numbersContainer .bottomBar .container .item {
    width: calc(50% - 100px);
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .productionFacilityItem .cardHeader .iconArea {
    padding: 20px 30px 20px 50px;
  }
  .productionFacilityItem .cardHeader .iconArea .icon {
    width: 42px;
  }
  .productionFacilityItem .content {
    padding: 50px 50px 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .productionCard1 {
    flex-direction: column;
    gap: 30px;
  }
  .productionCard1 .imgArea {
    width: 100%;
  }
  .productionWidget {
    grid-template-columns: repeat(1, 1fr);
  }
  .productionWidget .item {
    padding: 60px 60px;
  }
  .productionWidget .item .title {
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    padding-right: 20px;
  }
  .productionWidget .item:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid rgba(78, 109, 134, 0.25);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .productionCard1 {
    flex-direction: column;
    gap: 30px;
  }
  .productionCard1 .imgArea {
    width: 100%;
  }
  .productionWidget .item {
    padding: 60px 60px;
  }
  .productionWidget .item .title {
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .productionWidget .item {
    padding: 60px 60px;
  }
  .productionWidget .item .title {
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .productionWidget .item {
    padding: 60px 60px;
  }
  .productionWidget .item .title {
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .bestsItem {
    aspect-ratio: unset;
    padding-bottom: 20px;
  }
  .bestsItem .iconArea {
    width: 140px;
  }
  .bestsItem .iconArea .icon {
    width: 32px;
  }
  .bestsItem .title {
    padding: 20px 30px 0px 30px;
    min-height: 80px;
  }
  .bestsItem .description {
    padding: 20px 30px 20px 30px;
  }
  .bestsTextcontent .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .bestsTextcontent .text {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .bestsTextcontent .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .bestsTextcontent .text {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .bestsTextcontent .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .bestsTextcontent .text {
    font-size: 21px;
    line-height: 30px;
  }
  .bestsItem {
    aspect-ratio: unset;
    padding-bottom: 20px;
  }
  .bestsItem .iconArea {
    width: 140px;
  }
  .bestsItem .iconArea .icon {
    width: 32px;
  }
  .bestsItem .title {
    padding: 20px 30px 0px 30px;
    min-height: 80px;
  }
  .bestsItem .description {
    padding: 20px 30px 20px 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .bestsItem {
    aspect-ratio: unset;
    padding-bottom: 20px;
  }
  .bestsItem .iconArea {
    width: 140px;
  }
  .bestsItem .iconArea .icon {
    width: 32px;
  }
  .bestsItem .title {
    padding: 20px 30px 0px 30px;
    min-height: 80px;
  }
  .bestsItem .description {
    padding: 20px 30px 20px 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) {
  .accordionItem .accordionHeader {
    padding: 20px 45px 20px 25px;
    font-size: 17px;
    line-height: 25px;
  }
  .accordionItem .accordionHeader:after {
    right: 20px;
  }
  .accordionItem.type2 .accordionHeader {
    padding: 20px 0;
    font-size: 20px;
  }
  .accordionItem.type2.active .accordionBody {
    padding: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .accordionItem .accordionHeader {
    padding: 20px 45px 20px 25px;
    font-size: 17px;
    line-height: 25px;
  }
  .accordionItem .accordionHeader:after {
    right: 20px;
  }
  .accordionItem.type2 .accordionHeader {
    padding: 20px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .customInput1 {
    padding: 15px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .customInput1 textarea::placeholder {
    white-space: nowrap;
  }
  .customInput1.flex {
    flex-direction: row;
  }
  .customInput1 label.customcheckbox2 {
    margin-left: 0px;
  }
  .checkBoxGroup {
    padding: 25px 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .customInput1 {
    padding: 15px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .customInput1 textarea::placeholder, .customInput1 input::placeholder {
    white-space: nowrap;
  }
  .customInput1.flex {
    flex-direction: row;
  }
  .customInput1 label.customcheckbox2 {
    margin-left: 0px;
  }
  .checkBoxGroup {
    padding: 25px 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .customInput1 {
    padding: 15px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .customInput1 textarea::placeholder, .customInput1 input::placeholder {
    white-space: nowrap;
  }
  .customInput1.flex {
    flex-direction: row;
  }
  .customInput1 label.customcheckbox2 {
    margin-left: 0px;
  }
  .checkBoxGroup {
    padding: 25px 10px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .customInput1 label.customcheckbox2 {
    margin-left: 0px;
  }
  .checkBoxGroup {
    padding: 25px 10px;
  }
  .customInput1 {
    padding: 15px 10px;
    gap: 5px;
  }
  .customInput1 textarea::placeholder, .customInput1 input::placeholder {
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li {
    width: auto;
  }
  .navlist1 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navlist2 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist2::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist2 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navlist3 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist3::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist3 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navlist4 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist4::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist4 li {
    width: auto;
  }
  .navlist4 li a {
    white-space: nowrap;
    font-size: 14px;
    padding: 30px 15px;
  }
  .tabNavList {
    padding: 25px;
  }
  .navlist6 {
    justify-content: flex-start;
    padding: 0 20px;
    overflow: hidden;
    gap: 25px;
    overflow-x: auto;
  }
  .navlist6::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist6 li a {
    white-space: nowrap;
    font-size: 19px;
    padding: 20px 0;
  }
  .navlist7 {
    justify-content: flex-start;
    padding: 0 20px;
    overflow: hidden;
    gap: 18px;
    overflow-x: auto;
  }
  .navlist7::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist7 li a {
    padding: 13px 20px;
    white-space: nowrap;
  }
  .navBtn2 {
    padding: 28px 25px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .navlist5 li a {
    padding: 20px 25px;
    gap: 25px;
    font-size: 20px;
  }
  .navBtn1 {
    padding: 20px 45px;
    min-height: 100px;
    gap: 20px;
    justify-content: flex-start;
    font-size: 18px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li {
    width: auto;
  }
  .navlist1 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navlist4 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist4::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist4 li {
    width: auto;
  }
  .navlist4 li a {
    white-space: nowrap;
    padding: 30px 15px;
  }
  .navlist3 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist3::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist3 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navlist6 {
    padding: 0 20px;
    overflow: hidden;
    gap: 25px;
    overflow-x: auto;
  }
  .navlist6::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist7 {
    justify-content: flex-start;
    padding: 0 20px;
    overflow: hidden;
    gap: 18px;
    overflow-x: auto;
  }
  .navlist7::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist7 li a {
    padding: 13px 20px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li {
    width: auto;
  }
  .navlist1 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navlist4 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist4::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist4 li {
    width: auto;
  }
  .navlist4 li a {
    white-space: nowrap;
    padding: 30px 15px;
  }
  .navlist3 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist3::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist3 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navBtn1 {
    padding: 20px 45px;
    min-height: 110px;
    gap: 20px;
    justify-content: flex-start;
    font-size: 18px;
  }
  .navBtn2 {
    padding: 28px 25px;
    gap: 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist1::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist1 li {
    width: auto;
  }
  .navlist1 li a {
    white-space: nowrap;
    font-size: 18px;
  }
  .navlist2 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist2::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist2 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navlist3 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist3::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist3 li a {
    white-space: nowrap;
    font-size: 16px;
  }
  .navlist4 {
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navlist4::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist4 li {
    width: auto;
  }
  .navlist4 li a {
    white-space: nowrap;
    padding: 30px 15px;
  }
  .navBtn1 {
    padding: 20px 40px;
    font-size: 20px;
    min-height: 130px;
    gap: 30px;
  }
  .navBtn2 {
    padding: 28px 25px;
    gap: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .navlist4 li a {
    font-size: 16px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 576px) {
  .verticalAccordions {
    flex-direction: column;
  }
  .verticalAccordions .accordion {
    flex-direction: column;
    height: auto;
  }
  .verticalAccordions .accordion .title {
    writing-mode: unset;
    transform: none;
    width: auto;
    padding: 25px 55px 25px 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .verticalAccordions .accordion .title:before {
    left: unset;
    transform: translateY(-50%);
    right: 20px;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 15px;
  }
  .verticalAccordions .accordion .title:after {
    left: unset;
    transform: translateY(-50%) rotate(90deg);
    right: 35px;
    top: 50%;
  }
  .verticalAccordions .accordion .accordionContent {
    max-width: 100%;
    width: 100%;
    max-height: 0;
    padding: 0 30px;
  }
  .verticalAccordions .accordion .accordionContent .icon {
    width: 50px;
    height: 45px;
  }
  .verticalAccordions .accordion .accordionContent p {
    font-size: 18px;
    line-height: 28px;
  }
  .verticalAccordions .accordion .accordionContent:before {
    width: 200px;
  }
  .verticalAccordions .accordion.active .title:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .verticalAccordions .accordion.active .accordionContent {
    max-height: 600px;
    padding: 40px 30px;
    max-width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .verticalAccordions {
    flex-direction: column;
  }
  .verticalAccordions .accordion {
    flex-direction: column;
    height: auto;
  }
  .verticalAccordions .accordion .title {
    writing-mode: unset;
    transform: none;
    width: auto;
    padding: 35px 55px 35px 30px;
    font-size: 16px;
    line-height: 25px;
  }
  .verticalAccordions .accordion .title:before {
    left: unset;
    transform: translateY(-50%);
    right: 20px;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 15px;
  }
  .verticalAccordions .accordion .title:after {
    left: unset;
    transform: translateY(-50%) rotate(90deg);
    right: 35px;
    top: 50%;
  }
  .verticalAccordions .accordion .accordionContent {
    max-width: 100%;
    width: 100%;
    max-height: 0;
    padding: 0 30px;
  }
  .verticalAccordions .accordion .accordionContent .icon {
    width: 50px;
    height: 45px;
  }
  .verticalAccordions .accordion .accordionContent p {
    font-size: 18px;
    line-height: 28px;
  }
  .verticalAccordions .accordion .accordionContent:before {
    width: 200px;
  }
  .verticalAccordions .accordion.active .title:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .verticalAccordions .accordion.active .accordionContent {
    max-height: 600px;
    padding: 40px 30px;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .verticalAccordions {
    flex-direction: column;
  }
  .verticalAccordions .accordion {
    flex-direction: column;
    height: auto;
  }
  .verticalAccordions .accordion .title {
    writing-mode: unset;
    transform: none;
    width: auto;
    padding: 25px 20px;
    font-size: 18px;
  }
  .verticalAccordions .accordion .title:before {
    left: unset;
    transform: translateY(-50%);
    right: 20px;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 15px;
  }
  .verticalAccordions .accordion .title:after {
    left: unset;
    transform: translateY(-50%) rotate(90deg);
    right: 35px;
    top: 50%;
  }
  .verticalAccordions .accordion .accordionContent {
    max-width: 100%;
    width: 100%;
    max-height: 0;
    padding: 0 30px;
  }
  .verticalAccordions .accordion .accordionContent .icon {
    width: 50px;
    height: 45px;
  }
  .verticalAccordions .accordion .accordionContent p {
    font-size: 18px;
    line-height: 28px;
  }
  .verticalAccordions .accordion.active .title:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .verticalAccordions .accordion.active .accordionContent {
    max-height: 600px;
    padding: 40px 30px;
    max-width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .verticalAccordions .accordion .title {
    width: 115px;
  }
  .verticalAccordions .accordion.active .accordionContent {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb ul {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .breadcrumb ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .breadcrumb ul li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .breadcrumb ul {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .breadcrumb ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .breadcrumb ul li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .breadcrumb ul {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .breadcrumb ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .breadcrumb ul li a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .productCard2 {
    padding: 30px;
  }
  .productCard2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .productCard2 .city {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .productCard2 .viewAll {
    gap: 10px;
    font-size: 13px;
  }
  .projectBigCard .top {
    flex-direction: column;
  }
  .projectBigCard .top .titleArea, .projectBigCard .top .content {
    width: 100%;
    padding: 20px;
  }
  .projectBigCard .top .titleArea {
    flex-wrap: wrap;
    gap: 10px;
  }
  .projectBigCard .top .titleArea .icon {
    width: 40px;
    height: 40px;
  }
  .projectBigCard .bottom {
    flex-direction: column;
  }
  .projectBigCard .bottom .imgArea, .projectBigCard .bottom .usage {
    width: 100%;
  }
  .projectBigCard .bottom .imgArea .detailBtn {
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .projectBigCard .bottom .usage {
    padding: 30px 20px;
  }
  .productItem .productTitle {
    padding: 25px 25px 0 25px;
  }
  .productItem .productTitle .name {
    font-size: 18px;
    line-height: 26px;
  }
  .productItem .description {
    padding: 25px;
  }
  .productCalculator .top {
    padding: 20px 15px;
  }
  .productCalculator .calculateContent {
    margin: 0;
  }
  .productCalculator .calculateContent > .info {
    padding: 20px 15px;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .productCalculator .content {
    padding: 30px 15px;
  }
  .productCalculator .content .roomDimensions {
    padding: 0;
  }
  .productCalculator .content .roomDimensions .items .item {
    max-width: calc(50% - 10px);
  }
  .productCalculator .content .infrastructure {
    padding: 0;
    margin-bottom: 40px;
  }
  .productCalculator .content .infrastructure .checkboxArea .customcheckbox3 {
    padding: 15px 10px;
  }
  .productCalculator .content .customcheckbox2 {
    margin-bottom: 50px;
  }
  .productCalculator .content .package {
    margin-bottom: 30px;
  }
  .productCalculator .content .package .packageContent .double .totalMeter {
    padding: 35px 15px;
  }
}
@media screen and (min-width: 401px) and (max-width: 576px) {
  .productCalculator .content .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .productCalculator .content .buttons a {
    min-height: 100%;
    width: calc(50% - 15px) !important;
  }
  .productCalculator .content .buttons .downloadBtn {
    margin: 0;
    padding: 13px 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productCard .imgArea .news {
    top: 15px;
    left: 15px;
    font-size: 14px;
  }
  .productCard .imgArea .features {
    bottom: 15px;
    left: 15px;
  }
  .productCard .content {
    padding: 20px 10px;
  }
  .productCard2 {
    padding: 30px;
  }
  .productCard2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .productCard2 .city {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .productCard2 .viewAll {
    gap: 10px;
    font-size: 13px;
  }
  .projectBigCard .top {
    flex-direction: column;
  }
  .projectBigCard .top .titleArea, .projectBigCard .top .content {
    width: 100%;
    padding: 20px;
  }
  .projectBigCard .top .titleArea {
    flex-wrap: wrap;
    gap: 10px;
  }
  .projectBigCard .top .titleArea .icon {
    width: 40px;
    height: 40px;
  }
  .projectBigCard .bottom {
    flex-direction: column;
  }
  .projectBigCard .bottom .imgArea, .projectBigCard .bottom .usage {
    width: 100%;
  }
  .projectBigCard .bottom .imgArea .detailBtn {
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .projectBigCard .bottom .usage {
    padding: 30px 20px;
  }
  .productItem .productTitle {
    padding: 25px 25px 0 25px;
  }
  .productItem .productTitle .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .productItem .description {
    padding: 25px;
  }
  .productCalculator {
    width: 90vw;
  }
  .productCalculator .calculateContent {
    margin: 0;
  }
  .productCalculator .content .roomDimensions .items .item {
    max-width: calc(33.33% - 13.5px);
  }
  .productCalculator .content .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .productCalculator .content .buttons a {
    min-height: 100%;
    width: calc(50% - 15px) !important;
  }
  .productCalculator .content .buttons .downloadBtn {
    margin: 0;
    padding: 13px 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .productCard2 {
    padding: 30px;
  }
  .productCard2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .productCard2 .city {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .productCard2 .viewAll {
    gap: 10px;
    font-size: 13px;
  }
  .productItem .productTitle {
    padding: 35px 35px 0 35px;
  }
  .productItem .description {
    padding: 35px;
  }
  .productCalculator {
    width: 90vw;
  }
  .productCalculator .calculateContent {
    margin: 0;
  }
  .productCalculator .content .roomDimensions .items .item {
    max-width: calc(33.33% - 13.5px);
  }
  .productCalculator .content .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .productCalculator .content .buttons a {
    min-height: 100%;
    width: calc(50% - 15px) !important;
  }
  .productCalculator .content .buttons .downloadBtn {
    margin: 0;
    padding: 13px 15px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .productCard2 {
    padding: 30px;
  }
  .productCard2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .productCard2 .city {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .productCard2 .viewAll {
    gap: 10px;
    font-size: 13px;
  }
  .productItem .productTitle {
    padding: 25px 25px 0 25px;
  }
  .productItem .productTitle .name {
    font-size: 18px;
    line-height: 26px;
  }
  .productItem .description {
    padding: 25px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .productCard2 {
    padding: 30px;
  }
  .productCard2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .productCard2 .city {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .productItem .productTitle {
    padding: 25px 25px 0 25px;
  }
  .productItem .productTitle .name {
    font-size: 18px;
    line-height: 26px;
  }
  .productItem .description {
    padding: 25px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .projectBigCard .top .titleArea {
    padding: 15px;
  }
  .projectBigCard .top .titleArea .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .productsFilter .filterMenu {
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
    border-right: 0;
  }
  .productsFilter .filterMenu .title {
    padding: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productsFilter .row > div:nth-last-child(2) .filterMenu {
    border-bottom: 0;
  }
  .productsFilter .filterMenu {
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .productsFilter .row > div:nth-last-child(2) .filterMenu {
    border-bottom: 0;
  }
  .productsFilter .filterMenu {
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .productsFilter .row > div:last-child .filterMenu {
    border-right: 1px solid rgba(44, 44, 44, 0.2);
  }
  .productsFilter .row > div:nth-child(4n) .filterMenu {
    border-right: 0;
  }
  .productsFilter .row > div:nth-child(n+5) .filterMenu {
    border-bottom: 0;
  }
  .productsFilter .filterMenu {
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
    border-right: 1px solid rgba(44, 44, 44, 0.2);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .productsFilter .filterMenu .title {
    padding: 10px;
  }
  .productsFilter .filterMenu .menu .content {
    padding: 10px;
  }
  .productsFilter .filterMenu .menu .bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  .bottomWidgets {
    overflow: hidden;
  }
  .bottomWidgets .container > .title {
    padding-top: 30px;
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 32px;
  }
  .bottomWidgets .imgArea .content {
    width: 90%;
  }
  .bottomWidgets .imgArea .content .viewAllBtn {
    padding: 15px;
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
  .bottomWidgets .imgArea .images img {
    animation: none !important;
    height: 180px;
  }
  .bottomWidgets .imgArea .images img.images1 {
    left: -25px;
  }
  .bottomWidgets .imgArea .images img.images2 {
    left: calc(15% - 25px);
  }
  .bottomWidgets .imgArea .images img.images4 {
    right: calc(15% - 25px);
  }
  .bottomWidgets .imgArea .images img.images5 {
    right: -25px;
  }
  .bottomWidgets:after {
    height: 300px;
  }
  .bottomButtons {
    flex-direction: column;
    margin: 0 auto;
  }
  .bottomCards {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .bottomWidgets {
    overflow: hidden;
  }
  .bottomWidgets .container > .title {
    padding-top: 30px;
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 32px;
  }
  .bottomWidgets .imgArea .content {
    width: 80%;
  }
  .bottomWidgets .imgArea .content .viewAllBtn {
    padding: 15px;
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
  .bottomWidgets .imgArea .images img {
    animation: none !important;
    height: 260px;
  }
  .bottomWidgets .imgArea .images img.images1 {
    left: -25px;
  }
  .bottomWidgets .imgArea .images img.images2 {
    left: calc(15% - 25px);
  }
  .bottomWidgets .imgArea .images img.images4 {
    right: calc(15% - 25px);
  }
  .bottomWidgets .imgArea .images img.images5 {
    right: -25px;
  }
  .bottomWidgets:after {
    height: 300px;
  }
  .bottomCards {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
    min-height: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .bottomWidgets {
    overflow: hidden;
  }
  .bottomWidgets .container > .title {
    padding-top: 30px;
  }
  .bottomWidgets .imgArea .content .viewAllBtn {
    padding: 15px;
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
  .bottomWidgets .imgArea .images img {
    animation: none !important;
    height: 260px;
  }
  .bottomWidgets .imgArea .images img.images1 {
    left: -25px;
  }
  .bottomWidgets .imgArea .images img.images2 {
    left: calc(15% - 25px);
  }
  .bottomWidgets .imgArea .images img.images4 {
    right: calc(15% - 25px);
  }
  .bottomWidgets .imgArea .images img.images5 {
    right: -25px;
  }
  .bottomWidgets:after {
    height: 300px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .bottomWidgets {
    overflow: hidden;
  }
  .bottomCards {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
    min-height: 100%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .bottomWidgets {
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .stages .title {
    margin-bottom: 20px;
  }
  .stages .content {
    padding-top: 40px;
    overflow: hidden;
    overflow-x: auto;
  }
  .stages .content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .stages .content .stageItem {
    padding: 40px 30px 30px;
    min-width: 250px;
  }
  .stages .content .stageItem .number {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    left: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .stages .title {
    margin-bottom: 20px;
  }
  .stages .content {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .stages .content .stageItem {
    padding: 40px 30px 50px;
    width: 50%;
  }
  .stages .content .stageItem .number {
    width: 50px;
    height: 50px;
    left: 30px;
    border-radius: 15px;
  }
  .stages .content .stageItem:nth-child(1) {
    border-bottom: 0;
  }
  .stages .content .stageItem:nth-child(2) {
    border-right: 3px solid #F1F7FD;
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .stages .content {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .stages .content .stageItem {
    padding: 40px 30px 50px;
    width: 50%;
  }
  .stages .content .stageItem .number {
    width: 50px;
    height: 50px;
    left: 30px;
    border-radius: 15px;
  }
  .stages .content .stageItem:nth-child(1) {
    border-bottom: 0;
  }
  .stages .content .stageItem:nth-child(2) {
    border-right: 3px solid #F1F7FD;
    border-bottom: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .stages .content .stageItem {
    padding: 40px 30px 30px;
  }
  .stages .content .stageItem .number {
    width: 50px;
    height: 50px;
    left: 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 992px) {
  .videoGalleryItem .text {
    left: 20px;
    right: 30px;
    bottom: 75px;
  }
  .videoGalleryItem .icon {
    left: 20px;
    bottom: 20px;
    width: 30px;
  }
}
@media screen and (max-width: 576px) {
  .downloadFile {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .downloadFile {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .downloadFile {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 576px) {
  .blogItem .content {
    padding: 30px 45px 30px 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .blogItem .content {
    padding: 30px 45px 30px 50px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .blogItem {
    aspect-ratio: 461/607;
  }
  .blogItem .content {
    padding: 30px 45px 30px 50px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .blogItem .content {
    padding: 30px 45px 30px 50px;
  }
}
@media screen and (max-width: 576px) {
  .newsItem .title {
    padding: 40px 35px 25px 20px;
    max-height: 90px;
  }
  .newsItem .bottom {
    padding: 40px 35px 25px 20px;
  }
  .newsItem .bottom .view .icon {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .newsItem .title {
    padding: 40px 35px 25px 20px;
    max-height: 90px;
  }
  .newsItem .bottom {
    padding: 40px 35px 25px 20px;
  }
  .newsItem .bottom .view .icon {
    width: 20px;
  }
}
@media screen and (max-width: 992px) {
  .socialItem {
    aspect-ratio: unset;
    padding: 30px 50px 50px 50px;
  }
  .socialItem .content {
    flex-direction: column;
    gap: 30px;
  }
  .socialItem .content .title {
    font-size: 26px;
    line-height: 33px;
  }
  .socialItem .content .description {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .socialItem {
    padding: 30px 80px 30px 80px;
  }
  .socialItem .content {
    gap: 50px;
  }
  .socialItem .content .title {
    width: 340px;
    font-size: 30px;
    line-height: 37px;
  }
  .socialItem .content .description {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .socialItem {
    padding: 30px 80px 30px 80px;
  }
}
@media screen and (max-width: 576px) {
  .qualityBox {
    padding: 40px 35px;
    min-height: unset;
  }
  .qualityBox .title {
    font-size: 26px;
    line-height: 33px;
  }
  .qualityBox svg.icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .qualityBox {
    padding: 40px 35px;
    min-height: unset;
  }
  .qualityBox .title {
    font-size: 26px;
    line-height: 33px;
  }
  .qualityBox svg.icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  section.whyClassen2 .row > div {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.whyClassen2 .itemBox {
    justify-content: center;
    min-height: 120px;
    text-align: center;
    margin-bottom: 20px;
    height: unset;
  }
  section.whyClassen2:before {
    display: none;
  }
  section.whyClassen2 .description {
    font-size: 22px;
    line-height: 34px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.whyClassen2:before {
    display: none;
  }
  section.whyClassen2 .row > div {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.whyClassen2 .itemBox {
    min-height: 130px;
    padding: 28px 20px;
    margin-bottom: 20px;
    height: unset;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  section.whyClassen2:before {
    left: 200px;
    width: 220px;
    top: 130px;
  }
  section.whyClassen2 .itemBox {
    min-height: 130px;
    padding: 28px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}

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