.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .btnPrice, .priceMainContainer .priceMainRow, .priceMainContainer .priceTitleMainRow, .satisfactionMainContainer .satisfactionMainRow, .opinionsMainContainer .opinionsMainRow, .opinionsMainContainer .opinionsMainRowTitle, .threeImageSectionMainContainer .threeImageSectionMainRow, .sectionThreeBox .sectionThreeBoxMainRow, .headerMainContainer .bannerMainRow .bannerMainColumn {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: barlowBold;
  src: url(../assets/fonts/Barlow-Bold.ttf);
}
@font-face {
  font-family: barlowLight;
  src: url(../assets/fonts/Barlow-Light.ttf);
}
@font-face {
  font-family: barlowRegular;
  src: url(../assets/fonts/Barlow-Regular.ttf);
}
@font-face {
  font-family: barlowSemiBold;
  src: url(../assets/fonts/Barlow-SemiBold.ttf);
}
h2 {
  font-family: barlowBold;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 35px;
  color: #fff;
  font-family: barlowLight;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 28px;
  color: #fff;
  font-family: barlowLight;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

body {
  padding-bottom: 100px;
  background: #f5f7f7;
}

.headerMainContainer {
  width: 100%;
  height: auto;
  background: #37485c;
}
.headerMainContainer .headerMainRow {
  width: 100%;
  height: 130px;
  -webkit-box-shadow: 0px 5px 28px 3px #42445a;
  -moz-box-shadow: 0px 5px 28px 3px #42445a;
  box-shadow: 0px 5px 28px 3px #42445a;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .headerMainContainer .headerMainRow {
    height: 80px;
  }
}
.headerMainContainer .headerMainRow .headerMainColumn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerMainContainer .headerMainRow .headerMainColumn .headerTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerMainContainer .headerMainRow .headerMainColumn .headerTitle .imageHeader {
  margin-left: 15px;
  width: 45px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .headerMainContainer .headerMainRow .headerMainColumn .headerTitle .imageHeader {
    width: 30px;
    height: 25px;
  }
}
.headerMainContainer .headerMainRow .headerMainColumn .headerTitle .imageHeader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.headerMainContainer .bannerMainRow {
  width: 100%;
  height: 560px;
  background-image: url(../img/banerBackground.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.headerMainContainer .bannerMainRow .bannerMainColumn {
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn {
    padding-left: 0px;
  }
}
.headerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner {
  max-width: 630px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner {
    margin-right: 0px;
  }
}
.headerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner h3 {
  background: #314052;
  display: inline-block;
  padding-left: 30px;
  padding-right: 20px;
  text-align: right;
  text-transform: uppercase;
  margin-left: auto;
}
.headerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner h3:last-child {
  background: red;
}
@media only screen and (max-width: 768px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner h3 {
    padding-left: 20px;
  }
}
.headerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner h4 {
  background: #314052;
  display: block;
  padding-left: 30px;
  padding-right: 20px;
  text-align: right;
  margin-left: auto;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner h4 {
    padding-left: 20px;
  }
}
.headerMainContainer .bannerMainRow .bannerMainColumn .buttonContainerBanner {
  width: 150px;
  height: 120px;
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn .buttonContainerBanner {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
}
.headerMainContainer .bannerMainRow .bannerMainColumn .buttonContainerBanner a {
  width: 100%;
  height: 100%;
  text-align: left;
  font-family: barlowRegular;
  color: #fff;
  font-size: 34px;
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn .buttonContainerBanner a {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .headerMainContainer .bannerMainRow .bannerMainColumn .buttonContainerBanner a {
    height: auto;
  }
}
.headerMainContainer .bannerMainRow .bannerMainColumn .buttonContainerBanner a:hover {
  text-decoration: none;
}
.headerMainContainer .bannerMainRow .bannerMainColumn .buttonContainerBanner a img {
  width: 35px;
  height: 30px;
}

.sectionThreeBox {
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .sectionThreeBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sectionThreeBox .sectionThreeBoxTitle {
  width: 100%;
  height: auto;
}
.sectionThreeBox .sectionThreeBoxTitle .setciontThreeBoxTitleColumn {
  width: 100%;
  height: auto;
  text-align: center;
}
.sectionThreeBox .sectionThreeBoxTitle .setciontThreeBoxTitleColumn h3 {
  font-family: barlowBold;
  color: #37485c;
  font-family: 26px;
  font-style: normal;
  text-transform: none;
}
.sectionThreeBox .sectionThreeBoxMainRow {
  width: 1200px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .sectionThreeBox .sectionThreeBoxMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .sectionThreeBox .sectionThreeBoxMainRow {
    width: 100%;
  }
}
.sectionThreeBox .sectionThreeBoxMainRow .sectionThreeColumnBox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
.sectionThreeBox .sectionThreeBoxMainRow .sectionThreeColumnBox .box {
  width: 380px;
  height: 270px;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-shadow: 0px 5px 28px -14px #42445a;
  -moz-box-shadow: 0px 5px 28px -14px #42445a;
  box-shadow: 0px 5px 28px -14px #42445a;
}
@media only screen and (max-width: 1200px) {
  .sectionThreeBox .sectionThreeBoxMainRow .sectionThreeColumnBox .box {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionThreeBox .sectionThreeBoxMainRow .sectionThreeColumnBox .box .iconContainer {
  width: auto;
  height: auto;
}
.sectionThreeBox .sectionThreeBoxMainRow .sectionThreeColumnBox .box .iconContainer img {
  width: auto;
  height: auto;
  object-fit: cover;
}
.sectionThreeBox .sectionThreeBoxMainRow .sectionThreeColumnBox .box .boxDescription {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.sectionThreeBox .sectionThreeBoxMainRow .sectionThreeColumnBox .box .boxDescription h4 {
  font-size: 18px;
  font-family: barlowBold;
  color: #000000;
}
.sectionThreeBox .sectionThreeBoxMainRow .sectionThreeColumnBox .box .boxDescription p {
  font-family: barlowRegular;
  font-size: 18px;
  color: #000000;
}

.threeImageSectionMainContainer {
  width: 100%;
  height: 380px;
  background: #37485c;
}
@media only screen and (max-width: 992px) {
  .threeImageSectionMainContainer {
    height: 270px;
  }
}
.threeImageSectionMainContainer .threeImageSectionMainRow {
  width: 1300px;
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  .threeImageSectionMainContainer .threeImageSectionMainRow {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .threeImageSectionMainContainer .threeImageSectionMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .threeImageSectionMainContainer .threeImageSectionMainRow {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .threeImageSectionMainContainer .threeImageSectionMainRow {
    width: 576px;
  }
}
@media only screen and (max-width: 576px) {
  .threeImageSectionMainContainer .threeImageSectionMainRow {
    width: 90%;
  }
}
.threeImageSectionMainContainer .threeImageSectionMainRow .threeImageColumn {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .threeImageSectionMainContainer .threeImageSectionMainRow .threeImageColumn:first-child {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .threeImageSectionMainContainer .threeImageSectionMainRow .threeImageColumn:last-child {
    display: none;
  }
}
.threeImageSectionMainContainer .threeImageSectionMainRow .threeImageColumn .imageContainer {
  width: 100%;
  height: 100%;
}
.threeImageSectionMainContainer .threeImageSectionMainRow .threeImageColumn .imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opinionsMainContainer {
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.opinionsMainContainer .opinionsMainRowTitle {
  width: 1200px;
  height: auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .opinionsMainContainer .opinionsMainRowTitle {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .opinionsMainContainer .opinionsMainRowTitle {
    width: 100%;
  }
}
.opinionsMainContainer .opinionsMainRowTitle .opinionsMainColumnTitle {
  width: 100%;
  height: auto;
  text-align: center;
}
.opinionsMainContainer .opinionsMainRowTitle .opinionsMainColumnTitle h3 {
  font-family: barlowBold;
  color: #37485c;
  font-family: 26px;
  font-style: normal;
  text-transform: none;
}
.opinionsMainContainer .opinionsMainRow {
  width: 1200px;
  height: auto;
  -webkit-box-shadow: 0px 5px 28px -14px #42445a;
  -moz-box-shadow: 0px 5px 28px -14px #42445a;
  box-shadow: 0px 5px 28px -14px #42445a;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .opinionsMainContainer .opinionsMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .opinionsMainContainer .opinionsMainRow {
    width: 95%;
  }
}
.opinionsMainContainer .opinionsMainRow .opinionsMainColumn {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (max-width: 576px) {
  .opinionsMainContainer .opinionsMainRow .opinionsMainColumn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.opinionsMainContainer .opinionsMainRow .opinionsMainColumn p {
  font-family: barlowRegular;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0px;
}
.opinionsMainContainer .opinionsMainRow .opinionsMainColumn .author {
  font-family: barlowBold;
  font-size: 18px;
  color: #000000;
}

.satisfactionMainContainer {
  width: 100%;
  height: auto;
  background: #f5f7f7;
}
.satisfactionMainContainer .satisfactionMainRow {
  width: 1200px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .satisfactionMainContainer .satisfactionMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .satisfactionMainContainer .satisfactionMainRow {
    width: 100%;
  }
}
.satisfactionMainContainer .satisfactionMainRow .satisfactionMainColumn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}
.satisfactionMainContainer .satisfactionMainRow .satisfactionMainColumn .iconSatisfaction {
  width: 100px;
  height: 100px;
}
.satisfactionMainContainer .satisfactionMainRow .satisfactionMainColumn .iconSatisfaction img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.satisfactionMainContainer .satisfactionMainRow .satisfactionMainColumn .satisfactionDescription {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.satisfactionMainContainer .satisfactionMainRow .satisfactionMainColumn .satisfactionDescription h3 {
  font-family: barlowBold;
  color: #37485c;
  font-family: 26px;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
.satisfactionMainContainer .satisfactionMainRow .satisfactionMainColumn .satisfactionDescription p {
  font-family: barlowRegular;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0px;
  text-align: center;
}

.priceMainContainer {
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.priceMainContainer .priceTitleMainRow {
  width: 1200px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .priceMainContainer .priceTitleMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .priceMainContainer .priceTitleMainRow {
    width: 100%;
  }
}
.priceMainContainer .priceTitleMainRow .proceTitleMainColumn {
  width: 100%;
  height: auto;
}
.priceMainContainer .priceTitleMainRow .proceTitleMainColumn h3 {
  text-align: center;
  font-family: barlowBold;
  color: #000000;
  font-size: 28px;
}
.priceMainContainer .priceMainRow {
  width: 1200px;
  height: auto;
  padding-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .priceMainContainer .priceMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .priceMainContainer .priceMainRow {
    width: 100%;
  }
}
.priceMainContainer .priceMainRow .priceMainColumn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice {
  width: 520px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .priceMainContainer .priceMainRow .priceMainColumn .boxPrice {
    width: 95%;
  }
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .titleBox {
  background: #37485c;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  font-family: barlowBold;
  font-size: 22px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 0.4);
  -moz-box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 0.4);
  box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 0.4);
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox {
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 0.4);
  -moz-box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 0.4);
  box-shadow: 0px 0px 25px 0px rgba(66, 68, 90, 0.4);
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .price {
  width: 100%;
  height: auto;
  padding-top: 60px;
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .price p {
  font-family: blowRegular;
  color: #000000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 0;
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .price p span {
  font-family: barlowBold;
  font-size: 60px;
  color: #bf4097;
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .descriptionBox {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .descriptionBox p {
  font-family: barlowRegular;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0px;
  text-align: center;
  margin-bottom: 0px;
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .btnPrice {
  width: 400px;
  height: 60px;
  background: #bf4097;
}
@media only screen and (max-width: 576px) {
  .priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .btnPrice {
    width: 90%;
  }
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .btnPrice a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: barlowSemiBold;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .btnPrice a .imageArrow {
  margin-left: 30px;
  width: 20px;
  height: 20px;
}
.priceMainContainer .priceMainRow .priceMainColumn .boxPrice .insideBox .btnPrice a .imageArrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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