@import "bootstrap-4.6.1-dist/css/bootstrap.css";
@font-face {
  font-family: "inter";
  src: url("fonts/Inter_24pt-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "inter";
  src: url("fonts/Inter_24pt-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "inter";
  src: url("fonts/Inter_24pt-Medium.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "inter";
  src: url("fonts/Inter_28pt-Bold.ttf");
  font-weight: 700;
}
html, body {
  font-family: inter, sans-serif;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
}

ul.nav-pills {
  justify-content: center;
  grid-gap: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
ul.nav-pills .nav-link {
  background-color: #F7F7F7;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 28px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  white-space: nowrap;
  color: #000;
}
ul.nav-pills .nav-link.active {
  background-color: #FF5C00;
  color: #fff;
}
@media screen and (max-width: 991px) {
  ul.nav-pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
  }
}

.navBreadcrumb {
  margin-top: 32px;
  max-width: 1323px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
  overflow: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.navBreadcrumb ul {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}
.navBreadcrumb ul li a {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.navBreadcrumb ul li a:hover {
  color: #FF5C00;
}
.navBreadcrumb ul li:last-of-type {
  color: #FF5C00;
}
.navBreadcrumb ul li:not(:last-of-type)::after {
  content: url("/img/breadcrumb_arrow.svg");
  margin-left: 15px;
}

.mobileCalculation {
  display: flex;
  grid-gap: 24px;
  flex-wrap: wrap;
}
.mobileCalculation a {
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  color: #FF5C00 !important;
}
.mobileCalculation a svg {
  margin-right: 15px;
}
.mobileCalculation a svg path {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.mobileCalculation a:hover {
  background-color: #FF5C00;
  color: #fff !important;
}
.mobileCalculation a:hover svg path {
  fill: #FFF;
}

.mobileMenu {
  display: none;
  overflow: hidden;
  position: relative;
}
.mobileMenu .socials div {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  text-align: center;
}
.mobileMenu .socials div img {
  height: 50px;
  margin-bottom: 12px;
}
.mobileMenu .hasSub {
  position: relative;
}
.mobileMenu .hasSub::after {
  position: absolute;
  content: url("/img/menu_arrow.svg");
  right: 0;
  top: 2px;
}
.mobileMenu > ul {
  position: fixed;
  top: 80px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  padding: 50px 32px;
  padding-bottom: 100px;
  overflow: scroll;
}
.mobileMenu > ul li {
  margin-bottom: 40px;
}
.mobileMenu > ul li a {
  display: block;
}
.mobileMenu > ul li.mobileLangsLi {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-around;
}
.mobileMenu > ul li.mobileLangsLi > a {
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  padding: 8px 43px;
}
.mobileMenu > ul li.mobileLangsLi li {
  margin-bottom: 0;
}
.mobileMenu > ul li a {
  color: #000;
}
.mobileMenu .mobileProduct {
  z-index: 5;
  width: 100%;
  position: fixed;
  top: 93px;
  left: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #fff;
  height: calc(100vh + 0px);
  padding-bottom: 200px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobileMenu .mobileProduct .closeProduct {
  color: #000;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
.mobileMenu .mobileProduct .closeProduct img {
  width: 8px;
  margin-right: 25px;
  display: inline-block;
}
.mobileMenu .mobileProduct > ul {
  padding: 40px 32px;
  padding-bottom: 0;
}
.mobileMenu .mobileProduct li {
  margin-bottom: 15px;
}
.mobileMenu .mobileProduct li:first-of-type {
  font-weight: 700;
}
.mobileMenu .mobileProduct li:last-of-type {
  margin-bottom: 0;
}
.mobileMenu .mobileProduct li a {
  display: flex;
  align-items: flex-start;
  grid-gap: 11px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #000;
}
.mobileMenu .mobileProduct li a img {
  width: 24px;
}
.mobileMenu .mobileProduct li a p {
  font-weight: bold;
  margin-bottom: 0;
}

.topNav {
  background-color: #000;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  z-index: 12;
}
.topNav .topNavChild {
  max-width: 1323px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topNav .topNavChild .leftSide {
  display: flex;
  align-items: center;
}
.topNav .topNavChild .leftSide > a {
  margin-right: 80px;
}
.topNav .topNavChild .leftSide ul {
  display: flex;
  grid-gap: 50px;
  font-size: 14px;
}
.topNav .topNavChild .leftSide ul a {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.topNav .topNavChild .leftSide ul a:hover {
  color: #FF5C00;
}
.topNav .topNavChild .rightSide {
  display: flex;
  align-items: center;
  grid-gap: 40px;
  color: #fff;
}
.topNav .topNavChild .rightSide a {
  color: #fff;
}
.topNav .topNavChild .rightSide > div {
  display: flex;
  flex-direction: column;
}
.topNav .topNavChild .rightSide > div a {
  font-weight: 600;
  letter-spacing: 0.6px;
}
.topNav .topNavChild .rightSide > div span {
  font-size: 12px;
}

nav {
  position: sticky;
  z-index: 18;
  top: 0;
}
nav .bottomNav {
  background-color: #fff;
  padding: 19px 12px;
  position: relative;
  z-index: 18;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  nav .bottomNav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
nav .bottomNav .bottomNavChild {
  max-width: 1323px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .bottomNav .bottomNavChild .leftSide a {
  display: flex;
  align-items: flex-end;
  color: #000;
}
nav .bottomNav .bottomNavChild .leftSide a span {
  font-size: 26px;
  line-height: 23px;
}
nav .bottomNav .bottomNavChild .leftSide a img {
  height: 43px;
  margin-right: 15px;
}
nav .bottomNav .bottomNavChild .middleSide ul {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
nav .bottomNav .bottomNavChild .middleSide ul li a {
  color: #000;
  padding: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
nav .bottomNav .bottomNavChild .middleSide ul li a:hover {
  background-color: #F7F7F7;
}
nav .bottomNav .bottomNavChild .middleSide ul li a.active {
  background-color: #FF5C00;
  color: #fff;
}
nav .bottomNav .bottomNavChild .middleSide .mobilePhone {
  display: flex;
  flex-direction: column;
}
nav .bottomNav .bottomNavChild .middleSide .mobilePhone a {
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #000;
}
nav .bottomNav .bottomNavChild .middleSide .mobilePhone span {
  font-size: 12px;
}
nav .bottomNav .bottomNavChild .rightSide > a {
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding: 12px 15px;
}
nav .bottomNav .bottomNavChild .rightSide > a svg path {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
nav .bottomNav .bottomNavChild .rightSide > a:hover {
  background-color: #FF5C00;
  color: #fff;
}
nav .bottomNav .bottomNavChild .rightSide > a:hover svg path {
  fill: #fff;
}
nav .bottomNav .bottomNavChild .rightSide > a img {
  margin-right: 15px;
}
nav .bottomNav .bottomNavChild .rightSide .mobileBurger {
  align-items: center;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  justify-content: center;
  margin-left: 15px;
  position: relative;
  width: 40px;
}
nav .bottomNav .bottomNavChild .rightSide .mobileBurger.active span {
  background-color: #fff;
}
nav .bottomNav .bottomNavChild .rightSide .mobileBurger.active span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
nav .bottomNav .bottomNavChild .rightSide .mobileBurger.active span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
nav .bottomNav .bottomNavChild .rightSide .mobileBurger span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 4px;
  z-index: 3;
  background-color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
nav .bottomNav .bottomNavChild .rightSide .mobileBurger span::after, nav .bottomNav .bottomNavChild .rightSide .mobileBurger span::before {
  background-color: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
nav .bottomNav .bottomNavChild .rightSide .mobileBurger span:before {
  content: "";
  display: block;
  left: 0px;
  top: -8px;
  width: 28px;
}
nav .bottomNav .bottomNavChild .rightSide .mobileBurger span:after {
  content: "";
  display: block;
  left: 0px;
  top: 8px;
  width: 28px;
}
@media screen and (max-width: 991px) {
  nav .bottomNav .bottomNavChild .rightSide {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  nav {
    position: sticky;
    top: 0;
  }
}

/**/
.productMenu {
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  width: 100%;
  left: 0;
  z-index: 5;
  top: -9999px;
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  padding: 28px 12px 72px;
}
.productMenu .productMenuChild {
  max-width: 1323px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.productMenu .productMenuChild ul li a {
  color: #000;
  font-size: 15px;
  line-height: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.productMenu .productMenuChild ul li a:hover {
  color: #FF5C00;
}
.productMenu .productMenuChild .calculation a {
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 200px;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.productMenu .productMenuChild .calculation a svg {
  margin-right: 15px;
}
.productMenu .productMenuChild .calculation a svg path {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.productMenu .productMenuChild .calculation a:hover {
  background-color: #FF5C00;
  color: #fff;
}
.productMenu .productMenuChild .calculation a:hover svg path {
  fill: #FFF;
}
.productMenu.active {
  top: 92px;
  opacity: 1;
}

.blur {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  backdrop-filter: blur(10px);
}

.colorPlus {
  margin-top: 114px;
}
.colorPlus .colorPlusChild {
  max-width: 1276px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.colorPlus .colorPlusChild h5 {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 35px;
}
.colorPlus .colorPlusChild p {
  font-size: 20px;
  line-height: 28px;
}
.colorPlus .colorPlusChild img {
  max-width: 272px;
  display: block;
}
.colorPlus .colorPlusChild a {
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FF5C00;
  color: #fff;
  display: block;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 43px;
  padding-bottom: 13px;
  padding-top: 13px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.colorPlus .colorPlusChild a:hover:hover {
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
}
.colorPlus .colorPlusChild .house {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 991px) {
  .colorPlus .colorPlusChild {
    text-align: center;
    background-color: #F7F7F7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .colorPlus .colorPlusChild h5 {
    text-align: center;
  }
  .colorPlus .colorPlusChild p {
    text-align: left;
  }
  .colorPlus .colorPlusChild img {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

.howTo {
  margin-top: 80px;
}
.howTo .howToChild {
  max-width: 1550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 122px 122px;
  background-color: #F7F7F7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .howTo .howToChild {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.howTo .howToChild h5 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 23px;
  text-align: center;
}
.howTo .howToChild p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 55px;
  text-align: center;
  max-width: 562px;
  margin-left: auto;
  margin-right: auto;
}
.howTo .howToChild .video {
  position: relative;
}
.howTo .howToChild .video img {
  position: absolute;
  width: 136px;
  height: 136px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.howTo .howToChild video {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .howTo .howToChild {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.certificate {
  margin-top: 100px;
}
.certificate .certificateChild {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.certificate .certificateChild .arrows {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  grid-gap: 10px;
}
.certificate .certificateChild .arrows > div {
  background-color: #FF5C00;
  line-height: 10px;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.certificate .certificateChild .arrows .swiper-button-disabled {
  opacity: 0.6;
}
.certificate .certificateChild h5 {
  font-size: 23px;
  line-height: 30px;
}
.certificate .certificateChild p {
  font-size: 20px;
  line-height: 28px;
  max-width: 70%;
}
.certificate .certificateSlider {
  position: relative;
  overflow: hidden;
}
.certificate .certificateSlider .swiper-slide {
  background-color: #F7F7F7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 31px 35px;
  height: 280px;
}
.certificate .certificateSlider .swiper-slide p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}
.certificate .certificateSlider .swiper-slide span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.certificate .certificateSlider .swiper-slide a {
  position: absolute;
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 40px;
}
.certificate .certificateSlider .swiper-slide a svg {
  margin-right: 22px;
}
.certificate .certificateSlider .swiper-slide a svg path {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.certificate .certificateSlider .swiper-slide a img {
  margin-right: 22px;
}
.certificate .certificateSlider .swiper-slide a:hover {
  background-color: #FF5C00;
  color: #fff;
}
.certificate .certificateSlider .swiper-slide a:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 991px) {
  .certificate .arrows {
    display: none !important;
  }
  .certificate .certificateChild h5 {
    font-size: 26px;
    line-height: 30px;
  }
}

.credit,
.whyChoose {
  margin-top: 102px;
}
.credit .creditChild,
.credit .whyChooseChild,
.whyChoose .creditChild,
.whyChoose .whyChooseChild {
  max-width: 1550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/img/credit.png");
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 122px;
  border-radius: 30px;
}
.credit .creditChild .creditItem,
.credit .creditChild .whyChooseItem,
.credit .whyChooseChild .creditItem,
.credit .whyChooseChild .whyChooseItem,
.whyChoose .creditChild .creditItem,
.whyChoose .creditChild .whyChooseItem,
.whyChoose .whyChooseChild .creditItem,
.whyChoose .whyChooseChild .whyChooseItem {
  background-color: #F7F7F7;
  max-width: 645px;
  width: 100%;
  padding: 48px 50px 64px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.credit .creditChild .creditItem h5,
.credit .creditChild .whyChooseItem h5,
.credit .whyChooseChild .creditItem h5,
.credit .whyChooseChild .whyChooseItem h5,
.whyChoose .creditChild .creditItem h5,
.whyChoose .creditChild .whyChooseItem h5,
.whyChoose .whyChooseChild .creditItem h5,
.whyChoose .whyChooseChild .whyChooseItem h5 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}
.credit .creditChild .creditItem p,
.credit .creditChild .whyChooseItem p,
.credit .whyChooseChild .creditItem p,
.credit .whyChooseChild .whyChooseItem p,
.whyChoose .creditChild .creditItem p,
.whyChoose .creditChild .whyChooseItem p,
.whyChoose .whyChooseChild .creditItem p,
.whyChoose .whyChooseChild .whyChooseItem p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 37px;
}
.credit .creditChild .creditItem ul li,
.credit .creditChild .whyChooseItem ul li,
.credit .whyChooseChild .creditItem ul li,
.credit .whyChooseChild .whyChooseItem ul li,
.whyChoose .creditChild .creditItem ul li,
.whyChoose .creditChild .whyChooseItem ul li,
.whyChoose .whyChooseChild .creditItem ul li,
.whyChoose .whyChooseChild .whyChooseItem ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
}
.credit .creditChild .creditItem ul li::before,
.credit .creditChild .whyChooseItem ul li::before,
.credit .whyChooseChild .creditItem ul li::before,
.credit .whyChooseChild .whyChooseItem ul li::before,
.whyChoose .creditChild .creditItem ul li::before,
.whyChoose .creditChild .whyChooseItem ul li::before,
.whyChoose .whyChooseChild .creditItem ul li::before,
.whyChoose .whyChooseChild .whyChooseItem ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/img/list.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.credit .creditChild .creditItem a,
.credit .creditChild .whyChooseItem a,
.credit .whyChooseChild .creditItem a,
.credit .whyChooseChild .whyChooseItem a,
.whyChoose .creditChild .creditItem a,
.whyChoose .creditChild .whyChooseItem a,
.whyChoose .whyChooseChild .creditItem a,
.whyChoose .whyChooseChild .whyChooseItem a {
  margin-top: 86px;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  width: 100%;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FF5C00;
  color: #fff;
  text-align: center;
  border: 1px solid #FF5C00;
  padding: 13px 17px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.credit .creditChild .creditItem a:hover,
.credit .creditChild .whyChooseItem a:hover,
.credit .whyChooseChild .creditItem a:hover,
.credit .whyChooseChild .whyChooseItem a:hover,
.whyChoose .creditChild .creditItem a:hover,
.whyChoose .creditChild .whyChooseItem a:hover,
.whyChoose .whyChooseChild .creditItem a:hover,
.whyChoose .whyChooseChild .whyChooseItem a:hover {
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
}
.credit .whyChooseChild,
.whyChoose .whyChooseChild {
  background-image: url("/img/why_choose.png");
}
.credit .whyChooseChild h5,
.whyChoose .whyChooseChild h5 {
  display: flex;
}
.credit .whyChooseChild h5 img,
.whyChoose .whyChooseChild h5 img {
  margin-right: 7px;
  height: 68px;
}
@media screen and (max-width: 991px) {
  .credit .creditChild,
  .whyChoose .creditChild {
    padding-bottom: 0;
    padding-top: 0;
  }
  .credit .creditChild,
  .credit .whyChooseChild,
  .whyChoose .creditChild,
  .whyChoose .whyChooseChild {
    background: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .credit .creditChild h5,
  .credit .whyChooseChild h5,
  .whyChoose .creditChild h5,
  .whyChoose .whyChooseChild h5 {
    text-align: center;
    margin-bottom: 32px;
  }
  .credit .creditChild .creditItem,
  .credit .creditChild .whyChooseItem,
  .credit .whyChooseChild .creditItem,
  .credit .whyChooseChild .whyChooseItem,
  .whyChoose .creditChild .creditItem,
  .whyChoose .creditChild .whyChooseItem,
  .whyChoose .whyChooseChild .creditItem,
  .whyChoose .whyChooseChild .whyChooseItem {
    padding-left: 12px;
    padding-right: 12px;
    max-width: none;
  }
  .credit .creditChild .creditItem > img,
  .credit .creditChild .whyChooseItem > img,
  .credit .whyChooseChild .creditItem > img,
  .credit .whyChooseChild .whyChooseItem > img,
  .whyChoose .creditChild .creditItem > img,
  .whyChoose .creditChild .whyChooseItem > img,
  .whyChoose .whyChooseChild .creditItem > img,
  .whyChoose .whyChooseChild .whyChooseItem > img {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .credit .whyChooseChild,
  .whyChoose .whyChooseChild {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.faq {
  margin-top: 120px;
  max-width: 1390px;
  background-color: #f7f7f7;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 50px 110px;
  margin-right: auto;
  margin-left: auto;
}
.faq .faqChild h3 {
  font-size: 42px;
  line-height: 50px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.faq .faqChild .oneQuestion {
  background-color: #fff;
  padding: 17px;
  padding-left: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.faq .faqChild .oneQuestion:hover {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
.faq .faqChild .oneQuestion div {
  display: none;
}
.faq .faqChild .oneQuestion.active div {
  display: block;
}
.faq .faqChild .oneQuestion.active > p span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq .faqChild .oneQuestion > p {
  padding: 15px 0;
  margin-bottom: 0;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 600;
}
.faq .faqChild .oneQuestion > p span {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 17px;
  background-color: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.faq .faqChild .oneQuestion > p span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq .faqChild .oneQuestion > p span::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 2px;
  background-color: #000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 30px 15px;
  }
  .faq .faqChild h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .faq .faqChild .oneQuestion > p {
    padding-right: 25px;
  }
  .faq .faqChild .oneQuestion > p span {
    right: 0;
  }
}

footer {
  margin-top: 100px;
  background-color: #000;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}
footer .footerChild {
  max-width: 1307px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 49px 15px;
}
footer .footerChild .footerLogo a {
  color: #fff;
  display: flex;
  align-items: flex-end;
}
footer .footerChild .footerLogo a span {
  font-size: 26px;
  line-height: 23px;
}
footer .footerChild .footerLogo a img {
  height: 43px;
  margin-right: 15px;
}
footer .footerChild .footerLogo p {
  margin-top: 13px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: flex-start;
  font-size: 15px;
}
footer .footerChild .footerLogo p img {
  height: 35px;
}
footer .footerChild .footerInfo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 30px;
}
footer .footerChild .footerCalculation {
  display: flex;
  grid-gap: 24px;
}
footer .footerChild .footerCalculation a {
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 200px;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 13px;
  padding-top: 13px;
}
footer .footerChild .footerCalculation a svg {
  margin-right: 15px;
}
footer .footerChild .footerCalculation a svg path {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
footer .footerChild .footerCalculation a:hover {
  background-color: #FF5C00;
  color: #fff;
}
footer .footerChild .footerCalculation a:hover svg path {
  fill: #FFF;
}
footer .footerChild .rightSide {
  display: flex;
  align-items: center;
  grid-gap: 40px;
  color: #fff;
}
footer .footerChild .rightSide a {
  color: #fff;
}
footer .footerChild .rightSide a img {
  height: 24px;
}
footer .footerChild .rightSide > div {
  display: flex;
  flex-direction: column;
}
footer .footerChild .rightSide > div a {
  font-weight: 600;
  letter-spacing: 0.6px;
}
footer .footerChild .rightSide > div span {
  font-size: 12px;
}
footer .footerChild hr {
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 28px;
  margin-bottom: 28px;
}
footer .footerChild .footerMenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footerChild .footerMenu li {
  color: #ffffff;
}
footer .footerChild .footerMenu li a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
footer .footerChild .footerMenu li a:hover {
  color: #FF5C00;
}
footer .footerChild + hr {
  margin-top: 55px;
  margin-bottom: 30px;
}
footer .footerChild .rights {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footerChild .rights p {
  font-size: 15px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
}
footer .footerChild .rights .cookie a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
footer .footerChild .rights .cookie a:hover {
  color: #FF5C00;
}
@media screen and (max-width: 991px) {
  footer .footerChild .footerInfo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
  }
  footer .footerChild .footerInfo .footerCalculation {
    flex-direction: column;
  }
  footer .footerChild .footerSocials .rightSide {
    flex-wrap: wrap;
  }
  footer .footerChild .footerMenu {
    flex-direction: column;
  }
  footer .footerChild .footerMenu ul {
    margin-bottom: 37px;
  }
  footer .footerChild .rights {
    flex-direction: column;
  }
  footer .footerChild .rights > div {
    order: 1;
  }
  footer .footerChild .rights .cookie {
    order: 0;
    margin-bottom: 20px;
  }
}

.promotions {
  margin-top: 100px;
}
.promotions .promotionsChild {
  max-width: 1550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF5C00;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 57px 122px;
}
.promotions .promotionsChild .promotionsSwiper {
  margin-left: -12px;
  margin-right: -12px;
}
.promotions .promotionsChild h2 {
  font-size: 160px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 31px;
}
.promotions .promotionsChild .allPromotions {
  text-align: center;
  margin-top: 87px;
}
.promotions .promotionsChild .allPromotions a {
  color: #fff;
  border: 1px solid #fff;
  background-color: #FF5C00;
  padding: 17px 30px 17px 30px;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.promotions .promotionsChild .allPromotions a svg {
  display: inline-block;
  margin-left: 20px;
}
.promotions .promotionsChild .allPromotions a svg path {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.promotions .promotionsChild .allPromotions a:hover {
  background-color: #fff;
  color: #FF5C00;
}
.promotions .promotionsChild .allPromotions a:hover svg path {
  fill: #FF5C00;
}
.promotions .promotionsChild .onePromotion {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.promotions .promotionsChild .onePromotion::after {
  content: attr(data-discount);
  position: absolute;
  width: 77px;
  height: 77px;
  background-color: #FF5C00;
  right: 25px;
  top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.promotions .promotionsChild .onePromotion img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}
.promotions .promotionsChild .onePromotion div {
  background-color: #F7F7F7;
  padding: 32px;
  text-align: center;
}
.promotions .promotionsChild .onePromotion div p {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
  font-weight: 700;
}
.promotions .promotionsChild .onePromotion div a {
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 260px;
  width: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 13px;
  padding-top: 13px;
}
.promotions .promotionsChild .onePromotion div a:hover {
  background-color: #FF5C00;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .promotions .promotionsChild {
    padding: 44px 12px;
  }
  .promotions .promotionsChild h2 {
    font-size: 42px;
    margin-bottom: 35px;
  }
}

@media (max-width: 992px) {
  .windowsSwiper .swiper-wrapper {
    flex-wrap: nowrap !important;
  }
  .constructionsSwiper .swiper-wrapper {
    flex-wrap: nowrap !important;
  }
  .componentsSwiper .swiper-wrapper {
    flex-wrap: nowrap !important;
    display: flex !important;
    grid-gap: 0 !important;
  }
  .promotionsSwiper .swiper-wrapper {
    flex-wrap: nowrap !important;
    display: flex !important;
    grid-gap: 0 !important;
  }
  .windowsSwiper {
    margin-left: -12px;
    margin-right: -12px;
  }
  .componentsSwiper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.review {
  margin-top: 100px;
}
.review .reviewChild {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.review .reviewChild .arrows {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  grid-gap: 10px;
}
.review .reviewChild .arrows > div {
  background-color: #FF5C00;
  line-height: 10px;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.review .reviewChild .arrows .swiper-button-disabled {
  opacity: 0.6;
}
.review .reviewChild h5 {
  font-size: 23px;
  line-height: 30px;
}
.review .reviewChild p {
  font-size: 20px;
  line-height: 28px;
  max-width: 70%;
}
.review .reviewSlider .swiper-slide {
  padding: 32px;
  background-color: #F7F7F7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.review .reviewSlider .swiper-slide .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 2px;
}
.review .reviewSlider .swiper-slide .date {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}
.review .reviewSlider .swiper-slide .description {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
}
.review .reviewSlider .swiper-slide a {
  font-size: 14px;
  text-decoration: underline !important;
  color: #000;
}
.review .reviewSlider .swiper-slide .document {
  font-size: 14px;
}

.chooseProfile,
.profileSystem {
  margin-top: 300px;
}
.chooseProfile .chooseProfileChild,
.profileSystem .chooseProfileChild {
  max-width: 1257px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.chooseProfile .chooseProfileChild h5,
.profileSystem .chooseProfileChild h5 {
  text-align: center;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 50px;
}
.chooseProfile .chooseProfileChild .tab-content,
.profileSystem .chooseProfileChild .tab-content {
  margin-top: 40px;
}
.chooseProfile .chooseProfileChild .tab-pane .leftSide,
.profileSystem .chooseProfileChild .tab-pane .leftSide {
  padding: 52px 26px 26px;
  background-color: #F7F7F7;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.chooseProfile .chooseProfileChild .tab-pane .leftSide::before,
.profileSystem .chooseProfileChild .tab-pane .leftSide::before {
  content: "";
  position: absolute;
  width: 208px;
  height: 117px;
  background: url("/img/logo_color.png");
  left: 19px;
  top: 16px;
}
.chooseProfile .chooseProfileChild .tab-pane .leftSide img,
.profileSystem .chooseProfileChild .tab-pane .leftSide img {
  width: 100%;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide ul,
.profileSystem .chooseProfileChild .tab-pane .rightSide ul {
  display: flex;
  flex-direction: column;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide ul li,
.profileSystem .chooseProfileChild .tab-pane .rightSide ul li {
  display: flex;
  margin-bottom: 20px;
  grid-gap: 20px;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide ul li p,
.profileSystem .chooseProfileChild .tab-pane .rightSide ul li p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide ul li span,
.profileSystem .chooseProfileChild .tab-pane .rightSide ul li span {
  font-size: 14px;
  line-height: 20px;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide ul li img,
.profileSystem .chooseProfileChild .tab-pane .rightSide ul li img {
  margin-top: 3px;
  height: 58px;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide a,
.profileSystem .chooseProfileChild .tab-pane .rightSide a {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 13px;
  padding-top: 13px;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide a svg,
.profileSystem .chooseProfileChild .tab-pane .rightSide a svg {
  margin-left: 10px;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide a svg path,
.profileSystem .chooseProfileChild .tab-pane .rightSide a svg path {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide a:hover,
.profileSystem .chooseProfileChild .tab-pane .rightSide a:hover {
  background-color: #FF5C00;
  color: #fff;
}
.chooseProfile .chooseProfileChild .tab-pane .rightSide a:hover svg path,
.profileSystem .chooseProfileChild .tab-pane .rightSide a:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 991px) {
  .chooseProfile,
  .profileSystem {
    margin-top: 50px;
  }
  .chooseProfile .chooseProfileChild h5,
  .profileSystem .chooseProfileChild h5 {
    line-height: 35px;
  }
  .chooseProfile .chooseProfileChild .rightSide,
  .profileSystem .chooseProfileChild .rightSide {
    margin-top: 37px;
  }
  .chooseProfile .chooseProfileChild .rightSide a,
  .profileSystem .chooseProfileChild .rightSide a {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }
}

.windows {
  margin-top: 117px;
}
.windows .windowsChild {
  background-color: #F7F7F7;
  padding: 100px 120px;
  max-width: 1550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.windows .windowsChild h5 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.windows .windowsChild .allWindows {
  text-align: center;
}
.windows .windowsChild .allWindows a {
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FF5C00;
  color: #fff;
  display: block;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 43px;
  padding-bottom: 13px;
  padding-top: 13px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.windows .windowsChild .allWindows a:hover {
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4117647059);
}
.windows .windowsChild .oneWindow {
  background-color: #fff;
  padding: 28px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.windows .windowsChild .oneWindow:hover {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
.windows .windowsChild .oneWindow .windowImage {
  height: 307px;
  text-align: center;
  margin-bottom: 20px;
}
.windows .windowsChild .oneWindow .windowImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.windows .windowsChild .oneWindow .windowsTitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 23px;
}
.windows .windowsChild .oneWindow .windowPrice {
  font-size: 20px;
  line-height: 24px;
}
.windows .windowsChild .oneWindow .windowPrice .old {
  text-decoration: line-through;
}
.windows .windowsChild .oneWindow .windowPrice .new {
  color: #FF5C00;
  font-weight: 700;
  font-size: 22px;
}
.windows .windowsChild .oneWindow .windowButton {
  text-align: center;
}
.windows .windowsChild .oneWindow .windowButton a {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 13px;
  padding-top: 13px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.windows .windowsChild .oneWindow .windowButton a:hover {
  background-color: #FF5C00;
  color: #fff;
}
.windows .windowsChild .oneWindow .windowDescription {
  font-size: 14px;
}
.windows .windowsChild .oneWindow .windowDescription p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .windows .windowsChild .oneWindow {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .windows .windowsChild {
    padding: 46px 16px;
  }
}

.pagination {
  margin-top: 58px;
  display: flex;
  justify-content: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  grid-gap: 25px;
  justify-content: center;
}
.pagination ul li.active a {
  background-color: #FF5C00;
  color: #fff;
}
.pagination ul li a {
  color: #000;
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.pagination ul li a:hover {
  background-color: #fff;
}

.construction {
  margin-top: 75px;
}
.construction .constructionChild {
  max-width: 1302px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.construction .constructionChild h5 {
  text-align: center;
  margin-bottom: 42px;
  font-size: 32px;
  line-height: 40px;
}
.construction .constructionChild img {
  width: 100%;
  height: 358px;
  object-fit: cover;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}
.construction .constructionChild .title {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.construction .constructionChild .subtitle {
  margin-top: 29px;
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 24px;
}
.construction .constructionChild ul {
  margin-top: 24px;
  margin-bottom: 37px;
}
.construction .constructionChild ul li {
  font-size: 14px;
  line-height: 20px;
}
.construction .constructionChild a {
  padding: 16px;
  color: #FF5C00;
  border: 2px solid #FF5C00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 13px;
  padding-top: 13px;
  max-width: 260px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.construction .constructionChild a:hover {
  background-color: #FF5C00;
  color: #fff;
}
.construction .constructionChild .oneConstruction {
  background-color: #F7F7F7;
  -webkit-border-radius: 30px 30px;
  -moz-border-radius: 30px 30px;
  border-radius: 30px 30px;
  overflow: hidden;
}
.construction .constructionChild .oneConstruction div {
  padding: 30px 32px;
}
@media screen and (max-width: 991px) {
  .construction .constructionChild .oneConstruction div {
    padding: 28px 13px;
  }
}

.components {
  margin-top: 108px;
}
.components .componentsChild {
  max-width: 1550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #F7F7F7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 100px 122px;
}
.components .componentsChild h5 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 46px;
}
.components .componentsChild .componentsItems {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 14px;
}
.components .componentsChild .componentsSwiper {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.components .componentsChild .oneItem {
  display: block;
  background-color: #fff;
  padding: 22px 18px 47px 18px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 10px;
}
.components .componentsChild .oneItem:hover {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
.components .componentsChild .oneItem img {
  height: 155px;
  width: 155px;
  object-fit: contain;
}
.components .componentsChild .oneItem p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  min-height: 50px;
}
@media screen and (max-width: 991px) {
  .components .componentsChild {
    padding-left: 12px;
    padding-right: 12px;
  }
  .components .componentsChild .oneItem img {
    width: 100%;
  }
}

.chooseProfile {
  margin-top: 35px;
}
.chooseProfile .chooseProfileChild {
  background-color: #F7F7F7;
  max-width: 1550px;
  padding: 60px 127px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.chooseProfile .chooseProfileChild .tab-pane .leftSide {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.chooseProfile .chooseProfileChild .tab-pane .leftSide img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.chooseProfile .chooseProfileChild h5 {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.chooseProfile .chooseProfileChild .freeZamer {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.chooseProfile .chooseProfileChild .freeZamer a:last-of-type svg {
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .chooseProfile .chooseProfileChild {
    padding: 40px 15px 30px;
  }
  .chooseProfile .chooseProfileChild h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .chooseProfile .chooseProfileChild .freeZamer {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

ul.nav-pills {
  justify-content: flex-start;
}

.windows {
  margin-top: 0;
}
.windows .windowsChild {
  background-color: #fff;
}

.descriptionItem {
  display: grid;
  grid-template-columns: 790px 1fr;
  grid-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}
.descriptionItem .descriptionItemDescription {
  font-size: 14px;
}
.descriptionItem .descriptionItemDescription b {
  font-size: 20px;
}
.descriptionItem p.descriptionItemTitle {
  font-size: 20px;
  line-height: 40px;
}
.descriptionItem ul li a {
  color: #FF5C00;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  line-height: 40px;
}
.descriptionItem ul li a:hover {
  text-decoration: underline !important;
}
.descriptionItem ul li a::before {
  content: "";
  position: absolute;
  background-image: url("/img/pdf.svg");
  width: 14px;
  height: 19px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 991px) {
  .descriptionItem {
    grid-template-columns: 1fr;
  }
}

.technicalItem {
  max-width: 787px;
  overflow: auto;
  width: 100%;
}
.technicalItem ul {
  min-width: 500px;
}
.technicalItem ul li {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  grid-gap: 24px;
}

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

.profileSystem {
    margin-top: 30px;
}
.profileSystem p.title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
}
.profileSystem p.subtitle {
    margin-top: 31px;
    font-size: 20px;
    margin-bottom: 10px;
}
.profileSystem .description {
    font-size: 14px;
    line-height: 20px;
}
.profileSystem .options {
    margin-top: 43px;
    display: grid;
    grid-template-columns: repeat(3, 123px);
    grid-gap: 15px;
    margin-bottom: 43px;
}
.profileSystem .options div {
    padding: 26px 10px;
    color: #fff;
}
.profileSystem .options div p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.profileSystem .options div span {
    font-size: 12px;
    line-height: 16px;
}
.profileSystem .options div:nth-child(-n+3) {
    background-color: #FF5C00;
}
.profileSystem .options div:nth-last-child(-n+3) {
    background-color: black;
}
@media screen and (max-width: 575px) {
    .profileSystem .options {
        grid-template-columns: repeat(2, 1fr);
    }
}

.profileSystem .chooseProfileChild {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    background-color: #F7F7F7;
    max-width: 1550px;
    padding: 60px 127px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.profileSystem .chooseProfileChild h5 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 50px;
}
.profileSystem .chooseProfileChild .tab-content {
    margin-top: 40px;
}
.profileSystem .chooseProfileChild .tab-pane .leftSide {
    padding: 0;
    background-color: #F7F7F7;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.profileSystem .chooseProfileChild .tab-pane .leftSide::before {
    content: "";
    position: absolute;
    width: 208px;
    height: 117px;
    background: url("/img/logo_color.png");
    left: 19px;
    top: 16px;
}
.profileSystem .chooseProfileChild .tab-pane .leftSide img {
    width: 100%;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide ul {
    display: flex;
    flex-direction: column;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide ul li {
    display: flex;
    margin-bottom: 20px;
    grid-gap: 20px;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide ul li p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 24px;
}

.profileSystem .chooseProfileChild .tab-pane .rightSide ul li span {
    font-size: 14px;
    line-height: 20px;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide ul li img {
    margin-top: 3px;
    height: 58px;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide a {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    padding: 16px;
    color: #FF5C00;
    border: 2px solid #FF5C00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    padding-bottom: 13px;
    padding-top: 13px;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide a svg {
    margin-left: 10px;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide a svg path {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide a:hover {
    background-color: #FF5C00;
    color: #fff;
}
.profileSystem .chooseProfileChild .tab-pane .rightSide a:hover svg path {
    fill: #fff;
}
@media screen and (max-width: 991px) {
    .profileSystem {
        margin-top: 50px;
    }
    .profileSystem .chooseProfileChild h5 {
        line-height: 35px;
    }
    .profileSystem .chooseProfileChild .rightSide {
        margin-top: 37px;
    }
    .profileSystem .chooseProfileChild .rightSide a {
        text-align: center;
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }
}

.profileSystem .chooseProfileChild .freeZamer {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}